@keyframes styles_spinner__YFmQJ {
  to {
    transform: rotate(360deg);
  }
}

.styles_container__unOV2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vmin;

  font-size: 16px;
  line-height: 1.5;
  color: rgb(55, 53, 47);
  caret-color: rgb(55, 53, 47);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica,
    'Apple Color Emoji', Arial, sans-serif, 'Segoe UI Emoji', 'Segoe UI Symbol';
  background-color: var(--bg-color);
}

.styles_loadingIcon__cjsDo {
  animation: styles_spinner__YFmQJ 0.6s linear infinite;
  display: block;
  width: 24px;
  height: 24px;
  color: rgba(55, 53, 47, 0.4);
}

.styles_main__Y8b8e {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.styles_errorImage__SpJkk {
  max-width: 100%;
  width: 640px;
}

.styles_footer__RBpyk {
  width: 100%;
  max-width: 1100px;
  margin: auto auto 0;
  padding: 8px;

  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.styles_copyright__nhL_k {
  font-size: 80%;
  padding: 0.5em;
}

.styles_settings__GyEhi,
.styles_social__ptL3p {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.styles_settings__GyEhi a,
.styles_social__ptL3p a {
  cursor: pointer;
  font-size: 2em;
  display: inline-flex;
  padding: 0.25em;
  margin-right: 1vw;
  transition: color 250ms ease-out;
}

.styles_settings__GyEhi a:last-of-type,
.styles_social__ptL3p a:last-of-type {
  margin-right: 0;
}

.styles_settings__GyEhi a:hover,
.styles_social__ptL3p a:hover {
  transition: color 50ms ease-out;
}

.styles_toggleDarkMode__QfgK_:hover {
  color: #2795e9;
}

.styles_twitter__3YoqL:hover {
  color: #2795e9;
}

.styles_mastodon__pmhlP:hover {
  color: #5a4be1;
}

.styles_zhihu__Z7IC7:hover {
  color: #0066ff;
}

.styles_github__0JN7a:hover {
  color: #c9510c;
}

.styles_youtube__GvD2_:hover {
  color: #ff0000;
}

.styles_linkedin__bgwDi:hover {
  color: #0077b5;
}

.styles_newsletter__RnO3W:hover {
  color: #777777;
}

.styles_comments__YEupF {
  width: 100%;
  margin-top: 2em;
  border-top: 1px solid var(--fg-color-0);
}

@media only screen and (max-width: 566px) {
  .styles_footer__RBpyk {
    flex-direction: column;
  }

  .styles_footer__RBpyk > div {
    margin-top: 1em;
  }

  .styles_footer__RBpyk .styles_settings__GyEhi {
    order: 1;
  }
  .styles_footer__RBpyk .styles_social__ptL3p {
    order: 2;
  }
  .styles_footer__RBpyk .styles_copyright__nhL_k {
    order: 3;
  }
}

.styles_pageActions__hTb1P {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 6px 12px 12px;
}

.styles_pageActions__hTb1P a {
  cursor: pointer;
  font-size: 24px;
  display: inline-flex;
  padding: 12px;
  margin-right: 1vw;
  border-radius: 50%;
  background: transparent;
  transition: all 250ms ease-out;
}

.styles_pageActions__hTb1P a:last-of-type {
  margin-right: 0;
}

.styles_pageActions__hTb1P a:hover {
  transition: all 50ms ease-out;
}

.styles_likeTweet__xxvAm:hover {
  background: #f6e3e8;
  color: #e0265e;
}

.styles_retweet__ccIGG:hover {
  color: #19bf64;
  background: #e5f2e8;
}

@media (max-width: 1360px) {
  .styles_githubCorner__7QjNo {
    display: none;
  }
}

.styles_githubCorner__7QjNo:hover .styles_octoArm__PrtZ9 {
  animation: styles_octocat-wave__UeRXj 560ms ease-in-out;
}

@keyframes styles_octocat-wave__UeRXj {
  0%,
  100% {
    transform: rotate(0);
  }
  20%,
  60% {
    transform: rotate(-25deg);
  }
  40%,
  80% {
    transform: rotate(10deg);
  }
}

@media (max-width: 500px) {
  .styles_githubCorner__7QjNo:hover .styles_octoArm__PrtZ9 {
    animation: none;
  }

  .styles_githubCorner__7QjNo .styles_octoArm__PrtZ9 {
    animation: styles_octocat-wave__UeRXj 560ms ease-in-out;
  }
}

.styles_hidden__7gYve {
  visibility: hidden;
}

.PageSocial_pageSocial__2q72j {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--fg-color);
}

.PageSocial_action__l2jzO {
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--fg-color-6);
  transition: all 300ms ease-out;
  width: 3.5em;
  height: 3.5em;
  margin: 0 0 1em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.PageSocial_action__l2jzO:last-child {
  margin-bottom: 0;
}

.PageSocial_actionBg__VdO2Y {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.PageSocial_actionBg__VdO2Y svg {
  width: 50%;
  height: 50%;
  fill: var(--fg-color-6);
}

.PageSocial_actionBgPane__iaA3V {
  transition: all 300ms ease-out;
  border-radius: 50%;
  width: 0;
  height: 0;
}

.PageSocial_action__l2jzO:hover {
  transition: all 100ms ease-out;
}

.PageSocial_action__l2jzO:hover .PageSocial_actionBgPane__iaA3V {
  width: 100%;
  height: 100%;
  transition: all 100ms ease-out;
}

.PageSocial_action__l2jzO:hover svg {
  transition: fill 100ms ease-out;
  fill: var(--bg-color);
}

.dark-mode .PageSocial_action__l2jzO:hover svg {
  fill: var(--fg-color);
}

.PageSocial_facebook__ShnKd .PageSocial_actionBgPane__iaA3V {
  background: #3b5998;
}
.PageSocial_facebook__ShnKd:hover {
  border-color: #3b5998;
}

.PageSocial_twitter__Q7LHY .PageSocial_actionBgPane__iaA3V {
  background: #2795e9;
}
.PageSocial_twitter__Q7LHY:hover {
  border-color: #2795e9;
}

.PageSocial_linkedin__24DsJ .PageSocial_actionBgPane__iaA3V {
  background: #0077b5;
}
.PageSocial_linkedin__24DsJ:hover {
  border-color: #0077b5;
}

.PageSocial_github___g2RK .PageSocial_actionBgPane__iaA3V {
  background: #c9510c;
}
.PageSocial_github___g2RK:hover {
  border-color: #c9510c;
}

.PageSocial_youtube__19ARa .PageSocial_actionBgPane__iaA3V {
  background: #FF0000;
}
.PageSocial_youtube__19ARa:hover {
  border-color: #FF0000;
}

.PageSocial_medium__fa8tD .PageSocial_actionBgPane__iaA3V {
  background: #00ab6c;
}
.PageSocial_medium__fa8tD:hover {
  border-color: #00ab6c;
}

.PageSocial_newsletter__tF684 .PageSocial_actionBgPane__iaA3V {
  background: #777777;
}
.PageSocial_newsletter__tF684:hover {
  border-color: #777777;
}

.PageSocial_email__9d8lS .PageSocial_actionBgPane__iaA3V {
  background: #777;
}
.PageSocial_email__9d8lS:hover {
  border-color: #777;
}

@media only screen and (max-width: 768px) {
  .PageSocial_links__q1XwB {
    position: relative;
    left: 0.5em;
    flex-wrap: wrap;
  }

  .PageSocial_action__l2jzO:last-child {
    margin-right: 1em;
  }
}

