/*! 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: .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;
  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: -.25em
}

sup {
  top: -.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: .35em .75em .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
}

template {
  display: none
}

[hidden] {
  display: none
}
.limit-one-line,
#article-container .flink .flink-item-name,
#article-container .flink .flink-item-desc,
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a span,
#aside-content .card-categories ul.card-category-list > .card-category-list-item a span,
.site-data > a .headline,
#nav #blog-info,
#pagination .prev_info,
#pagination .next_info,
#sidebar #sidebar-menus .menus_items .site-page {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.limit-more-line,
.error404 #error-wrap .error-content .error-info .error_subtitle,
.article-sort-item-title,
#recent-posts > .recent-post-item >.recent-post-info > .article-title,
#recent-posts > .recent-post-item >.recent-post-info > .content,
#aside-content .aside-list > .aside-list-item .content > .name,
#aside-content .aside-list > .aside-list-item .content > .title,
#aside-content .aside-list > .aside-list-item .content > .comment,
#post-info .post-title,
.relatedPosts > .relatedPosts-list .content .title,
#article-container figure.gallery-group p,
#article-container figure.gallery-group .gallery-group-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.fontawesomeIcon,
.custom-hr:before,
#article-container h1:before,
#article-container h2:before,
#article-container h3:before,
#article-container h4:before,
#article-container h5:before,
#article-container h6:before,
#article-container hr:before,
#post .post-copyright:before,
#post .post-outdate-notice:before,
.note:not(.no-icon)::before,
.search-dialog hr:before {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 6 Free';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.cardHover,
.error404 #error-wrap .error-content,
.layout > div:first-child:not(.recent-posts),
#recent-posts > .recent-post-item,
#aside-content .card-widget,
.layout > .recent-posts .pagination > *:not(.space) {
  border-radius: 8px;
  background: var(--card-bg);
  -webkit-box-shadow: var(--card-box-shadow);
  box-shadow: var(--card-box-shadow);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.cardHover:hover,
.error404 #error-wrap .error-content:hover,
.layout > div:first-child:not(.recent-posts):hover,
#recent-posts > .recent-post-item:hover,
#aside-content .card-widget:hover,
.layout > .recent-posts .pagination > *:not(.space):hover {
  -webkit-box-shadow: var(--card-hover-box-shadow);
  box-shadow: var(--card-hover-box-shadow);
}
.imgHover,
.error404 #error-wrap .error-content .error-img img,
.article-sort-item-img :first-child,
#recent-posts > .recent-post-item .post_cover .post-bg,
#aside-content .aside-list > .aside-list-item .thumbnail :first-child {
  width: 100%;
  height: 100%;
  -webkit-transition: filter 375ms ease-in 0.2s, -webkit-transform 0.6s;
  -moz-transition: filter 375ms ease-in 0.2s, -moz-transform 0.6s;
  -o-transition: filter 375ms ease-in 0.2s, -o-transform 0.6s;
  -ms-transition: filter 375ms ease-in 0.2s, -ms-transform 0.6s;
  transition: filter 375ms ease-in 0.2s, transform 0.6s;
  object-fit: cover;
}
.imgHover:hover,
.error404 #error-wrap .error-content .error-img img:hover,
.article-sort-item-img :first-child:hover,
#recent-posts > .recent-post-item .post_cover .post-bg:hover,
#aside-content .aside-list > .aside-list-item .thumbnail :first-child:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.postImgHover:hover .cover,
#pagination .prev-post:hover .cover,
#pagination .next-post:hover .cover,
.relatedPosts > .relatedPosts-list > div:hover .cover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.postImgHover .cover,
#pagination .prev-post .cover,
#pagination .next-post .cover,
.relatedPosts > .relatedPosts-list > div .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transition: all 0.6s, filter 375ms ease-in 0.2s;
  -moz-transition: all 0.6s, filter 375ms ease-in 0.2s;
  -o-transition: all 0.6s, filter 375ms ease-in 0.2s;
  -ms-transition: all 0.6s, filter 375ms ease-in 0.2s;
  transition: all 0.6s, filter 375ms ease-in 0.2s;
  object-fit: cover;
}
.list-beauty,
.category-lists ul {
  list-style: none;
}
.list-beauty li,
.category-lists ul li {
  position: relative;
  padding: 0.12em 0.4em 0.12em 1.4em;
}
.list-beauty li:hover:before,
.category-lists ul li:hover:before {
  border-color: var(--pseudo-hover);
}
.list-beauty li:before,
.category-lists ul li:before {
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 0.43em;
  height: 0.43em;
  border: 0.215em solid #3a3a3a;
  border-radius: 0.43em;
  background: transparent;
  content: '';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.custom-hr,
#article-container hr,
.search-dialog hr {
  position: relative;
  margin: 40px auto;
  border: 2px dashed var(--hr-border);
  width: calc(100% - 4px);
}
.custom-hr:hover:before,
#article-container hr:hover:before,
.search-dialog hr:hover:before {
  left: calc(95% - 20px);
}
.custom-hr:before,
#article-container hr:before,
.search-dialog hr:before {
  position: absolute;
  top: -10px;
  left: 5%;
  z-index: 1;
  color: var(--hr-before-color);
  content: '\f0c4';
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
#content-inner,
#footer {
  -webkit-animation: bottom-top 1s;
  -moz-animation: bottom-top 1s;
  -o-animation: bottom-top 1s;
  -ms-animation: bottom-top 1s;
  animation: bottom-top 1s;
}
#page-header:not(.full_page) {
  -webkit-animation: header-effect 1s;
  -moz-animation: header-effect 1s;
  -o-animation: header-effect 1s;
  -ms-animation: header-effect 1s;
  animation: header-effect 1s;
}
#site-title,
#site-subtitle {
  -webkit-animation: titleScale 1s;
  -moz-animation: titleScale 1s;
  -o-animation: titleScale 1s;
  -ms-animation: titleScale 1s;
  animation: titleScale 1s;
}
#nav.show {
  -webkit-animation: headerNoOpacity 1s;
  -moz-animation: headerNoOpacity 1s;
  -o-animation: headerNoOpacity 1s;
  -ms-animation: headerNoOpacity 1s;
  animation: headerNoOpacity 1s;
}
canvas:not(#ribbon-canvas),
#web_bg {
  -webkit-animation: to_show 4s;
  -moz-animation: to_show 4s;
  -o-animation: to_show 4s;
  -ms-animation: to_show 4s;
  animation: to_show 4s;
}
#ribbon-canvas {
  -webkit-animation: ribbon_to_show 4s;
  -moz-animation: ribbon_to_show 4s;
  -o-animation: ribbon_to_show 4s;
  -ms-animation: ribbon_to_show 4s;
  animation: ribbon_to_show 4s;
}
#sidebar-menus.open > :nth-child(1) {
  -webkit-animation: sidebarItem 0.2s;
  -moz-animation: sidebarItem 0.2s;
  -o-animation: sidebarItem 0.2s;
  -ms-animation: sidebarItem 0.2s;
  animation: sidebarItem 0.2s;
}
#sidebar-menus.open > :nth-child(2) {
  -webkit-animation: sidebarItem 0.4s;
  -moz-animation: sidebarItem 0.4s;
  -o-animation: sidebarItem 0.4s;
  -ms-animation: sidebarItem 0.4s;
  animation: sidebarItem 0.4s;
}
#sidebar-menus.open > :nth-child(3) {
  -webkit-animation: sidebarItem 0.6s;
  -moz-animation: sidebarItem 0.6s;
  -o-animation: sidebarItem 0.6s;
  -ms-animation: sidebarItem 0.6s;
  animation: sidebarItem 0.6s;
}
#sidebar-menus.open > :nth-child(4) {
  -webkit-animation: sidebarItem 0.8s;
  -moz-animation: sidebarItem 0.8s;
  -o-animation: sidebarItem 0.8s;
  -ms-animation: sidebarItem 0.8s;
  animation: sidebarItem 0.8s;
}
.scroll-down-effects {
  -webkit-animation: scroll-down-effect 1.5s infinite;
  -moz-animation: scroll-down-effect 1.5s infinite;
  -o-animation: scroll-down-effect 1.5s infinite;
  -ms-animation: scroll-down-effect 1.5s infinite;
  animation: scroll-down-effect 1.5s infinite;
}
.avatar-img {
  -webkit-animation: avatar_turn_around 2s linear infinite;
  -moz-animation: avatar_turn_around 2s linear infinite;
  -o-animation: avatar_turn_around 2s linear infinite;
  -ms-animation: avatar_turn_around 2s linear infinite;
  animation: avatar_turn_around 2s linear infinite;
}
.reward-main {
  -webkit-animation: donate_effcet 0.3s 0.1s ease both;
  -moz-animation: donate_effcet 0.3s 0.1s ease both;
  -o-animation: donate_effcet 0.3s 0.1s ease both;
  -ms-animation: donate_effcet 0.3s 0.1s ease both;
  animation: donate_effcet 0.3s 0.1s ease both;
}
@-moz-keyframes scroll-down-effect {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, -16px);
    -moz-transform: translate(0, -16px);
    -o-transform: translate(0, -16px);
    -ms-transform: translate(0, -16px);
    transform: translate(0, -16px);
  }
  100% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes scroll-down-effect {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, -16px);
    -moz-transform: translate(0, -16px);
    -o-transform: translate(0, -16px);
    -ms-transform: translate(0, -16px);
    transform: translate(0, -16px);
  }
  100% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes scroll-down-effect {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, -16px);
    -moz-transform: translate(0, -16px);
    -o-transform: translate(0, -16px);
    -ms-transform: translate(0, -16px);
    transform: translate(0, -16px);
  }
  100% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes scroll-down-effect {
  0% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate(0, -16px);
    -moz-transform: translate(0, -16px);
    -o-transform: translate(0, -16px);
    -ms-transform: translate(0, -16px);
    transform: translate(0, -16px);
  }
  100% {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes header-effect {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-effect {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes header-effect {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-effect {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes headerNoOpacity {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes headerNoOpacity {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes headerNoOpacity {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes headerNoOpacity {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bottom-top {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bottom-top {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bottom-top {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bottom-top {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes titleScale {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes titleScale {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes titleScale {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes titleScale {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes search_close {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes search_close {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-o-keyframes search_close {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes search_close {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-moz-keyframes to_show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-webkit-keyframes to_show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-o-keyframes to_show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@keyframes to_show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@-moz-keyframes to_hide {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes to_hide {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes to_hide {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes to_hide {
  0% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes ribbon_to_show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
@-webkit-keyframes ribbon_to_show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
@-o-keyframes ribbon_to_show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
@keyframes ribbon_to_show {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
@-moz-keyframes avatar_turn_around {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes avatar_turn_around {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes avatar_turn_around {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes avatar_turn_around {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes sub_menus {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes sub_menus {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes sub_menus {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes sub_menus {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes donate_effcet {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes donate_effcet {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes donate_effcet {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes donate_effcet {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes sidebarItem {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes sidebarItem {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes sidebarItem {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes sidebarItem {
  0% {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -o-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
:root {
  --global-font-size: 14px;
  --global-bg: #fff;
  --font-color: #4c4948;
  --hr-border: #cbb49e;
  --hr-before-color: #b69777;
  --search-bg: #f6f8fa;
  --search-input-color: #4c4948;
  --search-a-color: #4c4948;
  --preloader-bg: #37474f;
  --preloader-color: #fff;
  --tab-border-color: #f0f0f0;
  --tab-botton-bg: #f0f0f0;
  --tab-botton-color: #1f2d3d;
  --tab-button-hover-bg: #dcdcdc;
  --tab-button-active-bg: #fff;
  --card-bg: #fff;
  --sidebar-bg: #f6f8fa;
  --btn-hover-color: #8a6a4a;
  --btn-color: #fff;
  --btn-bg: #3a3a3a;
  --text-bg-hover: rgba(58,58,58,0.7);
  --light-grey: #eee;
  --dark-grey: #cacaca;
  --white: #fff;
  --text-highlight-color: #1f2d3d;
  --blockquote-color: #6a737d;
  --blockquote-bg: rgba(58,58,58,0.1);
  --reward-pop: #f5f5f5;
  --toc-link-color: #666261;
  --card-box-shadow: 0 3px 8px 6px rgba(7,17,27,0.05);
  --card-hover-box-shadow: 0 3px 8px 6px rgba(7,17,27,0.09);
  --pseudo-hover: #8a6a4a;
  --headline-presudo: #a0a0a0;
  --scrollbar-color: #3a3a3a;
  --default-bg-color: #3a3a3a;
  --zoom-bg: #fff;
  --mark-bg: rgba(0,0,0,0.3);
}
html {
  background: var(--global-bg);
}
body {
  position: relative;
  min-height: 100%;
  background: var(--global-bg);
  color: var(--font-color);
  font-size: var(--global-font-size);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Lato, Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  line-height: 2;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html.rt-particles-on body {
  background: transparent;
}
html.rt-particles-on #web_bg {
  z-index: -1;
}
html.rt-particles-on #body-wrap {
  position: relative;
  z-index: 1;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
* {
  scrollbar-width: thin;
  scrollbar-color: var(--scrollbar-color) transparent;
}
html.rt-hide-scrollbar,
html.rt-at-top {
  scrollbar-width: none !important;
  -ms-overflow-style: none;
}
html.rt-hide-scrollbar::-webkit-scrollbar,
html.rt-at-top::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
html.rt-hide-scrollbar body,
html.rt-at-top body {
  scrollbar-width: none !important;
  -ms-overflow-style: none;
}
html.rt-hide-scrollbar body::-webkit-scrollbar,
html.rt-at-top body::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  display: none !important;
}
input::placeholder {
  color: var(--font-color);
}
#web_bg {
  position: fixed;
  z-index: -999;
  width: 100%;
  height: 100%;
  background: url(/img/styles/ink-scroll/bg.webp);
  background-attachment: local;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#rt-particles-canvas {
  position: fixed !important;
  inset: 0;
  z-index: 0 !important;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin: 20px 0 14px;
  color: var(--text-highlight-color);
  font-weight: bold;
}
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
  font-size: inherit !important;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.table-wrap {
  overflow-x: scroll;
  margin: 0 0 20px;
}
table {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  empty-cells: show;
}
table thead {
  background: rgba(153,169,191,0.1);
}
table th,
table td {
  padding: 6px 12px;
  border: 1px solid var(--light-grey);
  vertical-align: middle;
}
*::selection {
  background: #3a3a3a;
  color: #f7f7f7;
}
button {
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  cursor: pointer;
  touch-action: manipulation;
}
a {
  color: #99a9bf;
  text-decoration: none;
  word-wrap: break-word;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  overflow-wrap: break-word;
}
a:hover {
  color: #3a3a3a;
}
.is-center {
  text-align: center;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
img[src=''],
img:not([src]) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.img-alt {
  margin: -10px 0 10px;
  color: #858585;
}
.img-alt:hover {
  text-decoration: none !important;
}
blockquote {
  margin: 0 0 20px;
  padding: 12px 15px;
  border-left: 3px solid #3a3a3a;
  background-color: var(--blockquote-bg);
  color: var(--blockquote-color);
}
blockquote footer cite:before {
  padding: 0 5px;
  content: '—';
}
blockquote > :last-child {
  margin-bottom: 0 !important;
}
:root {
  --hl-color: #90a4ae;
  --hl-bg: #f6f8fa;
  --hltools-bg: #e6ebf1;
  --hltools-color: #90a4ae;
  --hlnumber-bg: #f6f8fa;
  --hlnumber-color: rgba(144,164,174,0.5);
  --hlscrollbar-bg: #dce4eb;
  --hlexpand-bg: linear-gradient(180deg, rgba(246,248,250,0.6), rgba(246,248,250,0.9));
}
[data-theme='dark'] {
  --hl-color: rgba(255,255,255,0.7);
  --hl-bg: #171717;
  --hltools-bg: #1a1a1a;
  --hltools-color: #90a4ae;
  --hlnumber-bg: #171717;
  --hlnumber-color: rgba(255,255,255,0.4);
  --hlscrollbar-bg: #1f1f1f;
  --hlexpand-bg: linear-gradient(180deg, rgba(23,23,23,0.6), rgba(23,23,23,0.9));
}
figure.highlight table {
  scrollbar-color: var(--hlscrollbar-bg) transparent;
}
figure.highlight table::-webkit-scrollbar-thumb {
  background: var(--hlscrollbar-bg);
}
figure.highlight pre .deletion {
  color: #bf42bf;
}
figure.highlight pre .addition {
  color: #105ede;
}
figure.highlight pre .meta {
  color: #7c4dff;
}
figure.highlight pre .comment {
  color: rgba(149,165,166,0.8);
}
figure.highlight pre .variable,
figure.highlight pre .attribute,
figure.highlight pre .regexp,
figure.highlight pre .ruby .constant,
figure.highlight pre .xml .tag .title,
figure.highlight pre .xml .pi,
figure.highlight pre .xml .doctype,
figure.highlight pre .html .doctype,
figure.highlight pre .css .id,
figure.highlight pre .tag .name,
figure.highlight pre .css .class,
figure.highlight pre .css .pseudo {
  color: #e53935;
}
figure.highlight pre .tag {
  color: #39adb5;
}
figure.highlight pre .number,
figure.highlight pre .preprocessor,
figure.highlight pre .literal,
figure.highlight pre .params,
figure.highlight pre .constant,
figure.highlight pre .command {
  color: #f76d47;
}
figure.highlight pre .built_in {
  color: #ffb62c;
}
figure.highlight pre .ruby .class .title,
figure.highlight pre .css .rules .attribute,
figure.highlight pre .string,
figure.highlight pre .value,
figure.highlight pre .inheritance,
figure.highlight pre .header,
figure.highlight pre .ruby .symbol,
figure.highlight pre .xml .cdata,
figure.highlight pre .special,
figure.highlight pre .number,
figure.highlight pre .formula {
  color: #91b859;
}
figure.highlight pre .keyword,
figure.highlight pre .title,
figure.highlight pre .css .hexcolor {
  color: #39adb5;
}
figure.highlight pre .function,
figure.highlight pre .python .decorator,
figure.highlight pre .python .title,
figure.highlight pre .ruby .function .title,
figure.highlight pre .ruby .title .keyword,
figure.highlight pre .perl .sub,
figure.highlight pre .javascript .title,
figure.highlight pre .coffeescript .title {
  color: #6182b8;
}
figure.highlight pre .tag .attr,
figure.highlight pre .javascript .function {
  color: #7c4dff;
}
#article-container figure.highlight .line.marked {
  background-color: rgba(128,203,196,0.251);
}
#article-container figure.highlight table {
  display: block;
  overflow: auto;
  border: none;
}
#article-container figure.highlight table td {
  padding: 0;
  border: none;
}
#article-container figure.highlight .gutter pre {
  padding-right: 10px;
  padding-left: 10px;
  background-color: var(--hlnumber-bg);
  color: var(--hlnumber-color);
  text-align: right;
}
#article-container figure.highlight .code pre {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
#article-container pre,
#article-container figure.highlight {
  overflow: auto;
  margin: 0 0 20px;
  padding: 0;
  background: var(--hl-bg);
  color: var(--hl-color);
  line-height: 1.6;
}
#article-container pre,
#article-container code {
  font-size: var(--global-font-size);
  font-family: consolas, Menlo, 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}
#article-container code {
  padding: 2px 4px;
  background: rgba(58,58,58,0.08);
  color: #c26b8a;
}
#article-container pre {
  padding: 10px 20px;
}
#article-container pre code {
  padding: 0;
  background: none;
  color: var(--hl-color);
  text-shadow: none;
}
#article-container figure.highlight {
  position: relative;
}
#article-container figure.highlight pre {
  margin: 0;
  padding: 8px 0;
  border: none;
}
#article-container figure.highlight figcaption,
#article-container figure.highlight .caption {
  padding: 6px 0 2px 14px;
  font-size: var(--global-font-size);
  line-height: 1em;
}
#article-container figure.highlight figcaption a,
#article-container figure.highlight .caption a {
  float: right;
  padding-right: 10px;
  color: var(--hl-color);
}
#article-container figure.highlight figcaption a:hover,
#article-container figure.highlight .caption a:hover {
  border-bottom-color: var(--hl-color);
}
#article-container figure.highlight.copy-true {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  -webkit-user-select: all;
}
#article-container figure.highlight.copy-true > table,
#article-container figure.highlight.copy-true > pre {
  display: block !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#article-container .highlight-tools {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  min-height: 24px;
  height: 2.15em;
  background: var(--hltools-bg);
  color: var(--hltools-color);
  font-size: var(--global-font-size);
}
#article-container .highlight-tools.closed ~ * {
  display: none;
}
#article-container .highlight-tools.closed .expand {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
}
#article-container .highlight-tools .expand {
  position: absolute;
  padding: 0.57em 0.7em;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
#article-container .highlight-tools .expand + .code-lang {
  left: 1.7em;
}
#article-container .highlight-tools .code-lang {
  position: absolute;
  left: 14px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.15em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
#article-container .highlight-tools .copy-notice {
  position: absolute;
  right: 2.4em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#article-container .highlight-tools .copy-button {
  position: absolute;
  right: 14px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
#article-container .highlight-tools .copy-button:hover {
  color: #3a3a3a;
}
#article-container .gutter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
#article-container .gist table {
  width: auto;
}
#article-container .gist table td {
  border: none;
}
#article-container .code-expand-btn {
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: var(--hlexpand-bg);
  text-align: center;
  font-size: var(--global-font-size);
  cursor: pointer;
}
#article-container .code-expand-btn i {
  padding: 6px 0;
  color: var(--hlnumber-color);
  -webkit-animation: code-expand-key 1.2s infinite;
  -moz-animation: code-expand-key 1.2s infinite;
  -o-animation: code-expand-key 1.2s infinite;
  -ms-animation: code-expand-key 1.2s infinite;
  animation: code-expand-key 1.2s infinite;
}
#article-container .code-expand-btn.expand-done > i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#article-container .code-expand-btn.expand-done + table,
#article-container .code-expand-btn.expand-done + pre {
  margin-bottom: 1.8em;
}
#article-container .code-expand-btn:not(.expand-done) ~ table,
#article-container .code-expand-btn:not(.expand-done) ~ pre {
  overflow: hidden;
  height: 300px;
}
@-moz-keyframes code-expand-key {
  0% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  50% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  100% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
@-webkit-keyframes code-expand-key {
  0% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  50% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  100% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
@-o-keyframes code-expand-key {
  0% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  50% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  100% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
@keyframes code-expand-key {
  0% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
  50% {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  100% {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
  }
}
.error404 #error-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 60px 20px 0;
  max-width: 1000px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.error404 #error-wrap .error-content {
  overflow: hidden;
  margin: 0 20px;
  height: 360px;
}
@media screen and (max-width: 768px) {
  .error404 #error-wrap .error-content {
    margin: 0;
    height: 500px;
  }
}
.error404 #error-wrap .error-content .error-img {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .error404 #error-wrap .error-content .error-img {
    width: 100%;
    height: 45%;
  }
}
.error404 #error-wrap .error-content .error-img img {
  background-color: #3a3a3a;
}
.error404 #error-wrap .error-content .error-info {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  width: 50%;
  height: 100%;
  vertical-align: top;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .error404 #error-wrap .error-content .error-info {
    width: 100%;
    height: 55%;
  }
}
.error404 #error-wrap .error-content .error-info .error_title {
  margin-top: -0.6em;
  font-size: 9em;
}
@media screen and (max-width: 768px) {
  .error404 #error-wrap .error-content .error-info .error_title {
    font-size: 8em;
  }
}
.error404 #error-wrap .error-content .error-info .error_subtitle {
  margin-top: -3em;
  word-break: break-word;
  font-size: 1.6em;
  -webkit-line-clamp: 2;
}
.error404 + #rightside {
  display: none;
}
.article-sort {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 2px solid #6d6d6d;
}
.article-sort-title {
  position: relative;
  margin-left: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 1.72em;
}
.article-sort-title:hover:before {
  border-color: var(--pseudo-hover);
}
.article-sort-title:before {
  position: absolute;
  top: calc(((100% - 36px) / 2));
  left: -9px;
  z-index: 1;
  width: 10px;
  height: 10px;
  border: 5px solid #3a3a3a;
  border-radius: 10px;
  background: var(--card-bg);
  content: '';
  line-height: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-sort-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 2px;
  height: 1.5em;
  background: #6d6d6d;
  content: '';
}
.article-sort-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-sort-item:hover:before {
  border-color: var(--pseudo-hover);
}
.article-sort-item:before {
  position: absolute;
  left: calc(-20px - 17px);
  width: 6px;
  height: 6px;
  border: 3px solid #3a3a3a;
  border-radius: 6px;
  background: var(--card-bg);
  content: '';
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.article-sort-item.no-article-cover {
  height: 80px;
}
.article-sort-item.no-article-cover .article-sort-item-info {
  padding: 0;
}
.article-sort-item.year {
  font-size: 1.43em;
}
.article-sort-item.year:hover:before {
  border-color: #3a3a3a;
}
.article-sort-item.year:before {
  border-color: var(--pseudo-hover);
}
.article-sort-item-time {
  color: #6b7280;
  font-size: 95%;
}
.article-sort-item-time time {
  padding-left: 6px;
  cursor: default;
}
.article-sort-item-title {
  color: var(--font-color);
  font-size: 1.1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-line-clamp: 2;
}
.article-sort-item-title:hover {
  color: #3a3a3a;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
.article-sort-item-img {
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.article-sort-item-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 16px;
}
.category-lists .category-title {
  font-size: 2.57em;
}
@media screen and (max-width: 768px) {
  .category-lists .category-title {
    font-size: 2em;
  }
}
.category-lists .category-list {
  margin-bottom: 0;
}
.category-lists .category-list a {
  color: var(--font-color);
}
.category-lists .category-list a:hover {
  color: #3a3a3a;
}
.category-lists .category-list .category-list-count {
  margin-left: 8px;
  color: #6b7280;
}
.category-lists .category-list .category-list-count:before {
  content: '(';
}
.category-lists .category-list .category-list-count:after {
  content: ')';
}
.category-lists ul {
  padding: 0 0 0 20px;
}
.category-lists ul ul {
  padding-left: 4px;
}
.category-lists ul li {
  position: relative;
  margin: 6px 0;
  padding: 0.12em 0.4em 0.12em 1.4em;
}
#body-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.layout {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin: 0 auto;
  padding: 40px 15px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .layout {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .layout {
    padding: 20px 5px;
  }
}
@media screen and (min-width: 2000px) {
  .layout {
    max-width: 70%;
  }
}
.layout > div:first-child:not(.recent-posts) {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  padding: 50px 40px;
}
@media screen and (max-width: 768px) {
  .layout > div:first-child:not(.recent-posts) {
    padding: 36px 14px;
  }
}
.layout > div:first-child {
  width: 74%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .layout > div:first-child {
    width: 100% !important;
  }
}
.layout.hide-aside {
  max-width: 1000px;
}
@media screen and (min-width: 2000px) {
  .layout.hide-aside {
    max-width: 1300px;
  }
}
.layout.hide-aside > div {
  width: 100% !important;
}
.apple #page-header.full_page {
  background-attachment: scroll !important;
}
.apple .recent-post-item,
.apple .avatar-img,
.apple .flink-item-icon {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#article-container .flink {
  margin-bottom: 20px;
}
#article-container .flink .flink-list {
  overflow: auto;
  padding: 10px 10px 0;
  text-align: center;
}
#article-container .flink .flink-list > .flink-list-item {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 15px 7px;
  width: calc(100% / 3 - 15px);
  height: 90px;
  border-radius: 8px;
  line-height: 17px;
  -webkit-transform: translateZ(0);
}
@media screen and (max-width: 1024px) {
  #article-container .flink .flink-list > .flink-list-item {
    width: calc(50% - 15px) !important;
  }
}
@media screen and (max-width: 600px) {
  #article-container .flink .flink-list > .flink-list-item {
    width: calc(100% - 15px) !important;
  }
}
#article-container .flink .flink-list > .flink-list-item:hover .flink-item-icon {
  margin-left: -10px;
  width: 0;
}
#article-container .flink .flink-list > .flink-list-item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--text-bg-hover);
  content: '';
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#article-container .flink .flink-list > .flink-list-item:hover:before,
#article-container .flink .flink-list > .flink-list-item:focus:before,
#article-container .flink .flink-list > .flink-list-item:active:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#article-container .flink .flink-list > .flink-list-item a {
  color: var(--font-color);
  text-decoration: none;
}
#article-container .flink .flink-list > .flink-list-item a .flink-item-icon {
  float: left;
  overflow: hidden;
  margin: 15px 10px;
  width: 60px;
  height: 60px;
  border-radius: 35px;
  -webkit-transition: width 0.3s ease-out;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -ms-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
#article-container .flink .flink-list > .flink-list-item a .flink-item-icon img {
  width: 100%;
  height: 100%;
  -webkit-transition: filter 375ms ease-in 0.2s, -webkit-transform 0.3s;
  -moz-transition: filter 375ms ease-in 0.2s, -moz-transform 0.3s;
  -o-transition: filter 375ms ease-in 0.2s, -o-transform 0.3s;
  -ms-transition: filter 375ms ease-in 0.2s, -ms-transform 0.3s;
  transition: filter 375ms ease-in 0.2s, transform 0.3s;
  object-fit: cover;
}
#article-container .flink .flink-list > .flink-list-item a .img-alt {
  display: none;
}
#article-container .flink .flink-item-name {
  padding: 16px 10px 0 0;
  height: 40px;
  font-weight: bold;
  font-size: 1.43em;
}
#article-container .flink .flink-item-desc {
  padding: 16px 10px 16px 0;
  height: 50px;
  font-size: 0.93em;
}
#article-container .flink .flink-name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.5em;
}
#recent-posts > .recent-post-item:not(:first-child) {
  margin-top: 20px;
}
#recent-posts > .recent-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  height: 16.8em;
}
@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
#recent-posts > .recent-post-item:hover img.post-bg {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#recent-posts > .recent-post-item.ads-wrap {
  display: block !important;
  height: auto !important;
}
#recent-posts > .recent-post-item .post_cover {
  overflow: hidden;
  width: 42%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item .post_cover {
    width: 100%;
    height: 230px;
  }
}
#recent-posts > .recent-post-item .post_cover.right {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -o-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item .post_cover.right {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -o-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
#recent-posts > .recent-post-item >.recent-post-info {
  padding: 0 40px;
  width: 58%;
}
@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item >.recent-post-info {
    padding: 20px 20px 30px;
    width: 100%;
  }
}
#recent-posts > .recent-post-item >.recent-post-info.no-cover {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item >.recent-post-info.no-cover {
    padding: 30px 20px;
  }
}
#recent-posts > .recent-post-item >.recent-post-info > .article-title {
  color: var(--text-highlight-color);
  font-size: 1.55em;
  line-height: 1.4;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-line-clamp: 2;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-title .sticky {
  margin-right: 10px;
  color: #ff7242;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #recent-posts > .recent-post-item >.recent-post-info > .article-title {
    font-size: 1.43em;
  }
}
#recent-posts > .recent-post-item >.recent-post-info > .article-title:hover {
  color: #3a3a3a;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap {
  margin: 6px 0;
  color: #6b7280;
  font-size: 0.9em;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap > .post-meta-date {
  cursor: default;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap i {
  margin: 0 4px 0 0;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap .fa-spinner {
  margin: 0;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap .article-meta-label {
  padding-right: 4px;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap .article-meta-separator {
  margin: 0 6px;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap .article-meta-link {
  margin: 0 4px;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap time {
  display: none;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap a {
  color: #6b7280;
}
#recent-posts > .recent-post-item >.recent-post-info > .article-meta-wrap a:hover {
  color: #3a3a3a;
  text-decoration: underline;
}
#recent-posts > .recent-post-item >.recent-post-info > .content {
  -webkit-line-clamp: 2;
}
.tag-cloud-list a {
  display: inline-block;
  padding: 0 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.tag-cloud-list a:hover {
  color: #3a3a3a !important;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .tag-cloud-list a {
    zoom: 0.85;
  }
}
.tag-cloud-title {
  font-size: 2.57em;
}
@media screen and (max-width: 768px) {
  .tag-cloud-title {
    font-size: 2em;
  }
}
h1.page-title + .tag-cloud-list {
  text-align: left;
}
#aside-content {
  width: 26%;
}
@media screen and (min-width: 900px) {
  #aside-content {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  #aside-content {
    width: 100%;
  }
}
#aside-content > .card-widget:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  #aside-content > .card-widget:first-child {
    margin-top: 20px;
  }
}
#aside-content .card-widget {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 20px 24px;
}
#aside-content .card-info .author-info__name {
  font-weight: 500;
  font-size: 1.57em;
}
#aside-content .card-info .author-info__description {
  margin-top: -0.42em;
}
#aside-content .card-info .card-info-data {
  margin: 14px 0 4px;
}
#aside-content .card-info .card-info-social-icons {
  margin: 6px 0 -6px;
}
#aside-content .card-info .card-info-social-icons .social-icon {
  margin: 0 10px;
  color: var(--font-color);
  font-size: 1.4em;
}
#aside-content .card-info .card-info-social-icons i {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#aside-content .card-info .card-info-social-icons i:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#aside-content .card-info #card-info-btn {
  display: block;
  margin-top: 14px;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  text-align: center;
  line-height: 2.4;
}
#aside-content .card-info #card-info-btn:hover {
  background-color: var(--btn-hover-color);
}
#aside-content .card-info #card-info-btn span {
  padding-left: 10px;
}
#aside-content .item-headline {
  padding-bottom: 6px;
  font-size: 1.2em;
}
#aside-content .item-headline span {
  margin-left: 6px;
}
@media screen and (min-width: 900px) {
  #aside-content .sticky_layout {
    position: sticky;
    position: -webkit-sticky;
    top: 20px;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    -ms-transition: top 0.3s;
    transition: top 0.3s;
  }
}
#aside-content .card-tag-cloud a {
  display: inline-block;
  padding: 0 4px;
}
#aside-content .card-tag-cloud a:hover {
  color: #3a3a3a !important;
}
#aside-content .aside-list > span {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
#aside-content .aside-list > .aside-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 6px 0;
}
#aside-content .aside-list > .aside-list-item:first-child {
  padding-top: 0;
}
#aside-content .aside-list > .aside-list-item:not(:last-child) {
  border-bottom: 1px dashed #f5f5f5;
}
#aside-content .aside-list > .aside-list-item:last-child {
  padding-bottom: 0;
}
#aside-content .aside-list > .aside-list-item .thumbnail {
  overflow: hidden;
  width: 4.2em;
  height: 4.2em;
}
#aside-content .aside-list > .aside-list-item .content {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 10px;
  word-break: break-all;
}
#aside-content .aside-list > .aside-list-item .content > .name {
  -webkit-line-clamp: 1;
}
#aside-content .aside-list > .aside-list-item .content > time,
#aside-content .aside-list > .aside-list-item .content > .name {
  display: block;
  color: #6b7280;
  font-size: 85%;
}
#aside-content .aside-list > .aside-list-item .content > .title,
#aside-content .aside-list > .aside-list-item .content > .comment {
  color: var(--font-color);
  font-size: 95%;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
#aside-content .aside-list > .aside-list-item .content > .title:hover,
#aside-content .aside-list > .aside-list-item .content > .comment:hover {
  color: #3a3a3a;
}
#aside-content .aside-list > .aside-list-item.no-cover {
  min-height: 4.4em;
}
#aside-content .card-archives ul.card-archive-list,
#aside-content .card-categories ul.card-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a,
#aside-content .card-categories ul.card-category-list > .card-category-list-item a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 3px 10px;
  color: var(--font-color);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a:hover,
#aside-content .card-categories ul.card-category-list > .card-category-list-item a:hover {
  padding: 3px 17px;
  background-color: var(--text-bg-hover);
}
#aside-content .card-archives ul.card-archive-list > .card-archive-list-item a span:first-child,
#aside-content .card-categories ul.card-category-list > .card-category-list-item a span:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#aside-content .card-categories .card-category-list.child {
  padding: 0 0 0 16px;
}
#aside-content .card-categories .card-category-list > .parent > a.expand i {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#aside-content .card-categories .card-category-list > .parent > a.expand + .child {
  display: block;
}
#aside-content .card-categories .card-category-list > .parent > a .card-category-list-name {
  width: 70% !important;
}
#aside-content .card-categories .card-category-list > .parent > a .card-category-list-count {
  width: calc(100% - 70% - 20px);
  text-align: right;
}
#aside-content .card-categories .card-category-list > .parent > a i {
  float: right;
  margin-right: -0.5em;
  padding: 0.5em;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
#aside-content .card-webinfo .webinfo .webinfo-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 2px 10px 0;
}
#aside-content .card-webinfo .webinfo .webinfo-item div:first-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 20px;
}
@media screen and (min-width: 901px) {
  #aside-content #card-toc {
    right: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  #aside-content #card-toc {
    position: fixed;
    right: 55px;
    bottom: 30px;
    z-index: 100;
    max-width: 380px;
    max-height: calc(100% - 60px);
    width: calc(100% - 80px);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
  }
  #aside-content #card-toc.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
#aside-content #card-toc .toc-percentage {
  float: right;
  margin-top: -9px;
  color: #a9a9a9;
  font-style: italic;
  font-size: 140%;
}
#aside-content #card-toc .toc-content {
  overflow-y: scroll;
  overflow-y: overlay;
  margin: 0 -24px;
  max-height: calc(100vh - 120px);
  width: calc(100% + 48px);
}
@media screen and (max-width: 900px) {
  #aside-content #card-toc .toc-content {
    max-height: calc(100vh - 140px);
  }
}
#aside-content #card-toc .toc-content > * {
  margin: 0 20px !important;
}
#aside-content #card-toc .toc-content > * > .toc-item > .toc-child {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid var(--dark-grey);
}
#aside-content #card-toc .toc-content:not(.is-expand) .toc-child {
  display: none;
}
@media screen and (max-width: 900px) {
  #aside-content #card-toc .toc-content:not(.is-expand) .toc-child {
    display: block !important;
  }
}
#aside-content #card-toc .toc-content:not(.is-expand) .toc-item.active .toc-child {
  display: block;
}
#aside-content #card-toc .toc-content ol,
#aside-content #card-toc .toc-content li {
  list-style: none;
}
#aside-content #card-toc .toc-content > ol {
  padding: 0 !important;
}
#aside-content #card-toc .toc-content ol {
  margin: 0;
  padding-left: 18px;
}
#aside-content #card-toc .toc-content .toc-link {
  display: block;
  margin: 4px 0;
  padding: 1px 6px;
  color: var(--toc-link-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#aside-content #card-toc .toc-content .toc-link:hover {
  color: #3a3a3a;
}
#aside-content #card-toc .toc-content .toc-link.active {
  background: #3a3a3a;
  color: #fff;
}
#aside-content .sticky_layout:only-child > :first-child {
  margin-top: 0;
}
#aside-content .card-more-btn {
  float: right;
  color: inherit;
}
#aside-content .card-more-btn:hover {
  -webkit-animation: more-btn-move 1s infinite;
  -moz-animation: more-btn-move 1s infinite;
  -o-animation: more-btn-move 1s infinite;
  -ms-animation: more-btn-move 1s infinite;
  animation: more-btn-move 1s infinite;
}
#aside-content .card-announcement .item-headline i {
  color: #f00;
}
.avatar-img {
  overflow: hidden;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 70px;
}
.avatar-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: filter 375ms ease-in 0.2s, -webkit-transform 0.3s;
  -moz-transition: filter 375ms ease-in 0.2s, -moz-transform 0.3s;
  -o-transition: filter 375ms ease-in 0.2s, -o-transform 0.3s;
  -ms-transition: filter 375ms ease-in 0.2s, -ms-transform 0.3s;
  transition: filter 375ms ease-in 0.2s, transform 0.3s;
  object-fit: cover;
}
.avatar-img img:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.site-data {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.site-data > a {
  display: table-cell;
}
.site-data > a div {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.site-data > a:hover div {
  color: #3a3a3a !important;
}
.site-data > a .headline {
  color: var(--font-color);
}
.site-data > a .length-num {
  margin-top: -0.32em;
  color: var(--text-highlight-color);
  font-size: 1.4em;
}
@media screen and (min-width: 900px) {
  html.hide-aside .layout {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  html.hide-aside .layout > .aside-content {
    display: none;
  }
  html.hide-aside .layout > div:first-child {
    width: 80%;
  }
}
.page .sticky_layout {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@-moz-keyframes more-btn-move {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@-webkit-keyframes more-btn-move {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@-o-keyframes more-btn-move {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@keyframes more-btn-move {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -o-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
}
@-moz-keyframes toc-open {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes toc-open {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes toc-open {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes toc-open {
  0% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes toc-close {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes toc-close {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-o-keyframes toc-close {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes toc-close {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
#post-comment .comment-head {
  margin-bottom: 20px;
}
#post-comment .comment-head:after {
  display: block;
  clear: both;
  content: '';
}
#post-comment .comment-head .comment-headline {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 1.43em;
}
#post-comment .comment-head .comment-switch {
  display: inline-block;
  float: right;
  margin: 2px auto 0;
  padding: 4px 16px;
  width: max-content;
  border-radius: 8px;
  background: #f6f8fa;
}
#post-comment .comment-head .comment-switch .first-comment {
  color: #49b1f5;
}
#post-comment .comment-head .comment-switch .second-comment {
  color: #ff7242;
}
#post-comment .comment-head .comment-switch #switch-btn {
  position: relative;
  display: inline-block;
  margin: -4px 8px 0;
  width: 42px;
  height: 22px;
  border-radius: 34px;
  background-color: #49b1f5;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#post-comment .comment-head .comment-switch #switch-btn:before {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  content: '';
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
}
#post-comment .comment-wrap > div {
  -webkit-animation: tabshow 0.5s;
  -moz-animation: tabshow 0.5s;
  -o-animation: tabshow 0.5s;
  -ms-animation: tabshow 0.5s;
  animation: tabshow 0.5s;
}
#post-comment .comment-wrap > div:nth-child(2) {
  display: none;
}
#post-comment.move #switch-btn {
  background-color: #ff7242;
}
#post-comment.move #switch-btn:before {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -o-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
#post-comment.move .comment-wrap > div:first-child {
  display: none;
}
#post-comment.move .comment-wrap > div:last-child {
  display: block;
}
:root {
  --rt-primary: #3a3a3a;
  --rt-primary-hover: #4a4a4a;
  --rt-primary-active: #373737;
  --rt-primary-soft: rgba(58,58,58,0.12);
  --rt-primary-soft-strong: rgba(58,58,58,0.2);
  --rt-primary-border: rgba(58,58,58,0.45);
  --rt-on-primary: #fff;
  --rt-accent: #8a6a4a;
  --rt-inverse: #8a6a4a;
  --rt-primary-rgb: 58, 58, 58;
  --rt-accent-rgb: 138, 106, 74;
  --rt-inverse-rgb: 138, 106, 74;
  --rt-on-accent: #fff;
  --rt-on-inverse: #07111d;
  --rt-header-overlay-opacity: 0.34;
  --pseudo-hover: #3a3a3a;
  --search-accent: #3a3a3a;
  --rt-page: var(--global-bg, #fff);
  --rt-surface: #fff;
  --rt-surface-2: #f7f9fc;
  --rt-surface-3: #eef2f7;
  --rt-surface-hover: rgba(58,58,58,0.08);
  --rt-text: #1f2937;
  --rt-text-secondary: #4b5563;
  --rt-text-muted: #6b7280;
  --rt-text-faint: #9ca3af;
  --rt-heading: #111827;
  --rt-border: #e5e7eb;
  --rt-border-strong: #d1d5db;
  --rt-divider: rgba(15,23,42,0.08);
  --rt-success: #16a34a;
  --rt-success-soft: rgba(22,163,74,0.12);
  --rt-danger: #dc2626;
  --rt-danger-soft: rgba(220,38,38,0.12);
  --rt-warning: #d97706;
  --rt-warning-soft: rgba(217,119,6,0.14);
  --rt-info: #2563eb;
  --rt-info-soft: rgba(37,99,235,0.12);
  --rt-hl-0: rgba(250,204,21,0.45);
  --rt-hl-1: rgba(52,211,153,0.35);
  --rt-hl-2: rgba(96,165,250,0.4);
  --rt-hl-3: rgba(251,191,36,0.4);
  --rt-shadow-sm: 0 1px 3px rgba(15,23,42,0.06);
  --rt-shadow: 0 4px 16px rgba(15,23,42,0.08);
  --rt-shadow-lg: 0 12px 32px rgba(15,23,42,0.12);
  --rt-radius: 12px;
  --rt-radius-sm: 8px;
  --rt-radius-xs: 6px;
  --rt-font: 'Segoe UI', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --rt-font-mono: Consolas, 'Courier New', Monaco, monospace;
  --rt-control-h: 40px;
  --rt-focus-ring: 0 0 0 3px rgba(58,58,58,0.25);
  --rt-glass-blur: 20px;
  --rt-glass-blur-strong: 28px;
  --rt-glass-saturate: 200%;
  --rt-glass-mx: 50%;
  --rt-glass-my: 22%;
  --rt-glass-tilt: 0deg;
  --rt-chrome-bg: radial-gradient(ellipse 120% 90% at var(--rt-glass-mx) var(--rt-glass-my), rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.04) 38%, transparent 62%), linear-gradient(calc(155deg + var(--rt-glass-tilt)), rgba(255,255,255,0.1) 0%, transparent 42%, rgba(var(--rt-primary-rgb), .05) 100%);
  --rt-chrome-bg-solid: rgba(255,255,255,0.045);
  --rt-chrome-bg-hover: radial-gradient(ellipse 120% 90% at var(--rt-glass-mx) var(--rt-glass-my), rgba(255,255,255,0.28) 0%, rgba(255,255,255,0.06) 40%, transparent 65%), linear-gradient(calc(155deg + var(--rt-glass-tilt)), rgba(255,255,255,0.14) 0%, transparent 45%, rgba(var(--rt-primary-rgb), .08) 100%);
  --rt-chrome-bg-hover-solid: rgba(255,255,255,0.07);
  --rt-chrome-border: rgba(255,255,255,0.26);
  --rt-chrome-rim: rgba(255,255,255,0.58);
  --rt-chrome-inset: inset 0 1px 0 rgba(255,255,255,0.45), inset 0 -1px 0 rgba(255,255,255,0.06), inset 1px 0 0 rgba(255,255,255,0.1), inset -1px 0 0 rgba(var(--rt-primary-rgb), .08);
  --rt-chrome-shadow: 0 8px 24px rgba(15,23,42,0.08), 0 1px 0 rgba(255,255,255,0.2) inset;
  --rt-chrome-shadow-lg: 0 14px 36px rgba(15,23,42,0.12);
  --rt-chrome-text: rgba(255,255,255,0.96);
  --rt-chrome-text-muted: rgba(255,255,255,0.78);
  --rt-chrome-text-shadow: 0 1px 3px rgba(0,0,0,0.5), 0 0 16px rgba(0,0,0,0.22);
  --rt-chrome-spec: radial-gradient(circle at var(--rt-glass-mx) var(--rt-glass-my), rgba(255,255,255,0.42) 0%, rgba(255,255,255,0.08) 28%, transparent 52%);
  --rt-chrome-ca: linear-gradient(90deg, rgba(var(--rt-primary-rgb), .22) 0%, transparent 28%, transparent 72%, rgba(var(--rt-accent-rgb), .18) 100%);
  --rt-glass: var(--rt-chrome-bg-solid);
  --rt-glass-text: var(--rt-chrome-text);
  --rt-glass-chrome-text: var(--rt-chrome-text);
  --rt-glass-border: var(--rt-chrome-border);
  --rt-glass-rim: var(--rt-chrome-rim);
  --rt-glass-inset: var(--rt-chrome-inset);
  --rt-glass-shadow: var(--rt-chrome-shadow);
  --rt-glass-shadow-lg: var(--rt-chrome-shadow-lg);
  --rt-glass-spec: var(--rt-chrome-spec);
  --rt-glass-clear-bg: var(--rt-chrome-bg);
  --rt-glass-clear-bg-solid: var(--rt-chrome-bg-solid);
  --rt-glass-clear-hover-bg: var(--rt-chrome-bg-hover);
  --rt-glass-clear-hover-solid: var(--rt-chrome-bg-hover-solid);
  --rt-glass-nav-bg: var(--rt-chrome-bg);
  --rt-glass-nav-bg-solid: var(--rt-chrome-bg-solid);
  --rt-glass-nav-border: var(--rt-chrome-border);
  --rt-glass-nav-text: var(--rt-chrome-text);
  --rt-glass-button-bg: var(--rt-chrome-bg);
  --rt-glass-button-bg-solid: var(--rt-chrome-bg-solid);
  --rt-glass-button-fg: var(--rt-chrome-text);
  --rt-glass-button-hover-bg: var(--rt-chrome-bg-hover);
  --rt-glass-button-hover-solid: var(--rt-chrome-bg-hover-solid);
  --rt-glass-button-hover-fg: var(--rt-chrome-text);
  --rt-glass-panel-bg: radial-gradient(ellipse 110% 80% at var(--rt-glass-mx) var(--rt-glass-my), rgba(255,255,255,0.16) 0%, transparent 55%), linear-gradient(165deg, rgba(255,255,255,0.1) 0%, rgba(var(--rt-primary-rgb), .06) 100%);
  --rt-glass-panel-bg-solid: rgba(255,255,255,0.06);
  --rt-glass-panel-text: var(--rt-chrome-text);
  --rt-content-mx: 30%;
  --rt-content-my: 20%;
  --rt-content-blur: 20px;
  --rt-content-saturate: 165%;
  --rt-content-bg-solid: rgba(255,255,255,0.38);
  --rt-content-bg: linear-gradient(155deg, rgba(255,255,255,.42) 0%, rgba(var(--rt-primary-rgb), .08) 50%, rgba(255,255,255,.34) 100%);
  --rt-content-bg-hover-solid: rgba(255,255,255,0.46);
  --rt-content-bg-hover: linear-gradient(155deg, rgba(255,255,255,.5) 0%, rgba(var(--rt-primary-rgb), .1) 50%, rgba(255,255,255,.4) 100%);
  --rt-content-border: rgba(255,255,255,0.4);
  --rt-content-rim: rgba(255,255,255,0.5);
  --rt-content-inset: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -1px 0 rgba(15,23,42,0.05);
  --rt-content-shadow: 0 8px 28px rgba(15,23,42,0.1);
  --rt-content-shadow-hover: 0 12px 36px rgba(15,23,42,0.14);
  --rt-content-sheen: radial-gradient(ellipse 90% 70% at var(--rt-content-mx) var(--rt-content-my), rgba(255,255,255,.28) 0%, transparent 55%);
  --rt-content-edge: linear-gradient(125deg, rgba(255,255,255,.45) 0%, transparent 42%, transparent 58%, rgba(var(--rt-primary-rgb), .14) 100%);
  --rt-content-ca: transparent;
  --rt-content-text: var(--rt-text);
  --rt-content-heading: var(--rt-heading);
  --rt-content-muted: var(--rt-text-muted);
  --rt-content-link: var(--rt-link, var(--rt-primary));
  --rt-content-link-hover: var(--rt-link-hover, var(--rt-inverse));
  --rt-glass-soft-bg: var(--rt-content-bg);
  --rt-glass-soft-bg-solid: var(--rt-content-bg-solid);
  --rt-glass-soft-hover-bg: var(--rt-content-bg-hover);
  --rt-glass-soft-hover-solid: var(--rt-content-bg-hover-solid);
  --rt-glass-border-soft: var(--rt-content-border);
  --rt-glass-tint: rgba(var(--rt-primary-rgb), .08);
  --rt-glass-text-muted: var(--rt-content-muted);
}
[data-theme='dark'] {
  --rt-primary-soft: rgba(var(--rt-primary-rgb), .16);
  --rt-primary-soft-strong: rgba(var(--rt-primary-rgb), .26);
  --rt-primary-border: rgba(var(--rt-primary-rgb), .48);
  --rt-on-primary: #041018;
  --rt-on-accent: #08101f;
  --rt-on-inverse: #1a0d04;
  --rt-page: #0a0e17;
  --rt-surface: #141b2d;
  --rt-surface-2: #1a2336;
  --rt-surface-3: #222c42;
  --rt-surface-hover: rgba(var(--rt-primary-rgb), .12);
  --rt-text: rgba(236,242,255,0.92);
  --rt-text-secondary: rgba(210,222,240,0.78);
  --rt-text-muted: rgba(180,196,220,0.62);
  --rt-text-faint: rgba(160,176,200,0.48);
  --rt-heading: rgba(248,250,255,0.96);
  --rt-border: rgba(255,255,255,0.12);
  --rt-border-strong: rgba(255,255,255,0.18);
  --rt-divider: rgba(255,255,255,0.08);
  --rt-success: #4ade80;
  --rt-success-soft: rgba(74,222,128,0.14);
  --rt-danger: #f87171;
  --rt-danger-soft: rgba(248,113,113,0.14);
  --rt-warning: #fbbf24;
  --rt-warning-soft: rgba(251,191,36,0.16);
  --rt-info: #60a5fa;
  --rt-info-soft: rgba(96,165,250,0.16);
  --rt-hl-0: rgba(250,204,21,0.35);
  --rt-hl-1: rgba(52,211,153,0.28);
  --rt-hl-2: rgba(96,165,250,0.32);
  --rt-hl-3: rgba(251,191,36,0.3);
  --rt-shadow-sm: 0 1px 3px rgba(0,0,0,0.35);
  --rt-shadow: 0 4px 18px rgba(0,0,0,0.4);
  --rt-shadow-lg: 0 12px 36px rgba(0,0,0,0.5);
  --rt-glass-blur: 22px;
  --rt-glass-blur-strong: 30px;
  --rt-glass-saturate: 210%;
  --rt-chrome-bg: radial-gradient(ellipse 120% 90% at var(--rt-glass-mx) var(--rt-glass-my), rgba(255,255,255,0.14) 0%, rgba(255,255,255,0.03) 36%, transparent 60%), linear-gradient(calc(155deg + var(--rt-glass-tilt)), rgba(255,255,255,0.06) 0%, transparent 45%, rgba(var(--rt-primary-rgb), .08) 100%);
  --rt-chrome-bg-solid: rgba(255,255,255,0.04);
  --rt-chrome-bg-hover: radial-gradient(ellipse 120% 90% at var(--rt-glass-mx) var(--rt-glass-my), rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.05) 40%, transparent 62%), linear-gradient(calc(155deg + var(--rt-glass-tilt)), rgba(255,255,255,0.1) 0%, transparent 48%, rgba(var(--rt-primary-rgb), .1) 100%);
  --rt-chrome-bg-hover-solid: rgba(255,255,255,0.07);
  --rt-chrome-border: rgba(255,255,255,0.16);
  --rt-chrome-rim: rgba(255,255,255,0.34);
  --rt-chrome-inset: inset 0 1px 0 rgba(255,255,255,0.28), inset 0 -1px 0 rgba(0,0,0,0.15), inset 1px 0 0 rgba(255,255,255,0.08), inset -1px 0 0 rgba(var(--rt-accent-rgb), .1);
  --rt-chrome-shadow: 0 10px 28px rgba(0,0,0,0.28);
  --rt-chrome-shadow-lg: 0 16px 40px rgba(0,0,0,0.34);
  --rt-chrome-text: rgba(248,250,255,0.94);
  --rt-chrome-text-muted: rgba(230,236,248,0.76);
  --rt-chrome-text-shadow: 0 1px 3px rgba(0,0,0,0.55), 0 0 14px rgba(0,0,0,0.28);
  --rt-chrome-spec: radial-gradient(circle at var(--rt-glass-mx) var(--rt-glass-my), rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.06) 30%, transparent 52%);
  --rt-chrome-ca: linear-gradient(90deg, rgba(var(--rt-primary-rgb), .28) 0%, transparent 30%, transparent 70%, rgba(var(--rt-accent-rgb), .22) 100%);
  --rt-glass: var(--rt-chrome-bg-solid);
  --rt-glass-text: var(--rt-chrome-text);
  --rt-glass-chrome-text: var(--rt-chrome-text);
  --rt-glass-border: var(--rt-chrome-border);
  --rt-glass-rim: var(--rt-chrome-rim);
  --rt-glass-inset: var(--rt-chrome-inset);
  --rt-glass-shadow: var(--rt-chrome-shadow);
  --rt-glass-shadow-lg: var(--rt-chrome-shadow-lg);
  --rt-glass-spec: var(--rt-chrome-spec);
  --rt-glass-clear-bg: var(--rt-chrome-bg);
  --rt-glass-clear-bg-solid: var(--rt-chrome-bg-solid);
  --rt-glass-clear-hover-bg: var(--rt-chrome-bg-hover);
  --rt-glass-clear-hover-solid: var(--rt-chrome-bg-hover-solid);
  --rt-glass-nav-bg: var(--rt-chrome-bg);
  --rt-glass-nav-bg-solid: var(--rt-chrome-bg-solid);
  --rt-glass-nav-border: var(--rt-chrome-border);
  --rt-glass-nav-text: var(--rt-chrome-text);
  --rt-glass-button-bg: var(--rt-chrome-bg);
  --rt-glass-button-bg-solid: var(--rt-chrome-bg-solid);
  --rt-glass-button-fg: var(--rt-chrome-text);
  --rt-glass-button-hover-bg: var(--rt-chrome-bg-hover);
  --rt-glass-button-hover-solid: var(--rt-chrome-bg-hover-solid);
  --rt-glass-button-hover-fg: var(--rt-chrome-text);
  --rt-glass-panel-bg: radial-gradient(ellipse 110% 80% at var(--rt-glass-mx) var(--rt-glass-my), rgba(255,255,255,0.12) 0%, transparent 55%), linear-gradient(165deg, rgba(255,255,255,0.06) 0%, rgba(var(--rt-primary-rgb), .08) 100%);
  --rt-glass-panel-bg-solid: rgba(255,255,255,0.05);
  --rt-glass-panel-text: var(--rt-chrome-text);
  --rt-content-mx: 30%;
  --rt-content-my: 18%;
  --rt-content-blur: 20px;
  --rt-content-saturate: 170%;
  --rt-content-bg-solid: rgba(18,24,42,0.42);
  --rt-content-bg: linear-gradient(155deg, rgba(26,35,54,.46) 0%, rgba(var(--rt-primary-rgb), .1) 50%, rgba(16,22,40,.38) 100%);
  --rt-content-bg-hover-solid: rgba(26,35,54,0.5);
  --rt-content-bg-hover: linear-gradient(155deg, rgba(34,44,66,.54) 0%, rgba(var(--rt-primary-rgb), .12) 50%, rgba(22,30,50,.46) 100%);
  --rt-content-border: rgba(255,255,255,0.14);
  --rt-content-rim: rgba(255,255,255,0.16);
  --rt-content-inset: inset 0 1px 0 rgba(255,255,255,0.08);
  --rt-content-shadow: 0 8px 28px rgba(0,0,0,0.34);
  --rt-content-shadow-hover: 0 12px 36px rgba(0,0,0,0.42);
  --rt-content-sheen: radial-gradient(ellipse 90% 70% at var(--rt-content-mx) var(--rt-content-my), rgba(255,255,255,.08) 0%, transparent 55%);
  --rt-content-edge: linear-gradient(125deg, rgba(255,255,255,.18) 0%, transparent 42%, transparent 58%, rgba(var(--rt-accent-rgb), .16) 100%);
  --rt-content-ca: transparent;
  --rt-content-text: var(--rt-text);
  --rt-content-heading: var(--rt-heading);
  --rt-content-muted: rgba(220,230,245,0.9);
  --rt-content-link: var(--rt-link, var(--rt-primary));
  --rt-content-link-hover: var(--rt-link-hover, var(--rt-inverse));
  --rt-glass-soft-bg: var(--rt-content-bg);
  --rt-glass-soft-bg-solid: var(--rt-content-bg-solid);
  --rt-glass-soft-hover-bg: var(--rt-content-bg-hover);
  --rt-glass-soft-hover-solid: var(--rt-content-bg-hover-solid);
  --rt-glass-border-soft: var(--rt-content-border);
  --rt-glass-tint: rgba(var(--rt-primary-rgb), .12);
  --rt-glass-text-muted: var(--rt-content-muted);
  --font-color: var(--rt-text);
  --text-highlight-color: var(--rt-heading);
  --card-bg: var(--rt-surface);
  --blockquote-color: var(--rt-text-secondary);
  --light-grey: var(--rt-text-secondary);
  --toc-link-color: var(--rt-text-muted);
}
#footer {
  position: relative;
  background-color: #3a3a3a;
  background-attachment: scroll;
  background-position: bottom;
  background-size: cover;
}
#footer:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--mark-bg);
  content: '';
}
#footer-wrap {
  position: relative;
  padding: 40px 20px;
  color: var(--light-grey);
  text-align: center;
}
#footer-wrap a {
  color: var(--light-grey);
}
#footer-wrap a:hover {
  text-decoration: underline;
}
#footer-wrap .footer-separator {
  margin: 0 4px;
}
#footer-wrap .icp-icon {
  padding: 0 4px;
  max-height: 1.4em;
  width: auto;
  vertical-align: text-bottom;
}
#page-header {
  position: relative;
  width: 100%;
  background-color: #3a3a3a;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#page-header:not(.not-top-img):before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--mark-bg);
  content: '';
}
#page-header.full_page {
  height: 100vh;
  background-attachment: fixed;
}
#page-header.full_page #site-info {
  position: absolute;
  top: 43%;
  padding: 0 10px;
  width: 100%;
}
#page-header #site-title,
#page-header #site-subtitle,
#page-header #scroll-down .scroll-down-effects {
  text-align: center;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
  line-height: 1.5;
}
#page-header #site-title {
  margin: 0;
  color: var(--white);
  font-size: 1.85em;
}
@media screen and (min-width: 768px) {
  #page-header #site-title {
    font-size: 2.85em;
  }
}
#page-header #site-subtitle {
  color: var(--light-grey);
  font-size: 1.15em;
}
@media screen and (min-width: 768px) {
  #page-header #site-subtitle {
    font-size: 1.72em;
  }
}
#page-header #site_social_icons {
  display: none;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page-header #site_social_icons {
    display: block;
  }
}
#page-header #site_social_icons .social-icon {
  margin: 0 10px;
  color: var(--light-grey);
  text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
  font-size: 1.43em;
}
#page-header #scroll-down {
  position: absolute;
  bottom: 10px;
  width: 100%;
  cursor: pointer;
}
#page-header #scroll-down .scroll-down-effects {
  position: relative;
  width: 100%;
  color: var(--light-grey);
  font-size: 20px;
}
#page-header.not-home-page {
  height: 400px;
}
@media screen and (max-width: 768px) {
  #page-header.not-home-page {
    height: 280px;
  }
}
#page-header #page-site-info {
  position: absolute;
  top: 200px;
  padding: 0 10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-header #page-site-info {
    top: 140px;
  }
}
#page-header.post-bg {
  height: 400px;
}
@media screen and (max-width: 768px) {
  #page-header.post-bg {
    height: 360px;
  }
}
#page-header #post-info {
  position: absolute;
  bottom: 30px;
  padding: 0 8%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page-header #post-info {
    bottom: 22px;
    padding: 0 22px;
  }
}
#page-header.not-top-img {
  margin-bottom: 10px;
  height: 60px;
  background: 0;
}
#page-header.not-top-img #nav {
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 5px 6px -5px rgba(133,133,133,0.6);
  box-shadow: 0 5px 6px -5px rgba(133,133,133,0.6);
}
#page-header.not-top-img #nav a,
#page-header.not-top-img #nav .site-name {
  color: var(--font-color);
  text-shadow: none;
}
#page-header.nav-fixed #nav {
  position: fixed;
  top: -60px;
  z-index: 91;
  background: rgba(255,255,255,0.8);
  -webkit-box-shadow: 0 5px 6px -5px rgba(133,133,133,0.6);
  box-shadow: 0 5px 6px -5px rgba(133,133,133,0.6);
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#page-header.nav-fixed #nav #blog-info {
  color: var(--font-color);
}
#page-header.nav-fixed #nav #blog-info:hover {
  color: #3a3a3a;
}
#page-header.nav-fixed #nav #blog-info .site-name {
  text-shadow: none;
}
#page-header.nav-fixed #nav a,
#page-header.nav-fixed #nav #toggle-menu {
  color: var(--font-color);
  text-shadow: none;
}
#page-header.nav-fixed #nav a:hover,
#page-header.nav-fixed #nav #toggle-menu:hover {
  color: #3a3a3a;
}
#page-header.nav-fixed.fixed #nav {
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#page-header.nav-visible:not(.fixed) #nav {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
#page-header.nav-visible:not(.fixed) + .layout > .aside-content > .sticky_layout {
  top: 70px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
#page-header.fixed #nav {
  position: fixed;
}
#page-header.fixed + .layout > .aside-content > .sticky_layout {
  top: 70px;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -o-transition: top 0.5s;
  -ms-transition: top 0.5s;
  transition: top 0.5s;
}
#page-header.fixed + .layout #card-toc .toc-content {
  max-height: calc(100vh - 170px);
}
#page h1.page-title {
  margin: 8px 0 20px;
}
#post > #post-info {
  margin-bottom: 30px;
}
#post > #post-info .post-title {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--light-grey);
  color: var(--text-highlight-color);
}
#post > #post-info .post-title .post-edit-link {
  float: right;
}
#post > #post-info #post-meta,
#post > #post-info #post-meta a {
  color: #78818a;
}
#post-info .post-title {
  margin-bottom: 8px;
  color: var(--white);
  font-weight: normal;
  font-size: 2.5em;
  line-height: 1.5;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  #post-info .post-title {
    font-size: 2.1em;
  }
}
#post-info .post-title .post-edit-link {
  padding-left: 10px;
}
#post-info #post-meta {
  color: var(--light-grey);
  font-size: 95%;
}
@media screen and (min-width: 768px) {
  #post-info #post-meta > .meta-secondline > span:first-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #post-info #post-meta {
    font-size: 90%;
  }
  #post-info #post-meta > .meta-firstline,
  #post-info #post-meta > .meta-secondline {
    display: inline;
  }
}
#post-info #post-meta .post-meta-separator {
  margin: 0 5px;
}
#post-info #post-meta .post-meta-icon {
  margin-right: 4px;
}
#post-info #post-meta .post-meta-label {
  margin-right: 4px;
}
#post-info #post-meta a {
  color: var(--light-grey);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#post-info #post-meta a:hover {
  color: #3a3a3a;
  text-decoration: underline;
}
#post-info #post-meta time {
  display: none;
}
#nav {
  position: absolute;
  top: 0;
  z-index: 90;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 36px;
  width: 100%;
  height: 60px;
  font-size: 1.3em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #nav {
    padding: 0 16px;
  }
}
#nav.show {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#nav #blog-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: var(--light-grey);
}
#nav #blog-info .site-icon {
  margin-right: 6px;
  height: 36px;
  vertical-align: middle;
}
#nav #toggle-menu {
  display: none;
  padding: 2px 0 0 6px;
  vertical-align: top;
}
#nav #toggle-menu:hover {
  color: var(--white);
}
#nav a {
  color: var(--light-grey);
}
#nav a:hover {
  color: var(--white);
}
#nav .site-name {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.15);
  font-weight: bold;
}
#nav .menus_items {
  display: inline;
}
#nav .menus_items .menus_item {
  position: relative;
  display: inline-block;
  padding: 0 0 0 14px;
}
#nav .menus_items .menus_item:hover .menus_item_child {
  display: block;
}
#nav .menus_items .menus_item:hover > a > i:last-child {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#nav .menus_items .menus_item > a > i:last-child {
  padding: 4px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
#nav .menus_items .menus_item .menus_item_child {
  position: absolute;
  right: 0;
  display: none;
  margin-top: 8px;
  padding: 0;
  width: max-content;
  border-radius: 5px;
  background-color: var(--sidebar-bg);
  -webkit-box-shadow: 0 5px 20px -4px rgba(0,0,0,0.5);
  box-shadow: 0 5px 20px -4px rgba(0,0,0,0.5);
  -webkit-animation: sub_menus 0.3s 0.1s ease both;
  -moz-animation: sub_menus 0.3s 0.1s ease both;
  -o-animation: sub_menus 0.3s 0.1s ease both;
  -ms-animation: sub_menus 0.3s 0.1s ease both;
  animation: sub_menus 0.3s 0.1s ease both;
}
#nav .menus_items .menus_item .menus_item_child:before {
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
}
#nav .menus_items .menus_item .menus_item_child li {
  list-style: none;
}
#nav .menus_items .menus_item .menus_item_child li:hover {
  background: var(--text-bg-hover);
}
#nav .menus_items .menus_item .menus_item_child li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#nav .menus_items .menus_item .menus_item_child li:last-child {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#nav .menus_items .menus_item .menus_item_child li a {
  display: inline-block;
  padding: 8px 16px;
  width: 100%;
  color: var(--font-color) !important;
  text-shadow: none !important;
}
#nav.hide-menu #toggle-menu {
  display: inline-block !important;
}
#nav.hide-menu #toggle-menu .site-page {
  font-size: inherit;
}
#nav.hide-menu .menus_items {
  display: none;
}
#nav.hide-menu #search-button span {
  display: none;
}
#nav #search-button {
  display: inline;
  padding: 0 0 0 14px;
}
#nav .site-page {
  position: relative;
  padding-bottom: 6px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  font-size: 0.78em;
  cursor: pointer;
}
#nav .site-page:not(.child):after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 3px;
  background-color: #757575;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#nav .site-page:not(.child):hover:after {
  width: 100%;
}
#rt-liquid-glass {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  display: block;
}
#aside-content .card-widget,
#recent-posts > .recent-post-item,
.layout > div:first-child:not(.recent-posts),
#post,
#page,
#archive,
#tag,
#category,
.tools-wrap .tool-card,
.tool-card {
  position: relative;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
  border-radius: 18px !important;
  background-color: var(--rt-content-bg-solid) !important;
  background-image: var(--rt-content-bg) !important;
  background-repeat: no-repeat !important;
  border: 1px solid var(--rt-content-border) !important;
  -webkit-box-shadow: var(--rt-content-inset), var(--rt-content-shadow) !important;
  box-shadow: var(--rt-content-inset), var(--rt-content-shadow) !important;
  -webkit-backdrop-filter: blur(var(--rt-content-blur, 18px)) saturate(var(--rt-content-saturate, 140%));
  backdrop-filter: blur(var(--rt-content-blur, 18px)) saturate(var(--rt-content-saturate, 140%));
  color: var(--rt-content-text, var(--rt-text));
  -webkit-transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -moz-transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -o-transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  -ms-transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}
#aside-content .card-widget::before,
#recent-posts > .recent-post-item::before,
.layout > div:first-child:not(.recent-posts)::before,
#post::before,
#page::before,
#archive::before,
#tag::before,
#category::before,
.tools-wrap .tool-card::before,
.tool-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: var(--rt-content-sheen);
  background-repeat: no-repeat;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#aside-content .card-widget::after,
#recent-posts > .recent-post-item::after,
.layout > div:first-child:not(.recent-posts)::after,
#post::after,
#page::after,
#archive::after,
#tag::after,
#category::after,
.tools-wrap .tool-card::after,
.tool-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  padding: 1px;
  background-image: var(--rt-content-edge);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}
#aside-content .card-widget > *,
#recent-posts > .recent-post-item > *,
.layout > div:first-child:not(.recent-posts) > *,
#post > *,
#page > *,
#archive > *,
#tag > *,
#category > *,
.tools-wrap .tool-card > *,
.tool-card > * {
  position: relative;
  z-index: 2;
}
#aside-content .card-widget:hover,
#recent-posts > .recent-post-item:hover,
.layout > div:first-child:not(.recent-posts):hover,
#post:hover,
#page:hover,
#archive:hover,
#tag:hover,
#category:hover,
.tools-wrap .tool-card:hover,
.tool-card:hover {
  background-color: var(--rt-content-bg-hover-solid) !important;
  background-image: var(--rt-content-bg-hover) !important;
  -webkit-box-shadow: var(--rt-content-inset), var(--rt-content-shadow-hover) !important;
  box-shadow: var(--rt-content-inset), var(--rt-content-shadow-hover) !important;
  border-color: var(--rt-content-rim) !important;
}
#aside-content .card-widget .article-title,
#recent-posts > .recent-post-item .article-title,
#post .article-title,
#page .article-title,
#archive .article-title,
#tag .article-title,
#category .article-title,
.tools-wrap .tool-card .article-title,
.tool-card .article-title,
#aside-content .card-widget .card-info-title,
#recent-posts > .recent-post-item .card-info-title,
#post .card-info-title,
#page .card-info-title,
#archive .card-info-title,
#tag .card-info-title,
#category .card-info-title,
.tools-wrap .tool-card .card-info-title,
.tool-card .card-info-title,
#aside-content .card-widget .item-headline,
#recent-posts > .recent-post-item .item-headline,
#post .item-headline,
#page .item-headline,
#archive .item-headline,
#tag .item-headline,
#category .item-headline,
.tools-wrap .tool-card .item-headline,
.tool-card .item-headline,
#aside-content .card-widget h1,
#recent-posts > .recent-post-item h1,
#post h1,
#page h1,
#archive h1,
#tag h1,
#category h1,
.tools-wrap .tool-card h1,
.tool-card h1,
#aside-content .card-widget h2,
#recent-posts > .recent-post-item h2,
#post h2,
#page h2,
#archive h2,
#tag h2,
#category h2,
.tools-wrap .tool-card h2,
.tool-card h2,
#aside-content .card-widget h3,
#recent-posts > .recent-post-item h3,
#post h3,
#page h3,
#archive h3,
#tag h3,
#category h3,
.tools-wrap .tool-card h3,
.tool-card h3,
#aside-content .card-widget h4,
#recent-posts > .recent-post-item h4,
#post h4,
#page h4,
#archive h4,
#tag h4,
#category h4,
.tools-wrap .tool-card h4,
.tool-card h4,
#aside-content .card-widget h5,
#recent-posts > .recent-post-item h5,
#post h5,
#page h5,
#archive h5,
#tag h5,
#category h5,
.tools-wrap .tool-card h5,
.tool-card h5,
#aside-content .card-widget h6,
#recent-posts > .recent-post-item h6,
#post h6,
#page h6,
#archive h6,
#tag h6,
#category h6,
.tools-wrap .tool-card h6,
.tool-card h6,
#aside-content .card-widget .tool-name,
#recent-posts > .recent-post-item .tool-name,
#post .tool-name,
#page .tool-name,
#archive .tool-name,
#tag .tool-name,
#category .tool-name,
.tools-wrap .tool-card .tool-name,
.tool-card .tool-name {
  color: var(--rt-content-heading, var(--rt-heading));
}
#aside-content .card-widget .article-meta-wrap,
#recent-posts > .recent-post-item .article-meta-wrap,
#post .article-meta-wrap,
#page .article-meta-wrap,
#archive .article-meta-wrap,
#tag .article-meta-wrap,
#category .article-meta-wrap,
.tools-wrap .tool-card .article-meta-wrap,
.tool-card .article-meta-wrap,
#aside-content .card-widget .article-meta,
#recent-posts > .recent-post-item .article-meta,
#post .article-meta,
#page .article-meta,
#archive .article-meta,
#tag .article-meta,
#category .article-meta,
.tools-wrap .tool-card .article-meta,
.tool-card .article-meta,
#aside-content .card-widget .post-meta,
#recent-posts > .recent-post-item .post-meta,
#post .post-meta,
#page .post-meta,
#archive .post-meta,
#tag .post-meta,
#category .post-meta,
.tools-wrap .tool-card .post-meta,
.tool-card .post-meta,
#aside-content .card-widget .recent-post-info,
#recent-posts > .recent-post-item .recent-post-info,
#post .recent-post-info,
#page .recent-post-info,
#archive .recent-post-info,
#tag .recent-post-info,
#category .recent-post-info,
.tools-wrap .tool-card .recent-post-info,
.tool-card .recent-post-info,
#aside-content .card-widget .tool-desc,
#recent-posts > .recent-post-item .tool-desc,
#post .tool-desc,
#page .tool-desc,
#archive .tool-desc,
#tag .tool-desc,
#category .tool-desc,
.tools-wrap .tool-card .tool-desc,
.tool-card .tool-desc {
  color: var(--rt-content-muted, var(--rt-text-muted));
}
#aside-content .card-widget .article-meta-wrap a,
#recent-posts > .recent-post-item .article-meta-wrap a,
#post .article-meta-wrap a,
#page .article-meta-wrap a,
#archive .article-meta-wrap a,
#tag .article-meta-wrap a,
#category .article-meta-wrap a,
.tools-wrap .tool-card .article-meta-wrap a,
.tool-card .article-meta-wrap a,
#aside-content .card-widget .article-meta a,
#recent-posts > .recent-post-item .article-meta a,
#post .article-meta a,
#page .article-meta a,
#archive .article-meta a,
#tag .article-meta a,
#category .article-meta a,
.tools-wrap .tool-card .article-meta a,
.tool-card .article-meta a,
#aside-content .card-widget .post-meta a,
#recent-posts > .recent-post-item .post-meta a,
#post .post-meta a,
#page .post-meta a,
#archive .post-meta a,
#tag .post-meta a,
#category .post-meta a,
.tools-wrap .tool-card .post-meta a,
.tool-card .post-meta a,
#aside-content .card-widget .recent-post-info a,
#recent-posts > .recent-post-item .recent-post-info a,
#post .recent-post-info a,
#page .recent-post-info a,
#archive .recent-post-info a,
#tag .recent-post-info a,
#category .recent-post-info a,
.tools-wrap .tool-card .recent-post-info a,
.tool-card .recent-post-info a,
#aside-content .card-widget .tool-desc a,
#recent-posts > .recent-post-item .tool-desc a,
#post .tool-desc a,
#page .tool-desc a,
#archive .tool-desc a,
#tag .tool-desc a,
#category .tool-desc a,
.tools-wrap .tool-card .tool-desc a,
.tool-card .tool-desc a {
  color: inherit;
}
#aside-content .card-widget .article-meta-wrap a:hover,
#recent-posts > .recent-post-item .article-meta-wrap a:hover,
#post .article-meta-wrap a:hover,
#page .article-meta-wrap a:hover,
#archive .article-meta-wrap a:hover,
#tag .article-meta-wrap a:hover,
#category .article-meta-wrap a:hover,
.tools-wrap .tool-card .article-meta-wrap a:hover,
.tool-card .article-meta-wrap a:hover,
#aside-content .card-widget .article-meta a:hover,
#recent-posts > .recent-post-item .article-meta a:hover,
#post .article-meta a:hover,
#page .article-meta a:hover,
#archive .article-meta a:hover,
#tag .article-meta a:hover,
#category .article-meta a:hover,
.tools-wrap .tool-card .article-meta a:hover,
.tool-card .article-meta a:hover,
#aside-content .card-widget .post-meta a:hover,
#recent-posts > .recent-post-item .post-meta a:hover,
#post .post-meta a:hover,
#page .post-meta a:hover,
#archive .post-meta a:hover,
#tag .post-meta a:hover,
#category .post-meta a:hover,
.tools-wrap .tool-card .post-meta a:hover,
.tool-card .post-meta a:hover,
#aside-content .card-widget .recent-post-info a:hover,
#recent-posts > .recent-post-item .recent-post-info a:hover,
#post .recent-post-info a:hover,
#page .recent-post-info a:hover,
#archive .recent-post-info a:hover,
#tag .recent-post-info a:hover,
#category .recent-post-info a:hover,
.tools-wrap .tool-card .recent-post-info a:hover,
.tool-card .recent-post-info a:hover,
#aside-content .card-widget .tool-desc a:hover,
#recent-posts > .recent-post-item .tool-desc a:hover,
#post .tool-desc a:hover,
#page .tool-desc a:hover,
#archive .tool-desc a:hover,
#tag .tool-desc a:hover,
#category .tool-desc a:hover,
.tools-wrap .tool-card .tool-desc a:hover,
.tool-card .tool-desc a:hover {
  color: var(--rt-content-link, var(--rt-primary));
}
#aside-content .card-widget a,
#recent-posts > .recent-post-item a,
#post a,
#page a,
#archive a,
#tag a,
#category a,
.tools-wrap .tool-card a,
.tool-card a {
  color: var(--rt-content-link, var(--rt-primary));
}
#aside-content .card-widget a:hover,
#recent-posts > .recent-post-item a:hover,
#post a:hover,
#page a:hover,
#archive a:hover,
#tag a:hover,
#category a:hover,
.tools-wrap .tool-card a:hover,
.tool-card a:hover {
  color: var(--rt-content-link-hover, var(--rt-inverse));
}
#aside-content .card-widget .tool-icon,
#recent-posts > .recent-post-item .tool-icon,
#post .tool-icon,
#page .tool-icon,
#archive .tool-icon,
#tag .tool-icon,
#category .tool-icon,
.tools-wrap .tool-card .tool-icon,
.tool-card .tool-icon {
  color: var(--rt-primary);
}
#aside-content .card-widget pre,
#recent-posts > .recent-post-item pre,
#post pre,
#page pre,
#archive pre,
#tag pre,
#category pre,
.tools-wrap .tool-card pre,
.tool-card pre,
#aside-content .card-widget .highlight,
#recent-posts > .recent-post-item .highlight,
#post .highlight,
#page .highlight,
#archive .highlight,
#tag .highlight,
#category .highlight,
.tools-wrap .tool-card .highlight,
.tool-card .highlight,
#aside-content .card-widget figure.highlight,
#recent-posts > .recent-post-item figure.highlight,
#post figure.highlight,
#page figure.highlight,
#archive figure.highlight,
#tag figure.highlight,
#category figure.highlight,
.tools-wrap .tool-card figure.highlight,
.tool-card figure.highlight,
#aside-content .card-widget .code-area,
#recent-posts > .recent-post-item .code-area,
#post .code-area,
#page .code-area,
#archive .code-area,
#tag .code-area,
#category .code-area,
.tools-wrap .tool-card .code-area,
.tool-card .code-area,
#aside-content .card-widget .gist,
#recent-posts > .recent-post-item .gist,
#post .gist,
#page .gist,
#archive .gist,
#tag .gist,
#category .gist,
.tools-wrap .tool-card .gist,
.tool-card .gist {
  background-image: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
  text-shadow: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
#aside-content .card-widget pre::before,
#recent-posts > .recent-post-item pre::before,
#post pre::before,
#page pre::before,
#archive pre::before,
#tag pre::before,
#category pre::before,
.tools-wrap .tool-card pre::before,
.tool-card pre::before,
#aside-content .card-widget .highlight::before,
#recent-posts > .recent-post-item .highlight::before,
#post .highlight::before,
#page .highlight::before,
#archive .highlight::before,
#tag .highlight::before,
#category .highlight::before,
.tools-wrap .tool-card .highlight::before,
.tool-card .highlight::before,
#aside-content .card-widget figure.highlight::before,
#recent-posts > .recent-post-item figure.highlight::before,
#post figure.highlight::before,
#page figure.highlight::before,
#archive figure.highlight::before,
#tag figure.highlight::before,
#category figure.highlight::before,
.tools-wrap .tool-card figure.highlight::before,
.tool-card figure.highlight::before,
#aside-content .card-widget .code-area::before,
#recent-posts > .recent-post-item .code-area::before,
#post .code-area::before,
#page .code-area::before,
#archive .code-area::before,
#tag .code-area::before,
#category .code-area::before,
.tools-wrap .tool-card .code-area::before,
.tool-card .code-area::before,
#aside-content .card-widget .gist::before,
#recent-posts > .recent-post-item .gist::before,
#post .gist::before,
#page .gist::before,
#archive .gist::before,
#tag .gist::before,
#category .gist::before,
.tools-wrap .tool-card .gist::before,
.tool-card .gist::before,
#aside-content .card-widget pre::after,
#recent-posts > .recent-post-item pre::after,
#post pre::after,
#page pre::after,
#archive pre::after,
#tag pre::after,
#category pre::after,
.tools-wrap .tool-card pre::after,
.tool-card pre::after,
#aside-content .card-widget .highlight::after,
#recent-posts > .recent-post-item .highlight::after,
#post .highlight::after,
#page .highlight::after,
#archive .highlight::after,
#tag .highlight::after,
#category .highlight::after,
.tools-wrap .tool-card .highlight::after,
.tool-card .highlight::after,
#aside-content .card-widget figure.highlight::after,
#recent-posts > .recent-post-item figure.highlight::after,
#post figure.highlight::after,
#page figure.highlight::after,
#archive figure.highlight::after,
#tag figure.highlight::after,
#category figure.highlight::after,
.tools-wrap .tool-card figure.highlight::after,
.tool-card figure.highlight::after,
#aside-content .card-widget .code-area::after,
#recent-posts > .recent-post-item .code-area::after,
#post .code-area::after,
#page .code-area::after,
#archive .code-area::after,
#tag .code-area::after,
#category .code-area::after,
.tools-wrap .tool-card .code-area::after,
.tool-card .code-area::after,
#aside-content .card-widget .gist::after,
#recent-posts > .recent-post-item .gist::after,
#post .gist::after,
#page .gist::after,
#archive .gist::after,
#tag .gist::after,
#category .gist::after,
.tools-wrap .tool-card .gist::after,
.tool-card .gist::after {
  display: none !important;
  content: none !important;
}
#recent-posts > .recent-post-item .post_cover {
  z-index: 2;
  position: relative;
}
#recent-posts > .recent-post-item .post_cover img,
#recent-posts > .recent-post-item .post_cover .post-bg {
  border-radius: 12px;
}
#aside-content .card-widget .aside-list .aside-list-item .content .comment,
#aside-content .card-widget .aside-list time,
#aside-content .card-widget time,
#aside-content .card-widget .post-meta,
#aside-content .card-widget .post-meta-date,
#aside-content .card-widget .card-archive-list .card-archive-list-count,
#aside-content .card-widget .card-category-list .card-category-list-count {
  color: var(--rt-content-muted, var(--rt-text-muted));
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#article-container {
  color: var(--rt-content-text, var(--rt-article-color, var(--rt-text)));
}
#article-container a {
  color: var(--rt-content-link, var(--rt-primary));
}
#article-container a:hover {
  color: var(--rt-content-link-hover, var(--rt-inverse));
}
#article-container pre,
#article-container .highlight,
#article-container figure.highlight,
#article-container .code-area,
#article-container pre code,
#article-container .hljs {
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  filter: none !important;
  background-image: none !important;
}
#article-container figure.highlight,
#article-container .highlight {
  border: 1px solid var(--rt-border, rgba(0,0,0,0.06)) !important;
  border-radius: 8px !important;
}
#aside-content #card-info-btn {
  position: relative;
  z-index: 3;
}
@media (prefers-reduced-motion: reduce) {
  #aside-content .card-widget,
  #recent-posts > .recent-post-item,
  .layout > div:first-child:not(.recent-posts),
  #post,
  #page,
  #archive,
  #tag,
  #category,
  .tools-wrap .tool-card,
  .tool-card {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #aside-content .card-widget::before,
  #recent-posts > .recent-post-item::before,
  .layout > div:first-child:not(.recent-posts)::before,
  #post::before,
  #page::before,
  #archive::before,
  #tag::before,
  #category::before,
  .tools-wrap .tool-card::before,
  .tool-card::before,
  #aside-content .card-widget::after,
  #recent-posts > .recent-post-item::after,
  .layout > div:first-child:not(.recent-posts)::after,
  #post::after,
  #page::after,
  #archive::after,
  #tag::after,
  #category::after,
  .tools-wrap .tool-card::after,
  .tool-card::after {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
html.rt-liquid-glass-on #body-wrap {
  position: relative;
  z-index: 1;
}
html.rt-liquid-glass-on #rightside {
  z-index: 100;
}
html.rt-liquid-glass-on #page-header.full_page:not(.nav-fixed) #nav {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: saturate(120%) blur(8px) !important;
  backdrop-filter: saturate(120%) blur(8px) !important;
}
html.rt-liquid-glass-on #page-header.full_page:not(.nav-fixed) #nav a,
html.rt-liquid-glass-on #page-header.full_page:not(.nav-fixed) #nav #toggle-menu,
html.rt-liquid-glass-on #page-header.full_page:not(.nav-fixed) #nav .menus_item > a,
html.rt-liquid-glass-on #page-header.full_page:not(.nav-fixed) #nav #blog-info,
html.rt-liquid-glass-on #page-header.full_page:not(.nav-fixed) #nav .site-name,
html.rt-liquid-glass-on #page-header.full_page:not(.nav-fixed) #nav .site-page,
html.rt-liquid-glass-on #page-header.full_page:not(.nav-fixed) #nav span {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-on #page-header.nav-fixed #nav,
html.rt-liquid-glass-on #page-header.not-top-img #nav {
  background: rgba(8,12,28,0.52) !important;
  background-image: none !important;
  background-color: rgba(8,12,28,0.52) !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: saturate(155%) blur(16px) !important;
  backdrop-filter: saturate(155%) blur(16px) !important;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,0.22));
}
html.rt-liquid-glass-on #page-header.nav-fixed #nav a,
html.rt-liquid-glass-on #page-header.not-top-img #nav a,
html.rt-liquid-glass-on #page-header.nav-fixed #nav #toggle-menu,
html.rt-liquid-glass-on #page-header.not-top-img #nav #toggle-menu,
html.rt-liquid-glass-on #page-header.nav-fixed #nav .menus_item > a,
html.rt-liquid-glass-on #page-header.not-top-img #nav .menus_item > a,
html.rt-liquid-glass-on #page-header.nav-fixed #nav #blog-info,
html.rt-liquid-glass-on #page-header.not-top-img #nav #blog-info,
html.rt-liquid-glass-on #page-header.nav-fixed #nav .site-name,
html.rt-liquid-glass-on #page-header.not-top-img #nav .site-name,
html.rt-liquid-glass-on #page-header.nav-fixed #nav .site-page,
html.rt-liquid-glass-on #page-header.not-top-img #nav .site-page,
html.rt-liquid-glass-on #page-header.nav-fixed #nav span,
html.rt-liquid-glass-on #page-header.not-top-img #nav span {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-on #page-header.nav-fixed #nav .menus_item > a,
html.rt-liquid-glass-on #page-header.not-top-img #nav .menus_item > a,
html.rt-liquid-glass-on #page-header.nav-fixed #nav #search-button,
html.rt-liquid-glass-on #page-header.not-top-img #nav #search-button,
html.rt-liquid-glass-on #page-header.nav-fixed #nav #toggle-menu,
html.rt-liquid-glass-on #page-header.not-top-img #nav #toggle-menu {
  border-radius: 22px;
}
html.rt-liquid-glass-on #page-header.nav-fixed #nav .menus_item > a:hover,
html.rt-liquid-glass-on #page-header.not-top-img #nav .menus_item > a:hover,
html.rt-liquid-glass-on #page-header.nav-fixed #nav #search-button:hover,
html.rt-liquid-glass-on #page-header.not-top-img #nav #search-button:hover,
html.rt-liquid-glass-on #page-header.nav-fixed #nav #toggle-menu:hover,
html.rt-liquid-glass-on #page-header.not-top-img #nav #toggle-menu:hover {
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
}
html.rt-liquid-glass-on #page-header.post-bg:not(.nav-fixed) #nav,
html.rt-liquid-glass-on #page-header.not-home-page:not(.nav-fixed):not(.not-top-img) #nav {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: saturate(120%) blur(8px) !important;
  backdrop-filter: saturate(120%) blur(8px) !important;
}
html.rt-liquid-glass-on #page-header.post-bg:not(.nav-fixed) #nav a,
html.rt-liquid-glass-on #page-header.not-home-page:not(.nav-fixed):not(.not-top-img) #nav a,
html.rt-liquid-glass-on #page-header.post-bg:not(.nav-fixed) #nav #toggle-menu,
html.rt-liquid-glass-on #page-header.not-home-page:not(.nav-fixed):not(.not-top-img) #nav #toggle-menu,
html.rt-liquid-glass-on #page-header.post-bg:not(.nav-fixed) #nav .menus_item > a,
html.rt-liquid-glass-on #page-header.not-home-page:not(.nav-fixed):not(.not-top-img) #nav .menus_item > a,
html.rt-liquid-glass-on #page-header.post-bg:not(.nav-fixed) #nav #blog-info,
html.rt-liquid-glass-on #page-header.not-home-page:not(.nav-fixed):not(.not-top-img) #nav #blog-info,
html.rt-liquid-glass-on #page-header.post-bg:not(.nav-fixed) #nav .site-name,
html.rt-liquid-glass-on #page-header.not-home-page:not(.nav-fixed):not(.not-top-img) #nav .site-name,
html.rt-liquid-glass-on #page-header.post-bg:not(.nav-fixed) #nav .site-page,
html.rt-liquid-glass-on #page-header.not-home-page:not(.nav-fixed):not(.not-top-img) #nav .site-page,
html.rt-liquid-glass-on #page-header.post-bg:not(.nav-fixed) #nav span,
html.rt-liquid-glass-on #page-header.not-home-page:not(.nav-fixed):not(.not-top-img) #nav span {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child,
html.rt-liquid-glass-on #page-header #nav .menus_item_child {
  z-index: 93 !important;
  background: rgba(8,12,28,0.58) !important;
  background-color: rgba(8,12,28,0.58) !important;
  background-image: none !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 16px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: saturate(150%) blur(18px) !important;
  backdrop-filter: saturate(150%) blur(18px) !important;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,0.28));
}
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child li,
html.rt-liquid-glass-on #page-header #nav .menus_item_child li {
  background: transparent !important;
}
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child li:hover,
html.rt-liquid-glass-on #page-header #nav .menus_item_child li:hover {
  background: rgba(255,255,255,0.14) !important;
}
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child a,
html.rt-liquid-glass-on #page-header #nav .menus_item_child a,
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child .site-page,
html.rt-liquid-glass-on #page-header #nav .menus_item_child .site-page,
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child li a,
html.rt-liquid-glass-on #page-header #nav .menus_item_child li a {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
  background: transparent !important;
}
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child a:hover,
html.rt-liquid-glass-on #page-header #nav .menus_item_child a:hover,
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child .site-page:hover,
html.rt-liquid-glass-on #page-header #nav .menus_item_child .site-page:hover,
html.rt-liquid-glass-on #nav .menus_items .menus_item .menus_item_child li a:hover,
html.rt-liquid-glass-on #page-header #nav .menus_item_child li a:hover {
  color: #fff !important;
}
html.rt-liquid-glass-on #rightside > div > button,
html.rt-liquid-glass-on #rightside > div > a,
html.rt-liquid-glass-on #rightside #go-up,
html.rt-liquid-glass-on #aside-content #card-info-btn,
html.rt-liquid-glass-on #pagination .page-number,
html.rt-liquid-glass-on #pagination .extend,
html.rt-liquid-glass-on .pagination .page-number,
html.rt-liquid-glass-on .pagination .extend,
html.rt-liquid-glass-on .reward-button,
html.rt-liquid-glass-on #post a.btn-beautify,
html.rt-liquid-glass-on .layout .btn-center a,
html.rt-liquid-glass-on #article-container .btn,
html.rt-liquid-glass-on .tools-wrap .btn,
html.rt-liquid-glass-on .rt-btn,
html.rt-liquid-glass-on .tool-card .btn {
  background: rgba(8,12,28,0.5) !important;
  background-image: none !important;
  background-color: rgba(8,12,28,0.5) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 14px !important;
  color: rgba(255,255,255,0.98) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: saturate(150%) blur(14px) !important;
  backdrop-filter: saturate(150%) blur(14px) !important;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.25));
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-on #rightside > div > button:hover,
html.rt-liquid-glass-on #rightside > div > a:hover,
html.rt-liquid-glass-on #rightside #go-up:hover,
html.rt-liquid-glass-on #aside-content #card-info-btn:hover,
html.rt-liquid-glass-on #pagination .page-number:hover,
html.rt-liquid-glass-on #pagination .extend:hover,
html.rt-liquid-glass-on .pagination .page-number:hover,
html.rt-liquid-glass-on .pagination .extend:hover,
html.rt-liquid-glass-on .reward-button:hover,
html.rt-liquid-glass-on #post a.btn-beautify:hover,
html.rt-liquid-glass-on .layout .btn-center a:hover,
html.rt-liquid-glass-on #article-container .btn:hover,
html.rt-liquid-glass-on .tools-wrap .btn:hover,
html.rt-liquid-glass-on .rt-btn:hover,
html.rt-liquid-glass-on .tool-card .btn:hover {
  background: rgba(255,255,255,0.12) !important;
  color: #fff !important;
}
html.rt-liquid-glass-on #rightside > div > button > i,
html.rt-liquid-glass-on #rightside > div > a > i,
html.rt-liquid-glass-on #rightside #go-up > i,
html.rt-liquid-glass-on #aside-content #card-info-btn > i,
html.rt-liquid-glass-on #pagination .page-number > i,
html.rt-liquid-glass-on #pagination .extend > i,
html.rt-liquid-glass-on .pagination .page-number > i,
html.rt-liquid-glass-on .pagination .extend > i,
html.rt-liquid-glass-on .reward-button > i,
html.rt-liquid-glass-on #post a.btn-beautify > i,
html.rt-liquid-glass-on .layout .btn-center a > i,
html.rt-liquid-glass-on #article-container .btn > i,
html.rt-liquid-glass-on .tools-wrap .btn > i,
html.rt-liquid-glass-on .rt-btn > i,
html.rt-liquid-glass-on .tool-card .btn > i,
html.rt-liquid-glass-on #rightside > div > button .scroll-percent,
html.rt-liquid-glass-on #rightside > div > a .scroll-percent,
html.rt-liquid-glass-on #rightside #go-up .scroll-percent,
html.rt-liquid-glass-on #aside-content #card-info-btn .scroll-percent,
html.rt-liquid-glass-on #pagination .page-number .scroll-percent,
html.rt-liquid-glass-on #pagination .extend .scroll-percent,
html.rt-liquid-glass-on .pagination .page-number .scroll-percent,
html.rt-liquid-glass-on .pagination .extend .scroll-percent,
html.rt-liquid-glass-on .reward-button .scroll-percent,
html.rt-liquid-glass-on #post a.btn-beautify .scroll-percent,
html.rt-liquid-glass-on .layout .btn-center a .scroll-percent,
html.rt-liquid-glass-on #article-container .btn .scroll-percent,
html.rt-liquid-glass-on .tools-wrap .btn .scroll-percent,
html.rt-liquid-glass-on .rt-btn .scroll-percent,
html.rt-liquid-glass-on .tool-card .btn .scroll-percent {
  color: inherit !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-on #rightside > div > button,
html.rt-liquid-glass-on #rightside > div > a,
html.rt-liquid-glass-on #rightside #go-up {
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-bottom: 8px;
}
html.rt-liquid-glass-on #rightside #go-up .scroll-water {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  background: rgba(255,255,255,0.25) !important;
}
html.rt-liquid-glass-on #rightside #go-up .scroll-percent {
  color: inherit !important;
}
html.rt-liquid-glass-on #aside-content #card-info-btn {
  border-radius: 22px !important;
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.22));
}
html.rt-liquid-glass-on #pagination .page-number,
html.rt-liquid-glass-on #pagination .extend,
html.rt-liquid-glass-on .pagination .page-number,
html.rt-liquid-glass-on .pagination .extend {
  min-width: 2em;
  height: 2em;
  line-height: 2em;
  margin: 0 4px;
  border-radius: 12px !important;
}
html.rt-liquid-glass-on #sidebar #sidebar-menus {
  background: rgba(8,12,28,0.55) !important;
  border-left: 1px solid rgba(255,255,255,0.22);
  -webkit-backdrop-filter: saturate(150%) blur(18px) !important;
  backdrop-filter: saturate(150%) blur(18px) !important;
  color: rgba(255,255,255,0.98);
}
html.rt-liquid-glass-on #sidebar #sidebar-menus .site-page {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-on #sidebar #sidebar-menus .site-page:hover {
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
}
html.rt-liquid-glass-on .search-dialog,
html.rt-liquid-glass-on #local-search .search-dialog {
  z-index: 95 !important;
  background: rgba(8,12,28,0.6) !important;
  background-color: rgba(8,12,28,0.6) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 18px !important;
  -webkit-backdrop-filter: saturate(150%) blur(20px) !important;
  backdrop-filter: saturate(150%) blur(20px) !important;
  color: rgba(255,255,255,0.98) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  filter: drop-shadow(0 16px 30px rgba(0,0,0,0.28));
}
html.rt-liquid-glass-on .search-dialog .search-nav,
html.rt-liquid-glass-on #local-search .search-dialog .search-nav,
html.rt-liquid-glass-on .search-dialog .search-close-button,
html.rt-liquid-glass-on #local-search .search-dialog .search-close-button {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-on .search-dialog input,
html.rt-liquid-glass-on #local-search .search-dialog input {
  background: rgba(8,12,28,0.35) !important;
  border-color: rgba(255,255,255,0.22) !important;
  color: rgba(255,255,255,0.98) !important;
}
html.rt-liquid-glass-on #page-header.post-bg #post-info .post-title {
  background: rgba(8,12,28,0.42) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  backdrop-filter: blur(12px) !important;
}
html.rt-liquid-glass-fallback #page-header.nav-fixed #nav,
html.rt-liquid-glass-fallback #page-header.not-top-img #nav {
  background: rgba(8,12,28,0.42) !important;
  border-bottom: 1px solid rgba(255,255,255,0.22) !important;
  -webkit-backdrop-filter: saturate(160%) blur(18px) !important;
  backdrop-filter: saturate(160%) blur(18px) !important;
}
html.rt-liquid-glass-fallback #page-header.nav-fixed #nav a,
html.rt-liquid-glass-fallback #page-header.not-top-img #nav a,
html.rt-liquid-glass-fallback #page-header.nav-fixed #nav #toggle-menu,
html.rt-liquid-glass-fallback #page-header.not-top-img #nav #toggle-menu,
html.rt-liquid-glass-fallback #page-header.nav-fixed #nav .menus_item > a,
html.rt-liquid-glass-fallback #page-header.not-top-img #nav .menus_item > a,
html.rt-liquid-glass-fallback #page-header.nav-fixed #nav #blog-info,
html.rt-liquid-glass-fallback #page-header.not-top-img #nav #blog-info,
html.rt-liquid-glass-fallback #page-header.nav-fixed #nav .site-name,
html.rt-liquid-glass-fallback #page-header.not-top-img #nav .site-name,
html.rt-liquid-glass-fallback #page-header.nav-fixed #nav .site-page,
html.rt-liquid-glass-fallback #page-header.not-top-img #nav .site-page,
html.rt-liquid-glass-fallback #page-header.nav-fixed #nav span,
html.rt-liquid-glass-fallback #page-header.not-top-img #nav span {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-fallback #nav .menus_item_child,
html.rt-liquid-glass-fallback #page-header #nav .menus_item_child {
  background: rgba(8,12,28,0.42) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 16px !important;
  -webkit-backdrop-filter: blur(18px) saturate(145%) !important;
  backdrop-filter: blur(18px) saturate(145%) !important;
}
html.rt-liquid-glass-fallback #nav .menus_item_child a,
html.rt-liquid-glass-fallback #page-header #nav .menus_item_child a {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-fallback #rightside > div > button,
html.rt-liquid-glass-fallback #rightside > div > a,
html.rt-liquid-glass-fallback #rightside #go-up,
html.rt-liquid-glass-fallback #aside-content #card-info-btn,
html.rt-liquid-glass-fallback #pagination .page-number,
html.rt-liquid-glass-fallback #pagination .extend,
html.rt-liquid-glass-fallback .pagination .page-number,
html.rt-liquid-glass-fallback .pagination .extend,
html.rt-liquid-glass-fallback .reward-button,
html.rt-liquid-glass-fallback #post a.btn-beautify,
html.rt-liquid-glass-fallback .layout .btn-center a,
html.rt-liquid-glass-fallback #article-container .btn,
html.rt-liquid-glass-fallback .tools-wrap .btn,
html.rt-liquid-glass-fallback .rt-btn {
  background: rgba(8,12,28,0.42) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%) !important;
  backdrop-filter: blur(18px) saturate(150%) !important;
}
html.rt-liquid-glass-fallback .search-dialog,
html.rt-liquid-glass-fallback #local-search .search-dialog {
  background: rgba(8,12,28,0.6) !important;
  border: 1px solid rgba(255,255,255,0.22) !important;
  border-radius: 18px !important;
  color: rgba(255,255,255,0.98) !important;
  -webkit-backdrop-filter: saturate(150%) blur(20px) !important;
  backdrop-filter: saturate(150%) blur(20px) !important;
}
html.rt-liquid-glass-fallback .search-dialog .search-nav,
html.rt-liquid-glass-fallback #local-search .search-dialog .search-nav,
html.rt-liquid-glass-fallback .search-dialog .search-close-button,
html.rt-liquid-glass-fallback #local-search .search-dialog .search-close-button {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-fallback .search-dialog input,
html.rt-liquid-glass-fallback #local-search .search-dialog input {
  background: rgba(8,12,28,0.35) !important;
  border-color: rgba(255,255,255,0.22) !important;
  color: rgba(255,255,255,0.98) !important;
}
html.rt-liquid-glass-fallback #sidebar #sidebar-menus {
  background: rgba(8,12,28,0.55) !important;
  border-left: 1px solid rgba(255,255,255,0.22);
  -webkit-backdrop-filter: saturate(150%) blur(18px) !important;
  backdrop-filter: saturate(150%) blur(18px) !important;
  color: rgba(255,255,255,0.98);
}
html.rt-liquid-glass-fallback #sidebar #sidebar-menus .site-page {
  color: rgba(255,255,255,0.98) !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0.45) !important;
}
html.rt-liquid-glass-fallback #sidebar #sidebar-menus .site-page:hover {
  background: rgba(255,255,255,0.14) !important;
  color: #fff !important;
}
html.rt-liquid-glass-off #rt-liquid-glass {
  display: none !important;
}
@-moz-keyframes rt-content-edge-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes rt-content-edge-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes rt-content-edge-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes rt-content-edge-flow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#pagination .pagination {
  margin-top: 20px;
  text-align: center;
}
#pagination .page-number.current {
  background: #3a3a3a;
  color: var(--white);
}
#pagination .pagination-info {
  position: absolute;
  top: 50%;
  padding: 20px 40px;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#pagination .prev_info,
#pagination .next_info {
  color: var(--white);
  font-weight: 500;
}
#pagination .next-post .pagination-info {
  text-align: right;
}
#pagination .pull-full {
  width: 100% !important;
}
#pagination .prev-post .label,
#pagination .next-post .label {
  color: var(--light-grey);
  text-transform: uppercase;
  font-size: 90%;
}
#pagination .prev-post,
#pagination .next-post {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #pagination .prev-post,
  #pagination .next-post {
    width: 100%;
  }
}
#pagination .prev-post a,
#pagination .next-post a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 150px;
}
#pagination.pagination-post {
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
  background: #000;
}
.layout > .recent-posts .pagination > * {
  display: inline-block;
  margin: 0 6px;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}
.layout > .recent-posts .pagination > *:not(.space):hover {
  background: var(--btn-hover-color);
  color: var(--btn-color);
}
.layout > div:not(.recent-posts) .pagination .page-number {
  display: inline-block;
  margin: 0 4px;
  min-width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
}
#article-container {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#article-container a {
  color: #3a3a3a;
}
#article-container a:hover {
  text-decoration: underline;
}
#article-container img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  -webkit-transition: filter 375ms ease-in 0.2s;
  -moz-transition: filter 375ms ease-in 0.2s;
  -o-transition: filter 375ms ease-in 0.2s;
  -ms-transition: filter 375ms ease-in 0.2s;
  transition: filter 375ms ease-in 0.2s;
}
#article-container p {
  margin: 0 0 16px;
}
#article-container iframe {
  margin: 0 0 20px;
}
#article-container kbd {
  margin: 0 3px;
  padding: 3px 5px;
  border: 1px solid #b4b4b4;
  border-radius: 3px;
  background-color: #f8f8f8;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 2px 1px 0 rgba(255,255,255,0.6) inset;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25), 0 2px 1px 0 rgba(255,255,255,0.6) inset;
  color: #34495e;
  white-space: nowrap;
  font-weight: 600;
  font-size: 0.9em;
  font-family: Monaco, 'Ubuntu Mono', monospace;
  line-height: 1em;
}
#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4,
#article-container h5,
#article-container h6 {
  width: fit-content;
}
#article-container h1 a:not(.headerlink),
#article-container h2 a:not(.headerlink),
#article-container h3 a:not(.headerlink),
#article-container h4 a:not(.headerlink),
#article-container h5 a:not(.headerlink),
#article-container h6 a:not(.headerlink) {
  position: relative;
  z-index: 10;
}
#article-container h1 a.headerlink,
#article-container h2 a.headerlink,
#article-container h3 a.headerlink,
#article-container h4 a.headerlink,
#article-container h5 a.headerlink,
#article-container h6 a.headerlink {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#article-container ol ol,
#article-container ul ol,
#article-container ol ul,
#article-container ul ul {
  padding-left: 20px;
}
#article-container ol li,
#article-container ul li {
  margin: 4px 0;
}
#article-container ol p,
#article-container ul p {
  margin: 0 0 8px;
}
#article-container > :last-child {
  margin-bottom: 0 !important;
}
#article-container hr {
  margin: 20px 0;
}
#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4,
#article-container h5,
#article-container h6 {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#article-container h1:before,
#article-container h2:before,
#article-container h3:before,
#article-container h4:before,
#article-container h5:before,
#article-container h6:before {
  position: absolute;
  top: calc(50% - 7px);
  color: #f47466;
  content: '\f0c1';
  left: 0;
  line-height: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#article-container h1:hover:before,
#article-container h2:hover:before,
#article-container h3:hover:before,
#article-container h4:hover:before,
#article-container h5:hover:before,
#article-container h6:hover:before {
  color: #3a3a3a;
}
#article-container h1 {
  padding-left: 28px;
}
#article-container h1:before {
  font-size: 18px;
}
#article-container h1:hover {
  padding-left: 32px;
}
#article-container h2 {
  padding-left: 26px;
}
#article-container h2:before {
  font-size: 16px;
}
#article-container h2:hover {
  padding-left: 30px;
}
#article-container h3 {
  padding-left: 24px;
}
#article-container h3:before {
  font-size: 14px;
}
#article-container h3:hover {
  padding-left: 28px;
}
#article-container h4 {
  padding-left: 22px;
}
#article-container h4:before {
  font-size: 12px;
}
#article-container h4:hover {
  padding-left: 26px;
}
#article-container h5 {
  padding-left: 20px;
}
#article-container h5:before {
  font-size: 10px;
}
#article-container h5:hover {
  padding-left: 24px;
}
#article-container h6 {
  padding-left: 20px;
}
#article-container h6:before {
  font-size: 10px;
}
#article-container h6:hover {
  padding-left: 24px;
}
#article-container ol p,
#article-container ul p {
  margin: 0 0 8px;
}
#article-container li::marker {
  color: #3a3a3a;
  font-weight: 600;
  font-size: 1.05em;
}
#article-container li:hover::marker {
  color: var(--pseudo-hover);
}
#article-container ul > li {
  list-style-type: circle;
}
#post .tag_share:after {
  display: block;
  clear: both;
  content: '';
}
#post .tag_share .post-meta__tag-list {
  display: inline-block;
}
#post .tag_share .post-meta__tags {
  display: inline-block;
  margin: 8px 8px 8px 0;
  padding: 0 12px;
  width: fit-content;
  border: 1px solid #3a3a3a;
  border-radius: 12px;
  color: #3a3a3a;
  font-size: 0.85em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#post .tag_share .post-meta__tags:hover {
  background: #3a3a3a;
  color: var(--white);
}
#post .tag_share .post_share {
  display: inline-block;
  float: right;
  margin: 8px 0 0;
  width: fit-content;
}
#post .tag_share .post_share .social-share {
  font-size: 0.85em;
}
#post .tag_share .post_share .social-share .social-share-icon {
  margin: 0 4px;
  width: 1.85em;
  height: 1.85em;
  font-size: 1.2em;
  line-height: 1.85em;
}
#post .post-copyright {
  position: relative;
  margin: 40px 0 10px;
  padding: 10px 16px;
  border: 1px solid var(--light-grey);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  -ms-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}
#post .post-copyright:before {
  position: absolute;
  top: 2px;
  right: 12px;
  color: #3a3a3a;
  content: '\f1f9';
  font-size: 1.3em;
}
#post .post-copyright:hover {
  -webkit-box-shadow: 0 0 8px 0 rgba(232,237,250,0.6), 0 2px 4px 0 rgba(232,237,250,0.5);
  box-shadow: 0 0 8px 0 rgba(232,237,250,0.6), 0 2px 4px 0 rgba(232,237,250,0.5);
}
#post .post-copyright .post-copyright-meta {
  color: #3a3a3a;
  font-weight: bold;
}
#post .post-copyright .post-copyright-meta i {
  margin-right: 3px;
}
#post .post-copyright .post-copyright-info {
  padding-left: 6px;
}
#post .post-copyright .post-copyright-info a {
  text-decoration: underline;
  word-break: break-word;
}
#post .post-copyright .post-copyright-info a:hover {
  text-decoration: none;
}
#post .post-outdate-notice {
  position: relative;
  margin: 0 0 20px;
  padding: 0.5em 1.2em;
  border-radius: 3px;
  background-color: #ffe6e6;
  color: #f66;
  padding: 0.5em 1em 0.5em 2.6em;
  border-left: 5px solid #ff8080;
}
#post .post-outdate-notice:before {
  position: absolute;
  top: 50%;
  left: 0.9em;
  color: #ff8080;
  content: '\f071';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#post .ads-wrap {
  margin: 40px 0;
}
.relatedPosts {
  margin-top: 40px;
}
.relatedPosts > .headline {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.43em;
}
.relatedPosts > .relatedPosts-list > div {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 3px;
  width: calc(33.333% - 6px);
  height: 200px;
  background: #000;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .relatedPosts > .relatedPosts-list > div {
    margin: 2px;
    width: calc(50% - 4px);
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .relatedPosts > .relatedPosts-list > div {
    width: calc(100% - 4px);
  }
}
.relatedPosts > .relatedPosts-list .content {
  position: absolute;
  top: 50%;
  padding: 0 20px;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.relatedPosts > .relatedPosts-list .content .date {
  color: var(--light-grey);
  font-size: 90%;
}
.relatedPosts > .relatedPosts-list .content .title {
  color: var(--white);
  -webkit-line-clamp: 2;
}
.post-reward {
  position: relative;
  margin-top: 80px;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.post-reward > * {
  pointer-events: auto;
}
.post-reward .reward-button {
  display: inline-block;
  padding: 4px 24px;
  background: var(--btn-bg);
  color: var(--btn-color);
  cursor: pointer;
}
.post-reward .reward-button i {
  margin-right: 5px;
}
.post-reward:hover .reward-button {
  background: var(--btn-hover-color);
}
.post-reward:hover > .reward-main {
  display: block;
}
.post-reward .reward-main {
  position: absolute;
  bottom: 40px;
  left: 0;
  z-index: 100;
  display: none;
  padding: 0 0 15px;
  width: 100%;
}
.post-reward .reward-main .reward-all {
  display: inline-block;
  margin: 0;
  padding: 20px 10px;
  border-radius: 4px;
  background: var(--reward-pop);
}
.post-reward .reward-main .reward-all:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 20px;
  content: '';
}
.post-reward .reward-main .reward-all:after {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 13px solid var(--reward-pop);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  content: '';
}
.post-reward .reward-main .reward-all .reward-item {
  display: inline-block;
  padding: 0 8px;
  list-style-type: none;
  vertical-align: top;
}
.post-reward .reward-main .reward-all .reward-item img {
  width: 130px;
  height: 130px;
}
.post-reward .reward-main .reward-all .reward-item .post-qr-code-desc {
  width: 130px;
  color: #858585;
}
#rightside {
  position: fixed;
  right: -48px;
  bottom: 40px;
  z-index: 100;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#rightside.rightside-show {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: translate(-58px, 0);
  -moz-transform: translate(-58px, 0);
  -o-transform: translate(-58px, 0);
  -ms-transform: translate(-58px, 0);
  transform: translate(-58px, 0);
}
#rightside #rightside-config-hide {
  height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transform: translate(45px, 0);
  -moz-transform: translate(45px, 0);
  -o-transform: translate(45px, 0);
  -ms-transform: translate(45px, 0);
  transform: translate(45px, 0);
}
#rightside #rightside-config-hide.show {
  height: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#rightside #rightside-config-hide.status {
  height: auto;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#rightside > div > button,
#rightside > div > a {
  display: block;
  margin-bottom: 5px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  text-align: center;
  font-size: 16px;
  line-height: 35px;
}
#rightside > div > button:hover,
#rightside > div > a:hover {
  background-color: var(--btn-hover-color);
}
#rightside #mobile-toc-button {
  display: none;
}
@media screen and (max-width: 900px) {
  #rightside #mobile-toc-button {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #rightside #hide-aside-btn {
    display: none;
  }
}
#rightside #go-up {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
#rightside #go-up .scroll-water {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--scroll-water, 0%);
  z-index: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(270deg, color-mix(in srgb, var(--btn-hover-color) 88%, #fff) 0%, var(--btn-hover-color) 100%);
  background: -moz-linear-gradient(270deg, color-mix(in srgb, var(--btn-hover-color) 88%, #fff) 0%, var(--btn-hover-color) 100%);
  background: -o-linear-gradient(270deg, color-mix(in srgb, var(--btn-hover-color) 88%, #fff) 0%, var(--btn-hover-color) 100%);
  background: -ms-linear-gradient(270deg, color-mix(in srgb, var(--btn-hover-color) 88%, #fff) 0%, var(--btn-hover-color) 100%);
  background: linear-gradient(180deg, color-mix(in srgb, var(--btn-hover-color) 88%, #fff) 0%, var(--btn-hover-color) 100%);
  opacity: 0.88;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";
  filter: alpha(opacity=88);
  -webkit-transition: height 0.18s ease-out, opacity 0.15s ease;
  -moz-transition: height 0.18s ease-out, opacity 0.15s ease;
  -o-transition: height 0.18s ease-out, opacity 0.15s ease;
  -ms-transition: height 0.18s ease-out, opacity 0.15s ease;
  transition: height 0.18s ease-out, opacity 0.15s ease;
  border-radius: 0 0 5px 5px;
}
#rightside #go-up .scroll-water:before {
  content: '';
  position: absolute;
  left: -18%;
  right: -18%;
  top: -3px;
  height: 7px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--btn-color) 28%, transparent);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#rightside #go-up .scroll-percent {
  position: relative;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  color: var(--btn-color);
  text-shadow: none;
  line-height: 35px;
  letter-spacing: -0.02em;
  pointer-events: none;
}
#rightside #go-up > i {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 35px;
  color: inherit;
}
#rightside #go-up.show-percent .scroll-percent {
  display: block;
}
#rightside #go-up.show-percent > i {
  display: none;
}
#rightside #go-up:hover {
  background-color: var(--btn-hover-color);
  color: var(--rt-on-accent, var(--btn-color));
}
#rightside #go-up:hover .scroll-water {
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
  filter: alpha(opacity=35);
  background: color-mix(in srgb, var(--rt-on-accent, #fff) 22%, var(--btn-hover-color));
}
#rightside #go-up:hover .scroll-percent {
  display: none;
}
#rightside #go-up:hover > i {
  display: block;
  color: var(--rt-on-accent, var(--btn-color));
}
#sidebar #menu-mask {
  position: fixed;
  z-index: 102;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
#sidebar #sidebar-menus {
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 103;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 5px;
  width: 300px;
  height: 100%;
  background: var(--sidebar-bg);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
#sidebar #sidebar-menus.open {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#sidebar #sidebar-menus > .avatar-img {
  margin: 20px auto;
}
#sidebar #sidebar-menus .sidebar-site-data {
  padding: 0 10px;
}
#sidebar #sidebar-menus hr {
  margin: 20px auto;
}
#sidebar #sidebar-menus .menus_items {
  padding: 0 10px;
}
#sidebar #sidebar-menus .menus_items .site-page {
  position: relative;
  display: block;
  padding: 3px 28px 3px 20px;
  color: var(--font-color);
  font-size: 1.15em;
  border-radius: 6px;
}
#sidebar #sidebar-menus .menus_items .site-page:hover {
  background: var(--text-bg-hover);
}
#sidebar #sidebar-menus .menus_items .site-page i:first-child {
  width: 15%;
  text-align: left;
}
#sidebar #sidebar-menus .menus_items .site-page.group > i:last-child {
  position: absolute;
  top: 0.78em;
  right: 13px;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
#sidebar #sidebar-menus .menus_items .site-page.group.hide > i:last-child {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#sidebar #sidebar-menus .menus_items .site-page.group.hide + .menus_item_child {
  display: none;
}
#sidebar #sidebar-menus .menus_items .menus_item_child {
  margin: 0;
  padding-left: 25px;
  list-style: none;
}
#loading-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147483000;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background: rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .08);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.12s ease;
  -moz-transition: opacity 0.12s ease;
  -o-transition: opacity 0.12s ease;
  -ms-transition: opacity 0.12s ease;
  transition: opacity 0.12s ease;
  overflow: hidden;
}
#loading-bar.is-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#loading-bar .loading-bar-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  background: -webkit-linear-gradient(0deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%);
  background: -moz-linear-gradient(0deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%);
  background: -o-linear-gradient(0deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%);
  background: linear-gradient(90deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%);
  -webkit-box-shadow: 0 0 14px rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .55), 0 0 4px rgba(var(--rt-loader-accent-rgb, var(--rt-accent-rgb)), .45);
  box-shadow: 0 0 14px rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .55), 0 0 4px rgba(var(--rt-loader-accent-rgb, var(--rt-accent-rgb)), .45);
  -webkit-transition: -webkit-transform 0.12s linear;
  -moz-transition: -moz-transform 0.12s linear;
  -o-transition: -o-transform 0.12s linear;
  -ms-transition: -ms-transform 0.12s linear;
  transition: transform 0.12s linear;
  will-change: transform;
}
#loading-bar .loading-bar-progress:after {
  content: '';
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(0deg, transparent 0%, rgba(255,255,255,.0) 40%, rgba(255,255,255,.55) 72%, transparent 100%);
  background: -moz-linear-gradient(0deg, transparent 0%, rgba(255,255,255,.0) 40%, rgba(255,255,255,.55) 72%, transparent 100%);
  background: -o-linear-gradient(0deg, transparent 0%, rgba(255,255,255,.0) 40%, rgba(255,255,255,.55) 72%, transparent 100%);
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(255,255,255,.0) 40%, rgba(255,255,255,.55) 72%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.0) 40%, rgba(255,255,255,.55) 72%, transparent 100%);
  background-size: 40% 100%;
  background-repeat: no-repeat;
  -webkit-animation: rt-bar-shine 1.1s linear infinite;
  -moz-animation: rt-bar-shine 1.1s linear infinite;
  -o-animation: rt-bar-shine 1.1s linear infinite;
  -ms-animation: rt-bar-shine 1.1s linear infinite;
  animation: rt-bar-shine 1.1s linear infinite;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  pointer-events: none;
}
#rt-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #e8f1ff;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
html.rt-show-loader #rt-loader {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
html.rt-skip-loader #rt-loader {
  display: none !important;
}
#rt-loader.is-done {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  pointer-events: none;
}
#rt-loader .rt-loader-mask {
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(290deg, #070b14 0%, #0d1424 48%, #0a101c 100%);
  background: -moz-linear-gradient(290deg, #070b14 0%, #0d1424 48%, #0a101c 100%);
  background: -o-linear-gradient(290deg, #070b14 0%, #0d1424 48%, #0a101c 100%);
  background: -ms-linear-gradient(290deg, #070b14 0%, #0d1424 48%, #0a101c 100%);
  background: linear-gradient(160deg, #070b14 0%, #0d1424 48%, #0a101c 100%);
}
#rt-loader .rt-loader-fx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
#rt-loader .rt-nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  mix-blend-mode: screen;
  -webkit-animation: rt-nebula-drift 14s ease-in-out infinite;
  -moz-animation: rt-nebula-drift 14s ease-in-out infinite;
  -o-animation: rt-nebula-drift 14s ease-in-out infinite;
  -ms-animation: rt-nebula-drift 14s ease-in-out infinite;
  animation: rt-nebula-drift 14s ease-in-out infinite;
}
#rt-loader .rt-nebula-a {
  width: 55vw;
  height: 55vw;
  max-width: 520px;
  max-height: 520px;
  top: -8%;
  left: -10%;
  background: -webkit-radial-gradient(circle, rgba(var(--rt-primary-rgb), .55), transparent 68%);
  background: -moz-radial-gradient(circle, rgba(var(--rt-primary-rgb), .55), transparent 68%);
  background: -o-radial-gradient(circle, rgba(var(--rt-primary-rgb), .55), transparent 68%);
  background: -ms-radial-gradient(circle, rgba(var(--rt-primary-rgb), .55), transparent 68%);
  background: radial-gradient(circle, rgba(var(--rt-primary-rgb), .55), transparent 68%);
}
#rt-loader .rt-nebula-b {
  width: 50vw;
  height: 50vw;
  max-width: 480px;
  max-height: 480px;
  right: -12%;
  bottom: -5%;
  background: -webkit-radial-gradient(circle, rgba(var(--rt-accent-rgb), .5), transparent 70%);
  background: -moz-radial-gradient(circle, rgba(var(--rt-accent-rgb), .5), transparent 70%);
  background: -o-radial-gradient(circle, rgba(var(--rt-accent-rgb), .5), transparent 70%);
  background: -ms-radial-gradient(circle, rgba(var(--rt-accent-rgb), .5), transparent 70%);
  background: radial-gradient(circle, rgba(var(--rt-accent-rgb), .5), transparent 70%);
  -webkit-animation-duration: 18s;
  -moz-animation-duration: 18s;
  -o-animation-duration: 18s;
  -ms-animation-duration: 18s;
  animation-duration: 18s;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -ms-animation-direction: reverse;
  animation-direction: reverse;
}
#rt-loader .rt-nebula-c {
  width: 40vw;
  height: 40vw;
  max-width: 360px;
  max-height: 360px;
  left: 40%;
  top: 30%;
  background: -webkit-radial-gradient(circle, rgba(255,140,200,0.28), transparent 72%);
  background: -moz-radial-gradient(circle, rgba(255,140,200,0.28), transparent 72%);
  background: -o-radial-gradient(circle, rgba(255,140,200,0.28), transparent 72%);
  background: -ms-radial-gradient(circle, rgba(255,140,200,0.28), transparent 72%);
  background: radial-gradient(circle, rgba(255,140,200,0.28), transparent 72%);
  -webkit-animation-duration: 16s;
  -moz-animation-duration: 16s;
  -o-animation-duration: 16s;
  -ms-animation-duration: 16s;
  animation-duration: 16s;
}
#rt-loader .rt-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-animation: rt-blob-float 8s ease-in-out infinite;
  -moz-animation: rt-blob-float 8s ease-in-out infinite;
  -o-animation: rt-blob-float 8s ease-in-out infinite;
  -ms-animation: rt-blob-float 8s ease-in-out infinite;
  animation: rt-blob-float 8s ease-in-out infinite;
}
#rt-loader .rt-blob-1 {
  width: 280px;
  height: 280px;
  top: 12%;
  left: 18%;
  background: rgba(var(--rt-primary-rgb), .35);
}
#rt-loader .rt-blob-2 {
  width: 320px;
  height: 320px;
  right: 8%;
  bottom: 10%;
  background: rgba(var(--rt-accent-rgb), .3);
  -webkit-animation-duration: 11s;
  -moz-animation-duration: 11s;
  -o-animation-duration: 11s;
  -ms-animation-duration: 11s;
  animation-duration: 11s;
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -ms-animation-direction: reverse;
  animation-direction: reverse;
}
#rt-loader .rt-blob-3 {
  width: 200px;
  height: 200px;
  left: 55%;
  top: 55%;
  background: rgba(255,171,145,0.2);
  -webkit-animation-duration: 9.5s;
  -moz-animation-duration: 9.5s;
  -o-animation-duration: 9.5s;
  -ms-animation-duration: 9.5s;
  animation-duration: 9.5s;
}
#rt-loader .rt-stars {
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  -webkit-animation: rt-stars-twinkle 4s ease-in-out infinite;
  -moz-animation: rt-stars-twinkle 4s ease-in-out infinite;
  -o-animation: rt-stars-twinkle 4s ease-in-out infinite;
  -ms-animation: rt-stars-twinkle 4s ease-in-out infinite;
  animation: rt-stars-twinkle 4s ease-in-out infinite;
}
#rt-loader .rt-stars-a {
  background-image: -webkit-radial-gradient(1px 1px at 20px 30px, #fff, transparent), -webkit-radial-gradient(1px 1px at 80px 120px, rgba(255,255,255,0.9), transparent), -webkit-radial-gradient(1.5px 1.5px at 160px 60px, #cde, transparent), -webkit-radial-gradient(1px 1px at 220px 180px, #fff, transparent), -webkit-radial-gradient(1px 1px at 300px 40px, rgba(180,220,255,0.8), transparent), -webkit-radial-gradient(1.2px 1.2px at 40px 200px, #fff, transparent), -webkit-radial-gradient(1px 1px at 360px 140px, #eef, transparent), -webkit-radial-gradient(1px 1px at 120px 240px, #fff, transparent);
  background-image: -moz-radial-gradient(1px 1px at 20px 30px, #fff, transparent), -moz-radial-gradient(1px 1px at 80px 120px, rgba(255,255,255,0.9), transparent), -moz-radial-gradient(1.5px 1.5px at 160px 60px, #cde, transparent), -moz-radial-gradient(1px 1px at 220px 180px, #fff, transparent), -moz-radial-gradient(1px 1px at 300px 40px, rgba(180,220,255,0.8), transparent), -moz-radial-gradient(1.2px 1.2px at 40px 200px, #fff, transparent), -moz-radial-gradient(1px 1px at 360px 140px, #eef, transparent), -moz-radial-gradient(1px 1px at 120px 240px, #fff, transparent);
  background-image: -o-radial-gradient(1px 1px at 20px 30px, #fff, transparent), -o-radial-gradient(1px 1px at 80px 120px, rgba(255,255,255,0.9), transparent), -o-radial-gradient(1.5px 1.5px at 160px 60px, #cde, transparent), -o-radial-gradient(1px 1px at 220px 180px, #fff, transparent), -o-radial-gradient(1px 1px at 300px 40px, rgba(180,220,255,0.8), transparent), -o-radial-gradient(1.2px 1.2px at 40px 200px, #fff, transparent), -o-radial-gradient(1px 1px at 360px 140px, #eef, transparent), -o-radial-gradient(1px 1px at 120px 240px, #fff, transparent);
  background-image: -ms-radial-gradient(1px 1px at 20px 30px, #fff, transparent), -ms-radial-gradient(1px 1px at 80px 120px, rgba(255,255,255,0.9), transparent), -ms-radial-gradient(1.5px 1.5px at 160px 60px, #cde, transparent), -ms-radial-gradient(1px 1px at 220px 180px, #fff, transparent), -ms-radial-gradient(1px 1px at 300px 40px, rgba(180,220,255,0.8), transparent), -ms-radial-gradient(1.2px 1.2px at 40px 200px, #fff, transparent), -ms-radial-gradient(1px 1px at 360px 140px, #eef, transparent), -ms-radial-gradient(1px 1px at 120px 240px, #fff, transparent);
  background-image: radial-gradient(1px 1px at 20px 30px, #fff, transparent), radial-gradient(1px 1px at 80px 120px, rgba(255,255,255,0.9), transparent), radial-gradient(1.5px 1.5px at 160px 60px, #cde, transparent), radial-gradient(1px 1px at 220px 180px, #fff, transparent), radial-gradient(1px 1px at 300px 40px, rgba(180,220,255,0.8), transparent), radial-gradient(1.2px 1.2px at 40px 200px, #fff, transparent), radial-gradient(1px 1px at 360px 140px, #eef, transparent), radial-gradient(1px 1px at 120px 240px, #fff, transparent);
  background-size: 400px 280px;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  -ms-animation-duration: 5s;
  animation-duration: 5s;
}
#rt-loader .rt-stars-b {
  background-image: -webkit-radial-gradient(1px 1px at 50px 70px, rgba(255,255,255,0.7), transparent), -webkit-radial-gradient(1.5px 1.5px at 140px 20px, #fff, transparent), -webkit-radial-gradient(1px 1px at 260px 90px, rgba(200,230,255,0.85), transparent), -webkit-radial-gradient(1px 1px at 330px 200px, #fff, transparent), -webkit-radial-gradient(2px 2px at 180px 160px, rgba(255,255,255,0.95), transparent), -webkit-radial-gradient(1px 1px at 90px 220px, #cdf, transparent);
  background-image: -moz-radial-gradient(1px 1px at 50px 70px, rgba(255,255,255,0.7), transparent), -moz-radial-gradient(1.5px 1.5px at 140px 20px, #fff, transparent), -moz-radial-gradient(1px 1px at 260px 90px, rgba(200,230,255,0.85), transparent), -moz-radial-gradient(1px 1px at 330px 200px, #fff, transparent), -moz-radial-gradient(2px 2px at 180px 160px, rgba(255,255,255,0.95), transparent), -moz-radial-gradient(1px 1px at 90px 220px, #cdf, transparent);
  background-image: -o-radial-gradient(1px 1px at 50px 70px, rgba(255,255,255,0.7), transparent), -o-radial-gradient(1.5px 1.5px at 140px 20px, #fff, transparent), -o-radial-gradient(1px 1px at 260px 90px, rgba(200,230,255,0.85), transparent), -o-radial-gradient(1px 1px at 330px 200px, #fff, transparent), -o-radial-gradient(2px 2px at 180px 160px, rgba(255,255,255,0.95), transparent), -o-radial-gradient(1px 1px at 90px 220px, #cdf, transparent);
  background-image: -ms-radial-gradient(1px 1px at 50px 70px, rgba(255,255,255,0.7), transparent), -ms-radial-gradient(1.5px 1.5px at 140px 20px, #fff, transparent), -ms-radial-gradient(1px 1px at 260px 90px, rgba(200,230,255,0.85), transparent), -ms-radial-gradient(1px 1px at 330px 200px, #fff, transparent), -ms-radial-gradient(2px 2px at 180px 160px, rgba(255,255,255,0.95), transparent), -ms-radial-gradient(1px 1px at 90px 220px, #cdf, transparent);
  background-image: radial-gradient(1px 1px at 50px 70px, rgba(255,255,255,0.7), transparent), radial-gradient(1.5px 1.5px at 140px 20px, #fff, transparent), radial-gradient(1px 1px at 260px 90px, rgba(200,230,255,0.85), transparent), radial-gradient(1px 1px at 330px 200px, #fff, transparent), radial-gradient(2px 2px at 180px 160px, rgba(255,255,255,0.95), transparent), radial-gradient(1px 1px at 90px 220px, #cdf, transparent);
  background-size: 380px 260px;
  -webkit-animation-duration: 7s;
  -moz-animation-duration: 7s;
  -o-animation-duration: 7s;
  -ms-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#rt-loader .rt-stars-c {
  background-image: -webkit-radial-gradient(1px 1px at 30px 50px, #fff, transparent), -webkit-radial-gradient(1px 1px at 200px 100px, rgba(255,255,255,0.6), transparent), -webkit-radial-gradient(1.5px 1.5px at 280px 40px, #def, transparent), -webkit-radial-gradient(1px 1px at 100px 180px, #fff, transparent);
  background-image: -moz-radial-gradient(1px 1px at 30px 50px, #fff, transparent), -moz-radial-gradient(1px 1px at 200px 100px, rgba(255,255,255,0.6), transparent), -moz-radial-gradient(1.5px 1.5px at 280px 40px, #def, transparent), -moz-radial-gradient(1px 1px at 100px 180px, #fff, transparent);
  background-image: -o-radial-gradient(1px 1px at 30px 50px, #fff, transparent), -o-radial-gradient(1px 1px at 200px 100px, rgba(255,255,255,0.6), transparent), -o-radial-gradient(1.5px 1.5px at 280px 40px, #def, transparent), -o-radial-gradient(1px 1px at 100px 180px, #fff, transparent);
  background-image: -ms-radial-gradient(1px 1px at 30px 50px, #fff, transparent), -ms-radial-gradient(1px 1px at 200px 100px, rgba(255,255,255,0.6), transparent), -ms-radial-gradient(1.5px 1.5px at 280px 40px, #def, transparent), -ms-radial-gradient(1px 1px at 100px 180px, #fff, transparent);
  background-image: radial-gradient(1px 1px at 30px 50px, #fff, transparent), radial-gradient(1px 1px at 200px 100px, rgba(255,255,255,0.6), transparent), radial-gradient(1.5px 1.5px at 280px 40px, #def, transparent), radial-gradient(1px 1px at 100px 180px, #fff, transparent);
  background-size: 320px 220px;
  -webkit-animation-duration: 9s;
  -moz-animation-duration: 9s;
  -o-animation-duration: 9s;
  -ms-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
  opacity: 0.55;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
  filter: alpha(opacity=55);
  -webkit-animation-name: rt-stars-drift;
  -moz-animation-name: rt-stars-drift;
  -o-animation-name: rt-stars-drift;
  -ms-animation-name: rt-stars-drift;
  animation-name: rt-stars-drift;
}
#rt-loader .rt-grid {
  position: absolute;
  inset: -20%;
  background-image: -webkit-linear-gradient(rgba(120,180,255,0.04) 1px, transparent 1px), -webkit-linear-gradient(0deg, rgba(120,180,255,0.04) 1px, transparent 1px);
  background-image: -moz-linear-gradient(rgba(120,180,255,0.04) 1px, transparent 1px), -moz-linear-gradient(0deg, rgba(120,180,255,0.04) 1px, transparent 1px);
  background-image: -o-linear-gradient(rgba(120,180,255,0.04) 1px, transparent 1px), -o-linear-gradient(0deg, rgba(120,180,255,0.04) 1px, transparent 1px);
  background-image: -ms-linear-gradient(rgba(120,180,255,0.04) 1px, transparent 1px), -ms-linear-gradient(0deg, rgba(120,180,255,0.04) 1px, transparent 1px);
  background-image: linear-gradient(rgba(120,180,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(120,180,255,0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  -webkit-transform: perspective(600px) rotateX(58deg) translateY(-8%);
  -moz-transform: perspective(600px) rotateX(58deg) translateY(-8%);
  -o-transform: perspective(600px) rotateX(58deg) translateY(-8%);
  -ms-transform: perspective(600px) rotateX(58deg) translateY(-8%);
  transform: perspective(600px) rotateX(58deg) translateY(-8%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -o-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  mask-image: radial-gradient(ellipse at center, #000 18%, transparent 72%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 18%, transparent 72%);
  -webkit-animation: rt-grid-drift 12s linear infinite;
  -moz-animation: rt-grid-drift 12s linear infinite;
  -o-animation: rt-grid-drift 12s linear infinite;
  -ms-animation: rt-grid-drift 12s linear infinite;
  animation: rt-grid-drift 12s linear infinite;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
#rt-loader .rt-meteor {
  position: absolute;
  width: 120px;
  height: 2px;
  border-radius: 2px;
  background: -webkit-linear-gradient(0deg, transparent, rgba(255,255,255,0.95), rgba(120,200,255,0.3));
  background: -moz-linear-gradient(0deg, transparent, rgba(255,255,255,0.95), rgba(120,200,255,0.3));
  background: -o-linear-gradient(0deg, transparent, rgba(255,255,255,0.95), rgba(120,200,255,0.3));
  background: -ms-linear-gradient(0deg, transparent, rgba(255,255,255,0.95), rgba(120,200,255,0.3));
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.95), rgba(120,200,255,0.3));
  -webkit-box-shadow: 0 0 8px rgba(120,200,255,0.8);
  box-shadow: 0 0 8px rgba(120,200,255,0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  -webkit-animation: rt-meteor 5.5s linear infinite;
  -moz-animation: rt-meteor 5.5s linear infinite;
  -o-animation: rt-meteor 5.5s linear infinite;
  -ms-animation: rt-meteor 5.5s linear infinite;
  animation: rt-meteor 5.5s linear infinite;
}
#rt-loader .rt-meteor-1 {
  top: 12%;
  left: 70%;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
#rt-loader .rt-meteor-2 {
  top: 28%;
  left: 40%;
  width: 90px;
  -webkit-animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  -ms-animation-delay: 2.6s;
  animation-delay: 2.6s;
  -webkit-animation-duration: 6.2s;
  -moz-animation-duration: 6.2s;
  -o-animation-duration: 6.2s;
  -ms-animation-duration: 6.2s;
  animation-duration: 6.2s;
}
#rt-loader .rt-meteor-3 {
  top: 18%;
  left: 85%;
  width: 70px;
  -webkit-animation-delay: 4.2s;
  -moz-animation-delay: 4.2s;
  -o-animation-delay: 4.2s;
  -ms-animation-delay: 4.2s;
  animation-delay: 4.2s;
  -webkit-animation-duration: 4.8s;
  -moz-animation-duration: 4.8s;
  -o-animation-duration: 4.8s;
  -ms-animation-duration: 4.8s;
  animation-duration: 4.8s;
}
#rt-loader .rt-spark {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(var(--rt-primary-rgb), .9);
  box-shadow: 0 0 8px rgba(var(--rt-primary-rgb), .9);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: rt-spark 3.6s ease-in-out infinite;
  -moz-animation: rt-spark 3.6s ease-in-out infinite;
  -o-animation: rt-spark 3.6s ease-in-out infinite;
  -ms-animation: rt-spark 3.6s ease-in-out infinite;
  animation: rt-spark 3.6s ease-in-out infinite;
}
#rt-loader .rt-spark-1 {
  top: 22%;
  left: 28%;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
}
#rt-loader .rt-spark-2 {
  top: 35%;
  right: 24%;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#rt-loader .rt-spark-3 {
  bottom: 28%;
  left: 32%;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
#rt-loader .rt-spark-4 {
  bottom: 34%;
  right: 30%;
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
#rt-loader .rt-spark-5 {
  top: 48%;
  left: 16%;
  -webkit-animation-delay: 2.2s;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  -ms-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
#rt-loader .rt-spark-6 {
  top: 18%;
  right: 40%;
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  -o-animation-delay: 2.8s;
  -ms-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
#rt-loader .rt-spark-7 {
  top: 62%;
  left: 55%;
  -webkit-animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -o-animation-delay: 1.4s;
  -ms-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
#rt-loader .rt-spark-8 {
  top: 8%;
  left: 48%;
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  -o-animation-delay: 3.2s;
  -ms-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
#rt-loader .rt-loader-center {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 24px;
  text-align: center;
}
#rt-loader .rt-loader-stage {
  position: relative;
  width: 160px;
  height: 160px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 auto 4px;
}
#rt-loader .rt-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1.5px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
}
#rt-loader .rt-orbit-a {
  width: 160px;
  height: 160px;
  border-top-color: var(--rt-loader-primary, var(--rt-primary));
  border-right-color: rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .2);
  -webkit-animation: rt-orbit-spin 2.2s linear infinite;
  -moz-animation: rt-orbit-spin 2.2s linear infinite;
  -o-animation: rt-orbit-spin 2.2s linear infinite;
  -ms-animation: rt-orbit-spin 2.2s linear infinite;
  animation: rt-orbit-spin 2.2s linear infinite;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#rt-loader .rt-orbit-b {
  width: 138px;
  height: 138px;
  border-bottom-color: var(--rt-loader-accent, var(--rt-accent));
  border-left-color: rgba(var(--rt-loader-accent-rgb, var(--rt-accent-rgb)), .18);
  -webkit-animation: rt-orbit-spin-rev 3.1s linear infinite;
  -moz-animation: rt-orbit-spin-rev 3.1s linear infinite;
  -o-animation: rt-orbit-spin-rev 3.1s linear infinite;
  -ms-animation: rt-orbit-spin-rev 3.1s linear infinite;
  animation: rt-orbit-spin-rev 3.1s linear infinite;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#rt-loader .rt-orbit-c {
  width: 118px;
  height: 118px;
  border-top-color: rgba(255,255,255,0.35);
  border-right-color: rgba(255,255,255,0.08);
  -webkit-animation: rt-orbit-spin 4.2s linear infinite;
  -moz-animation: rt-orbit-spin 4.2s linear infinite;
  -o-animation: rt-orbit-spin 4.2s linear infinite;
  -ms-animation: rt-orbit-spin 4.2s linear infinite;
  animation: rt-orbit-spin 4.2s linear infinite;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#rt-loader .rt-progress-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 124px;
  height: 124px;
  margin: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -moz-transform: translate(-50%, -50%) rotate(-90deg);
  -o-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  overflow: visible;
  pointer-events: none;
}
#rt-loader .rt-ring-bg {
  fill: none;
  stroke: rgba(255,255,255,0.1);
  stroke-width: 3.5;
}
#rt-loader .rt-ring-fg {
  fill: none;
  stroke: url("#rt-grad");
  stroke-width: 3;
  stroke-linecap: round;
  stroke-dasharray: 339.292;
  stroke-dashoffset: 339.292;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  filter: none;
}
#rt-loader .rt-grad-primary {
  stop-color: var(--rt-loader-primary, var(--rt-primary));
}
#rt-loader .rt-grad-accent {
  stop-color: var(--rt-loader-accent, var(--rt-accent));
}
#rt-loader .rt-grad-inverse {
  stop-color: var(--rt-inverse);
}
#rt-loader .rt-loader-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 2px;
  background: -webkit-linear-gradient(305deg, var(--rt-loader-primary, var(--rt-primary)), var(--rt-loader-accent, var(--rt-accent)));
  background: -moz-linear-gradient(305deg, var(--rt-loader-primary, var(--rt-primary)), var(--rt-loader-accent, var(--rt-accent)));
  background: -o-linear-gradient(305deg, var(--rt-loader-primary, var(--rt-primary)), var(--rt-loader-accent, var(--rt-accent)));
  background: -ms-linear-gradient(305deg, var(--rt-loader-primary, var(--rt-primary)), var(--rt-loader-accent, var(--rt-accent)));
  background: linear-gradient(145deg, var(--rt-loader-primary, var(--rt-primary)), var(--rt-loader-accent, var(--rt-accent)));
  border: 1px solid rgba(255,255,255,0.14);
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
#rt-loader .rt-loader-core img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #0a101e;
  position: relative;
  z-index: 1;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
#rt-loader .rt-core-pulse {
  display: none;
}
#rt-loader .rt-loader-percent-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  width: 180px;
  margin-top: 12px;
}
#rt-loader .rt-loader-percent-wrap.is-hidden {
  display: none;
}
#rt-loader .rt-loader-percent {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 0.06em;
  font-variant-numeric: tabular-nums;
  font-family: ui-monospace, "SF Mono", Consolas, "Segoe UI", monospace;
  line-height: 1.1;
  min-width: 4.2em;
  margin: 0;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  filter: none;
  text-shadow: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
#rt-loader .rt-loader-meter {
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  overflow: hidden;
}
#rt-loader .rt-loader-meter-fill {
  height: 100%;
  width: 0;
  background: #fff;
  -webkit-transition: width 0.12s linear;
  -moz-transition: width 0.12s linear;
  -o-transition: width 0.12s linear;
  -ms-transition: width 0.12s linear;
  transition: width 0.12s linear;
}
#rt-loader .rt-loader-brand {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  position: relative;
  margin: 6px 0 0;
  padding-bottom: 0;
  text-shadow: none;
}
#rt-loader .rt-loader-brand:after {
  display: none;
}
#rt-loader .rt-loader-text {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,0.58);
  min-height: 1.4em;
  margin: 6px 0 0;
  letter-spacing: 0.03em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
html.rt-show-loader #body-wrap,
html.rt-show-loader #web_bg,
html.rt-show-loader #sidebar {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-36px);
  -moz-transform: translateY(-36px);
  -o-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  pointer-events: none;
}
html.rt-show-loader #content-inner,
html.rt-show-loader #footer,
html.rt-show-loader #page-header,
html.rt-show-loader #site-title,
html.rt-show-loader #site-subtitle {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
html.rt-page-enter #body-wrap,
html.rt-page-enter #web_bg,
html.rt-page-enter #sidebar {
  -webkit-animation: rt-page-slide-in 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -moz-animation: rt-page-slide-in 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -o-animation: rt-page-slide-in 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  -ms-animation: rt-page-slide-in 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation: rt-page-slide-in 1.25s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
html.rt-page-enter #page-header.full_page {
  background-attachment: scroll !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}
html.rt-page-enter #content-inner,
html.rt-page-enter #footer,
html.rt-page-enter #site-title,
html.rt-page-enter #site-subtitle {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
html.rt-page-settled #body-wrap,
html.rt-page-settled #web_bg,
html.rt-page-settled #sidebar {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
html.rt-page-settled #page-header.full_page {
  background-attachment: fixed;
}
html.rt-page-settled #content-inner,
html.rt-page-settled #footer,
html.rt-page-settled #page-header,
html.rt-page-settled #site-title,
html.rt-page-settled #site-subtitle {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
@media (prefers-reduced-motion: reduce) {
  #rt-loader .rt-nebula,
  #rt-loader .rt-stars,
  #rt-loader .rt-meteor,
  #rt-loader .rt-orbit-a,
  #rt-loader .rt-orbit-b,
  #rt-loader .rt-orbit-c,
  #rt-loader .rt-blob,
  #rt-loader .rt-grid,
  #rt-loader .rt-spark,
  #rt-loader .rt-core-pulse,
  #rt-loader .rt-loader-core img {
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  #loading-bar .loading-bar-progress {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    -ms-animation: none;
    animation: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  #rt-loader .rt-ring-fg {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
@-moz-keyframes rt-orbit-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rt-orbit-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes rt-orbit-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rt-orbit-spin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes rt-orbit-spin-rev {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes rt-orbit-spin-rev {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-o-keyframes rt-orbit-spin-rev {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rt-orbit-spin-rev {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    -moz-transform: translate(-50%, -50%) rotate(-360deg);
    -o-transform: translate(-50%, -50%) rotate(-360deg);
    -ms-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-moz-keyframes rt-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rt-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rt-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rt-spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rt-spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rt-spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes rt-spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rt-spin-reverse {
  from {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes rt-breathe {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@-webkit-keyframes rt-breathe {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@-o-keyframes rt-breathe {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@keyframes rt-breathe {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@-moz-keyframes rt-pulse-ring {
  0% {
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -o-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  100% {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes rt-pulse-ring {
  0% {
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -o-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  100% {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes rt-pulse-ring {
  0% {
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -o-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  100% {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes rt-pulse-ring {
  0% {
    -webkit-transform: scale(0.92);
    -moz-transform: scale(0.92);
    -o-transform: scale(0.92);
    -ms-transform: scale(0.92);
    transform: scale(0.92);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
  }
  100% {
    -webkit-transform: scale(1.35);
    -moz-transform: scale(1.35);
    -o-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes rt-blob-float {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate(18px, -22px) scale(1.05);
    -moz-transform: translate(18px, -22px) scale(1.05);
    -o-transform: translate(18px, -22px) scale(1.05);
    -ms-transform: translate(18px, -22px) scale(1.05);
    transform: translate(18px, -22px) scale(1.05);
  }
  66% {
    -webkit-transform: translate(-14px, 12px) scale(0.96);
    -moz-transform: translate(-14px, 12px) scale(0.96);
    -o-transform: translate(-14px, 12px) scale(0.96);
    -ms-transform: translate(-14px, 12px) scale(0.96);
    transform: translate(-14px, 12px) scale(0.96);
  }
}
@-webkit-keyframes rt-blob-float {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate(18px, -22px) scale(1.05);
    -moz-transform: translate(18px, -22px) scale(1.05);
    -o-transform: translate(18px, -22px) scale(1.05);
    -ms-transform: translate(18px, -22px) scale(1.05);
    transform: translate(18px, -22px) scale(1.05);
  }
  66% {
    -webkit-transform: translate(-14px, 12px) scale(0.96);
    -moz-transform: translate(-14px, 12px) scale(0.96);
    -o-transform: translate(-14px, 12px) scale(0.96);
    -ms-transform: translate(-14px, 12px) scale(0.96);
    transform: translate(-14px, 12px) scale(0.96);
  }
}
@-o-keyframes rt-blob-float {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate(18px, -22px) scale(1.05);
    -moz-transform: translate(18px, -22px) scale(1.05);
    -o-transform: translate(18px, -22px) scale(1.05);
    -ms-transform: translate(18px, -22px) scale(1.05);
    transform: translate(18px, -22px) scale(1.05);
  }
  66% {
    -webkit-transform: translate(-14px, 12px) scale(0.96);
    -moz-transform: translate(-14px, 12px) scale(0.96);
    -o-transform: translate(-14px, 12px) scale(0.96);
    -ms-transform: translate(-14px, 12px) scale(0.96);
    transform: translate(-14px, 12px) scale(0.96);
  }
}
@keyframes rt-blob-float {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  33% {
    -webkit-transform: translate(18px, -22px) scale(1.05);
    -moz-transform: translate(18px, -22px) scale(1.05);
    -o-transform: translate(18px, -22px) scale(1.05);
    -ms-transform: translate(18px, -22px) scale(1.05);
    transform: translate(18px, -22px) scale(1.05);
  }
  66% {
    -webkit-transform: translate(-14px, 12px) scale(0.96);
    -moz-transform: translate(-14px, 12px) scale(0.96);
    -o-transform: translate(-14px, 12px) scale(0.96);
    -ms-transform: translate(-14px, 12px) scale(0.96);
    transform: translate(-14px, 12px) scale(0.96);
  }
}
@-moz-keyframes rt-grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 48px;
  }
}
@-webkit-keyframes rt-grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 48px;
  }
}
@-o-keyframes rt-grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 48px;
  }
}
@keyframes rt-grid-drift {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 48px;
  }
}
@-moz-keyframes rt-spark {
  0%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  70% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes rt-spark {
  0%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  70% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-o-keyframes rt-spark {
  0%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  70% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes rt-spark {
  0%, 100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  40% {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  70% {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-moz-keyframes rt-nebula-drift {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(24px, -18px) scale(1.08);
    -moz-transform: translate(24px, -18px) scale(1.08);
    -o-transform: translate(24px, -18px) scale(1.08);
    -ms-transform: translate(24px, -18px) scale(1.08);
    transform: translate(24px, -18px) scale(1.08);
  }
}
@-webkit-keyframes rt-nebula-drift {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(24px, -18px) scale(1.08);
    -moz-transform: translate(24px, -18px) scale(1.08);
    -o-transform: translate(24px, -18px) scale(1.08);
    -ms-transform: translate(24px, -18px) scale(1.08);
    transform: translate(24px, -18px) scale(1.08);
  }
}
@-o-keyframes rt-nebula-drift {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(24px, -18px) scale(1.08);
    -moz-transform: translate(24px, -18px) scale(1.08);
    -o-transform: translate(24px, -18px) scale(1.08);
    -ms-transform: translate(24px, -18px) scale(1.08);
    transform: translate(24px, -18px) scale(1.08);
  }
}
@keyframes rt-nebula-drift {
  0%, 100% {
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
  }
  50% {
    -webkit-transform: translate(24px, -18px) scale(1.08);
    -moz-transform: translate(24px, -18px) scale(1.08);
    -o-transform: translate(24px, -18px) scale(1.08);
    -ms-transform: translate(24px, -18px) scale(1.08);
    transform: translate(24px, -18px) scale(1.08);
  }
}
@-moz-keyframes rt-stars-twinkle {
  0%, 100% {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    filter: alpha(opacity=55);
  }
  50% {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
  }
}
@-webkit-keyframes rt-stars-twinkle {
  0%, 100% {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    filter: alpha(opacity=55);
  }
  50% {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
  }
}
@-o-keyframes rt-stars-twinkle {
  0%, 100% {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    filter: alpha(opacity=55);
  }
  50% {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
  }
}
@keyframes rt-stars-twinkle {
  0%, 100% {
    opacity: 0.55;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
    filter: alpha(opacity=55);
  }
  50% {
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    filter: alpha(opacity=95);
  }
}
@-moz-keyframes rt-stars-drift {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
@-webkit-keyframes rt-stars-drift {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
@-o-keyframes rt-stars-drift {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
@keyframes rt-stars-drift {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
  }
  to {
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -o-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    transform: translateY(-18px);
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
}
@-moz-keyframes rt-meteor {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 0) rotate(-35deg);
    -moz-transform: translate(0, 0) rotate(-35deg);
    -o-transform: translate(0, 0) rotate(-35deg);
    -ms-transform: translate(0, 0) rotate(-35deg);
    transform: translate(0, 0) rotate(-35deg);
  }
  8% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  28% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-280px, 200px) rotate(-35deg);
    -moz-transform: translate(-280px, 200px) rotate(-35deg);
    -o-transform: translate(-280px, 200px) rotate(-35deg);
    -ms-transform: translate(-280px, 200px) rotate(-35deg);
    transform: translate(-280px, 200px) rotate(-35deg);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-280px, 200px) rotate(-35deg);
    -moz-transform: translate(-280px, 200px) rotate(-35deg);
    -o-transform: translate(-280px, 200px) rotate(-35deg);
    -ms-transform: translate(-280px, 200px) rotate(-35deg);
    transform: translate(-280px, 200px) rotate(-35deg);
  }
}
@-webkit-keyframes rt-meteor {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 0) rotate(-35deg);
    -moz-transform: translate(0, 0) rotate(-35deg);
    -o-transform: translate(0, 0) rotate(-35deg);
    -ms-transform: translate(0, 0) rotate(-35deg);
    transform: translate(0, 0) rotate(-35deg);
  }
  8% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  28% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-280px, 200px) rotate(-35deg);
    -moz-transform: translate(-280px, 200px) rotate(-35deg);
    -o-transform: translate(-280px, 200px) rotate(-35deg);
    -ms-transform: translate(-280px, 200px) rotate(-35deg);
    transform: translate(-280px, 200px) rotate(-35deg);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-280px, 200px) rotate(-35deg);
    -moz-transform: translate(-280px, 200px) rotate(-35deg);
    -o-transform: translate(-280px, 200px) rotate(-35deg);
    -ms-transform: translate(-280px, 200px) rotate(-35deg);
    transform: translate(-280px, 200px) rotate(-35deg);
  }
}
@-o-keyframes rt-meteor {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 0) rotate(-35deg);
    -moz-transform: translate(0, 0) rotate(-35deg);
    -o-transform: translate(0, 0) rotate(-35deg);
    -ms-transform: translate(0, 0) rotate(-35deg);
    transform: translate(0, 0) rotate(-35deg);
  }
  8% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  28% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-280px, 200px) rotate(-35deg);
    -moz-transform: translate(-280px, 200px) rotate(-35deg);
    -o-transform: translate(-280px, 200px) rotate(-35deg);
    -ms-transform: translate(-280px, 200px) rotate(-35deg);
    transform: translate(-280px, 200px) rotate(-35deg);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-280px, 200px) rotate(-35deg);
    -moz-transform: translate(-280px, 200px) rotate(-35deg);
    -o-transform: translate(-280px, 200px) rotate(-35deg);
    -ms-transform: translate(-280px, 200px) rotate(-35deg);
    transform: translate(-280px, 200px) rotate(-35deg);
  }
}
@keyframes rt-meteor {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, 0) rotate(-35deg);
    -moz-transform: translate(0, 0) rotate(-35deg);
    -o-transform: translate(0, 0) rotate(-35deg);
    -ms-transform: translate(0, 0) rotate(-35deg);
    transform: translate(0, 0) rotate(-35deg);
  }
  8% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  28% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-280px, 200px) rotate(-35deg);
    -moz-transform: translate(-280px, 200px) rotate(-35deg);
    -o-transform: translate(-280px, 200px) rotate(-35deg);
    -ms-transform: translate(-280px, 200px) rotate(-35deg);
    transform: translate(-280px, 200px) rotate(-35deg);
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translate(-280px, 200px) rotate(-35deg);
    -moz-transform: translate(-280px, 200px) rotate(-35deg);
    -o-transform: translate(-280px, 200px) rotate(-35deg);
    -ms-transform: translate(-280px, 200px) rotate(-35deg);
    transform: translate(-280px, 200px) rotate(-35deg);
  }
}
@-moz-keyframes rt-bar-shine {
  0% {
    background-position: -20% 0;
  }
  100% {
    background-position: 140% 0;
  }
}
@-webkit-keyframes rt-bar-shine {
  0% {
    background-position: -20% 0;
  }
  100% {
    background-position: 140% 0;
  }
}
@-o-keyframes rt-bar-shine {
  0% {
    background-position: -20% 0;
  }
  100% {
    background-position: 140% 0;
  }
}
@keyframes rt-bar-shine {
  0% {
    background-position: -20% 0;
  }
  100% {
    background-position: 140% 0;
  }
}
@-moz-keyframes rt-page-slide-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-36px);
    -moz-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rt-page-slide-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-36px);
    -moz-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-o-keyframes rt-page-slide-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-36px);
    -moz-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes rt-page-slide-in {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-36px);
    -moz-transform: translateY(-36px);
    -o-transform: translateY(-36px);
    -ms-transform: translateY(-36px);
    transform: translateY(-36px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
:root {
  --rt-link: #3a3a3a;
  --rt-link-hover: #3a3a3a;
  --rt-article-color: #4c4948;
  --rt-article-heading: #1f2d3d;
  --rt-article-meta: #6b7280;
  --rt-code-fg: #c26b8a;
  --rt-code-bg: rgba(58,58,58,0.08);
  --rt-kbd-bg: #f3f4f6;
  --rt-kbd-fg: #1f2937;
  --rt-kbd-border: #d1d5db;
  --rt-table-border: rgba(31,45,61,0.12);
  --rt-card-fg: #4c4948;
  --rt-footer-fg: rgba(255,255,255,0.88);
  --rt-footer-link: rgba(255,255,255,0.92);
  --rt-mark-bg: rgba(var(--rt-primary-rgb), .18);
}
[data-theme='dark'] {
  --rt-link: var(--rt-primary);
  --rt-link-hover: var(--rt-inverse);
  --rt-article-color: rgba(236,242,255,0.88);
  --rt-article-heading: rgba(248,250,255,0.96);
  --rt-article-meta: rgba(200,214,235,0.65);
  --rt-code-fg: #ff9eb5;
  --rt-code-bg: rgba(var(--rt-accent-rgb), .16);
  --rt-kbd-bg: #2a3142;
  --rt-kbd-fg: #e8f1ff;
  --rt-kbd-border: #4b5568;
  --rt-table-border: rgba(255,255,255,0.12);
  --rt-card-fg: rgba(236,242,255,0.88);
  --rt-footer-fg: rgba(232,241,255,0.9);
  --rt-footer-link: var(--rt-primary);
  --rt-mark-bg: rgba(var(--rt-primary-rgb), .28);
  --font-color: rgba(236,242,255,0.88);
  --text-highlight-color: rgba(248,250,255,0.96);
  --blockquote-color: rgba(220,230,245,0.78);
  --light-grey: rgba(232,241,255,0.82);
  --toc-link-color: rgba(200,214,235,0.7);
}
#article-container {
  color: var(--rt-article-color);
}
#article-container h1,
#article-container h2,
#article-container h3,
#article-container h4,
#article-container h5,
#article-container h6 {
  color: var(--rt-article-heading);
}
#article-container a {
  color: var(--rt-link);
}
#article-container a:hover {
  color: var(--rt-link-hover);
}
#article-container p,
#article-container li,
#article-container td,
#article-container th {
  color: var(--rt-article-color);
}
#article-container strong {
  color: var(--rt-article-heading);
}
#article-container code {
  color: var(--rt-code-fg);
  background: var(--rt-code-bg);
}
#article-container kbd {
  border-color: var(--rt-kbd-border);
  background-color: var(--rt-kbd-bg);
  color: var(--rt-kbd-fg);
  -webkit-box-shadow: none;
  box-shadow: none;
}
#article-container blockquote {
  color: var(--blockquote-color);
}
#article-container table th,
#article-container table td {
  border-color: var(--rt-table-border);
}
#article-container mark {
  background: var(--rt-mark-bg);
  color: inherit;
}
.recent-post-item,
.card-widget,
#aside-content .card-widget,
.layout > div:first-child {
  color: var(--rt-card-fg);
}
.recent-post-item .article-title,
.card-widget .article-title,
#aside-content .card-widget .article-title,
.layout > div:first-child .article-title,
.recent-post-item .card-info-title,
.card-widget .card-info-title,
#aside-content .card-widget .card-info-title,
.layout > div:first-child .card-info-title,
.recent-post-item .item-headline,
.card-widget .item-headline,
#aside-content .card-widget .item-headline,
.layout > div:first-child .item-headline {
  color: var(--rt-article-heading);
}
.recent-post-item .article-meta-wrap,
.card-widget .article-meta-wrap,
#aside-content .card-widget .article-meta-wrap,
.layout > div:first-child .article-meta-wrap,
.recent-post-item .article-meta,
.card-widget .article-meta,
#aside-content .card-widget .article-meta,
.layout > div:first-child .article-meta,
.recent-post-item .post-meta,
.card-widget .post-meta,
#aside-content .card-widget .post-meta,
.layout > div:first-child .post-meta {
  color: var(--rt-article-meta);
}
.recent-post-item .article-meta-wrap a,
.card-widget .article-meta-wrap a,
#aside-content .card-widget .article-meta-wrap a,
.layout > div:first-child .article-meta-wrap a,
.recent-post-item .article-meta a,
.card-widget .article-meta a,
#aside-content .card-widget .article-meta a,
.layout > div:first-child .article-meta a,
.recent-post-item .post-meta a,
.card-widget .post-meta a,
#aside-content .card-widget .post-meta a,
.layout > div:first-child .post-meta a {
  color: var(--rt-article-meta);
}
.recent-post-item .article-meta-wrap a:hover,
.card-widget .article-meta-wrap a:hover,
#aside-content .card-widget .article-meta-wrap a:hover,
.layout > div:first-child .article-meta-wrap a:hover,
.recent-post-item .article-meta a:hover,
.card-widget .article-meta a:hover,
#aside-content .card-widget .article-meta a:hover,
.layout > div:first-child .article-meta a:hover,
.recent-post-item .post-meta a:hover,
.card-widget .post-meta a:hover,
#aside-content .card-widget .post-meta a:hover,
.layout > div:first-child .post-meta a:hover {
  color: var(--rt-link);
}
.recent-post-item .content,
.card-widget .content,
#aside-content .card-widget .content,
.layout > div:first-child .content,
.recent-post-item .article-content,
.card-widget .article-content,
#aside-content .card-widget .article-content,
.layout > div:first-child .article-content {
  color: var(--rt-article-color);
}
#footer-wrap {
  color: var(--rt-footer-fg);
}
#footer-wrap a {
  color: var(--rt-footer-link);
}
#footer-wrap a:hover {
  color: #fff;
  text-decoration: underline;
}
#footer-wrap .rt-beian {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 6px;
  line-height: 1.6;
}
#footer-wrap .rt-beian-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 6px;
}
#footer-wrap .rt-beian-time {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
#footer-wrap .icp-icon {
  display: inline-block;
  height: 17px;
  width: 17px;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  object-fit: contain;
  border: 0;
  filter: none !important;
  opacity: 1 !important;
  -ms-filter: none !important;
  filter: none !important;
}
[data-theme='dark'] #footer:before {
  background-color: rgba(0,0,0,0.55);
}
[data-theme='dark'] #article-container figure.highlight,
[data-theme='dark'] #article-container pre {
  color: rgba(236,242,255,0.9);
}
[data-theme='dark'] #article-container .note,
[data-theme='dark'] #article-container .tip,
[data-theme='dark'] #article-container .info,
[data-theme='dark'] #article-container .warning,
[data-theme='dark'] #article-container .danger {
  color: var(--rt-article-color);
}
[data-theme='light'] #article-container a {
  color: var(--rt-link, var(--rt-primary));
}
[data-theme='light'] #article-container a:hover {
  color: var(--rt-link-hover, var(--rt-inverse));
}
#page-header {
  background-color: #1a1024;
}
#page-header.full_page,
#page-header.post-bg,
#page-header.not-home-page {
  background-color: #1a1024;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#page-header.post-bg {
  position: relative;
  overflow: hidden;
  height: 520px !important;
  min-height: 520px;
  background-color: #1a1024;
  background-size: cover !important;
  background-position: center center !important;
  background-attachment: scroll !important;
}
#page-header.post-bg:before {
  z-index: 1;
  background-color: rgba(0,0,0,0.2) !important;
}
#page-header.post-bg:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55%;
  pointer-events: none;
  z-index: 1;
  background: -webkit-linear-gradient(270deg, transparent 0%, rgba(6,10,18,0.25) 40%, rgba(6,10,18,0.55) 100%);
  background: -moz-linear-gradient(270deg, transparent 0%, rgba(6,10,18,0.25) 40%, rgba(6,10,18,0.55) 100%);
  background: -o-linear-gradient(270deg, transparent 0%, rgba(6,10,18,0.25) 40%, rgba(6,10,18,0.55) 100%);
  background: -ms-linear-gradient(270deg, transparent 0%, rgba(6,10,18,0.25) 40%, rgba(6,10,18,0.55) 100%);
  background: linear-gradient(180deg, transparent 0%, rgba(6,10,18,0.25) 40%, rgba(6,10,18,0.55) 100%);
}
#page-header.post-bg #nav {
  z-index: 3;
}
#page-header.post-bg #post-info {
  z-index: 2;
  bottom: 40px !important;
  padding: 0 24px !important;
  max-width: 1100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#page-header.post-bg #post-info .post-title {
  color: #fff !important;
  font-weight: 650;
  font-size: clamp(1.65em, 3.2vw, 2.6em);
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(0,0,0,0.45), 0 1px 2px rgba(0,0,0,0.35);
  display: inline-block;
  max-width: 100%;
  padding: 10px 14px;
  margin-left: -14px;
  border-radius: 12px;
  background: rgba(8,12,22,0.28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.12);
}
#page-header.post-bg #post-info #post-meta,
#page-header.post-bg #post-info #post-meta a {
  color: rgba(255,255,255,0.88) !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}
#page-header.post-bg #post-info #post-meta a:hover,
#page-header.post-bg #post-info #post-meta a a:hover {
  color: #9ad7ff !important;
}
@media screen and (max-width: 768px) {
  #page-header.post-bg {
    height: 340px !important;
    min-height: 340px;
  }
  #page-header.post-bg #post-info {
    bottom: 24px !important;
  }
  #page-header.post-bg #post-info .post-title {
    font-size: 1.55em;
    padding: 8px 12px;
    margin-left: -8px;
  }
}
#page-header.not-home-page:not(.not-top-img) {
  height: clamp(280px, 38vh, 460px) !important;
  background-size: cover !important;
  background-position: center center !important;
}
#page-header.not-home-page:not(.not-top-img):after {
  content: '';
  position: absolute;
  inset: auto 0 0 0;
  height: 50%;
  pointer-events: none;
  background: -webkit-linear-gradient(270deg, transparent, rgba(6,10,18,0.55));
  background: -moz-linear-gradient(270deg, transparent, rgba(6,10,18,0.55));
  background: -o-linear-gradient(270deg, transparent, rgba(6,10,18,0.55));
  background: -ms-linear-gradient(270deg, transparent, rgba(6,10,18,0.55));
  background: linear-gradient(180deg, transparent, rgba(6,10,18,0.55));
}
#page-header.not-home-page:not(.not-top-img) #page-site-info {
  z-index: 2;
  top: auto !important;
  bottom: 20%;
}
#page-header.not-home-page:not(.not-top-img) #page-site-info h1,
#page-header.not-home-page:not(.not-top-img) #page-site-info .site-title {
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
:root {
  --default-bg-color: var(--rt-primary);
  --timeline-color: var(--rt-primary);
  --tab-active-border-color: var(--rt-primary);
}
::selection {
  background: var(--rt-selection-bg, var(--rt-primary));
  color: var(--rt-on-primary);
}
#page-header:before {
  background-color: rgb(4 8 16 / var(--rt-header-overlay-opacity)) !important;
}
#page-header.full_page:after,
#page-header.post-bg:after,
#page-header.not-home-page:after {
  -webkit-box-shadow: inset 0 -60px 100px rgba(var(--rt-primary-rgb), .08);
  box-shadow: inset 0 -60px 100px rgba(var(--rt-primary-rgb), .08);
}
.gallery-group-main button {
  background-color: var(--btn-bg);
  color: var(--btn-color);
}
.gallery-group-main button:hover {
  background-color: var(--btn-hover-color);
  color: var(--rt-on-accent);
}
.recent-post-item[data-rt-palette-ready='true'] {
  border-color: color-mix(in srgb, var(--rt-card-primary) 24%, transparent);
}
.recent-post-item[data-rt-palette-ready='true'] .article-title:hover {
  color: var(--rt-card-inverse) !important;
}
.recent-post-item[data-rt-palette-ready='true'] .post_cover {
  position: relative;
}
.recent-post-item[data-rt-palette-ready='true'] .post_cover:after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background: -webkit-linear-gradient(315deg, color-mix(in srgb, var(--rt-card-primary) 18%, transparent), color-mix(in srgb, var(--rt-card-inverse) 12%, transparent));
  background: -moz-linear-gradient(315deg, color-mix(in srgb, var(--rt-card-primary) 18%, transparent), color-mix(in srgb, var(--rt-card-inverse) 12%, transparent));
  background: -o-linear-gradient(315deg, color-mix(in srgb, var(--rt-card-primary) 18%, transparent), color-mix(in srgb, var(--rt-card-inverse) 12%, transparent));
  background: -ms-linear-gradient(315deg, color-mix(in srgb, var(--rt-card-primary) 18%, transparent), color-mix(in srgb, var(--rt-card-inverse) 12%, transparent));
  background: linear-gradient(135deg, color-mix(in srgb, var(--rt-card-primary) 18%, transparent), color-mix(in srgb, var(--rt-card-inverse) 12%, transparent));
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recent-post-item[data-rt-palette-ready='true'] .post_cover:hover:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#loading-bar {
  background: rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .08) !important;
}
#loading-bar .loading-bar-progress {
  background: -webkit-linear-gradient(0deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%) !important;
  background: -moz-linear-gradient(0deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%) !important;
  background: -o-linear-gradient(0deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%) !important;
  background: -ms-linear-gradient(0deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%) !important;
  background: linear-gradient(90deg, transparent 0%, rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .35) 28%, var(--rt-loader-primary, var(--rt-primary)) 62%, var(--rt-loader-accent, var(--rt-accent)) 88%, #fff 100%) !important;
  -webkit-box-shadow: 0 0 14px rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .55), 0 0 4px rgba(var(--rt-loader-accent-rgb, var(--rt-accent-rgb)), .45) !important;
  box-shadow: 0 0 14px rgba(var(--rt-loader-primary-rgb, var(--rt-primary-rgb)), .55), 0 0 4px rgba(var(--rt-loader-accent-rgb, var(--rt-accent-rgb)), .45) !important;
}
#rt-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  width: 100%;
  height: 4px;
  pointer-events: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: rgba(var(--rt-primary-rgb), .06);
  overflow: hidden;
}
#rt-progress-bar.is-visible {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
#rt-progress-bar .rt-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: -webkit-linear-gradient(0deg, rgba(var(--rt-primary-rgb), .72) 0%, rgba(var(--rt-primary-rgb), .72) 72%, rgba(var(--rt-accent-rgb), .78) 100%);
  background: -moz-linear-gradient(0deg, rgba(var(--rt-primary-rgb), .72) 0%, rgba(var(--rt-primary-rgb), .72) 72%, rgba(var(--rt-accent-rgb), .78) 100%);
  background: -o-linear-gradient(0deg, rgba(var(--rt-primary-rgb), .72) 0%, rgba(var(--rt-primary-rgb), .72) 72%, rgba(var(--rt-accent-rgb), .78) 100%);
  background: -ms-linear-gradient(0deg, rgba(var(--rt-primary-rgb), .72) 0%, rgba(var(--rt-primary-rgb), .72) 72%, rgba(var(--rt-accent-rgb), .78) 100%);
  background: linear-gradient(90deg, rgba(var(--rt-primary-rgb), .72) 0%, rgba(var(--rt-primary-rgb), .72) 72%, rgba(var(--rt-accent-rgb), .78) 100%);
  -webkit-box-shadow: 0 0 8px rgba(var(--rt-primary-rgb), .22);
  box-shadow: 0 0 8px rgba(var(--rt-primary-rgb), .22);
  border-radius: 0 2px 2px 0;
  -webkit-transition: width 0.12s ease-out;
  -moz-transition: width 0.12s ease-out;
  -o-transition: width 0.12s ease-out;
  -ms-transition: width 0.12s ease-out;
  transition: width 0.12s ease-out;
  will-change: width;
}
#rt-progress-bar .rt-progress-fill:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 100%;
  background: -webkit-linear-gradient(0deg, transparent, rgba(255,255,255,.28));
  background: -moz-linear-gradient(0deg, transparent, rgba(255,255,255,.28));
  background: -o-linear-gradient(0deg, transparent, rgba(255,255,255,.28));
  background: -ms-linear-gradient(0deg, transparent, rgba(255,255,255,.28));
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.28));
  border-radius: 0 2px 2px 0;
  pointer-events: none;
}
#rt-progress-bar.is-done .rt-progress-fill {
  background: rgba(var(--rt-accent-rgb), .75);
  -webkit-box-shadow: 0 0 8px rgba(var(--rt-accent-rgb), .25);
  box-shadow: 0 0 8px rgba(var(--rt-accent-rgb), .25);
}
html.rt-show-loader #loading-bar,
html.rt-show-loader #rt-progress-bar {
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
[data-theme='dark'] #rt-progress-bar {
  background: rgba(var(--rt-primary-rgb), .1);
}
[data-theme='dark'] #rt-progress-bar.is-visible {
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
}
[data-theme='dark'] #loading-bar {
  background: rgba(var(--rt-primary-rgb), .14) !important;
}
#vcomment {
  font-size: 1.1em;
}
#vcomment .vbtn {
  border: none;
  background: var(--btn-bg);
  color: var(--btn-color);
}
#vcomment .vbtn:hover {
  background: var(--btn-hover-color);
}
#vcomment .vimg {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#vcomment .vimg:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
#vcomment .vcards .vcard .vcontent.expand:before,
#vcomment .vcards .vcard .vcontent.expand:after {
  z-index: 22;
}
#waline-wrap {
  --waline-font-size: 1.1em;
  --waline-theme-color: #3a3a3a;
  --waline-active-color: #8a6a4a;
}
#waline-wrap .wl-comment-actions > button:not(last-child) {
  padding-right: 4px;
}
.fireworks {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
}
.medium-zoom-image--opened {
  z-index: 99999 !important;
  margin: 0 !important;
}
.medium-zoom-overlay {
  z-index: 99999 !important;
}
.mermaid-wrap {
  margin: 0 0 20px;
  text-align: center;
}
.mermaid-wrap > svg {
  height: 100%;
}
.utterances,
.fb-comments iframe {
  width: 100% !important;
}
#gitalk-container .gt-meta {
  margin: 0 0 0.8em;
  padding: 6px 0 16px;
}
.katex-wrap {
  overflow: auto;
}
.katex-wrap::-webkit-scrollbar {
  display: none;
}
mjx-container {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 4px;
  max-width: 100%;
}
mjx-container[display] {
  display: block !important;
  min-width: auto !important;
}
mjx-container:not([display]) {
  display: inline-grid !important;
}
mjx-assistive-mml {
  right: 0;
  bottom: 0;
}
.aplayer {
  color: #4c4948;
}
#article-container .aplayer {
  margin: 0 0 20px;
}
#article-container .aplayer ol,
#article-container .aplayer ul {
  margin: 0;
  padding: 0;
}
#article-container .aplayer ol li,
#article-container .aplayer ul li {
  margin: 0;
  padding: 0 15px;
}
#article-container .aplayer ol li:before,
#article-container .aplayer ul li:before {
  content: none;
}
.snackbar-css {
  border-radius: 5px !important;
}
.abc-music-sheet {
  margin: 0 0 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.abc-music-sheet.abcjs-container {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 768px) {
  .fancybox__toolbar__column.is-middle {
    display: none;
  }
}
.rt-tool {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8px 4px 36px;
  font-family: var(--rt-font);
  color: var(--rt-text);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt-tool *,
.rt-tool *::before,
.rt-tool *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rt-tool h2,
.rt-tool h3 {
  color: var(--rt-heading);
  border-bottom: none;
}
.rt-tool__card {
  background: var(--rt-surface);
  color: var(--rt-text);
  border: 1px solid var(--rt-border);
  border-radius: var(--rt-radius);
  padding: 28px;
  -webkit-box-shadow: var(--rt-shadow);
  box-shadow: var(--rt-shadow);
}
.rt-tool__muted {
  color: var(--rt-text-muted);
}
.rt-tool__label {
  font-size: 13px;
  color: var(--rt-text-muted);
  display: block;
  margin-bottom: 4px;
}
.rt-btn,
.rt-tool .btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 18px;
  min-height: 36px;
  border: 1px solid var(--rt-border-strong);
  border-radius: var(--rt-radius-xs);
  background: var(--rt-surface);
  color: var(--rt-text);
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  text-decoration: none !important;
}
.rt-btn:hover,
.rt-tool .btn:hover {
  border-color: var(--rt-primary);
  color: var(--rt-primary);
}
.rt-btn.primary,
.rt-tool .btn.primary,
.rt-btn--primary,
.rt-tool .btn--primary,
.rt-btn.btn-primary,
.rt-tool .btn.btn-primary {
  background: var(--rt-primary);
  border-color: var(--rt-primary);
  color: var(--rt-on-primary);
}
.rt-btn.primary:hover,
.rt-tool .btn.primary:hover,
.rt-btn--primary:hover,
.rt-tool .btn--primary:hover,
.rt-btn.btn-primary:hover,
.rt-tool .btn.btn-primary:hover {
  background: var(--rt-primary-hover);
  border-color: var(--rt-primary-hover);
  color: var(--rt-on-primary);
}
.rt-btn.success,
.rt-tool .btn.success,
.rt-btn.alt,
.rt-tool .btn.alt,
.rt-btn.btn-download,
.rt-tool .btn.btn-download {
  background: var(--rt-success);
  border-color: var(--rt-success);
  color: #fff;
}
.rt-btn.success:hover,
.rt-tool .btn.success:hover,
.rt-btn.alt:hover,
.rt-tool .btn.alt:hover,
.rt-btn.btn-download:hover,
.rt-tool .btn.btn-download:hover {
  filter: brightness(1.08);
  color: #fff;
}
.rt-btn:disabled,
.rt-tool .btn:disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.rt-input,
.rt-textarea,
.rt-tool input[type='text'],
.rt-tool input[type='number'],
.rt-tool input[type='url'],
.rt-tool input:not([type]),
.rt-tool select,
.rt-tool textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid var(--rt-border-strong);
  border-radius: var(--rt-radius-xs);
  background: var(--rt-surface-2);
  color: var(--rt-text);
  font-size: 14px;
  font-family: inherit;
  outline: none;
  -webkit-transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  -moz-transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  -o-transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  -ms-transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.rt-input::placeholder,
.rt-textarea::placeholder,
.rt-tool input[type='text']::placeholder,
.rt-tool input[type='number']::placeholder,
.rt-tool input[type='url']::placeholder,
.rt-tool input:not([type])::placeholder,
.rt-tool select::placeholder,
.rt-tool textarea::placeholder {
  color: var(--rt-text-faint);
}
.rt-input:focus,
.rt-textarea:focus,
.rt-tool input[type='text']:focus,
.rt-tool input[type='number']:focus,
.rt-tool input[type='url']:focus,
.rt-tool input:not([type]):focus,
.rt-tool select:focus,
.rt-tool textarea:focus {
  border-color: var(--rt-primary);
  background: var(--rt-surface);
  -webkit-box-shadow: var(--rt-focus-ring);
  box-shadow: var(--rt-focus-ring);
}
.rt-textarea,
.rt-tool textarea {
  min-height: 120px;
  resize: vertical;
  font-family: var(--rt-font-mono);
  line-height: 1.6;
}
.rt-drop {
  border: 2px dashed var(--rt-border-strong);
  border-radius: var(--rt-radius-sm);
  padding: 36px 20px;
  text-align: center;
  cursor: pointer;
  background: var(--rt-surface-2);
  color: var(--rt-text-secondary);
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  transition: 0.25s ease;
}
.rt-drop:hover,
.rt-drop.is-dragover {
  border-color: var(--rt-primary);
  background: var(--rt-primary-soft);
  color: var(--rt-primary);
}
.rt-status {
  font-size: 13px;
  min-height: 1.4em;
  color: var(--rt-text-muted);
}
.rt-status.ok,
.rt-status--ok {
  color: var(--rt-success);
}
.rt-status.err,
.rt-status--err,
.rt-status.error {
  color: var(--rt-danger);
}
.layout > div:first-child:has(.tools-wrap),
.layout > div:first-child:has(.jf-app),
.layout > div:first-child:has(.wm-app-wrapper),
.layout > div:first-child:has(#wm-tool-root),
.layout > div:first-child:has(.ic-app),
.layout > div:first-child:has(.qr-app),
.layout > div:first-child:has(.cd-app),
.layout > div:first-child:has(.cp-app),
.layout > div:first-child:has(.rt-app),
.layout > div:first-child:has(.cv-app),
.layout > div:first-child:has(.rt-tool) {
  color: var(--rt-content-text, var(--rt-text));
}
.tools-wrap,
.jf-app,
.wm-app-wrapper,
#wm-tool-root,
.ic-app,
.qr-app,
.cd-app,
.cp-app,
.rt-app,
.cv-app,
.rt-tool {
  color: var(--rt-text);
  font-family: var(--rt-font);
}
.tools-wrap h2,
.jf-app h2,
.wm-app-wrapper h2,
#wm-tool-root h2,
.ic-app h2,
.qr-app h2,
.cd-app h2,
.cp-app h2,
.rt-app h2,
.cv-app h2,
.rt-tool h2,
.tools-wrap h3,
.jf-app h3,
.wm-app-wrapper h3,
#wm-tool-root h3,
.ic-app h3,
.qr-app h3,
.cd-app h3,
.cp-app h3,
.rt-app h3,
.cv-app h3,
.rt-tool h3,
.tools-wrap h4,
.jf-app h4,
.wm-app-wrapper h4,
#wm-tool-root h4,
.ic-app h4,
.qr-app h4,
.cd-app h4,
.cp-app h4,
.rt-app h4,
.cv-app h4,
.rt-tool h4 {
  color: var(--rt-heading) !important;
  border-bottom: none !important;
}
.jf-app,
.qr-app,
.ic-app,
.cp-section,
.cd-section,
#wm-tool-root {
  background-color: var(--rt-content-bg-solid) !important;
  background-image: var(--rt-content-bg) !important;
  backdrop-filter: blur(var(--rt-content-blur, 20px)) saturate(var(--rt-content-saturate, 165%));
  -webkit-backdrop-filter: blur(var(--rt-content-blur, 20px)) saturate(var(--rt-content-saturate, 165%));
  color: var(--rt-content-text, var(--rt-text)) !important;
  border: 1px solid var(--rt-content-border) !important;
  -webkit-box-shadow: var(--rt-content-shadow) !important;
  box-shadow: var(--rt-content-shadow) !important;
}
.wm-app-wrapper {
  background-color: var(--rt-content-bg-hover-solid) !important;
}
.tools-wrap .tools-intro {
  color: var(--rt-text-secondary) !important;
}
.jf-toolbar .btn,
.qr-app .btn,
.ic-item .ic-dl,
.cv-item .cv-dl,
.cd-btn,
.cd-tab,
.cd-algo,
.cp-copy-btn,
.cv-tab,
.cv-btn,
#wm-tool-root button,
.rt-flag,
.rt-preset-btn {
  border-color: var(--rt-border-strong) !important;
  background: var(--rt-surface) !important;
  color: var(--rt-text) !important;
}
.jf-toolbar .btn:hover,
.qr-app .btn:hover,
.ic-item .ic-dl:hover,
.cv-item .cv-dl:hover,
.cd-btn:hover,
.cd-tab:hover,
.cd-algo:hover,
.cp-copy-btn:hover,
.cv-tab:hover,
.cv-btn:hover,
#wm-tool-root button:hover,
.rt-flag:hover,
.rt-preset-btn:hover {
  border-color: var(--rt-primary) !important;
  color: var(--rt-primary) !important;
}
.jf-toolbar .btn.primary,
.qr-app .btn:not(.alt),
.ic-item .ic-dl,
.cv-item .cv-dl,
.cd-btn.primary,
.cd-tab.active,
.cd-algo.active,
.cv-tab.active,
.rt-flag.active,
#wm-tool-root .btn-primary {
  background: var(--rt-primary) !important;
  border-color: var(--rt-primary) !important;
  color: var(--rt-on-primary) !important;
}
.jf-toolbar .btn.primary:hover,
.qr-app .btn:not(.alt):hover,
.ic-item .ic-dl:hover,
.cv-item .cv-dl:hover,
.cd-btn.primary:hover,
.cd-tab.active:hover,
.cd-algo.active:hover,
.cv-tab.active:hover,
.rt-flag.active:hover,
#wm-tool-root .btn-primary:hover {
  background: var(--rt-primary-hover) !important;
  border-color: var(--rt-primary-hover) !important;
  color: var(--rt-on-primary) !important;
}
.qr-app .btn.alt,
#wm-tool-root .btn-download {
  background: var(--rt-success) !important;
  border-color: var(--rt-success) !important;
  color: #fff !important;
}
.jf-cols textarea,
.jf-toolbar select,
.qr-app textarea,
.qr-app input,
.ic-opts input,
.ic-opts select,
.cv-opts select,
.cv-opts input,
.cd-textarea,
.cd-input,
.cp-fmt-value,
.rt-input,
.rt-textarea,
#wm-tool-root input[type='text'],
#wm-tool-root input[type='number'],
#wm-tool-root select,
.cv-input,
.cv-textarea,
.cv-preview {
  background: var(--rt-surface-2) !important;
  color: var(--rt-text) !important;
  border-color: var(--rt-border-strong) !important;
  caret-color: var(--rt-text);
}
.jf-cols textarea::placeholder,
.jf-toolbar select::placeholder,
.qr-app textarea::placeholder,
.qr-app input::placeholder,
.ic-opts input::placeholder,
.ic-opts select::placeholder,
.cv-opts select::placeholder,
.cv-opts input::placeholder,
.cd-textarea::placeholder,
.cd-input::placeholder,
.cp-fmt-value::placeholder,
.rt-input::placeholder,
.rt-textarea::placeholder,
#wm-tool-root input[type='text']::placeholder,
#wm-tool-root input[type='number']::placeholder,
#wm-tool-root select::placeholder,
.cv-input::placeholder,
.cv-textarea::placeholder,
.cv-preview::placeholder {
  color: var(--rt-text-faint) !important;
}
.jf-cols textarea:focus,
.jf-toolbar select:focus,
.qr-app textarea:focus,
.qr-app input:focus,
.ic-opts input:focus,
.ic-opts select:focus,
.cv-opts select:focus,
.cv-opts input:focus,
.cd-textarea:focus,
.cd-input:focus,
.cp-fmt-value:focus,
.rt-input:focus,
.rt-textarea:focus,
#wm-tool-root input[type='text']:focus,
#wm-tool-root input[type='number']:focus,
#wm-tool-root select:focus,
.cv-input:focus,
.cv-textarea:focus,
.cv-preview:focus {
  border-color: var(--rt-primary) !important;
  background: var(--rt-surface) !important;
  -webkit-box-shadow: var(--rt-focus-ring);
  box-shadow: var(--rt-focus-ring);
}
.jf-pane h3,
.cd-label,
.cv-label,
.cp-fmt-label,
.cp-section h3,
.rt-input-group label,
.rt-presets label,
.rt-info,
.ic-opts label,
.ic-item .ic-meta,
.ic-item .ic-stat,
.ic-item .ic-name,
.cv-opts label,
.cv-item .cv-meta,
.cv-item .cv-name,
.qr-app label,
#wm-tool-root .file-info {
  color: var(--rt-text-muted) !important;
}
.ic-item .ic-name,
.cv-item .cv-name {
  color: var(--rt-heading) !important;
}
.cd-result,
.rt-result,
.cp-grad-code,
.qr-app .out,
#wm-tool-root .preview-box,
.ic-item,
.cv-item,
.jf-cols textarea,
.cv-preview {
  background: var(--rt-surface-2) !important;
  border-color: var(--rt-border) !important;
  color: var(--rt-text) !important;
}
.ic-drop,
#wm-tool-root .upload-box,
.cv-drop {
  background: var(--rt-surface-2) !important;
  border-color: var(--rt-border-strong) !important;
  color: var(--rt-text-secondary) !important;
}
.ic-drop:hover,
#wm-tool-root .upload-box:hover,
.cv-drop:hover,
.ic-drop.is-dragover,
#wm-tool-root .upload-box.is-dragover,
.cv-drop.is-dragover {
  border-color: var(--rt-primary) !important;
  background: var(--rt-primary-soft) !important;
}
.ic-drop .ic-icon,
.cv-drop .cv-icon,
#wm-tool-root .upload-icon,
.tool-card .tool-icon {
  color: var(--rt-primary) !important;
}
#wm-tool-root .file-info {
  background: var(--rt-primary-soft) !important;
  border-color: var(--rt-primary-border) !important;
  color: var(--rt-primary) !important;
}
.jf-status.ok,
.ic-item .ic-save,
.rt-info .rt-count,
.cd-label .cd-mode {
  color: var(--rt-success) !important;
}
.jf-status.err,
.cd-error,
.rt-error {
  color: var(--rt-danger) !important;
}
.rt-match,
.rt-match.group-0 {
  background: var(--rt-hl-0) !important;
  color: inherit !important;
}
.rt-match.group-1 {
  background: var(--rt-hl-1) !important;
}
.rt-match.group-2 {
  background: var(--rt-hl-2) !important;
}
.rt-match.group-3 {
  background: var(--rt-hl-3) !important;
}
.cp-big-color,
.cp-swatch {
  border-color: var(--rt-surface) !important;
  -webkit-box-shadow: var(--rt-shadow-sm) !important;
  box-shadow: var(--rt-shadow-sm) !important;
}
.cp-swatch span {
  color: var(--rt-text-faint) !important;
}
.cp-grad-preview {
  border-color: var(--rt-border) !important;
}
#wm-tool-root .progress-box {
  background: var(--rt-surface-3) !important;
}
#wm-tool-root .progress-bar {
  background: var(--rt-primary) !important;
}
#wm-emptyTip {
  color: var(--rt-text-faint) !important;
}
.qr-app #qrCanvas {
  background: #fff !important;
}
#article-container .btn-center {
  margin: 0 0 20px;
  text-align: center;
}
#article-container .btn-beautify {
  display: inline-block;
  margin: 0 4px 6px;
  padding: 0 15px;
  background-color: var(--btn-beautify-color, #777);
  color: #fff;
  line-height: 2;
}
#article-container .btn-beautify.blue {
  --btn-beautify-color: #428bca;
}
#article-container .btn-beautify.pink {
  --btn-beautify-color: #ff69b4;
}
#article-container .btn-beautify.red {
  --btn-beautify-color: #f00;
}
#article-container .btn-beautify.purple {
  --btn-beautify-color: #6f42c1;
}
#article-container .btn-beautify.orange {
  --btn-beautify-color: #ff8c00;
}
#article-container .btn-beautify.green {
  --btn-beautify-color: #5cb85c;
}
#article-container .btn-beautify:hover {
  background-color: var(--btn-hover-color);
}
#article-container .btn-beautify i + span {
  margin-left: 6px;
}
#article-container .btn-beautify:not(.block) + .btn-beautify:not(.block) {
  margin: 0 4px 20px;
}
#article-container .btn-beautify.block {
  display: block;
  margin: 0 0 20px;
  width: fit-content;
  width: -moz-fit-content;
}
#article-container .btn-beautify.block.center {
  margin: 0 auto 20px;
}
#article-container .btn-beautify.block.right {
  margin: 0 0 20px auto;
}
#article-container .btn-beautify.larger {
  padding: 6px 15px;
}
#article-container .btn-beautify:hover {
  text-decoration: none;
}
#article-container .btn-beautify.outline {
  border: 1px solid transparent;
  border-color: var(--btn-beautify-color, #777);
  background-color: transparent;
  color: var(--btn-beautify-color, #777);
}
#article-container .btn-beautify.outline:hover {
  background-color: var(--btn-beautify-color, #777);
}
#article-container .btn-beautify.outline:hover {
  color: #fff !important;
}
#article-container figure.gallery-group {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 6px 4px;
  width: calc(50% - 8px);
  height: 250px;
  border-radius: 8px;
  background: #000;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 600px) {
  #article-container figure.gallery-group {
    width: calc(100% - 8px);
  }
}
#article-container figure.gallery-group:hover img {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#article-container figure.gallery-group:hover .gallery-group-name::after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#article-container figure.gallery-group:hover p {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#article-container figure.gallery-group img {
  position: relative;
  margin: 0;
  max-width: none;
  width: calc(100% + 20px);
  height: 250px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transition: all 0.3s, filter 375ms ease-in 0.2s;
  -moz-transition: all 0.3s, filter 375ms ease-in 0.2s;
  -o-transition: all 0.3s, filter 375ms ease-in 0.2s;
  -ms-transition: all 0.3s, filter 375ms ease-in 0.2s;
  transition: all 0.3s, filter 375ms ease-in 0.2s;
  -webkit-transform: translate3d(-10px, 0, 0);
  -moz-transform: translate3d(-10px, 0, 0);
  -o-transform: translate3d(-10px, 0, 0);
  -ms-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  object-fit: cover;
}
#article-container figure.gallery-group figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
#article-container figure.gallery-group figcaption > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#article-container figure.gallery-group p {
  margin: 0;
  padding: 8px 0 0;
  letter-spacing: 1px;
  font-size: 1.1em;
  line-height: 1.5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -ms-transition: opacity 0.35s, -ms-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-line-clamp: 4;
}
#article-container figure.gallery-group .gallery-group-name {
  position: relative;
  margin: 0;
  padding: 8px 0;
  font-weight: bold;
  font-size: 1.65em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
#article-container figure.gallery-group .gallery-group-name:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  -moz-transition: -moz-transform 0.35s;
  -o-transition: -o-transform 0.35s;
  -ms-transition: -ms-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
#article-container .gallery-group-main {
  overflow: auto;
  padding: 0 0 16px;
}
#article-container .gallery-container {
  margin: 0 0 16px;
  text-align: center;
}
#article-container .gallery-container img {
  display: initial;
  margin: 0;
  width: 100%;
  height: 100%;
}
#article-container .gallery-container .gallery-data {
  display: none;
}
#article-container .gallery-container button {
  margin-top: 25px;
  padding: 10px;
  width: 9em;
  border-radius: 5px;
  background: var(--btn-bg);
  color: var(--btn-color);
  font-weight: bold;
  font-size: 1.1em;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
#article-container .gallery-container button:hover {
  background: var(--btn-hover-color);
}
#article-container .loading-container {
  display: inline-block;
  overflow: hidden;
  width: 154px;
  height: 154px;
}
#article-container .loading-container .loading-item {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
#article-container .loading-container .loading-item div {
  position: absolute;
  width: 30.8px;
  height: 30.8px;
  border-radius: 50%;
  background: #e15b64;
  -webkit-transform: translate(61.6px, 61.6px) scale(1);
  -moz-transform: translate(61.6px, 61.6px) scale(1);
  -o-transform: translate(61.6px, 61.6px) scale(1);
  -ms-transform: translate(61.6px, 61.6px) scale(1);
  transform: translate(61.6px, 61.6px) scale(1);
  -webkit-animation: loading-ball 1.92s infinite cubic-bezier(0, 0.5, 0.5, 1);
  -moz-animation: loading-ball 1.92s infinite cubic-bezier(0, 0.5, 0.5, 1);
  -o-animation: loading-ball 1.92s infinite cubic-bezier(0, 0.5, 0.5, 1);
  -ms-animation: loading-ball 1.92s infinite cubic-bezier(0, 0.5, 0.5, 1);
  animation: loading-ball 1.92s infinite cubic-bezier(0, 0.5, 0.5, 1);
}
#article-container .loading-container .loading-item div:nth-child(1) {
  background: #f47e60;
  -webkit-transform: translate(113.96px, 61.6px) scale(1);
  -moz-transform: translate(113.96px, 61.6px) scale(1);
  -o-transform: translate(113.96px, 61.6px) scale(1);
  -ms-transform: translate(113.96px, 61.6px) scale(1);
  transform: translate(113.96px, 61.6px) scale(1);
  -webkit-animation: loading-ball-r 0.48s infinite cubic-bezier(0, 0.5, 0.5, 1), loading-ball-c 1.92s infinite step-start;
  -moz-animation: loading-ball-r 0.48s infinite cubic-bezier(0, 0.5, 0.5, 1), loading-ball-c 1.92s infinite step-start;
  -o-animation: loading-ball-r 0.48s infinite cubic-bezier(0, 0.5, 0.5, 1), loading-ball-c 1.92s infinite step-start;
  -ms-animation: loading-ball-r 0.48s infinite cubic-bezier(0, 0.5, 0.5, 1), loading-ball-c 1.92s infinite step-start;
  animation: loading-ball-r 0.48s infinite cubic-bezier(0, 0.5, 0.5, 1), loading-ball-c 1.92s infinite step-start;
}
#article-container .loading-container .loading-item div:nth-child(2) {
  background: #e15b64;
  -webkit-animation-delay: -0.48s;
  -moz-animation-delay: -0.48s;
  -o-animation-delay: -0.48s;
  -ms-animation-delay: -0.48s;
  animation-delay: -0.48s;
}
#article-container .loading-container .loading-item div:nth-child(3) {
  background: #f47e60;
  -webkit-animation-delay: -0.96s;
  -moz-animation-delay: -0.96s;
  -o-animation-delay: -0.96s;
  -ms-animation-delay: -0.96s;
  animation-delay: -0.96s;
}
#article-container .loading-container .loading-item div:nth-child(4) {
  background: #f8b26a;
  -webkit-animation-delay: -1.44s;
  -moz-animation-delay: -1.44s;
  -o-animation-delay: -1.44s;
  -ms-animation-delay: -1.44s;
  animation-delay: -1.44s;
}
#article-container .loading-container .loading-item div:nth-child(5) {
  background: #abbd81;
  -webkit-animation-delay: -1.92s;
  -moz-animation-delay: -1.92s;
  -o-animation-delay: -1.92s;
  -ms-animation-delay: -1.92s;
  animation-delay: -1.92s;
}
@-moz-keyframes loading-ball {
  0% {
    -webkit-transform: translate(9.24px, 61.6px) scale(0);
    -moz-transform: translate(9.24px, 61.6px) scale(0);
    -o-transform: translate(9.24px, 61.6px) scale(0);
    -ms-transform: translate(9.24px, 61.6px) scale(0);
    transform: translate(9.24px, 61.6px) scale(0);
  }
  25% {
    -webkit-transform: translate(9.24px, 61.6px) scale(0);
    -moz-transform: translate(9.24px, 61.6px) scale(0);
    -o-transform: translate(9.24px, 61.6px) scale(0);
    -ms-transform: translate(9.24px, 61.6px) scale(0);
    transform: translate(9.24px, 61.6px) scale(0);
  }
  50% {
    -webkit-transform: translate(9.24px, 61.6px) scale(1);
    -moz-transform: translate(9.24px, 61.6px) scale(1);
    -o-transform: translate(9.24px, 61.6px) scale(1);
    -ms-transform: translate(9.24px, 61.6px) scale(1);
    transform: translate(9.24px, 61.6px) scale(1);
  }
  75% {
    -webkit-transform: translate(61.6px, 61.6px) scale(1);
    -moz-transform: translate(61.6px, 61.6px) scale(1);
    -o-transform: translate(61.6px, 61.6px) scale(1);
    -ms-transform: translate(61.6px, 61.6px) scale(1);
    transform: translate(61.6px, 61.6px) scale(1);
  }
  100% {
    -webkit-transform: translate(113.96px, 61.6px) scale(1);
    -moz-transform: translate(113.96px, 61.6px) scale(1);
    -o-transform: translate(113.96px, 61.6px) scale(1);
    -ms-transform: translate(113.96px, 61.6px) scale(1);
    transform: translate(113.96px, 61.6px) scale(1);
  }
}
@-webkit-keyframes loading-ball {
  0% {
    -webkit-transform: translate(9.24px, 61.6px) scale(0);
    -moz-transform: translate(9.24px, 61.6px) scale(0);
    -o-transform: translate(9.24px, 61.6px) scale(0);
    -ms-transform: translate(9.24px, 61.6px) scale(0);
    transform: translate(9.24px, 61.6px) scale(0);
  }
  25% {
    -webkit-transform: translate(9.24px, 61.6px) scale(0);
    -moz-transform: translate(9.24px, 61.6px) scale(0);
    -o-transform: translate(9.24px, 61.6px) scale(0);
    -ms-transform: translate(9.24px, 61.6px) scale(0);
    transform: translate(9.24px, 61.6px) scale(0);
  }
  50% {
    -webkit-transform: translate(9.24px, 61.6px) scale(1);
    -moz-transform: translate(9.24px, 61.6px) scale(1);
    -o-transform: translate(9.24px, 61.6px) scale(1);
    -ms-transform: translate(9.24px, 61.6px) scale(1);
    transform: translate(9.24px, 61.6px) scale(1);
  }
  75% {
    -webkit-transform: translate(61.6px, 61.6px) scale(1);
    -moz-transform: translate(61.6px, 61.6px) scale(1);
    -o-transform: translate(61.6px, 61.6px) scale(1);
    -ms-transform: translate(61.6px, 61.6px) scale(1);
    transform: translate(61.6px, 61.6px) scale(1);
  }
  100% {
    -webkit-transform: translate(113.96px, 61.6px) scale(1);
    -moz-transform: translate(113.96px, 61.6px) scale(1);
    -o-transform: translate(113.96px, 61.6px) scale(1);
    -ms-transform: translate(113.96px, 61.6px) scale(1);
    transform: translate(113.96px, 61.6px) scale(1);
  }
}
@-o-keyframes loading-ball {
  0% {
    -webkit-transform: translate(9.24px, 61.6px) scale(0);
    -moz-transform: translate(9.24px, 61.6px) scale(0);
    -o-transform: translate(9.24px, 61.6px) scale(0);
    -ms-transform: translate(9.24px, 61.6px) scale(0);
    transform: translate(9.24px, 61.6px) scale(0);
  }
  25% {
    -webkit-transform: translate(9.24px, 61.6px) scale(0);
    -moz-transform: translate(9.24px, 61.6px) scale(0);
    -o-transform: translate(9.24px, 61.6px) scale(0);
    -ms-transform: translate(9.24px, 61.6px) scale(0);
    transform: translate(9.24px, 61.6px) scale(0);
  }
  50% {
    -webkit-transform: translate(9.24px, 61.6px) scale(1);
    -moz-transform: translate(9.24px, 61.6px) scale(1);
    -o-transform: translate(9.24px, 61.6px) scale(1);
    -ms-transform: translate(9.24px, 61.6px) scale(1);
    transform: translate(9.24px, 61.6px) scale(1);
  }
  75% {
    -webkit-transform: translate(61.6px, 61.6px) scale(1);
    -moz-transform: translate(61.6px, 61.6px) scale(1);
    -o-transform: translate(61.6px, 61.6px) scale(1);
    -ms-transform: translate(61.6px, 61.6px) scale(1);
    transform: translate(61.6px, 61.6px) scale(1);
  }
  100% {
    -webkit-transform: translate(113.96px, 61.6px) scale(1);
    -moz-transform: translate(113.96px, 61.6px) scale(1);
    -o-transform: translate(113.96px, 61.6px) scale(1);
    -ms-transform: translate(113.96px, 61.6px) scale(1);
    transform: translate(113.96px, 61.6px) scale(1);
  }
}
@keyframes loading-ball {
  0% {
    -webkit-transform: translate(9.24px, 61.6px) scale(0);
    -moz-transform: translate(9.24px, 61.6px) scale(0);
    -o-transform: translate(9.24px, 61.6px) scale(0);
    -ms-transform: translate(9.24px, 61.6px) scale(0);
    transform: translate(9.24px, 61.6px) scale(0);
  }
  25% {
    -webkit-transform: translate(9.24px, 61.6px) scale(0);
    -moz-transform: translate(9.24px, 61.6px) scale(0);
    -o-transform: translate(9.24px, 61.6px) scale(0);
    -ms-transform: translate(9.24px, 61.6px) scale(0);
    transform: translate(9.24px, 61.6px) scale(0);
  }
  50% {
    -webkit-transform: translate(9.24px, 61.6px) scale(1);
    -moz-transform: translate(9.24px, 61.6px) scale(1);
    -o-transform: translate(9.24px, 61.6px) scale(1);
    -ms-transform: translate(9.24px, 61.6px) scale(1);
    transform: translate(9.24px, 61.6px) scale(1);
  }
  75% {
    -webkit-transform: translate(61.6px, 61.6px) scale(1);
    -moz-transform: translate(61.6px, 61.6px) scale(1);
    -o-transform: translate(61.6px, 61.6px) scale(1);
    -ms-transform: translate(61.6px, 61.6px) scale(1);
    transform: translate(61.6px, 61.6px) scale(1);
  }
  100% {
    -webkit-transform: translate(113.96px, 61.6px) scale(1);
    -moz-transform: translate(113.96px, 61.6px) scale(1);
    -o-transform: translate(113.96px, 61.6px) scale(1);
    -ms-transform: translate(113.96px, 61.6px) scale(1);
    transform: translate(113.96px, 61.6px) scale(1);
  }
}
@-moz-keyframes loading-ball-r {
  0% {
    -webkit-transform: translate(113.96px, 61.6px) scale(1);
    -moz-transform: translate(113.96px, 61.6px) scale(1);
    -o-transform: translate(113.96px, 61.6px) scale(1);
    -ms-transform: translate(113.96px, 61.6px) scale(1);
    transform: translate(113.96px, 61.6px) scale(1);
  }
  100% {
    -webkit-transform: translate(113.96px, 61.6px) scale(0);
    -moz-transform: translate(113.96px, 61.6px) scale(0);
    -o-transform: translate(113.96px, 61.6px) scale(0);
    -ms-transform: translate(113.96px, 61.6px) scale(0);
    transform: translate(113.96px, 61.6px) scale(0);
  }
}
@-webkit-keyframes loading-ball-r {
  0% {
    -webkit-transform: translate(113.96px, 61.6px) scale(1);
    -moz-transform: translate(113.96px, 61.6px) scale(1);
    -o-transform: translate(113.96px, 61.6px) scale(1);
    -ms-transform: translate(113.96px, 61.6px) scale(1);
    transform: translate(113.96px, 61.6px) scale(1);
  }
  100% {
    -webkit-transform: translate(113.96px, 61.6px) scale(0);
    -moz-transform: translate(113.96px, 61.6px) scale(0);
    -o-transform: translate(113.96px, 61.6px) scale(0);
    -ms-transform: translate(113.96px, 61.6px) scale(0);
    transform: translate(113.96px, 61.6px) scale(0);
  }
}
@-o-keyframes loading-ball-r {
  0% {
    -webkit-transform: translate(113.96px, 61.6px) scale(1);
    -moz-transform: translate(113.96px, 61.6px) scale(1);
    -o-transform: translate(113.96px, 61.6px) scale(1);
    -ms-transform: translate(113.96px, 61.6px) scale(1);
    transform: translate(113.96px, 61.6px) scale(1);
  }
  100% {
    -webkit-transform: translate(113.96px, 61.6px) scale(0);
    -moz-transform: translate(113.96px, 61.6px) scale(0);
    -o-transform: translate(113.96px, 61.6px) scale(0);
    -ms-transform: translate(113.96px, 61.6px) scale(0);
    transform: translate(113.96px, 61.6px) scale(0);
  }
}
@keyframes loading-ball-r {
  0% {
    -webkit-transform: translate(113.96px, 61.6px) scale(1);
    -moz-transform: translate(113.96px, 61.6px) scale(1);
    -o-transform: translate(113.96px, 61.6px) scale(1);
    -ms-transform: translate(113.96px, 61.6px) scale(1);
    transform: translate(113.96px, 61.6px) scale(1);
  }
  100% {
    -webkit-transform: translate(113.96px, 61.6px) scale(0);
    -moz-transform: translate(113.96px, 61.6px) scale(0);
    -o-transform: translate(113.96px, 61.6px) scale(0);
    -ms-transform: translate(113.96px, 61.6px) scale(0);
    transform: translate(113.96px, 61.6px) scale(0);
  }
}
@-moz-keyframes loading-ball-c {
  0% {
    background: #e15b64;
  }
  25% {
    background: #abbd81;
  }
  50% {
    background: #f8b26a;
  }
  75% {
    background: #f47e60;
  }
  100% {
    background: #e15b64;
  }
}
@-webkit-keyframes loading-ball-c {
  0% {
    background: #e15b64;
  }
  25% {
    background: #abbd81;
  }
  50% {
    background: #f8b26a;
  }
  75% {
    background: #f47e60;
  }
  100% {
    background: #e15b64;
  }
}
@-o-keyframes loading-ball-c {
  0% {
    background: #e15b64;
  }
  25% {
    background: #abbd81;
  }
  50% {
    background: #f8b26a;
  }
  75% {
    background: #f47e60;
  }
  100% {
    background: #e15b64;
  }
}
@keyframes loading-ball-c {
  0% {
    background: #e15b64;
  }
  25% {
    background: #abbd81;
  }
  50% {
    background: #f8b26a;
  }
  75% {
    background: #f47e60;
  }
  100% {
    background: #e15b64;
  }
}
blockquote.pullquote {
  position: relative;
  max-width: 45%;
  font-size: 110%;
}
blockquote.pullquote.left {
  float: left;
  margin: 1em 0.5em 0 0;
}
blockquote.pullquote.right {
  float: right;
  margin: 1em 0 0 0.5em;
}
.video-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding-top: 56.25%;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
}
.hide-inline > .hide-button,
.hide-block > .hide-button {
  display: inline-block;
  padding: 5px 18px;
  background: #3a3a3a;
  color: var(--white);
}
.hide-inline > .hide-button:hover,
.hide-block > .hide-button:hover {
  background-color: var(--btn-hover-color);
}
.hide-inline > .hide-button.open,
.hide-block > .hide-button.open {
  display: none;
}
.hide-inline > .hide-button.open + div,
.hide-block > .hide-button.open + div {
  display: block;
}
.hide-inline > .hide-button.open + span,
.hide-block > .hide-button.open + span {
  display: inline;
}
.hide-inline > .hide-content,
.hide-block > .hide-content {
  display: none;
}
.hide-inline > .hide-button {
  margin: 0 6px;
}
.hide-inline > .hide-content {
  margin: 0 6px;
}
.hide-block {
  margin: 0 0 16px;
}
.toggle {
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}
.toggle > .toggle-button {
  padding: 6px 15px;
  background: #f0f0f0;
  color: #1f2d3d;
  cursor: pointer;
}
.toggle > .toggle-content {
  margin: 30px 24px;
}
#article-container .inline-img {
  display: inline;
  margin: 0 3px;
  height: 1.1em;
  vertical-align: text-bottom;
}
.hl-label {
  padding: 2px 4px;
  border-radius: 3px;
  color: #fff;
}
.hl-label.default {
  background-color: #777;
}
.hl-label.blue {
  background-color: #428bca;
}
.hl-label.pink {
  background-color: #ff69b4;
}
.hl-label.red {
  background-color: #f00;
}
.hl-label.purple {
  background-color: #6f42c1;
}
.hl-label.orange {
  background-color: #ff8c00;
}
.hl-label.green {
  background-color: #5cb85c;
}
.note {
  position: relative;
  margin: 0 0 20px;
  padding: 15px;
  border-radius: 3px;
}
.note.icon-padding {
  padding-left: 3em;
}
.note > .note-icon {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0.8em;
  font-size: larger;
}
.note.blue:not(.disabled) {
  border-left-color: #428bca !important;
}
.note.blue:not(.disabled).modern {
  border-left-color: transparent !important;
  color: #428bca;
}
.note.blue:not(.disabled):not(.simple) {
  background: #e3eef7 !important;
}
.note.blue > .note-icon {
  color: #428bca;
}
.note.pink:not(.disabled) {
  border-left-color: #ff69b4 !important;
}
.note.pink:not(.disabled).modern {
  border-left-color: transparent !important;
  color: #ff69b4;
}
.note.pink:not(.disabled):not(.simple) {
  background: #ffe9f4 !important;
}
.note.pink > .note-icon {
  color: #ff69b4;
}
.note.red:not(.disabled) {
  border-left-color: #f00 !important;
}
.note.red:not(.disabled).modern {
  border-left-color: transparent !important;
  color: #f00;
}
.note.red:not(.disabled):not(.simple) {
  background: #ffd9d9 !important;
}
.note.red > .note-icon {
  color: #f00;
}
.note.purple:not(.disabled) {
  border-left-color: #6f42c1 !important;
}
.note.purple:not(.disabled).modern {
  border-left-color: transparent !important;
  color: #6f42c1;
}
.note.purple:not(.disabled):not(.simple) {
  background: #e9e3f6 !important;
}
.note.purple > .note-icon {
  color: #6f42c1;
}
.note.orange:not(.disabled) {
  border-left-color: #ff8c00 !important;
}
.note.orange:not(.disabled).modern {
  border-left-color: transparent !important;
  color: #ff8c00;
}
.note.orange:not(.disabled):not(.simple) {
  background: #ffeed9 !important;
}
.note.orange > .note-icon {
  color: #ff8c00;
}
.note.green:not(.disabled) {
  border-left-color: #5cb85c !important;
}
.note.green:not(.disabled).modern {
  border-left-color: transparent !important;
  color: #5cb85c;
}
.note.green:not(.disabled):not(.simple) {
  background: #e7f4e7 !important;
}
.note.green > .note-icon {
  color: #5cb85c;
}
.note.simple {
  border: 1px solid #eee;
  border-left-width: 5px;
}
.note.modern {
  border: 1px solid transparent !important;
  background-color: #f5f5f5;
  color: #4c4948;
}
.note.flat {
  border: initial;
  border-left: 5px solid #eee;
  background-color: #f9f9f9;
  color: #4c4948;
}
.note h2,
.note h3,
.note h4,
.note h5,
.note h6 {
  margin-top: 3px;
  margin-bottom: 0;
  padding-top: 0 !important;
  border-bottom: initial;
}
.note p:first-child,
.note ul:first-child,
.note ol:first-child,
.note table:first-child,
.note pre:first-child,
.note blockquote:first-child,
.note img:first-child {
  margin-top: 0 !important;
}
.note p:last-child,
.note ul:last-child,
.note ol:last-child,
.note table:last-child,
.note pre:last-child,
.note blockquote:last-child,
.note img:last-child {
  margin-bottom: 0 !important;
}
.note .img-alt {
  margin: 5px 0 10px;
}
.note:not(.no-icon) {
  padding-left: 3em;
}
.note:not(.no-icon)::before {
  position: absolute;
  top: calc(50% - 0.95em);
  left: 0.8em;
  font-size: larger;
}
.note.default.flat {
  background: #f7f7f7;
}
.note.default.modern {
  border-color: #e1e1e1;
  background: #f3f3f3;
  color: #666;
}
.note.default.modern a:not(.btn) {
  color: #666;
}
.note.default.modern a:not(.btn):hover {
  color: #454545;
}
.note.default:not(.modern) {
  border-left-color: #777;
}
.note.default:not(.modern) h2,
.note.default:not(.modern) h3,
.note.default:not(.modern) h4,
.note.default:not(.modern) h5,
.note.default:not(.modern) h6 {
  color: #777;
}
.note.default:not(.no-icon)::before {
  content: '\f0a9';
}
.note.default:not(.no-icon):not(.modern)::before {
  color: #777;
}
.note.primary.flat {
  background: #f5f0fa;
}
.note.primary.modern {
  border-color: #e1c2ff;
  background: #f3daff;
  color: #6f42c1;
}
.note.primary.modern a:not(.btn) {
  color: #6f42c1;
}
.note.primary.modern a:not(.btn):hover {
  color: #453298;
}
.note.primary:not(.modern) {
  border-left-color: #6f42c1;
}
.note.primary:not(.modern) h2,
.note.primary:not(.modern) h3,
.note.primary:not(.modern) h4,
.note.primary:not(.modern) h5,
.note.primary:not(.modern) h6 {
  color: #6f42c1;
}
.note.primary:not(.no-icon)::before {
  content: '\f055';
}
.note.primary:not(.no-icon):not(.modern)::before {
  color: #6f42c1;
}
.note.info.flat {
  background: #eef7fa;
}
.note.info.modern {
  border-color: #b3e5ef;
  background: #d9edf7;
  color: #31708f;
}
.note.info.modern a:not(.btn) {
  color: #31708f;
}
.note.info.modern a:not(.btn):hover {
  color: #215761;
}
.note.info:not(.modern) {
  border-left-color: #428bca;
}
.note.info:not(.modern) h2,
.note.info:not(.modern) h3,
.note.info:not(.modern) h4,
.note.info:not(.modern) h5,
.note.info:not(.modern) h6 {
  color: #428bca;
}
.note.info:not(.no-icon)::before {
  content: '\f05a';
}
.note.info:not(.no-icon):not(.modern)::before {
  color: #428bca;
}
.note.success.flat {
  background: #eff8f0;
}
.note.success.modern {
  border-color: #d0e6be;
  background: #dff0d8;
  color: #3c763d;
}
.note.success.modern a:not(.btn) {
  color: #3c763d;
}
.note.success.modern a:not(.btn):hover {
  color: #32562c;
}
.note.success:not(.modern) {
  border-left-color: #5cb85c;
}
.note.success:not(.modern) h2,
.note.success:not(.modern) h3,
.note.success:not(.modern) h4,
.note.success:not(.modern) h5,
.note.success:not(.modern) h6 {
  color: #5cb85c;
}
.note.success:not(.no-icon)::before {
  content: '\f058';
}
.note.success:not(.no-icon):not(.modern)::before {
  color: #5cb85c;
}
.note.warning.flat {
  background: #fdf8ea;
}
.note.warning.modern {
  border-color: #fae4cd;
  background: #fcf4e3;
  color: #8a6d3b;
}
.note.warning.modern a:not(.btn) {
  color: #8a6d3b;
}
.note.warning.modern a:not(.btn):hover {
  color: #714f30;
}
.note.warning:not(.modern) {
  border-left-color: #f0ad4e;
}
.note.warning:not(.modern) h2,
.note.warning:not(.modern) h3,
.note.warning:not(.modern) h4,
.note.warning:not(.modern) h5,
.note.warning:not(.modern) h6 {
  color: #f0ad4e;
}
.note.warning:not(.no-icon)::before {
  content: '\f06a';
}
.note.warning:not(.no-icon):not(.modern)::before {
  color: #f0ad4e;
}
.note.danger.flat {
  background: #fcf1f2;
}
.note.danger.modern {
  border-color: #ebcdd2;
  background: #f2dfdf;
  color: #a94442;
}
.note.danger.modern a:not(.btn) {
  color: #a94442;
}
.note.danger.modern a:not(.btn):hover {
  color: #84333f;
}
.note.danger:not(.modern) {
  border-left-color: #d9534f;
}
.note.danger:not(.modern) h2,
.note.danger:not(.modern) h3,
.note.danger:not(.modern) h4,
.note.danger:not(.modern) h5,
.note.danger:not(.modern) h6 {
  color: #d9534f;
}
.note.danger:not(.no-icon)::before {
  content: '\f056';
}
.note.danger:not(.no-icon):not(.modern)::before {
  color: #d9534f;
}
#article-container .tabs {
  position: relative;
  margin: 0 0 20px;
  border-right: 1px solid var(--tab-border-color);
  border-bottom: 1px solid var(--tab-border-color);
  border-left: 1px solid var(--tab-border-color);
}
#article-container .tabs > .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  background: var(--tab-botton-bg);
}
#article-container .tabs > .nav-tabs > .tab {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 8px 18px;
  border-top: 2px solid var(--tab-border-color);
  background: var(--tab-botton-bg);
  color: var(--tab-botton-color);
  line-height: 2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
#article-container .tabs > .nav-tabs > .tab i {
  width: 1.5em;
}
#article-container .tabs > .nav-tabs > .tab.active {
  border-top: 2px solid #3a3a3a;
  background: var(--tab-button-active-bg);
  cursor: default;
}
#article-container .tabs > .nav-tabs > .tab:not(.active):hover {
  border-top: 2px solid var(--tab-button-hover-bg);
  background: var(--tab-button-hover-bg);
}
#article-container .tabs > .nav-tabs.no-default ~ .tab-to-top {
  display: none;
}
#article-container .tabs > .tab-contents .tab-item-content {
  position: relative;
  display: none;
  padding: 36px 24px 10px;
}
@media screen and (max-width: 768px) {
  #article-container .tabs > .tab-contents .tab-item-content {
    padding: 24px 14px;
  }
}
#article-container .tabs > .tab-contents .tab-item-content.active {
  display: block;
  -webkit-animation: tabshow 0.5s;
  -moz-animation: tabshow 0.5s;
  -o-animation: tabshow 0.5s;
  -ms-animation: tabshow 0.5s;
  animation: tabshow 0.5s;
}
#article-container .tabs > .tab-contents .tab-item-content > :last-child {
  margin-bottom: 0;
}
#article-container .tabs > .tab-to-top {
  padding: 0 16px 10px 0;
  width: 100%;
  text-align: right;
}
#article-container .tabs > .tab-to-top button {
  color: #99a9bf;
}
#article-container .tabs > .tab-to-top button:hover {
  color: #3a3a3a;
}
@-moz-keyframes tabshow {
  0% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes tabshow {
  0% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes tabshow {
  0% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes tabshow {
  0% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#article-container .timeline {
  margin: 0 0 20px 10px;
  padding: 14px 20px 5px;
  border-left: 2px solid var(--timeline-color, #3a3a3a);
}
#article-container .timeline.blue {
  --timeline-color: #428bca;
  --timeline-bg: rgba(66,139,202, 0.2);
}
#article-container .timeline.pink {
  --timeline-color: #ff69b4;
  --timeline-bg: rgba(255,105,180, 0.2);
}
#article-container .timeline.red {
  --timeline-color: #f00;
  --timeline-bg: rgba(255,0,0, 0.2);
}
#article-container .timeline.purple {
  --timeline-color: #6f42c1;
  --timeline-bg: rgba(111,66,193, 0.2);
}
#article-container .timeline.orange {
  --timeline-color: #ff8c00;
  --timeline-bg: rgba(255,140,0, 0.2);
}
#article-container .timeline.green {
  --timeline-color: #5cb85c;
  --timeline-bg: rgba(92,184,92, 0.2);
}
#article-container .timeline .timeline-item {
  margin: 0 0 15px;
}
#article-container .timeline .timeline-item:hover .item-circle:before {
  border-color: var(--timeline-color, #3a3a3a);
}
#article-container .timeline .timeline-item.headline .timeline-item-title .item-circle > p {
  font-weight: 600;
  font-size: 1.2em;
}
#article-container .timeline .timeline-item.headline .timeline-item-title .item-circle:before {
  left: -28px;
  border: 4px solid var(--timeline-color, #3a3a3a);
}
#article-container .timeline .timeline-item.headline:hover .item-circle:before {
  border-color: var(--pseudo-hover);
}
#article-container .timeline .timeline-item .timeline-item-title {
  position: relative;
}
#article-container .timeline .timeline-item .item-circle:before {
  position: absolute;
  top: 50%;
  left: -27px;
  width: 6px;
  height: 6px;
  border: 3px solid var(--pseudo-hover);
  border-radius: 50%;
  background: var(--card-bg);
  content: '';
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#article-container .timeline .timeline-item .item-circle > p {
  margin: 0 0 8px;
  font-weight: 500;
}
#article-container .timeline .timeline-item .timeline-item-content {
  position: relative;
  padding: 12px 15px;
  border-radius: 8px;
  background: var(--timeline-bg, #e1e1e1);
  font-size: 0.93em;
}
#article-container .timeline .timeline-item .timeline-item-content > :last-child {
  margin-bottom: 0;
}
#article-container .timeline + .timeline {
  margin-top: -20px;
}
[data-theme='dark'] {
  --global-bg: #0d0d0d;
  --font-color: rgba(255,255,255,0.7);
  --hr-border: rgba(255,255,255,0.4);
  --hr-before-color: rgba(255,255,255,0.7);
  --search-bg: #121212;
  --search-input-color: rgba(255,255,255,0.7);
  --search-a-color: rgba(255,255,255,0.7);
  --preloader-bg: #0d0d0d;
  --preloader-color: rgba(255,255,255,0.7);
  --tab-border-color: #2c2c2c;
  --tab-botton-bg: #2c2c2c;
  --tab-botton-color: rgba(255,255,255,0.7);
  --tab-button-hover-bg: #383838;
  --tab-button-active-bg: #121212;
  --card-bg: #121212;
  --sidebar-bg: #121212;
  --btn-hover-color: #787878;
  --btn-color: rgba(255,255,255,0.7);
  --btn-bg: #1f1f1f;
  --text-bg-hover: #383838;
  --light-grey: rgba(255,255,255,0.7);
  --dark-grey: rgba(255,255,255,0.2);
  --white: rgba(255,255,255,0.9);
  --text-highlight-color: rgba(255,255,255,0.9);
  --blockquote-color: rgba(255,255,255,0.7);
  --blockquote-bg: #2c2c2c;
  --reward-pop: #2c2c2c;
  --toc-link-color: rgba(255,255,255,0.6);
  --scrollbar-color: #525252;
  --timeline-bg: #1f1f1f;
  --zoom-bg: #121212;
  --mark-bg: rgba(0,0,0,0.6);
}
[data-theme='dark'] #web_bg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  content: '';
}
[data-theme='dark'] #article-container code {
  background: #2c2c2c;
}
[data-theme='dark'] #article-container pre > code {
  background: #171717;
}
[data-theme='dark'] #article-container figure.highlight {
  -webkit-box-shadow: none;
  box-shadow: none;
}
[data-theme='dark'] #article-container .note code {
  background: rgba(58,58,58,0.08);
}
[data-theme='dark'] #article-container .aplayer {
  filter: brightness(0.8);
}
[data-theme='dark'] #article-container kbd {
  border-color: #696969;
  background-color: #525252;
  color: #e2f1ff;
}
[data-theme='dark'] #page-header.nav-fixed > #nav,
[data-theme='dark'] #page-header.not-top-img > #nav {
  background: rgba(18,18,18,0.8);
  -webkit-box-shadow: 0 5px 6px -5px rgba(133,133,133,0);
  box-shadow: 0 5px 6px -5px rgba(133,133,133,0);
}
[data-theme='dark'] #post-comment .comment-switch {
  background: #2c2c2c !important;
}
[data-theme='dark'] #post-comment .comment-switch #switch-btn {
  filter: brightness(0.8);
}
[data-theme='dark'] .note {
  filter: brightness(0.8);
}
[data-theme='dark'] .hide-button,
[data-theme='dark'] .btn-beautify,
[data-theme='dark'] .hl-label,
[data-theme='dark'] .post-outdate-notice,
[data-theme='dark'] .error-img,
[data-theme='dark'] #article-container iframe,
[data-theme='dark'] .gist,
[data-theme='dark'] .ads-wrap {
  filter: brightness(0.8);
}
[data-theme='dark'] img {
  filter: brightness(0.8);
}
[data-theme='dark'] #aside-content .aside-list > .aside-list-item:not(:last-child) {
  border-bottom: 1px dashed rgba(255,255,255,0.1);
}
[data-theme='dark'] #gitalk-container {
  filter: brightness(0.8);
}
[data-theme='dark'] #gitalk-container svg {
  fill: rgba(255,255,255,0.9) !important;
}
[data-theme='dark'] #disqusjs #dsqjs:hover,
[data-theme='dark'] #disqusjs #dsqjs:focus,
[data-theme='dark'] #disqusjs #dsqjs .dsqjs-tab-active,
[data-theme='dark'] #disqusjs #dsqjs .dsqjs-no-comment {
  color: rgba(255,255,255,0.7);
}
[data-theme='dark'] #disqusjs #dsqjs .dsqjs-order-label {
  background-color: #1f1f1f;
}
[data-theme='dark'] #disqusjs #dsqjs .dsqjs-post-body {
  color: rgba(255,255,255,0.7);
}
[data-theme='dark'] #disqusjs #dsqjs .dsqjs-post-body code,
[data-theme='dark'] #disqusjs #dsqjs .dsqjs-post-body pre {
  background: #2c2c2c;
}
[data-theme='dark'] #disqusjs #dsqjs .dsqjs-post-body blockquote {
  color: rgba(255,255,255,0.7);
}
[data-theme='dark'] #artitalk_main #lazy {
  background: #121212;
}
[data-theme='dark'] #operare_artitalk .c2 {
  background: #121212;
}
@media screen and (max-width: 900px) {
  [data-theme='dark'] #card-toc {
    background: #1f1f1f;
  }
}
.read-mode {
  --font-color: #4c4948;
  --readmode-light-color: #fff;
  --white: #4c4948;
  --light-grey: #4c4948;
  --gray: #d6dbdf;
  --hr-border: #d6dbdf;
  --hr-before-color: #b9c2c9;
  --highlight-bg: #f7f7f7;
  --exit-btn-bg: #c0c0c0;
  --exit-btn-color: #fff;
  --exit-btn-hover: #8d8d8d;
  --pseudo-hover: none;
}
[data-theme='dark'] .read-mode {
  --font-color: rgba(255,255,255,0.7);
  --readmode-light-color: #0d0d0d;
  --white: rgba(255,255,255,0.9);
  --light-grey: rgba(255,255,255,0.7);
  --gray: rgba(255,255,255,0.7);
  --hr-border: rgba(255,255,255,0.5);
  --hr-before-color: rgba(255,255,255,0.7);
  --highlight-bg: #171717;
  --exit-btn-bg: #1f1f1f;
  --exit-btn-color: rgba(255,255,255,0.9);
  --exit-btn-hover: #525252;
}
.read-mode {
  background: var(--readmode-light-color);
}
.read-mode .exit-readmode {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--exit-btn-bg);
  color: var(--exit-btn-color);
  font-size: 16px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .read-mode .exit-readmode {
    top: initial;
    bottom: 30px;
  }
}
.read-mode .exit-readmode:hover {
  background: var(--exit-btn-hover);
}
.read-mode #aside-content {
  display: none;
}
.read-mode #page-header.post-bg {
  background: none !important;
}
.read-mode #page-header.post-bg:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.read-mode #page-header.post-bg > #post-info {
  text-align: center;
}
.read-mode #post {
  margin: 0 auto;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.read-mode #post:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.read-mode > canvas {
  display: none !important;
}
.read-mode .highlight-tools,
.read-mode #footer,
.read-mode #post > *:not(#post-info):not(.post-content),
.read-mode #nav,
.read-mode .post-outdate-notice,
.read-mode #web_bg,
.read-mode #rightside,
.read-mode .not-top-img {
  display: none !important;
}
.read-mode #article-container a {
  color: #99a9bf;
}
.read-mode #article-container pre,
.read-mode #article-container .highlight:not(.js-file-line-container) {
  background: var(--highlight-bg) !important;
}
.read-mode #article-container pre *,
.read-mode #article-container .highlight:not(.js-file-line-container) * {
  color: var(--font-color) !important;
}
.read-mode #article-container figure.highlight {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.read-mode #article-container figure.highlight > :not(.highlight-tools) {
  display: block !important;
}
.read-mode #article-container figure.highlight .line:before {
  color: var(--font-color) !important;
}
.read-mode #article-container figure.highlight .hljs {
  background: var(--highlight-bg) !important;
}
.read-mode #article-container h1,
.read-mode #article-container h2,
.read-mode #article-container h3,
.read-mode #article-container h4,
.read-mode #article-container h5,
.read-mode #article-container h6 {
  padding: 0;
}
.read-mode #article-container h1:before,
.read-mode #article-container h2:before,
.read-mode #article-container h3:before,
.read-mode #article-container h4:before,
.read-mode #article-container h5:before,
.read-mode #article-container h6:before {
  content: '';
}
.read-mode #article-container h1:hover,
.read-mode #article-container h2:hover,
.read-mode #article-container h3:hover,
.read-mode #article-container h4:hover,
.read-mode #article-container h5:hover,
.read-mode #article-container h6:hover {
  padding: 0;
}
.read-mode #article-container ul:hover:before,
.read-mode #article-container li:hover:before,
.read-mode #article-container ol:hover:before {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.read-mode #article-container ol:before,
.read-mode #article-container li:before {
  background: transparent !important;
  color: var(--font-color) !important;
}
.read-mode #article-container ul >li:before {
  border-color: var(--gray) !important;
}
.read-mode #article-container .tabs {
  border: 2px solid var(--tab-border-color);
}
.read-mode #article-container .tabs > .nav-tabs {
  background: transparent;
}
.read-mode #article-container .tabs > .nav-tabs > .tab {
  border-top: none !important;
}
.read-mode #article-container .tabs > .tab-contents .tab-item-content.active {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
.read-mode #article-container code {
  color: var(--font-color);
}
.read-mode #article-container blockquote {
  border-color: var(--gray);
  background-color: var(--readmode-light-color);
}
.read-mode #article-container kbd {
  border: 1px solid var(--gray);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--font-color);
}
.read-mode #article-container .hide-toggle {
  border: 1px solid var(--gray) !important;
}
.read-mode #article-container .hide-button,
.read-mode #article-container .btn-beautify,
.read-mode #article-container .hl-label {
  border: 1px solid var(--gray) !important;
  background: var(--readmode-light-color) !important;
  color: var(--font-color) !important;
}
.read-mode #article-container .note {
  border: 2px solid var(--gray);
  border-left-color: var(--gray) !important;
  filter: none;
  background-color: var(--readmode-light-color) !important;
  color: var(--font-color);
}
.read-mode #article-container .note:before,
.read-mode #article-container .note .note-icon {
  color: var(--font-color);
}
.search-dialog {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1001;
  display: none;
  margin-left: -300px;
  padding: 20px;
  width: 600px;
  border-radius: 8px;
  background: var(--search-bg);
  --search-accent: var(--rt-primary);
  --search-height: 100vh;
}
@media screen and (max-width: 768px) {
  .search-dialog {
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.search-dialog hr {
  margin: 20px auto;
}
.search-dialog .search-nav {
  margin: 0 0 14px;
  color: var(--search-accent, var(--rt-primary));
  font-size: 1.4em;
  line-height: 1;
}
.search-dialog .search-nav .search-dialog-title {
  margin-right: 10px;
}
.search-dialog .search-nav .search-close-button {
  float: right;
  color: #858585;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.search-dialog .search-nav .search-close-button:hover {
  color: var(--search-accent, var(--rt-primary));
}
.search-dialog hr {
  margin: 20px auto;
}
#search-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: rgba(0,0,0,0.6);
}
#local-search .search-dialog .local-search-box {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
#local-search .search-dialog .local-search-box input {
  padding: 5px 14px;
  width: 100%;
  outline: none;
  border: 2px solid var(--search-accent, var(--rt-primary));
  border-radius: 40px;
  background: var(--search-bg);
  color: var(--search-input-color);
  -webkit-appearance: none;
}
#local-search .search-dialog .local-search-box input:focus {
  border-color: var(--rt-accent, var(--search-accent, var(--rt-primary)));
  -webkit-box-shadow: 0 0 0 3px rgba(var(--rt-primary-rgb), .18);
  box-shadow: 0 0 0 3px rgba(var(--rt-primary-rgb), .18);
}
#local-search .search-dialog .search-wrap {
  display: none;
}
#local-search .search-dialog .local-search-hit-item {
  position: relative;
  padding-left: 24px;
  line-height: 1.7;
}
#local-search .search-dialog .local-search-hit-item:hover:before {
  border-color: var(--rt-inverse, var(--pseudo-hover));
}
#local-search .search-dialog .local-search-hit-item:before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border: 3px solid var(--search-accent, var(--rt-primary));
  border-radius: 0.5em;
  background: transparent;
  content: '';
  line-height: 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#local-search .search-dialog .local-search-hit-item a {
  display: block;
  color: var(--search-a-color);
}
#local-search .search-dialog .local-search-hit-item a:hover {
  color: var(--search-accent, var(--rt-primary));
}
#local-search .search-dialog .local-search-hit-item .search-result-title {
  font-weight: 600;
}
#local-search .search-dialog .local-search-hit-item .search-result {
  margin: 0 0 8px;
}
#local-search .search-dialog .search-result-list {
  overflow-y: overlay;
  margin: 0 -20px;
  padding: 0 22px;
  max-height: calc(80vh - 200px);
}
@media screen and (max-width: 768px) {
  #local-search .search-dialog .search-result-list {
    max-height: calc(var(--search-height) - 220px) !important;
  }
}
.search-keyword {
  background: transparent;
  color: var(--rt-inverse, #f47466);
  font-weight: bold;
}
