/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
* {
  box-sizing: border-box;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto,
    Ubuntu, sans-serif;
}
video::-internal-media-controls-overlay-cast-button {
  display: none;
}
html {
  background: #fafafb;
}
html.dark {
  background: #000;
}
body {
  font-family: system;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.Layout {
  min-width: 100vw;
  display: flex;
  flex-direction: column;
}
.Link {
  color: #3891ff;
  text-decoration: none;
}
.Link:hover {
  text-decoration: underline;
}
.Updates {
  background: var(--pageBackgroundColor);
  min-height: 100vh;
  --maxWidth: calc(var(--contentMaxWidth) - 40px);
  padding: 0 20px;
  --titleFont: inherit;
}
.Updates--stretch {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--maxWidth);
  margin: 0 auto;
}
.Updates--stretch > div {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .Updates {
    padding: 0 20px;
  }
}
@supports (font-variation-settings: normal) {
  .Updates {
    --titleFont: "Inter var", sans-serif;
  }
}
.Updates__Navigation {
  max-width: var(--maxWidth);
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .Updates__Navigation {
    margin: 0 -20px !important;
  }
}
.Updates__Navigation > div {
  margin: 0 !important;
}
.Updates__Navigation--footer {
  margin-top: -40px;
}
.Updates__Newsletter + .Updates__Navigation--footer {
  margin-top: 0;
  border-top: 1px solid var(--separatorColor);
}
.Updates__Header {
  max-width: var(--maxWidth);
  border-top: 1px solid var(--separatorColor);
  border-bottom: 1px solid var(--separatorColor);
  padding: 40px 0 45px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto 25px;
}
.Updates__Header__Title {
  font-size: 34px;
  line-height: 1.28em;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.3em;
}
.Updates__Header__Title a {
  color: var(--primaryLabelColor);
  text-decoration: none;
}
.Updates__Header span {
  color: var(--quaternaryLabelColor);
  margin: 0 10px;
  display: none;
}
.Updates__Header__Links {
  text-align: center;
  font-size: 16px;
  line-height: 1.4em;
}
.Updates__Header__Link {
  color: var(--linkColor);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
  margin: 0 8px;
}
.Updates__Header__Link:hover {
  color: var(--primaryLabelColor);
}
.Updates__Header__Newsletter {
  margin: 10px 0 20px;
}
.Updates__Content {
  position: relative;
  flex-grow: 1;
  padding: 10px 0 50px;
  max-width: calc(var(--maxWidth) - 220px);
  margin: 0 auto;
}
.Updates__Content--post {
  border-top: 1px solid var(--separatorColor);
  border-bottom: 1px solid var(--separatorColor);
}
.Updates__Entry + .Updates__Entry {
  margin-top: 75px;
}
@media only screen and (max-width: 600px) {
  .Updates__Entry + .Updates__Entry {
    margin-top: 50px;
  }
}
.Updates__Entry__Date {
  padding: 15px 0;
  margin: 0;
}
.Updates__Entry__Date a {
  font-size: 13px;
  color: var(--tertiaryLabelColor);
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  text-decoration: none;
}
.Updates__Entry__Date a:active {
  color: var(--secondaryLabelColor);
}
.Updates__Entry__Title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  color: var(--primaryLabelColor);
  margin: 0 0 15px;
}
.Updates__Entry__Post {
  font-size: 16px;
  line-height: 1.4em;
  color: var(--primaryBlogTextColor);
  --padding: 30px;
  padding: var(--padding);
  background: var(--controlColor);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
@media screen and (min-width: 800px) {
  .Updates__Entry__Post {
    --padding: 80px;
  }
}
.gatsby-resp-image-wrapper {
  width: calc(100% + (2 * var(--padding)));
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  overflow: hidden;
  margin: calc(0px - var(--padding)) calc(0px - var(--padding)) var(--padding) !important;
}
.Updates__Entry__Post > p:first-child {
  margin-bottom: var(--padding) !important;
}
.Updates__Entry__Post > p:first-child img {
  width: calc(100% + (2 * var(--padding)));
  margin-left: calc(0px - var(--padding)) !important;
  margin-right: calc(0px - var(--padding)) !important;
  margin-top: calc(0px - var(--padding)) !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  overflow: hidden;
}
.Updates__VideoContainer {
  position: relative;
  --width: calc(100% + (2 * var(--padding)));
  width: var(--width);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: calc(0px - var(--padding)) calc(0px - var(--padding)) var(--padding);
  z-index: 1;
  overflow: hidden;
}
.Updates__VideoContainer:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.07);
}
.Updates__VideoContainer__Spacer {
  background: linear-gradient(
    #000 calc(100% - 2px),
    var(--controlColor) calc(100% - 2px)
  );
}
.Updates__VideoContainer video {
  position: absolute;
  top: 0;
  left: -1px;
}
.Updates__Entry__Post video {
  width: calc(100% + 2px);
  height: auto !important;
}
.Updates__Entry__Post h1 {
  margin: 0 0 0.5em;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  color: var(--primaryLabelColor);
  letter-spacing: -0.2px;
}
.Updates__Entry__Post__AppVersion {
  font-size: 13px;
  line-height: 13px;
  background: hsla(var(--colorOrange), 0.2);
  color: hsla(var(--colorOrangeLabel), 0.8);
  padding: 3px 5px;
  border-radius: 6px;
  vertical-align: middle;
  float: right;
  position: relative;
  top: 4px;
}
.Updates__Entry__Post h2 {
  font-size: 22px;
  line-height: 1.28em;
  font-weight: 600;
  margin: 0 0 1em;
  letter-spacing: -0.2px;
  color: var(--primaryLabelColor);
}
.Updates__Entry__Post h1 + h2 {
  opacity: 0.7;
}
.Updates__Entry__Post h3 {
  font-size: 13px;
  font-weight: 500;
  margin: 0.5em 0;
  color: var(--primaryLabelColor);
  text-transform: uppercase;
  color: hsl(var(--colorSlate));
  color: var(--controlAccent);
  display: inline-block;
}
.Updates__Entry__Post p {
  margin: 0 0 1em;
}
.Updates__Entry__Post p a {
  color: var(--linkColor);
}
.Updates__Entry__Post p a:hover {
  color: var(--primaryLabelColor);
}
.Updates__Entry__Post ul {
  padding-left: 1.15em;
  margin: 0 0 1em;
}
.Updates__Entry__Post li {
  line-height: 1.5em;
}
.Updates__Entry__Post li img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 20px 0;
}
.Updates__Entry__Post__Image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 10px 0;
}
.Updates__Entry__Post code {
  background: hsla(var(--colorBlue), 0.2);
  font-family: var(--monospace);
}
.Updates__Entry__Post code,
.UpdatesPlatform {
  font-size: 12px;
  padding: 2px 4px;
  border-radius: 3px;
}
.UpdatesPlatform {
  background: hsla(var(--colorGreen), 0.1);
  color: hsla(var(--colorGreen), 1);
}
.Updates__Entry__Post hr {
  height: 1px;
  border: 0;
  background: var(--separatorColor);
  margin: 2em 0;
}
.Updates__Entry__Post aside {
  margin: 2em 0;
  color: var(--secondaryLabelColor);
}
.Updates__Entry__Post aside a {
  color: var(--linkColor);
  text-decoration: none;
  transition: color 0.2s ease;
}
.Updates__Entry__Post aside a:hover {
  color: var(--primaryLabelColor);
  text-decoration: none;
}
.Post__Action {
  display: flex;
  margin-top: 2em;
  font-size: 14px;
  line-height: 1.2em;
  color: var(--secondaryLabelColor);
}
.Post__Action a {
  display: inline-block;
  background: var(--buttonBackgroundColor);
  color: var(--controlAccent);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .Post__Action a {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.Post__Action--default {
  justify-content: center;
}
.Post__Action--default a {
  color: #fff;
  background: var(--controlAccent);
  display: block;
  flex-grow: 1;
  text-align: center;
  max-width: 400px;
  transition: filter 0.2s ease;
}
.Post__Action--default a:hover {
  filter: brightness(90%);
}
.Post__Action--default a:active {
  filter: brightness(80%);
}
.Updates__All {
  display: flex;
  padding: 30px;
  margin-bottom: -50px;
}
.Updates__All a {
  margin: auto;
  display: inline-block;
  background: var(--buttonBackgroundColor);
  color: var(--controlAccent);
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 8px;
}
.Updates__Newsletter {
  max-width: var(--maxWidth);
  margin: -20px auto 0;
  display: flex;
  flex-direction: column;
  padding: 0 0 30px;
}
.Updates__Newsletter__Title {
  flex-grow: 1;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  display: none;
}
.Loading {
  --size: 18px;
  position: relative;
  width: var(--size);
  height: var(--size);
  --primaryLabelColor: #fff;
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.Loading:before {
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - (var(--size) / 2));
  z-index: 2;
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  border: 2px solid transparent;
  border-top: 2px solid var(--primaryLabelColor);
  opacity: 1;
  border-radius: 50%;
}
.Loading--animate {
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.Loading--selected:before {
  border-top-color: var(--selectedContentPrimaryLabelColor);
  opacity: 0.5;
}
.Loading:after {
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - (var(--size) / 2));
  content: "";
  display: block;
  width: var(--size);
  height: var(--size);
  border: 2px solid var(--primaryLabelColor);
  opacity: 0.2;
  border-radius: 50%;
}
.Loading--selected:after {
  border-color: var(--selectedContentPrimaryLabelColor);
}
.UpdatesNewsletter {
  display: flex;
  font-size: 14px;
  font-weight: 700;
  --padding: 15px;
  margin: 0 auto;
  display: inline-flex;
  --background: var(--separatorColor);
}
@media only screen and (max-width: 600px) {
  .UpdatesNewsletter {
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
  }
}
.UpdatesNewsletter__Input {
  position: relative;
  z-index: 3;
  border: 0;
  background: var(--background);
  margin-right: 10px;
  border-radius: 10px;
  padding: 0 var(--padding);
  font-size: 14px;
  color: var(--primaryLabelColor);
  width: 180px;
  height: 40px;
}
@media only screen and (max-width: 600px) {
  .UpdatesNewsletter__Input {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.UpdatesNewsletter__Input:-webkit-autofill {
  -webkit-text-fill-color: var(--primaryLabelColor);
  -webkit-transition: background-color 1000s linear 0s !important;
  transition: background-color 1000s linear 0s !important;
  font-size: inherit;
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
@-webkit-keyframes autofill {
  to {
    background: var(--background);
  }
}
@keyframes autofill {
  to {
    background: var(--background);
  }
}
.UpdatesNewsletter__Input::-moz-placeholder {
  color: var(--placeholderTextColor);
}
.UpdatesNewsletter__Input:-ms-input-placeholder {
  color: var(--placeholderTextColor);
}
.UpdatesNewsletter__Input::placeholder {
  color: var(--placeholderTextColor);
}
.UpdatesNewsletter__Input:focus {
  outline: none;
}
.UpdatesNewsletter__Button {
  position: relative;
  border: 0;
  background: var(--controlAccent);
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  padding: 0 var(--padding);
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  height: 40px;
  line-height: 40px;
  min-width: 103px;
  display: flex;
  justify-content: center;
  font-size: 14px;
}
@media only screen and (max-width: 600px) {
  .UpdatesNewsletter__Button {
    font-size: 16px;
  }
}
.UpdatesNewsletter__Button:active {
  box-shadow: 0 0 0 3px rgba(56, 145, 255, 0.3);
}
.UpdatesNewsletter__Button span {
  display: block;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.UpdatesNewsletter__Button--loading {
  pointer-events: none;
  background: #6c7581;
}
@media (prefers-color-scheme: dark) {
  html {
    --textColor: #fff;
    --primaryLabelColor: #fff;
    --primaryLabelColorRGB: 255, 255, 255;
    --primaryBlogTextColor: #fff;
    --secondaryLabelColor: hsla(0, 0%, 100%, 0.6);
    --tertiaryLabelColor: hsla(0, 0%, 100%, 0.3);
    --quaternaryLabelColor: hsla(0, 0%, 100%, 0.15);
    --quinaryLabelColor: hsla(0, 0%, 100%, 0.1);
    --alternatingContentBackgroundColors: #000;
    --controlAccent: #3694ff;
    --datedControlAccent: rgba(53, 120, 234, 0.55);
    --controlBackgroundColor: #000;
    --controlBackgroundAlternativeColor: hsla(0, 0%, 100%, 0.05);
    --controlColor: hsla(0, 0%, 100%, 0.2);
    --controlAlternativeColor: hsla(0, 0%, 100%, 0.05);
    --switchColor: hsla(0, 0%, 100%, 0.7);
    --controlTextColor: var(--primaryLabelColor);
    --activeControlColor: hsla(0, 0%, 100%, 0.2);
    --activeControlTextColor: var(--primaryLabelColor);
    --disabledControlColor: hsla(0, 0%, 100%, 0.1);
    --disabledControlTextColor: hsla(0, 0%, 100%, 0.5);
    --disabledIconControlColor: hsla(0, 0%, 100%, 0.2);
    --iconControlColor: hsla(0, 0%, 100%, 0.4);
    --gridColor: hsla(0, 0%, 100%, 0.05);
    --separatorColor: hsla(0, 0%, 100%, 0.05);
    --separatorColorRGB: #292a2c;
    --primaryKeyboardFocusIndicatorColor: #1ba6ff;
    --primaryKeyboardFocusIndicatorColorTranslucent: rgba(27, 166, 255, 0);
    --secondaryKeyboardFocusIndicatorColor: rgba(27, 166, 255, 0.5);
    --tertiaryKeyboardFocusIndicatorColor: rgba(27, 166, 255, 0.3);
    --quaternaryKeyboardFocusIndicatorColor: rgba(27, 166, 255, 0.15);
    --linkColor: #0097fa;
    --placeholderTextColor: hsla(0, 0%, 100%, 0.5);
    --selectedContentBackgroundColor: var(--controlAccent);
    --secondarySelectedContentBackgroundColor: hsla(0, 0%, 100%, 0.13);
    --tertiarySelectedContentBackgroundColor: hsla(0, 0%, 100%, 0.1);
    --selectedContentPrimaryLabelColor: #fff;
    --selectedContentSecondaryLabelColor: hsla(0, 0%, 100%, 0.8);
    --selectedContentTertiaryLabelColor: hsla(0, 0%, 100%, 0.5);
    --contentBackgroundColor: hsla(0, 0%, 100%, 0.1);
    --deemphasizedContentBackgroundColor: rgba(0, 0, 0, 0.02);
    --selectedControlColor: var(--controlAccent);
    --selectedControlTextColor: #fff;
    --selectedTextBackgroundColor: var(--controlAccent);
    --selectedTextColor: #fff;
    --shadowColor: #000;
    --unemphasizedSelectedContentBackgroundColor: #414141;
    --windowBackgroundColor: #1e1f21;
    --windowBackgroundColorRGB: 30, 31, 33;
    --windowAlternateBackgroundColor: #282a2c;
    --pageBackgroundColor: #19191b;
    --toolbarBackgroundColor: #1e1f21;
    --windowFrameTextColor: #000;
    --menuBackgroundColor: #333;
    --HUDMenuBackgroundColor: #000;
    --menuLabelColor: var(--primaryLabelColor);
    --menuDividerColor: var(--separatorColor);
    --selectedMenuItemTextColor: #fff;
    --menuShadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.05),
      0 0 0 1px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.3);
    --windowShadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.02),
      0 0 0 1px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.3);
    --menuArrowShadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.05),
      0 0 0 1px rgba(0, 0, 0, 0.03), 5px 0 10px rgba(0, 0, 0, 0.3);
    --messageDefaultBackgroundColor: hsla(0, 0%, 100%, 0.1);
    --messageDefaultBackgroundColorOpaque: #353638;
    --viewerMessageTextColor: var(--selectedControlTextColor);
    --viewerMessageBackgroundColor: var(--controlAccent);
    --datedViewerMessageBackgroundColor: var(--datedControlAccent);
    --viewerAuthorLinkBackgroundColor: hsla(0, 0%, 100%, 0.25098039215686274);
    --messageLineControlsBackgroundColor: rgba(137, 146, 182, 0.15);
    --hoverMessageLineControlsBackgroundColor: rgba(137, 146, 182, 0.25);
    --readReceiptsOverflowCellBackgroundColor: #5f6163;
    --messagesBackgroundColor: var(--windowBackgroundColor);
    --messagesBackgroundColorRGB: 30, 30, 30;
    --selectedMessageBackgroundColor: #282828;
    --sidebarBackgroundColor: transparent;
    --sidebarOpaqueBackgroundColor: #252525;
    --sidebarSearchBackgroundColor: hsla(0, 0%, 100%, 0.05);
    --bottomToolbarBorderColor: hsla(0, 0%, 100%, 0.1);
    --bottomToolbarBackgroundColor: #2b2c2f;
    --composeInputBorderColor: hsla(0, 0%, 100%, 0.15);
    --secondaryComposeInputBorderColor: hsla(0, 0%, 100%, 0.05);
    --composeInputBackgroundColor: hsla(0, 0%, 100%, 0.05);
    --composeSubmitControlBackgroundColor: var(--controlAccent);
    --outlinedControlBorderColor: hsla(0, 0%, 100%, 0.2);
    --selectedOutlinedControlHoverBackgroundColor: rrgba(255, 255, 255, 0.05);
    --selectedOutlinedControlBackgroundColor: hsla(0, 0%, 100%, 0.1);
    --overlayBackgroundColor: rgba(0, 0, 0, 0.4);
    --inputControlBackground: hsla(0, 0%, 100%, 0.1);
    --inputControlBorder: hsla(0, 0%, 100%, 0.2);
    --typingIndicatorBackgroundColor: #444;
    --typingIndicatorDotColor: #fff;
    --listHeaderBackgroundColor: hsla(0, 0%, 100%, 0.02);
    --blankSlateIconColor: hsla(0, 0%, 100%, 0.075);
    --mapBackgroundColor: var(--sidebarOpaqueBackgroundColor);
    --mapGridColor: #333;
    --userOnlineColor: hsl(var(--colorGreen));
    --userOnlineRecentlyColor: hsl(var(--colorGreen));
    --userOnlineLastDayColor: hsla(0, 0%, 100%, 0.2);
    --channelIconContainerBackgroundOpacity: 0.4;
    --messageColorFillAlpha: 0.32;
    --colorBlue: 195, 100%, 52%;
    --colorBlueLabel: 195, 100%, 62%;
    --colorBrown: 34, 29.1%, 54.1%;
    --colorBrownLabel: 34, 29.1%, 64.1%;
    --colorGreen: 129, 67.3%, 52%;
    --colorGreenLabel: 129, 67.3%, 62%;
    --colorOrange: 36, 100%, 52%;
    --colorOrangeLabel: 36, 100%, 62%;
    --colorPink: 348, 100%, 60.8%;
    --colorPinkLabel: 349, 100%, 70.8%;
    --colorPurple: 280, 85.4%, 65.1%;
    --colorPurpleLabel: 280, 85.4%, 75.1%;
    --colorRed: 3, 100%, 61.4%;
    --colorRedLabel: 3, 100%, 71.4%;
    --colorYellow: 50, 100%, 52%;
    --colorYellowLabel: 50, 100%, 62%;
  }
}
@media (prefers-color-scheme: light) {
  html {
    --monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier,
      monospace;
    --textColor: #000;
    --primaryLabelColor: #000;
    --primaryLabelColorRGB: 0, 0, 0;
    --primaryBlogTextColor: #222;
    --secondaryLabelColor: rgba(0, 0, 0, 0.5);
    --tertiaryLabelColor: rgba(0, 0, 0, 0.3);
    --quaternaryLabelColor: rgba(0, 0, 0, 0.2);
    --quinaryLabelColor: rgba(0, 0, 0, 0.1);
    --alternatingContentBackgroundColors: #000;
    --controlAccent: #3e82e9;
    --controlAccentRGB: 62, 130, 233;
    --selectedControlAccent: #fff;
    --datedControlAccent: var(--controlAccent);
    --selectionBackgroundColor: rgba(var(--controlAccentRGB), 0.3);
    --selectedSelectionBackgroundColor: hsla(0, 0%, 100%, 0.3);
    --controlBackgroundColor: #fff;
    --controlBackgroundAlternativeColor: rgba(0, 0, 0, 0.05);
    --controlColor: #fff;
    --controlAlternativeColor: rgba(0, 0, 0, 0.05);
    --buttonBackgroundColor: rgba(var(--controlAccentRGB), 0.1);
    --activeButtonBackgroundColor: rgba(var(--controlAccentRGB), 0.2);
    --switchColor: #fff;
    --controlTextColor: var(--controlAccent);
    --controlDefaultColor: #fff;
    --activeControlColor: #eceef0;
    --activeControlTextColor: #333;
    --disabledControlColor: rgba(0, 0, 0, 0.5);
    --disabledControlTextColor: var(--quaternaryLabelColor);
    --disabledIconControlColor: rgba(0, 0, 0, 0.25);
    --iconControlColor: rgba(0, 0, 0, 0.5);
    --gridColor: rgba(0, 0, 0, 0.075);
    --primaryKeyboardFocusIndicatorColor: rgba(81, 150, 236, 0.8);
    --primaryKeyboardFocusIndicatorColorTranslucent: rgba(81, 150, 236, 0);
    --secondaryKeyboardFocusIndicatorColor: rgba(81, 150, 236, 0.6);
    --tertiaryKeyboardFocusIndicatorColor: rgba(81, 150, 236, 0.3);
    --quaternaryKeyboardFocusIndicatorColor: rgba(81, 150, 236, 0.15);
    --linkColor: #3b95f5;
    --placeholderTextColor: rgba(0, 0, 0, 0.333);
    --selectedContentBackgroundColor: var(--controlAccent);
    --secondarySelectedContentBackgroundColor: rgba(0, 0, 0, 0.13);
    --tertiarySelectedContentBackgroundColor: rgba(0, 0, 0, 0.1);
    --selectedContentPrimaryLabelColor: #fff;
    --selectedContentSecondaryLabelColor: hsla(0, 0%, 100%, 0.8);
    --selectedContentTertiaryLabelColor: hsla(0, 0%, 100%, 0.5);
    --contentBackgroundColor: #fff;
    --deemphasizedContentBackgroundColor: rgba(0, 0, 0, 0.02);
    --selectedControlColor: var(--controlAccent);
    --selectedControlTextColor: #fff;
    --selectedMenuItemTextColor: var(--selectedContentPrimaryLabelColor);
    --selectedTextBackgroundColor: var(--controlAccent);
    --selectedTextColor: #fff;
    --separatorColor: rgba(0, 0, 0, 0.04);
    --separatorColorRGB: #f7f7f7;
    --shadowColor: #000;
    --unemphasizedSelectedContentBackgroundColor: #e5e6e6;
    --windowBackgroundColor: #fff;
    --windowBackgroundColorRGB: 255, 255, 255;
    --windowAlternateBackgroundColor: #f1f1f1;
    --pageBackgroundColor: #fafafa;
    --toolbarBackgroundColor: #fff;
    --privateToolbarBackgroundColor: #444;
    --windowFrameTextColor: #000;
    --menuBackgroundColor: var(--pageBackgroundColor);
    --HUDMenuBackgroundColor: #222;
    --menuLargeDividerBackground: rgba(0, 0, 0, 0.01);
    --menuLabelColor: var(--controlAccent);
    --menuDividerColor: var(--separatorColor);
    --menuShadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 8px 20px rgba(0, 0, 0, 0.15);
    --HUDMenuShadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    --windowShadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    --menuArrowShadow: 0 0 0 1px rgba(0, 0, 0, 0.03),
      5px 0 10px rgba(0, 0, 0, 0.03);
    --messageBorderRadius: 13px;
    --messageDefaultBackgroundColor: rgba(137, 146, 182, 0.15);
    --messageDefaultBackgroundColorOpaque: #edeff4;
    --viewerMessageTextColor: var(--selectedControlTextColor);
    --viewerMessageBackgroundColor: var(--controlAccent);
    --datedViewerMessageBackgroundColor: var(--datedControlAccent);
    --viewerAuthorLinkBackgroundColor: hsla(0, 0%, 100%, 0.25098039215686274);
    --messageLineControlsBackgroundColor: rgba(137, 146, 182, 0.15);
    --hoverMessageLineControlsBackgroundColor: rgba(137, 146, 182, 0.25);
    --bottomToolbarBorderColor: var(--gridColor);
    --bottomToolbarBackgroundColor: #f7f7f7;
    --sidebarBackgroundColor: transparent;
    --sidebarOpaqueBackgroundColor: #e2e2e2;
    --sidebarSearchBackgroundColor: rgba(0, 0, 0, 0.06);
    --sidebarSearchBorderColor: rgba(0, 0, 0, 0.03);
    --readReceiptsOverflowCellBackgroundColor: #a3aaae;
    --messagesBackgroundColor: var(--windowBackgroundColor);
    --messagesBackgroundColorRGB: 255, 255, 255;
    --selectedMessageBackgroundColor: #f3f6f7;
    --composeInputBorderColor: rgba(0, 0, 0, 0.15);
    --secondaryComposeInputBorderColor: rgba(0, 0, 0, 0.05);
    --composeInputBackgroundColor: #fff;
    --composeSubmitControlBackgroundColor: var(--controlAccent);
    --outlinedControlBorderColor: rgba(0, 0, 0, 0.15);
    --selectedOutlinedControlHoverBackgroundColor: rgba(0, 0, 0, 0.05);
    --selectedOutlinedControlBackgroundColor: var(
      --activeButtonBackgroundColor
    );
    --controlAccentOutlinedControlBorderColor: rgba(
      var(--controlAccentRGB),
      0.2
    );
    --controlAccentSelectedOutlinedControlBackgroundColor: rgba(
      var(--controlAccentRGB),
      0.12
    );
    --overlayBackgroundColor: hsla(0, 0%, 100%, 0.6);
    --inputControlBackground: #fff;
    --inputControlBorder: rgba(0, 0, 0, 0.1);
    --typingIndicatorBackgroundColor: #e5e5e5;
    --typingIndicatorDotColor: #000;
    --listHeaderBackgroundColor: rgba(0, 0, 0, 0.02);
    --channelIconContainerBackgroundOpacity: 0.4;
    --messageColorFillAlpha: 0.1;
    --blankSlateIconColor: rgba(0, 0, 0, 0.075);
    --mapBackgroundColor: var(--sidebarOpaqueBackgroundColor);
    --mapGridColor: #d1d1d1;
    --userOnlineColor: hsl(var(--colorGreen));
    --userOnlineRecentlyColor: hsl(var(--colorGreen));
    --userOnlineLastDayColor: rgba(0, 0, 0, 0.2);
    --colorBlue: 195, 90%, 50%;
    --colorBlueLabel: 195, 90%, 40%;
    --colorBrown: 34, 26.8%, 50.2%;
    --colorBrownLabel: 34, 26.8%, 40.2%;
    --colorGreen: 129, 67.3%, 48%;
    --colorGreenLabel: 129, 67.3%, 38%;
    --colorOrange: 35, 100%, 50%;
    --colorOrangeLabel: 35, 100%, 40%;
    --colorPink: 349, 100%, 58.8%;
    --colorPinkLabel: 349, 100%, 48.8%;
    --colorPurple: 280, 68%, 59.6%;
    --colorPurpleLabel: 280, 68%, 49.6%;
    --colorRed: 3, 100%, 59.4%;
    --colorRedLabel: 3, 100%, 49.4%;
    --colorYellow: 48, 100%, 50%;
    --colorYellowLabel: 48, 100%, 40%;
    --colorSlate: 210, 13%, 48%;
    --colorGrey: 60, 2.2%, 54.7%;
  }
}
.NewsletterHeader {
  max-width: var(--maxWidth);
  margin: 0 auto;
  border-top: 1px solid var(--separatorColor);
  padding: 30px 0;
  --titleFont: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
@supports (font-variation-settings: normal) {
  .NewsletterHeader {
    --titleFont: "Inter var", sans-serif;
  }
}
.NewsletterHeader__Title {
  font-size: 34px;
  line-height: 1.28em;
  letter-spacing: -0.4px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.3em;
  color: var(--primaryLabelColor);
  text-decoration: none;
  font-family: var(--titleFont);
}
.NewsletterHeader__Description {
  font-size: 16px;
  line-height: 1.4em;
  color: var(--secondaryLabelColor);
  max-width: 400px;
  text-align: center;
}
.NewsletterHeader__Link {
  color: var(--linkColor);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.NewsletterHeader__Twitter:hover {
  color: var(--primaryLabelColor);
}
.NewsletterHeader__Newsletter {
  margin: 10px 0 20px;
}
.NewsletterSignupComplete {
  max-width: var(--maxWidth);
  margin: 0 auto;
  border-top: 1px solid var(--separatorColor);
  padding: 30px 0;
  --titleFont: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
}
@supports (font-variation-settings: normal) {
  .NewsletterSignupComplete {
    --titleFont: "Inter var", sans-serif;
  }
}
.NewsletterSignupComplete__Title {
  font-size: 34px;
  line-height: 1.28em;
  letter-spacing: -0.4px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 0.3em;
  color: var(--primaryLabelColor);
  text-decoration: none;
  font-family: var(--titleFont);
}
.NewsletterSignupComplete__Description {
  font-size: 16px;
  line-height: 1.4em;
  color: var(--secondaryLabelColor);
  max-width: 400px;
  text-align: center;
}
.NewsletterSignupComplete__Link {
  color: var(--linkColor);
  text-decoration: none;
  transition: color 0.3s ease;
  display: inline-block;
}
.NewsletterSignupComplete__Twitter:hover {
  color: var(--primaryLabelColor);
}
.NewsletterSignupComplete__Newsletter {
  margin: 10px 0 20px;
}
.Newsletter__Form {
  max-width: var(--maxWidth);
  margin: 0 auto;
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
}

/* Mobile Navbar */
.jKVQcF {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--color);
  transition: background-color 200ms ease 0s, transform 200ms ease 0s;
}
.jKVQcF:nth-of-type(2) {
  margin-top: 5px;
}
.iaOZLt {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--color);
  transition: background-color 200ms ease 0s, transform 200ms ease 0s;
}
.iaOZLt:nth-of-type(1) {
  transform: translateX(3px) rotate(45deg) translateY(5px);
  background: var(--colorHover);
}
.iaOZLt:nth-of-type(2) {
  transform: translateX(3px) rotate(-45deg) translateY(-5px);
  background: var(--colorHover);
  margin-top: 5px;
}
.cLXneS {
  position: absolute;
  z-index: 9100;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: 0px;
  padding: 50px 10px 10px;
  background: var(--backgroundColor);
  list-style: none;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 5px;
}
.cLXneS li {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0px;
  padding: 0px;
  opacity: 0;
  transform: translateY(-20px);
  animation: staggered-fade-in 0.5s ease forwards;
}
@keyframes staggered-fade-in {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cLXneS li:nth-child(1) {
  animation-delay: 0.2s;
}

.cLXneS li:nth-child(2) {
  animation-delay: 0.25s;
}

.cLXneS li:nth-child(3) {
  animation-delay: 0.3s;
}

.cLXneS li:nth-child(4) {
  animation-delay: 0.35s;
}
.cLXneS a {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  text-decoration: none;
  color: var(--color);
}