/*! 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,
#aside-content .card-categories ul.card-category-list > .card-category-list-item a span,
.site-data > a .headline,
#nav #blog-info,
#sidebar #sidebar-menus .menus_items .site-page {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.limit-more-line,
.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,
.pagination-related .info .info-1 .info-item-2,
.pagination-related .info .info-2 .info-item-1,
.container figure.gallery-group p,
.container figure.gallery-group .gallery-group-name {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.fontawesomeIcon,
#post .post-copyright:before,
#post #post-outdate-notice:before,
.toggle > .toggle-button::before,
.note:not(.no-icon)::before {
  display: inline-block;
  font-weight: 600;
  font-family: 'Font Awesome 7 Free', 'Font Awesome 6 Free';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.cardHover,
.layout > div:first-child:not(.nc),
#recent-posts .recent-post-item,
#article-container .shuoshuo-item,
#aside-content .card-widget,
.layout .pagination > *:not(.space) {
  background: var(--card-bg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  bos-shadow: 0px 0px 2px #627c27;
  border-radius: 8px;
}
.imgHover,
.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,
.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-related:hover .cover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -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-related .cover {
  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 {
  list-style: none;
}
.list-beauty li {
  position: relative;
  padding: 0.12em 0.4em 0.12em 1.4em;
}
.list-beauty li:hover:before {
  border-color: var(--pseudo-hover);
}
.list-beauty li:before {
  position: absolute;
  top: 0.67em;
  left: 0;
  width: 0.43em;
  height: 0.43em;
  border: 0.215em solid #000;
  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 {
  position: relative;
  margin: 40px auto;
  border: 1px dashed #000;
  width: calc(100% - 4px);
}
.verticalCenter,
.pagination-related .info .info-1,
.pagination-related .info .info-2 {
  position: absolute;
  top: 50%;
  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%);
}
#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;
}
#nav.show {
  -webkit-animation: header-effect 1s;
  -moz-animation: header-effect 1s;
  -o-animation: header-effect 1s;
  -ms-animation: header-effect 1s;
  animation: header-effect 1s;
}
canvas:not(#ribbon-canvas),
#web_bg.bg-animation {
  -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;
}
.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;
}
.btn-effects,
.type-404 .error-action-primary,
.type-404 .error-action-secondary:hover,
.shuoshuo-navigation button:not(:disabled),
.post-reward .reward-button,
.container .btn-beautify,
.hide-inline > .hide-button,
.hide-block > .hide-button,
.read-mode .exit-readmode {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.btn-effects:active,
.type-404 .error-action-primary:active,
.type-404 .error-action-secondary:hover:active,
.shuoshuo-navigation button:not(:disabled):active,
.post-reward .reward-button:active,
.container .btn-beautify:active,
.hide-inline > .hide-button:active,
.hide-block > .hide-button:active,
.read-mode .exit-readmode:active {
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transform: translateY(0) scale(0.98);
  -moz-transform: translateY(0) scale(0.98);
  -o-transform: translateY(0) scale(0.98);
  -ms-transform: translateY(0) scale(0.98);
  transform: translateY(0) scale(0.98);
}
.btn-effects i,
.type-404 .error-action-primary i,
.type-404 .error-action-secondary:hover i,
.shuoshuo-navigation button:not(:disabled) i,
.post-reward .reward-button i,
.container .btn-beautify i,
.hide-inline > .hide-button i,
.hide-block > .hide-button i,
.read-mode .exit-readmode i {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-effects:hover i,
.type-404 .error-action-primary:hover i,
.type-404 .error-action-secondary:hover:hover i,
.shuoshuo-navigation button:not(:disabled):hover i,
.post-reward .reward-button:hover i,
.container .btn-beautify:hover i,
.hide-inline > .hide-button:hover i,
.hide-block > .hide-button:hover i,
.read-mode .exit-readmode:hover i {
  -webkit-animation: buttonIconBounce 0.6s ease-in-out;
  -moz-animation: buttonIconBounce 0.6s ease-in-out;
  -o-animation: buttonIconBounce 0.6s ease-in-out;
  -ms-animation: buttonIconBounce 0.6s ease-in-out;
  animation: buttonIconBounce 0.6s ease-in-out;
}
.btn-effects i + span,
.type-404 .error-action-primary i + span,
.type-404 .error-action-secondary:hover i + span,
.shuoshuo-navigation button:not(:disabled) i + span,
.post-reward .reward-button i + span,
.container .btn-beautify i + span,
.hide-inline > .hide-button i + span,
.hide-block > .hide-button i + span,
.read-mode .exit-readmode i + span {
  margin-left: 6px;
  vertical-align: middle;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-effects:hover i + span,
.type-404 .error-action-primary:hover i + span,
.type-404 .error-action-secondary:hover:hover i + span,
.shuoshuo-navigation button:not(:disabled):hover i + span,
.post-reward .reward-button:hover i + span,
.container .btn-beautify:hover i + span,
.hide-inline > .hide-button:hover i + span,
.hide-block > .hide-button:hover i + span,
.read-mode .exit-readmode:hover i + span {
  margin-left: 8px;
}
.btn-effects::before,
.type-404 .error-action-primary::before,
.type-404 .error-action-secondary:hover::before,
.shuoshuo-navigation button:not(:disabled)::before,
.post-reward .reward-button::before,
.container .btn-beautify::before,
.hide-inline > .hide-button::before,
.hide-block > .hide-button::before,
.read-mode .exit-readmode::before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(0deg, transparent, rgba(255,255,255,0.2), transparent);
  background: -moz-linear-gradient(0deg, transparent, rgba(255,255,255,0.2), transparent);
  background: -o-linear-gradient(0deg, transparent, rgba(255,255,255,0.2), transparent);
  background: -ms-linear-gradient(0deg, transparent, rgba(255,255,255,0.2), transparent);
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  content: '';
  -webkit-transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-effects:hover::before,
.type-404 .error-action-primary:hover::before,
.type-404 .error-action-secondary:hover:hover::before,
.shuoshuo-navigation button:not(:disabled):hover::before,
.post-reward .reward-button:hover::before,
.container .btn-beautify:hover::before,
.hide-inline > .hide-button:hover::before,
.hide-block > .hide-button:hover::before,
.read-mode .exit-readmode:hover::before {
  left: 100%;
}
.btn-effects > *,
.type-404 .error-action-primary > *,
.type-404 .error-action-secondary:hover > *,
.shuoshuo-navigation button:not(:disabled) > *,
.post-reward .reward-button > *,
.container .btn-beautify > *,
.hide-inline > .hide-button > *,
.hide-block > .hide-button > *,
.read-mode .exit-readmode > * {
  position: relative;
  z-index: 2;
}
@-moz-keyframes header-effect {
  0% {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-effect {
  0% {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes header-effect {
  0% {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes header-effect {
  0% {
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -o-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  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% {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bottom-top {
  0% {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes bottom-top {
  0% {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bottom-top {
  0% {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -o-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
  }
  100% {
    -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 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);
  }
}
@-moz-keyframes buttonIconBounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -moz-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -o-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -ms-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(1.05) rotateZ(0);
    -moz-transform: translateY(0) scale(1.05) rotateZ(0);
    -o-transform: translateY(0) scale(1.05) rotateZ(0);
    -ms-transform: translateY(0) scale(1.05) rotateZ(0);
    transform: translateY(0) scale(1.05) rotateZ(0);
  }
  75% {
    -webkit-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -moz-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -o-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -ms-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    transform: translateY(-1px) scale(1.02) rotateZ(2deg);
  }
}
@-webkit-keyframes buttonIconBounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -moz-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -o-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -ms-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(1.05) rotateZ(0);
    -moz-transform: translateY(0) scale(1.05) rotateZ(0);
    -o-transform: translateY(0) scale(1.05) rotateZ(0);
    -ms-transform: translateY(0) scale(1.05) rotateZ(0);
    transform: translateY(0) scale(1.05) rotateZ(0);
  }
  75% {
    -webkit-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -moz-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -o-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -ms-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    transform: translateY(-1px) scale(1.02) rotateZ(2deg);
  }
}
@-o-keyframes buttonIconBounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -moz-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -o-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -ms-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(1.05) rotateZ(0);
    -moz-transform: translateY(0) scale(1.05) rotateZ(0);
    -o-transform: translateY(0) scale(1.05) rotateZ(0);
    -ms-transform: translateY(0) scale(1.05) rotateZ(0);
    transform: translateY(0) scale(1.05) rotateZ(0);
  }
  75% {
    -webkit-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -moz-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -o-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -ms-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    transform: translateY(-1px) scale(1.02) rotateZ(2deg);
  }
}
@keyframes buttonIconBounce {
  0%, 100% {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
  25% {
    -webkit-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -moz-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -o-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    -ms-transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
    transform: translateY(-3px) scale(1.1) rotateZ(-5deg);
  }
  50% {
    -webkit-transform: translateY(0) scale(1.05) rotateZ(0);
    -moz-transform: translateY(0) scale(1.05) rotateZ(0);
    -o-transform: translateY(0) scale(1.05) rotateZ(0);
    -ms-transform: translateY(0) scale(1.05) rotateZ(0);
    transform: translateY(0) scale(1.05) rotateZ(0);
  }
  75% {
    -webkit-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -moz-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -o-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    -ms-transform: translateY(-1px) scale(1.02) rotateZ(2deg);
    transform: translateY(-1px) scale(1.02) rotateZ(2deg);
  }
}
:root {
  --global-font-size: 14px;
  --global-bg: #f5f6f7;
  --font-color: #4c4948;
  --hr-border: #d2ebfd;
  --hr-before-color: #bfe4fb;
  --search-bg: #f6f8fa;
  --search-input-color: #4c4948;
  --search-a-color: #4c4948;
  --preloader-bg: #37474f;
  --preloader-color: #fff;
  --tab-border-color: #f0f0f0;
  --tab-button-bg: #f0f0f0;
  --tab-button-color: #1f2d3d;
  --tab-button-hover-bg: #dcdcdc;
  --tab-button-active-bg: #fff;
  --card-bg: #fff;
  --card-meta: #858585;
  --sidebar-bg: #f6f8fa;
  --sidebar-menu-bg: #fff;
  --btn-hover-color: #000;
  --btn-color: #fff;
  --btn-bg: #000;
  --text-bg-hover: rgba(0,0,0,0.7);
  --light-grey: #eee;
  --dark-grey: #cacaca;
  --white: #fff;
  --text-highlight-color: #1f2d3d;
  --blockquote-color: #6a737d;
  --blockquote-bg: rgba(73,177,245,0.1);
  --reward-pop: #f5f5f5;
  --toc-link-color: #666261;
  --card-box-shadow: 0 3px 8px 6px rgba(7,17,27,0.05);
  --pseudo-hover: #000;
  --headline-presudo: #a0a0a0;
  --scrollbar-color: #49b1f5;
  --default-bg-color: #000;
  --zoom-bg: #fff;
  --mark-bg: rgba(0,0,0,0.3);
}
:root {
  --btn-color: #fff;
  --btn-default-color: #777;
  --tags-blue-color: #428bca;
  --tags-blue-color-lighten: #e3eef7;
  --tags-pink-color: #ff69b4;
  --tags-pink-color-lighten: #ffe9f4;
  --tags-red-color: #f00;
  --tags-red-color-lighten: #ffd9d9;
  --tags-orange-color: #ff8c00;
  --tags-orange-color-lighten: #ffeed9;
  --tags-purple-color: #6f42c1;
  --tags-purple-color-lighten: #e9e3f6;
  --tags-green-color: #5cb85c;
  --tags-green-color-lighten: #e7f4e7;
  --note-default-border: #777;
  --note-default-bg: #f7f7f7;
  --note-default-text: #777;
  --note-modern-default-border: #e1e1e1;
  --note-modern-default-bg: #f3f3f3;
  --note-modern-default-text: #666;
  --note-modern-default-hover: #454545;
  --note-primary-border: #6f42c1;
  --note-primary-bg: #f5f0fa;
  --note-primary-text: #6f42c1;
  --note-modern-primary-border: #e1c2ff;
  --note-modern-primary-bg: #f3daff;
  --note-modern-primary-text: #6f42c1;
  --note-modern-primary-hover: #453298;
  --note-info-border: #428bca;
  --note-info-bg: #eef7fa;
  --note-info-text: #428bca;
  --note-modern-info-border: #b3e5ef;
  --note-modern-info-bg: #d9edf7;
  --note-modern-info-text: #31708f;
  --note-modern-info-hover: #215761;
  --note-success-border: #5cb85c;
  --note-success-bg: #eff8f0;
  --note-success-text: #5cb85c;
  --note-modern-success-border: #d0e6be;
  --note-modern-success-bg: #dff0d8;
  --note-modern-success-text: #3c763d;
  --note-modern-success-hover: #32562c;
  --note-warning-border: #f0ad4e;
  --note-warning-bg: #fdf8ea;
  --note-warning-text: #f0ad4e;
  --note-modern-warning-border: #fae4cd;
  --note-modern-warning-bg: #fcf4e3;
  --note-modern-warning-text: #8a6d3b;
  --note-modern-warning-hover: #714f30;
  --note-danger-border: #d9534f;
  --note-danger-bg: #fcf1f2;
  --note-danger-text: #d9534f;
  --note-modern-danger-border: #ebcdd2;
  --note-modern-danger-bg: #f2dfdf;
  --note-modern-danger-text: #a94442;
  --note-modern-danger-hover: #84333f;
}
body {
  position: relative;
  overflow-y: scroll;
  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);
  scroll-behavior: smooth;
}
@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-color) transparent;
  }
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
*::-webkit-scrollbar-thumb {
  background: var(--scrollbar-color);
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
html,
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
html.with-fancybox {
  --scrollbar-color: transparent;
}
input::placeholder {
  color: var(--font-color);
}
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;
  border-radius: 5px;
}
.table-wrap table {
  border-radius: 5px;
}
.table-wrap table thead > tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.table-wrap table thead > tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.table-wrap table tbody > tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.table-wrap table tbody > tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
table {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-top: 1px solid var(--light-grey);
  border-left: 1px solid var(--light-grey);
  empty-cells: show;
}
table thead {
  background: rgba(0,0,0,0.1);
}
table th,
table td {
  padding: 6px 12px;
  border: 1px solid var(--light-grey);
  border-top: none;
  border-left: none;
  vertical-align: middle;
}
.copy-toast {
  position: fixed;
  top: 76px;
  left: 50%;
  z-index: 100000;
  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;
  gap: 8px;
  padding: 8px 14px 8px 9px;
  border: 1px solid rgba(139,233,253,0.25);
  border-radius: 999px;
  background: #000;
  -webkit-box-shadow: 0 10px 28px rgba(17,17,27,0.24);
  box-shadow: 0 10px 28px rgba(17,17,27,0.24);
  backdrop-filter: blur(12px);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transform: translate(-50%, -10px) scale(0.96);
  -moz-transform: translate(-50%, -10px) scale(0.96);
  -o-transform: translate(-50%, -10px) scale(0.96);
  -ms-transform: translate(-50%, -10px) scale(0.96);
  transform: translate(-50%, -10px) scale(0.96);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: opacity 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: opacity 0.2s ease, -ms-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.copy-toast i {
  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;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(80,250,123,0.16);
  color: #50fa7b;
  font-size: 11px;
}
.copy-toast.is-visible {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(-50%, 0) scale(1);
  -moz-transform: translate(-50%, 0) scale(1);
  -o-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}
@media screen and (max-width: 768px) {
  .copy-toast {
    top: 68px;
  }
}
button {
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  cursor: pointer;
  touch-action: manipulation;
}
a {
  color: #000;
  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: #000;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: 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: 7px 15px;
  border-left: 4px solid #49b1f5;
  background-color: var(--blockquote-bg);
  color: var(--blockquote-color);
  border-radius: 6px;
}
blockquote footer cite:before {
  padding: 0 5px;
  content: '—';
}
blockquote > :last-child {
  margin-bottom: 0 !important;
}
.fa-fw {
  width: 1.25em;
  text-align: center;
}
:root {
  --hl-color: #f8f8f2;
  --hl-bg: #282a36;
  --hltools-bg: #21222c;
  --hltools-color: #f8f8f2;
  --hlnumber-bg: #282a36;
  --hlnumber-color: #6272a4;
  --hlscrollbar-bg: #44475a;
  --hlexpand-bg: linear-gradient(180deg, rgba(40,42,54,0.6), rgba(40,42,54,0.9));
}
@-moz-document url-prefix() {
  scrollbar-color: var(--hlscrollbar-bg) transparent;
}
figure.highlight table::-webkit-scrollbar-thumb,
.container figure.highlight.default pre::-webkit-scrollbar-thumb {
  background: var(--hlscrollbar-bg);
}
figure.highlight pre .hljs-comment,
figure.highlight pre .hljs-quote {
  color: #6272a4;
}
figure.highlight pre .hljs-keyword,
figure.highlight pre .hljs-selector-tag,
figure.highlight pre .hljs-literal,
figure.highlight pre .hljs-name {
  color: #ff79c6;
}
figure.highlight pre .hljs-built_in,
figure.highlight pre .hljs-type,
figure.highlight pre .hljs-attribute {
  color: #8be9fd;
}
figure.highlight pre .hljs-number,
figure.highlight pre .hljs-symbol,
figure.highlight pre .hljs-bullet {
  color: #bd93f9;
}
figure.highlight pre .hljs-string,
figure.highlight pre .hljs-regexp,
figure.highlight pre .hljs-template-variable {
  color: #f1fa8c;
}
figure.highlight pre .hljs-title,
figure.highlight pre .hljs-title.function_,
figure.highlight pre .hljs-title.class_,
figure.highlight pre .hljs-function {
  color: #50fa7b;
}
figure.highlight pre .hljs-variable,
figure.highlight pre .hljs-params,
figure.highlight pre .hljs-subst {
  color: #f8f8f2;
}
figure.highlight pre .hljs-meta,
figure.highlight pre .hljs-doctag {
  color: #ffb86c;
}
figure.highlight pre .hljs-addition {
  color: #50fa7b;
}
figure.highlight pre .hljs-deletion {
  color: #f55;
}
figure.highlight pre .deletion {
  color: #f55;
}
figure.highlight pre .addition {
  color: #50fa7b;
}
figure.highlight pre .meta {
  color: #bd93f9;
}
figure.highlight pre .comment {
  color: #6272a4;
}
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: #ff79c6;
}
figure.highlight pre .tag {
  color: #8be9fd;
}
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: #ffb86c;
}
figure.highlight pre .built_in {
  color: #f1fa8c;
}
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: #50fa7b;
}
figure.highlight pre .keyword,
figure.highlight pre .title,
figure.highlight pre .css .hexcolor {
  color: #8be9fd;
}
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: #50fa7b;
}
figure.highlight pre .tag .attr,
figure.highlight pre .javascript .function {
  color: #bd93f9;
}
.container figure.highlight .line.marked {
  background-color: #44475a;
}
.container figure.highlight table {
  display: block;
  overflow: auto;
  border: none;
}
.container figure.highlight table td {
  padding: 0;
  border: none;
}
.container figure.highlight .gutter pre {
  padding-right: 10px;
  padding-left: 10px;
  background-color: var(--hlnumber-bg);
  color: var(--hlnumber-color);
  text-align: right;
}
.container figure.highlight .code pre {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.container pre,
.container figure.highlight {
  overflow: auto;
  margin: 0 0 20px;
  padding: 0;
  background: var(--hl-bg);
  color: var(--hl-color);
  line-height: 1.6;
}
.container pre,
.container code {
  font-size: var(--global-font-size);
  font-family: consolas, Menlo, monospace, 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
  border-radius: 6px;
}
.container code {
  padding: 2px 5px;
  background: rgba(27,31,35,0.05);
  color: #f47466;
}
.container pre {
  padding: 10px 20px;
}
.container pre code {
  padding: 0;
  background: none;
  color: var(--hl-color);
  text-shadow: none;
}
.container figure.highlight {
  position: relative;
  border: 1px solid rgba(248,248,242,0.08);
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 30px rgba(17,17,27,0.18);
  box-shadow: 0 12px 30px rgba(17,17,27,0.18);
  border-radius: 6px;
}
.container figure.highlight pre {
  margin: 0;
  padding: 14px 0 16px;
  border: none;
  line-height: 1.7;
}
.container figure.highlight table {
  margin: 0;
}
.container figure.highlight .line {
  min-height: 1.7em;
}
.container figure.highlight figcaption,
.container figure.highlight .caption {
  padding: 6px 0 2px 14px;
  font-size: var(--global-font-size);
  line-height: 1em;
}
.container figure.highlight figcaption a,
.container figure.highlight .caption a {
  float: right;
  padding-right: 10px;
  color: var(--hl-color);
}
.container figure.highlight figcaption a:hover,
.container figure.highlight .caption a:hover {
  border-bottom-color: var(--hl-color);
}
.container figure.highlight.default pre {
  padding: 10px 20px;
}
.container figure.highlight.copy-true {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  -webkit-user-select: all;
}
.container figure.highlight.copy-true > table,
.container figure.highlight.copy-true > pre {
  display: block !important;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.container .highlight-tools {
  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;
  padding: 0 12px;
  min-height: 42px;
  height: 42px;
  background: var(--hltools-bg);
  color: var(--hltools-color);
  font-size: var(--global-font-size);
  border-bottom: 1px solid rgba(248,248,242,0.08);
  margin-right: auto;
}
.container .highlight-tools > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 3px;
}
.container .highlight-tools i {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 7px;
  color: rgba(248,248,242,0.72);
  cursor: pointer;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, -ms-transform 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}
.container .highlight-tools i:hover {
  background: #44475a;
  color: #f8f8f2;
}
.container .highlight-tools.closed ~ * {
  display: none;
}
.container .highlight-tools.closed .expand {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.container .highlight-tools .code-lang {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow: hidden;
  padding-right: 10px;
  text-transform: uppercase;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;
}
.container .highlight-tools .macStyle {
  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;
  gap: 6px;
  margin: 0 8px 0 0;
}
.container .highlight-tools .macStyle > * {
  display: block;
  margin: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.container .highlight-tools .macStyle .mac-close {
  background: #f55;
}
.container .highlight-tools .macStyle .mac-minimize {
  background: #ffb86c;
}
.container .highlight-tools .macStyle .mac-maximize {
  background: #50fa7b;
}
.container .highlight-tools .code-lang {
  color: rgba(248,248,242,0.66);
  font-size: 0.82em;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.container .highlight-tools .copy-button {
  margin-left: auto;
  color: rgba(248,248,242,0.66);
}
.container .highlight-tools .copy-button:hover {
  background: rgba(139,233,253,0.14);
}
.container .gutter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.container .gist table {
  width: auto;
}
.container .gist table td {
  border: none;
}
.container figure.highlight {
  margin: 0 0 24px;
  border-radius: 8px;
}
.container figure.highlight .highlight-tools .macStyle {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  padding: 3px;
}
.container figure.highlight .highlight-tools .macStyle > * {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.container figure.highlight .highlight-tools .macStyle > :last-child {
  margin-right: 5px;
}
.container figure.highlight .highlight-tools .macStyle .mac-close {
  background: #fc625d;
}
.container figure.highlight .highlight-tools .macStyle .mac-minimize {
  background: #fdbc40;
}
.container figure.highlight .highlight-tools .macStyle .mac-maximize {
  background: #35cd4b;
}
.container figure.highlight .highlight-tools > :nth-child(2) {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -o-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8;
}
.container figure.highlight .highlight-tools.closed .expand {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*! EnlighterJS Syntax Highlighter 3.0.0 | Mozilla Public License 2.0 | https://enlighterjs.org */
.enlighter-tooltip {
  z-index: 100;
}
.enlighter-default {
  font-family: "Source Code Pro", "Liberation Mono", "Courier New", Courier,
    monospace;
  font-size: 10px;
  line-height: 16px;
  overflow: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 20px 0;
  padding: 0;
  position: relative;
  text-align: left;
  direction: ltr;
}
.enlighter-default .enlighter-special:hover {
  background-color: #f4f8fc;
}
.enlighter-default .enlighter-raw {
  display: none;
  min-width: 100%;
  line-height: inherit;
  font-size: 12px;
  font-family: inherit;
  margin: 0;
  padding: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: none;
  box-shadow: none;
}
.enlighter-default:hover .enlighter-toolbar {
  display: block;
}
.enlighter-default .enlighter-btn {
  display: inline-block;
  margin: 0 5px 0 5px;
  padding: 3px 5px 3px 5px;
  border: solid 1px #333;
  background-color: #f0f0f0;
  cursor: pointer;
  font-family: inherit;
}
.enlighter-default .enlighter-toolbar .enlighter-btn-raw {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20d%3D%22M19.436%2C36.875L6.568%2C25.002v-3.863L19.436%2C9.267v5.041l-9.583%2C8.668v0.188l9.583%2C8.669V36.875z%22%2F%3E%0D%0A%09%3Cpath%20d%3D%22M26.343%2C36.875v-5.041l9.583-8.669v-0.188l-9.583-8.668V9.267l12.868%2C11.872v3.863L26.343%2C36.875z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.enlighter-default .enlighter-toolbar .enlighter-btn-copy {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2253.75%22%20y1%3D%2239.353%22%20x2%3D%2286.375%22%20y2%3D%2239.353%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%2251.711%22%20y1%3D%2230.534%22%20x2%3D%2284.336%22%20y2%3D%2230.534%22%2F%3E%0D%0A%3Crect%20x%3D%228.932%22%20y%3D%227.334%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20width%3D%2221.097%22%20height%3D%2224.952%22%2F%3E%0D%0A%3Crect%20x%3D%2218.942%22%20y%3D%2215.424%22%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20width%3D%2221.096%22%20height%3D%2224.953%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.enlighter-default .enlighter-toolbar .enlighter-btn-window {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22Ebene_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%229.25%22%20x2%3D%2239.75%22%20y2%3D%229.25%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2218.167%22%20x2%3D%2239.75%22%20y2%3D%2218.167%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2227.083%22%20x2%3D%2239.75%22%20y2%3D%2227.083%22%2F%3E%0D%0A%3Cline%20fill%3D%22none%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20stroke-miterlimit%3D%2210%22%20x1%3D%227.125%22%20y1%3D%2236%22%20x2%3D%2229.809%22%20y2%3D%2236%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.enlighter-default .enlighter-toolbar .enlighter-btn-website {
  background-image: url(data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0D%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0D%0A%3Csvg%20version%3D%221.1%22%20id%3D%22E%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2246px%22%20height%3D%2246px%22%20viewBox%3D%220%200%2046%2046%22%20enable-background%3D%22new%200%200%2046%2046%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cg%3E%0D%0A%09%3Cpath%20fill%3D%22%23202F65%22%20d%3D%22M32.48%2C25.614H19.64l-4.933%2C9.826l17.746%2C0.037l-6.173%2C5.358L8.167%2C40.912L16.29%2C6.055h22.974l-5.734%2C5.354%0D%0A%09%09l-13.306-0.027l0.672%2C8.797h12.841L32.48%2C25.614z%22%2F%3E%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A);
}
.enlighter-origin {
  display: none !important;
}
.enlighter-clipboard {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.enlighter-v-inline {
  display: inline-block;
  overflow: inherit;
  margin: 0;
}
.enlighter-v-standard {
  display: block;
}
.enlighter-v-codegroup {
  display: block;
}
.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  position: relative;
}
div.enlighter {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  min-width: 100%;
  font-size: 10px;
  margin: 0;
  padding: 0;
  text-indent: 0;
  counter-reset: enlighter 0;
}
div.enlighter > div {
  display: table-row;
  margin: 0;
  border: solid 0 #fff;
  list-style: none;
  font-size: inherit;
  line-height: 14px;
  min-height: 14px;
}
div.enlighter > div > div {
  display: table-cell;
  padding-left: 10px;
}
div.enlighter > div > div::before {
  content: " ";
}
span.enlighter {
  display: inline-block;
  padding: 3px 5px 1px 5px;
  margin: 0 2px 0 2px;
}
.enlighter span {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: 12px;
  font-family: inherit;
}
.enlighter-linenumbers div.enlighter > div::before {
  white-space: nowrap;
  display: block;
  display: table-cell;
  width: 45px;
  min-width: 45px;
  counter-increment: enlighter;
  content: counter(enlighter, decimal) ".";
  text-align: right;
  padding-right: 8px;
}
.enlighter-toolbar {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.enlighter-overflow-scroll.enlighter-v-standard {
  overflow-x: auto;
  word-wrap: normal !important;
}
.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter-codegroup-wrapper {
  overflow-x: auto;
  word-wrap: normal !important;
}
.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter > div > div,
.enlighter-overflow-scroll.enlighter-v-standard .enlighter > div > div {
  white-space: pre !important;
}
.enlighter-overflow-scroll.enlighter-v-codegroup .enlighter-raw,
.enlighter-overflow-scroll.enlighter-v-standard .enlighter-raw {
  white-space: pre !important;
}
.enlighter-show-rawcode .enlighter-raw {
  display: block;
}
.enlighter-show-rawcode .enlighter {
  display: none !important;
}
.enlighter-t-dracula {
  background-color: #282a36;
  padding: 12px 0;
  border-radius: 6px;
}
.enlighter-t-dracula .enlighter-toolbar {
  top: 10px;
  right: 10px;
}
.enlighter-t-dracula .enlighter-btn {
  background-image: none;
  background-color: #44475a;
  color: #f8f8f2;
  font-size: 12px;
  padding: 2px 8px 2px 8px;
  margin: 0 5px 0 5px;
  border: none;
  border-radius: 4px;
  font-family: "Arial, Helvetica, sans-serif";
}
.enlighter-t-dracula .enlighter-btn:hover {
  background-color: #6272a4;
  color: #f8f8f2;
}
.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-raw {
  background-image: none;
}
.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-raw:after {
  content: "Raw";
}
.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-copy {
  background-image: none;
}
.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-copy:after {
  content: "Copy";
}
.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-window {
  background-image: none;
}
.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-window:after {
  content: "Extern";
}
.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-website {
  background-image: none;
}
.enlighter-t-dracula .enlighter-toolbar .enlighter-btn-website:after {
  content: "EnlighterJS";
}
.enlighter-t-dracula.enlighter-hover div.enlighter > div:hover {
  background-color: #44475a;
}
.enlighter-t-dracula .enlighter-raw {
  font-size: 15px;
  color: #f8f8f2;
  line-height: 22px;
  padding: 4px 5px 4px 55px;
}
.enlighter-t-dracula div.enlighter > div {
  padding: 1px 5px 1px 14px;
  line-height: 19px;
  color: #6272a4;
  background-color: #282a36;
}
.enlighter-t-dracula div.enlighter > div:first-child {
  padding-top: 5px;
}
.enlighter-t-dracula div.enlighter > div:last-child {
  padding-bottom: 5px;
}
.enlighter-t-dracula div.enlighter > div:after {
  content: " ";
}
.enlighter-t-dracula div.enlighter > div.enlighter-special {
  background-color: #44475a;
}
.enlighter-t-dracula.enlighter-linenumbers div.enlighter > div::before {
  font-size: 12px;
  color: #6272a4;
}
.enlighter-t-dracula .enlighter span {
  font-size: 15px;
}
.enlighter-t-dracula .enlighter-text {
  color: #f8f8f2;
}
.enlighter-t-dracula .enlighter-c0 {
  color: #6272a4;
}
.enlighter-t-dracula .enlighter-c1 {
  color: #6272a4;
}
.enlighter-t-dracula .enlighter-c2 {
  color: #6272a4;
}
.enlighter-t-dracula .enlighter-c9 {
  color: #6272a4;
}
.enlighter-t-dracula .enlighter-k0 {
  color: #ff79c6;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-k1 {
  color: #8be9fd;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-k2 {
  color: #ff79c6;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-k3 {
  color: #ff79c6;
}
.enlighter-t-dracula .enlighter-k4 {
  color: #8be9fd;
}
.enlighter-t-dracula .enlighter-k5 {
  color: #8be9fd;
}
.enlighter-t-dracula .enlighter-k6 {
  color: #8be9fd;
}
.enlighter-t-dracula .enlighter-k7 {
  color: #ffb86c;
}
.enlighter-t-dracula .enlighter-k8 {
  color: #8be9fd;
}
.enlighter-t-dracula .enlighter-k9 {
  color: #50fa7b;
}
.enlighter-t-dracula .enlighter-k10 {
  color: #50fa7b;
}
.enlighter-t-dracula .enlighter-e0 {
  color: #bd93f9;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-e1 {
  color: #bd93f9;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-e2 {
  color: #f1fa8c;
}
.enlighter-t-dracula .enlighter-e3 {
  color: #bd93f9;
}
.enlighter-t-dracula .enlighter-e4 {
  color: #bd93f9;
  font-style: italic;
}
.enlighter-t-dracula .enlighter-s0 {
  color: #f1fa8c;
}
.enlighter-t-dracula .enlighter-s1 {
  color: #f1fa8c;
}
.enlighter-t-dracula .enlighter-s2 {
  color: #f1fa8c;
}
.enlighter-t-dracula .enlighter-s3 {
  color: #f1fa8c;
}
.enlighter-t-dracula .enlighter-s4 {
  color: #f1fa8c;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-s5 {
  color: #f1fa8c;
  font-style: italic;
}
.enlighter-t-dracula .enlighter-n0 {
  color: #bd93f9;
}
.enlighter-t-dracula .enlighter-n1 {
  color: #bd93f9;
}
.enlighter-t-dracula .enlighter-n2 {
  color: #bd93f9;
}
.enlighter-t-dracula .enlighter-n3 {
  color: #bd93f9;
}
.enlighter-t-dracula .enlighter-n4 {
  color: #bd93f9;
}
.enlighter-t-dracula .enlighter-n5 {
  color: #bd93f9;
}
.enlighter-t-dracula .enlighter-m0 {
  color: #8be9fd;
}
.enlighter-t-dracula .enlighter-m1 {
  color: #8be9fd;
}
.enlighter-t-dracula .enlighter-m2 {
  color: #8be9fd;
}
.enlighter-t-dracula .enlighter-m3 {
  color: #8be9fd;
}
.enlighter-t-dracula .enlighter-g0 {
  color: #f8f8f2;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-g1 {
  color: #f8f8f2;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-t0 {
  color: #6272a4;
}
.enlighter-t-dracula .enlighter-t1 {
  color: #8be9fd;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-t2 {
  color: #8be9fd;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-t3 {
  color: #ff79c6;
}
.enlighter-t-dracula .enlighter-t4 {
  color: #ffb86c;
}
.enlighter-t-dracula .enlighter-t5 {
  color: #50fa7b;
}
.enlighter-t-dracula .enlighter-t6 {
  color: #f55;
}
.enlighter-t-dracula .enlighter-t7 {
  color: #f8f8f2;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-t8 {
  color: #f8f8f2;
}
.enlighter-t-dracula .enlighter-x1 {
  color: #ff79c6;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-x2 {
  color: #50fa7b;
}
.enlighter-t-dracula .enlighter-x10 {
  color: #f8f8f2;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-x11 {
  color: #50fa7b;
  font-weight: 700;
}
.enlighter-t-dracula .enlighter-x12 {
  color: #8be9fd;
  font-style: italic;
}
.enlighter-t-dracula .enlighter-x13 {
  color: #bd93f9;
}
.enlighter-t-dracula .enlighter-x14 {
  color: #bd93f9;
  font-style: italic;
}
.enlighter-t-dracula .enlighter-x15 {
  color: #ffb86c;
  font-style: italic;
}
.enlighter-t-dracula.enlighter-v-codegroup .enlighter-codegroup-switch {
  background-color: #282a36;
  padding: 10px;
}
.enlighter-t-dracula.enlighter-v-codegroup
  .enlighter-codegroup-switch
  .enlighter-btn {
  background-image: none;
  background-color: transparent;
  color: #f8f8f2;
  font-size: 14px;
  padding: 2px 8px 2px 8px;
  margin: 0 5px 0 5px;
  border: none;
  border-radius: 4px;
  font-family: "Arial, Helvetica, sans-serif";
}
.enlighter-t-dracula.enlighter-v-codegroup
  .enlighter-codegroup-switch
  .enlighter-btn.enlighter-active {
  background-color: #44475a;
  color: #f8f8f2;
}

.type-404 #content-inner {
  min-height: calc(100vh - 120px);
}
.type-404 .nc {
  margin: 0;
  padding: 0 20px;
}
.type-404 .error-content {
  display: grid;
  grid-template-columns: minmax(250px, 0.9fr) minmax(300px, 1.1fr);
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: clamp(32px, 7vw, 100px);
  margin: 42px auto 64px;
  padding: clamp(42px, 7vw, 84px) clamp(28px, 7vw, 88px);
  max-width: 980px;
  min-height: 390px;
  border: 1px solid #e7edf2;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 12px 36px rgba(31,45,61,0.055);
  box-shadow: 0 12px 36px rgba(31,45,61,0.055);
}
.type-404 .error-mark {
  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: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.type-404 .error-code {
  color: #1f2d3d;
  font-size: clamp(6.4rem, 14vw, 10.5rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.82;
}
.type-404 .error-line {
  display: block;
  margin-top: 28px;
  width: 72px;
  height: 4px;
  border-radius: 4px;
  background: #000;
}
.type-404 .error-info {
  max-width: 390px;
}
.type-404 .error-kicker {
  display: block;
  margin-bottom: 16px;
  color: #000;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
}
.type-404 .error_title {
  margin: 0 0 14px;
  color: #1f2d3d;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.25;
}
.type-404 .error_subtitle {
  margin: 0;
  color: rgba(31,45,61,0.58);
  font-size: 0.98em;
  line-height: 1.9;
}
.type-404 .error-actions {
  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;
  gap: 10px;
  margin-top: 28px;
}
.type-404 .error-action {
  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: 8px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 0.86em;
  line-height: 1;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, -ms-transform 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.type-404 .error-action i + span {
  margin-left: 0;
}
.type-404 .error-action:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
.type-404 .error-action-primary {
  background: #000;
  color: #fff;
}
.type-404 .error-action-primary:hover {
  background: #000;
  color: #fff;
}
.type-404 .error-action-secondary {
  border-color: #dfe7ed;
  background: #fff;
  color: #526170;
}
.type-404 .error-action-secondary:hover {
  border-color: rgba(0,0,0,0.45);
  color: #000;
}
.type-404 #footer {
  display: block;
}
@media screen and (max-width: 768px) {
  .type-404 #content-inner {
    min-height: 0;
  }
  .type-404 .nc {
    padding: 0 14px;
  }
  .type-404 .error-content {
    display: block;
    margin: 24px auto 42px;
    padding: 42px 26px 48px;
    min-height: 0;
    text-align: center;
  }
  .type-404 .error-mark {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 42px;
  }
  .type-404 .error-code {
    font-size: 6.4rem;
  }
  .type-404 .error-line {
    margin-top: 22px;
  }
  .type-404 .error-info {
    max-width: none;
  }
  .type-404 .error-actions {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.archive-firefly-page {
  width: 100%;
}
.archive-firefly-page .archive-filter-intro {
  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;
  gap: 14px;
  margin-bottom: 18px;
  padding: 22px 28px;
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 10px;
  background: var(--card-bg);
}
.archive-firefly-page .archive-filter-icon {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-size: 1.35em;
}
.archive-firefly-page .archive-filter-copy {
  min-width: 0;
}
.archive-firefly-page .archive-filter-label {
  margin-bottom: 3px;
  color: #000;
  font-size: 0.76em;
  font-weight: 700;
  line-height: 1.4;
}
.archive-firefly-page .archive-filter-title {
  margin: 0;
  overflow: hidden;
  color: var(--font-color);
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.25;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-firefly-page .archive-filter-description {
  margin: 5px 0 0;
  color: #858585;
  font-size: 0.88em;
  line-height: 1.5;
}
.archive-firefly-page .archive-filter-panel {
  padding: 24px 28px;
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 10px;
  background: var(--card-bg);
}
.archive-firefly-page .archive-filter-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.archive-firefly-page .archive-filter-heading-copy {
  min-width: 0;
}
.archive-firefly-page .archive-filter-heading-title {
  margin: 0;
  overflow: hidden;
  color: var(--font-color);
  font-size: 1.1em;
  font-weight: 700;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-firefly-page .archive-filter-heading-description {
  margin: 4px 0 0;
  color: #858585;
  font-size: 0.78em;
}
.archive-firefly-page .archive-filter-count {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 0.8em;
  font-weight: 700;
}
.archive-firefly-page .archive-filter-results .article-sort {
  margin: 0;
  padding-left: 0;
  border-left: 0;
}
.archive-firefly-page .archive-filter-results .article-sort-item {
  margin-left: 0;
}
.archive-firefly-page .archive-filter-results .article-sort-item:before {
  display: none;
}
.archive-firefly-page .archive-filter-results .article-sort-item.year {
  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;
  gap: 12px;
  margin: 18px 0 6px;
  padding: 0;
  color: var(--font-color);
  font-size: 1em;
  font-weight: 700;
}
.archive-firefly-page .archive-filter-results .article-sort-item.year:first-child {
  margin-top: 0;
}
.archive-firefly-page .archive-filter-results .article-sort-item.year:after {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: rgba(76,73,72,0.1);
  content: '';
}
.archive-firefly-page .archive-filter-results .article-sort-item:not(.year) {
  position: relative;
  display: grid;
  grid-template-columns: 86px 16px minmax(0, 1fr) minmax(100px, 24%);
  -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;
  min-height: 46px;
  margin: 0;
  padding: 7px 10px;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.archive-firefly-page .archive-filter-results .article-sort-item:not(.year):after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 103px;
  width: 1px;
  background: rgba(76,73,72,0.12);
  content: '';
  pointer-events: none;
}
.archive-firefly-page .archive-filter-results .article-sort-item:not(.year):hover {
  background: rgba(0,0,0,0.06);
}
.archive-firefly-page .archive-filter-results .article-sort-item:not(.year):hover .article-sort-item-title {
  color: #000;
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
.archive-firefly-page .archive-filter-results .article-sort-item:not(.year)[hidden] {
  display: none;
}
.archive-firefly-page .archive-filter-results .article-sort-item-info {
  display: contents;
  padding: 0;
}
.archive-firefly-page .archive-filter-results .article-sort-item-time {
  grid-column: 1;
  color: #858585;
  font-size: 0.78em;
  white-space: nowrap;
}
.archive-firefly-page .archive-filter-results .article-sort-item-time i {
  display: none;
}
.archive-firefly-page .archive-filter-results .article-sort-item-time time {
  padding-left: 0;
}
.archive-firefly-page .archive-filter-results .article-sort-item-title {
  grid-column: 3;
  min-width: 0;
  overflow: hidden;
  color: var(--font-color);
  font-size: 0.9em;
  font-weight: 600;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: color 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: color 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: color 0.2s ease, -ms-transform 0.2s ease;
  transition: color 0.2s ease, transform 0.2s ease;
}
.archive-firefly-page .archive-filter-results .article-sort-item-category {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 6px;
  border-radius: 4px;
  background: rgba(0,0,0,0.1);
  color: #000;
  font-size: 0.78em;
  font-weight: 600;
  vertical-align: 1px;
}
.archive-firefly-page .archive-filter-results .article-sort-item-title-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-firefly-page .archive-filter-results .article-sort-item-tags {
  grid-column: 4;
  min-width: 0;
  overflow: hidden;
  color: #858585;
  font-size: 0.74em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.archive-firefly-page .archive-filter-results .article-sort-item-tags a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.archive-firefly-page .archive-filter-results .article-sort-item-tags a:not(:last-child) {
  margin-right: 8px;
}
.archive-firefly-page .archive-filter-results .article-sort-item-tags a:hover {
  color: #000;
}
.archive-firefly-page .archive-filter-results .article-sort-item:not(.year) .article-sort-item-info:before {
  grid-column: 2;
  grid-row: 1;
  z-index: 1;
  width: 7px;
  height: 7px;
  margin-left: 4px;
  border: 2px solid var(--card-bg);
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.4);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.4);
  content: '';
}
.archive-firefly-page .archive-filter-results .article-sort-item:not(.year):after + .article-sort-item-info {
  min-width: 0;
}
.archive-firefly-page .archive-filter-empty {
  padding: 42px 20px 28px;
  color: #858585;
  text-align: center;
}
.archive-firefly-page .archive-filter-empty i {
  display: block;
  margin-bottom: 10px;
  color: rgba(0,0,0,0.55);
  font-size: 2em;
}
.archive-firefly-page .archive-filter-empty p {
  margin: 0;
  font-size: 0.9em;
}
.archive-firefly-page .archive-filter-results.is-empty {
  display: none;
}
@media screen and (max-width: 768px) {
  .archive-firefly-page .archive-filter-intro {
    padding: 18px;
  }
  .archive-firefly-page .archive-filter-icon {
    -webkit-flex-basis: 42px;
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 1.2em;
  }
  .archive-firefly-page .archive-filter-title {
    font-size: 1.35em;
  }
  .archive-firefly-page .archive-filter-panel {
    padding: 20px 12px;
  }
  .archive-firefly-page .archive-filter-heading {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
    padding: 0 6px;
  }
  .archive-firefly-page .archive-filter-results .article-sort-item:not(.year) {
    grid-template-columns: 70px 16px minmax(0, 1fr);
    padding: 7px 6px;
  }
  .archive-firefly-page .archive-filter-results .article-sort-item:not(.year):after {
    left: 87px;
  }
  .archive-firefly-page .archive-filter-results .article-sort-item-time {
    font-size: 0.72em;
  }
  .archive-firefly-page .archive-filter-results .article-sort-item-title {
    font-size: 0.84em;
  }
  .archive-firefly-page .archive-filter-results .article-sort-item-tags {
    display: none;
  }
}
.layout > .archive-firefly-page {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.article-sort {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 2px solid #333;
}
.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 #000;
  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: #333;
  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 #000;
  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;
  margin-bottom: 10px;
}
.article-sort-item.year:hover:before {
  border-color: #000;
}
.article-sort-item.year:before {
  border-color: var(--pseudo-hover);
}
.article-sort-item-time {
  color: var(--card-meta);
  font-size: 0.85em;
}
.article-sort-item-time time {
  padding-left: 6px;
  cursor: default;
}
.article-sort-item-title {
  color: var(--font-color);
  font-size: 1.05em;
  -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: #000;
  -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: 100px;
  height: 70px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .article-sort-item-img {
    width: 70px;
    height: 70px;
  }
}
.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;
}
.taxonomy-categories .taxonomy-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
}
.taxonomy-categories .taxonomy-category-card {
  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;
  gap: 14px;
  min-width: 0;
  padding: 22px 20px;
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 10px;
  background: var(--card-bg);
  color: var(--font-color);
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -moz-transform 0.25s ease;
  -o-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -o-transform 0.25s ease;
  -ms-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -ms-transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.taxonomy-categories .taxonomy-category-card:hover,
.taxonomy-categories .taxonomy-category-card:focus-visible {
  border-color: rgba(0,0,0,0.45);
  background: rgba(0,0,0,0.035);
  color: var(--font-color);
}
.taxonomy-categories .taxonomy-category-card:hover .taxonomy-category-icon,
.taxonomy-categories .taxonomy-category-card:focus-visible .taxonomy-category-icon {
  background: rgba(0,0,0,0.18);
}
.taxonomy-categories .taxonomy-category-card:hover .taxonomy-category-copy h2,
.taxonomy-categories .taxonomy-category-card:focus-visible .taxonomy-category-copy h2,
.taxonomy-categories .taxonomy-category-card:hover .taxonomy-category-arrow,
.taxonomy-categories .taxonomy-category-card:focus-visible .taxonomy-category-arrow {
  color: #000;
}
.taxonomy-categories .taxonomy-category-card:focus-visible {
  outline: 2px solid rgba(0,0,0,0.55);
  outline-offset: 3px;
}
.taxonomy-categories .taxonomy-category-icon {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  color: #000;
  font-size: 1.45em;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  -ms-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.taxonomy-categories .taxonomy-category-copy {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.taxonomy-categories .taxonomy-category-copy h2 {
  margin: 0;
  overflow: hidden;
  color: var(--font-color);
  font-size: 1.05em;
  font-weight: 700;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.taxonomy-categories .taxonomy-category-copy p {
  margin: 5px 0 0;
  color: #858585;
  font-size: 0.82em;
}
.taxonomy-categories .taxonomy-category-arrow {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #858585;
  font-size: 0.9em;
  -webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: color 0.25s ease, -moz-transform 0.25s ease;
  -o-transition: color 0.25s ease, -o-transform 0.25s ease;
  -ms-transition: color 0.25s ease, -ms-transform 0.25s ease;
  transition: color 0.25s ease, transform 0.25s ease;
}
.taxonomy-categories .taxonomy-category-card:hover .taxonomy-category-arrow {
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -o-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
@media screen and (max-width: 768px) {
  .taxonomy-categories .taxonomy-category-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .taxonomy-categories .taxonomy-category-card {
    padding: 17px 16px;
  }
}
#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: 10px 15px;
  max-width: 1350px;
  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: 60%;
  }
}
.layout > div:first-child:not(.nc) {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  padding: 20px 40px;
}
@media screen and (max-width: 768px) {
  .layout > div:first-child:not(.nc) {
    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;
  }
}
@media screen and (min-width: 900px) {
  .layout > div:first-child {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -o-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.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;
}
.recent-post-item,
.avatar-img,
.flink-item-icon {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
#page .flink-page-title {
  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;
  gap: 14px;
  margin: 0 0 22px;
  font-weight: normal;
  font-size: 1em;
}
#page .flink-page-title .flink-heading-icon {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 42px;
  -ms-flex: 0 0 42px;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0,0,0,0.12);
  color: #000;
  font-size: 18px;
}
#page .flink-page-title .flink-heading-copy {
  min-width: 0;
}
#page .flink-page-title .flink-heading-copy h1 {
  margin: 0;
  color: var(--font-color);
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.25;
}
#page .flink-page-title .flink-heading-copy p {
  margin: 4px 0 0;
  color: #858585;
  font-size: 0.5em;
  line-height: 1.6;
}
.flink-page {
  margin-bottom: 20px;
}
.flink-page .flink {
  width: 100%;
}
.flink-page .flink-panel,
.flink-page .flink-content {
  padding: 28px 32px;
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 12px;
  background: var(--card-bg);
}
.flink-page .flink-content {
  margin-top: 16px;
}
.flink-page .flink-content:empty {
  display: none;
}
.flink-page .flink-groups .flink-group-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  gap: 10px;
  margin: 26px 0 10px;
}
.flink-page .flink-groups .flink-group-heading:first-child {
  margin-top: 0;
}
.flink-page .flink-groups .flink-group-heading h3 {
  margin: 0;
  color: var(--font-color);
  font-size: 1.08em;
}
.flink-page .flink-groups .flink-group-heading p {
  margin: 0;
  color: #858585;
  font-size: 0.85em;
}
.flink-page .flink-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 12px;
}
.flink-page .flink-list[hidden] {
  display: none;
}
.flink-page .flink-list-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;
  gap: 12px;
  min-width: 0;
  min-height: 82px;
  padding: 10px 12px 10px 10px;
  overflow: hidden;
  border: 1px solid rgba(76,73,72,0.1);
  border-radius: 10px;
  background: var(--card-bg);
  color: var(--font-color);
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -moz-transform 0.25s ease;
  -o-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -o-transform 0.25s ease;
  -ms-transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, -ms-transform 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.flink-page .flink-list-item:hover,
.flink-page .flink-list-item:focus-visible {
  border-color: rgba(0,0,0,0.55);
  background: rgba(0,0,0,0.035);
  color: var(--font-color);
}
.flink-page .flink-list-item:hover .flink-item-icon,
.flink-page .flink-list-item:focus-visible .flink-item-icon {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.flink-page .flink-list-item:hover .flink-item-name,
.flink-page .flink-list-item:focus-visible .flink-item-name {
  color: #000;
}
.flink-page .flink-list-item:hover .flink-item-arrow,
.flink-page .flink-list-item:focus-visible .flink-item-arrow {
  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);
}
.flink-page .flink-list-item:focus-visible {
  outline: 2px solid rgba(0,0,0,0.65);
  outline-offset: 3px;
}
.flink-page .flink-list-item[hidden] {
  display: none;
}
.flink-page .flink-item-icon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 58px;
  -ms-flex: 0 0 58px;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  overflow: hidden;
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 10px;
  background: #f5f5f5;
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -o-transition: -o-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  transition: transform 0.25s ease;
}
.flink-page .flink-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}
.flink-page .flink-item-body {
  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;
  -ms-flex: 1;
  flex: 1;
  -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: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  min-width: 0;
  gap: 3px;
}
.flink-page .flink-item-name,
.flink-page .flink-item-desc {
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flink-page .flink-item-name {
  padding-right: 18px;
  font-weight: 700;
  font-size: 1em;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.flink-page .flink-item-desc {
  width: 100%;
  color: #858585;
  font-size: 0.82em;
}
.flink-page .flink-item-tag {
  max-width: 100%;
  padding: 1px 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,0,0,0.1);
  color: #000;
  font-size: 0.68em;
  line-height: 1.5;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flink-page .flink-item-arrow {
  position: absolute;
  top: 12px;
  right: 12px;
  color: #000;
  font-size: 0.82em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-5px, 5px);
  -moz-transform: translate(-5px, 5px);
  -o-transform: translate(-5px, 5px);
  -ms-transform: translate(-5px, 5px);
  transform: translate(-5px, 5px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
  -o-transition: opacity 0.25s ease, -o-transform 0.25s ease;
  -ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.flink-page .flink-loading,
.flink-page .flink-empty {
  padding: 36px 0;
  color: #858585;
  text-align: center;
}
.flink-page .flink-empty i {
  display: block;
  margin-bottom: 10px;
  color: rgba(0,0,0,0.55);
  font-size: 2em;
}
.flink-page .flink-empty p {
  margin: 0;
}
.flink-page .flink-application {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.flink-page .flink-info-card,
.flink-page .flink-notes {
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 12px;
  background: var(--card-bg);
}
.flink-page .flink-info-card-inner {
  padding: 24px;
}
.flink-page .flink-info-header {
  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;
  gap: 14px;
  margin-bottom: 20px;
}
.flink-page .flink-info-avatar {
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 58px;
  -ms-flex: 0 0 58px;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
}
.flink-page .flink-info-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  border: 2px solid rgba(0,0,0,0.18);
  border-radius: 12px;
  object-fit: cover;
}
.flink-page .flink-info-badge {
  position: absolute;
  right: -4px;
  bottom: -4px;
  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;
  width: 20px;
  height: 20px;
  border: 2px solid var(--card-bg);
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 9px;
}
.flink-page .flink-info-title {
  min-width: 0;
}
.flink-page .flink-info-title h3 {
  margin: 0;
  color: var(--font-color);
  font-size: 1.12em;
  line-height: 1.35;
}
.flink-page .flink-info-title p {
  margin: 4px 0 0;
  overflow: hidden;
  color: #858585;
  font-size: 0.84em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flink-page .flink-copy-list {
  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;
  gap: 8px;
}
.flink-page .flink-copy-row {
  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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
  min-width: 0;
  padding: 9px 10px 9px 12px;
  border-radius: 8px;
  background: rgba(0,0,0,0.035);
}
.flink-page .flink-copy-value {
  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;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  gap: 2px;
}
.flink-page .flink-copy-value strong {
  overflow: hidden;
  color: var(--font-color);
  font-size: 0.82em;
  font-weight: 500;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.flink-page .flink-copy-label {
  color: #858585;
  font-size: 0.68em;
}
.flink-page .flink-copy-button {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 28px;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: rgba(0,0,0,0.07);
  color: #858585;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.flink-page .flink-copy-button:hover,
.flink-page .flink-copy-button:focus-visible {
  background: rgba(0,0,0,0.13);
  color: #000;
}
.flink-page .flink-copy-button:focus-visible {
  outline: 2px solid rgba(0,0,0,0.5);
  outline-offset: 2px;
}
.flink-page .flink-copy-button .fa-check {
  display: none;
  color: #39a96b;
}
.flink-page .flink-copy-button.is-copied .fa-copy {
  display: none;
}
.flink-page .flink-copy-button.is-copied .fa-check {
  display: inline-block;
}
.flink-page .flink-apply-title {
  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;
  gap: 10px;
  margin-bottom: 20px;
}
.flink-page .flink-section-icon {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 30px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(0,0,0,0.12);
  color: #000;
  font-size: 13px;
}
.flink-page .flink-apply-steps {
  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;
  gap: 0;
}
.flink-page .flink-apply-step {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  gap: 12px;
  min-width: 0;
}
.flink-page .flink-apply-step:not(:last-child) {
  padding-bottom: 18px;
}
.flink-page .flink-apply-step:not(:last-child):after {
  position: absolute;
  top: 27px;
  bottom: 0;
  left: 12px;
  width: 1px;
  background: rgba(76,73,72,0.12);
  content: '';
}
.flink-page .flink-step-number {
  position: relative;
  z-index: 1;
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 25px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 0.72em;
  font-weight: 700;
}
.flink-page .flink-step-copy {
  min-width: 0;
  width: 100%;
}
.flink-page .flink-step-copy strong {
  display: block;
  margin: 2px 0 4px;
  color: var(--font-color);
  font-size: 0.88em;
}
.flink-page .flink-step-copy p {
  margin: 0;
  color: #858585;
  font-size: 0.78em;
  line-height: 1.7;
}
.flink-page .flink-apply-template {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 7px;
  background: rgba(0,0,0,0.035);
}
.flink-page .flink-apply-template code {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 5px 10px;
  color: var(--font-color);
  font-size: 0.75em;
  line-height: 1.8;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  word-break: break-all;
}
.flink-page .flink-apply-template .flink-copy-button {
  position: absolute;
  top: 8px;
  right: 8px;
}
.flink-page .flink-notes {
  margin-top: 16px;
  padding: 24px;
}
.flink-page .flink-notes-heading {
  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;
  gap: 9px;
  margin-bottom: 16px;
}
.flink-page .flink-notes-heading i {
  color: #000;
  font-size: 1em;
}
.flink-page .flink-notes-heading h3 {
  margin: 0;
  color: var(--font-color);
  font-size: 1em;
}
.flink-page .flink-notes ul {
  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;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.flink-page .flink-notes li {
  position: relative;
  padding-left: 15px;
  color: #858585;
  font-size: 0.84em;
  line-height: 1.7;
}
.flink-page .flink-notes li:before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  content: '';
}
.flink-page .flink-notes strong {
  color: var(--font-color);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .flink-page .flink-panel,
  .flink-page .flink-content {
    padding: 24px 18px;
  }
  .flink-page .flink-list {
    grid-template-columns: 1fr;
  }
  .flink-page .flink-application {
    grid-template-columns: 1fr;
  }
  .flink-page .flink-info-card-inner,
  .flink-page .flink-notes {
    padding: 20px 18px;
  }
  .flink-page .flink-group-heading {
    display: block;
  }
  .flink-page .flink-group-heading p {
    margin-top: 4px !important;
  }
}
@media screen and (max-width: 768px) {
  #page .flink-page-title {
    margin-bottom: 18px;
  }
}
#recent-posts .recent-post-item {
  position: relative;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 20px;
  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;
  height: 16.8em;
}
@media screen and (max-width: 768px) {
  #recent-posts .recent-post-item {
    height: 12.5em;
    padding: 10px;
  }
}
@media screen and (min-width: 2000px) {
  #recent-posts .recent-post-item {
    height: 18.8em;
  }
}
#recent-posts .recent-post-item:hover .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 .post_cover {
  overflow: hidden;
  border-radius: 5px;
  width: 42%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #recent-posts .recent-post-item .post_cover {
    width: 38%;
  }
}
#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;
}
#recent-posts .recent-post-item .post_cover .post-bg {
  z-index: -4;
}
#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: 0 16px;
    width: 62%;
  }
}
#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: 0 16px;
  }
}
#recent-posts .recent-post-item >.recent-post-info > .article-title {
  color: var(--text-highlight-color);
  font-weight: 700;
  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.18em;
    line-height: 1.3;
  }
}
#recent-posts .recent-post-item >.recent-post-info > .article-title:hover {
  color: #000;
}
#recent-posts .recent-post-item >.recent-post-info > .article-meta-wrap {
  margin: 6px 0;
  color: var(--card-meta);
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  #recent-posts .recent-post-item >.recent-post-info > .article-meta-wrap {
    margin: 4px 0;
    font-size: 0.76em;
  }
}
#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 a {
  color: var(--card-meta);
}
#recent-posts .recent-post-item >.recent-post-info > .article-meta-wrap a:hover {
  color: #000;
  text-decoration: underline;
}
#recent-posts .recent-post-item >.recent-post-info > .content {
  -webkit-line-clamp: 2;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  #recent-posts .recent-post-item >.recent-post-info > .content {
    font-size: 0.86em;
  }
}
#article-container .shuoshuo-item {
  margin-bottom: 20px;
  padding: 35px 30px 30px;
}
@media screen and (max-width: 768px) {
  #article-container .shuoshuo-item {
    padding: 25px 20px 20px;
  }
}
#article-container .shuoshuo-item-header {
  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;
  cursor: default;
}
#article-container .shuoshuo-avatar {
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 40px;
}
#article-container .shuoshuo-avatar img {
  margin: 0;
  width: 100%;
  height: 100%;
}
#article-container .shuoshuo-info {
  margin-left: 10px;
  line-height: 1.5;
}
#article-container .shuoshuo-date {
  color: #858585;
  font-size: 0.8em;
}
#article-container .shuoshuo-content {
  padding: 15px 0 10px;
}
#article-container .shuoshuo-content > *:last-child {
  margin-bottom: 0;
}
#article-container .shuoshuo-footer {
  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;
}
#article-container .shuoshuo-footer.flex-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#article-container .shuoshuo-footer.flex-end {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#article-container .shuoshuo-footer .shuoshuo-tag {
  display: inline-block;
  margin-right: 8px;
  padding: 0 8px;
  width: fit-content;
  border: 1px solid #000;
  border-radius: 12px;
  color: #000;
  font-size: 0.85em;
  cursor: default;
  -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-container .shuoshuo-footer .shuoshuo-tag:hover {
  background: #000;
  color: var(--white);
}
#article-container .shuoshuo-footer .shuoshuo-comment-btn {
  padding: 2px;
  color: #90a4ae;
  cursor: pointer;
}
#article-container .shuoshuo-footer .shuoshuo-comment-btn:hover {
  color: #000;
}
#article-container .shuoshuo-comment {
  padding-top: 10px;
}
#article-container .shuoshuo-comment.no-comment {
  display: none;
}
.shuoshuo-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
  padding: 20px 0;
/* 震動動畫 */
}
.shuoshuo-navigation button {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 2.7em;
  height: 2.7em;
  background-color: var(--btn-bg);
  color: var(--btn-color);
  font-size: 0.9em;
  line-height: 2.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;
  border-radius: 6px;
}
.shuoshuo-navigation button:hover:not(:disabled) {
  background-color: var(--btn-hover-color);
}
.shuoshuo-navigation button:disabled {
  background: #f5f5f5;
  color: #ccc;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  cursor: not-allowed;
}
.shuoshuo-navigation .shuoshuo-page-info {
  margin: 0 15px;
  color: #858585;
  white-space: nowrap;
  font-size: 0.9em;
}
.shuoshuo-navigation .shuoshuo-page-input {
  margin-right: 12px;
  padding: 0 15px;
  height: 2.7em;
  border: 1px solid var(--btn-bg);
  background: var(--card-bg);
  color: #858585;
  text-align: center;
  font-size: 0.9em;
  -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;
  border-radius: 6px;
/* 隱藏 number 輸入框的上下箭頭 */
/* Firefox */
  -moz-appearance: textfield;
/* 當作為頁碼按鈕時的樣式 */
/* 超出範圍時的紅色樣式 */
}
.shuoshuo-navigation .shuoshuo-page-input:focus {
  outline: none;
  border-width: 2px;
}
.shuoshuo-navigation .shuoshuo-page-input:focus::placeholder {
  color: transparent;
}
.shuoshuo-navigation .shuoshuo-page-input::-webkit-outer-spin-button,
.shuoshuo-navigation .shuoshuo-page-input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.shuoshuo-navigation .shuoshuo-page-input.shuoshuo-page-num {
  min-width: 40px;
  width: 40px;
  border: none;
  background: #000;
  color: var(--white);
  font-weight: 500;
  cursor: text;
}
.shuoshuo-navigation .shuoshuo-page-input.shuoshuo-page-num:focus {
  border: 1px solid #000;
  background: var(--white);
  color: #333;
}
.shuoshuo-navigation .shuoshuo-page-input.invalid {
  border-color: #ff4757;
  background-color: #ffeaea;
  color: #ff4757;
  -webkit-animation: shake 0.5s ease-in-out;
  -moz-animation: shake 0.5s ease-in-out;
  -o-animation: shake 0.5s ease-in-out;
  -ms-animation: shake 0.5s ease-in-out;
  animation: shake 0.5s ease-in-out;
}
@-moz-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@-o-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -o-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
}
.taxonomy-sponsor .sponsor-usage {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
  padding: 16px 20px;
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.045);
}
.taxonomy-sponsor .sponsor-usage > i {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 3px;
  color: #000;
  font-size: 0.95em;
}
.taxonomy-sponsor .sponsor-usage p {
  margin: 0;
  color: #858585;
  font-size: 0.86em;
  line-height: 1.7;
}
.taxonomy-sponsor .sponsor-methods-card,
.taxonomy-sponsor .sponsor-list-card {
  padding: 24px 28px;
}
.taxonomy-sponsor .sponsor-list-card {
  margin-top: 18px;
}
.taxonomy-sponsor .sponsor-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.taxonomy-sponsor .sponsor-method {
  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;
  min-width: 0;
  padding: 20px 18px 18px;
  border: 1px solid rgba(76,73,72,0.1);
  border-radius: 8px;
  background: var(--card-bg);
  -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: border-color 0.25s ease, box-shadow 0.25s ease, -moz-transform 0.25s ease;
  -o-transition: border-color 0.25s ease, box-shadow 0.25s ease, -o-transform 0.25s ease;
  -ms-transition: border-color 0.25s ease, box-shadow 0.25s ease, -ms-transform 0.25s ease;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}
.taxonomy-sponsor .sponsor-method-heading {
  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;
  gap: 9px;
}
.taxonomy-sponsor .sponsor-method-heading h3 {
  margin: 0;
  color: var(--font-color);
  font-size: 1em;
  font-weight: 700;
}
.taxonomy-sponsor .sponsor-method-icon {
  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;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(0,0,0,0.1);
  color: #000;
  font-size: 0.95em;
}
.taxonomy-sponsor .sponsor-method-description,
.taxonomy-sponsor .sponsor-scan-hint {
  margin: 7px 0 0;
  color: #858585;
  font-size: 0.78em;
  line-height: 1.5;
  text-align: center;
}
.taxonomy-sponsor .sponsor-qr-link {
  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;
  width: 178px;
  height: 178px;
  margin-top: 15px;
  padding: 8px;
  border: 1px solid rgba(76,73,72,0.1);
  border-radius: 8px;
  background: #fff;
  -webkit-transition: border-color 0.25s ease, -webkit-transform 0.25s ease;
  -moz-transition: border-color 0.25s ease, -moz-transform 0.25s ease;
  -o-transition: border-color 0.25s ease, -o-transform 0.25s ease;
  -ms-transition: border-color 0.25s ease, -ms-transform 0.25s ease;
  transition: border-color 0.25s ease, transform 0.25s ease;
}
.taxonomy-sponsor .sponsor-qr-link:hover,
.taxonomy-sponsor .sponsor-qr-link:focus-visible {
  border-color: rgba(0,0,0,0.55);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.taxonomy-sponsor .sponsor-qr-link:focus-visible {
  outline: 2px solid rgba(0,0,0,0.5);
  outline-offset: 3px;
}
.taxonomy-sponsor .sponsor-qr {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: contain;
}
.taxonomy-sponsor .sponsor-scan-hint {
  margin-top: 10px;
  color: #000;
}
.taxonomy-sponsor .sponsor-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
}
.taxonomy-sponsor .sponsor-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;
  gap: 10px;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid rgba(76,73,72,0.1);
  border-radius: 8px;
  -webkit-transition: border-color 0.25s ease, background-color 0.25s ease;
  -moz-transition: border-color 0.25s ease, background-color 0.25s ease;
  -o-transition: border-color 0.25s ease, background-color 0.25s ease;
  -ms-transition: border-color 0.25s ease, background-color 0.25s ease;
  transition: border-color 0.25s ease, background-color 0.25s ease;
}
.taxonomy-sponsor .sponsor-item:hover {
  border-color: rgba(0,0,0,0.4);
  background: rgba(0,0,0,0.035);
}
.taxonomy-sponsor .sponsor-avatar {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 38px;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  color: #000;
  font-size: 0.86em;
  font-weight: 700;
  object-fit: cover;
}
.taxonomy-sponsor .sponsor-item-body {
  min-width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.taxonomy-sponsor .sponsor-item-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 8px;
}
.taxonomy-sponsor .sponsor-item-top strong {
  overflow: hidden;
  color: var(--font-color);
  font-size: 0.84em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taxonomy-sponsor .sponsor-amount {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 0.76em;
  font-weight: 700;
}
.taxonomy-sponsor .sponsor-date,
.taxonomy-sponsor .sponsor-message {
  margin: 3px 0 0;
  overflow: hidden;
  color: #858585;
  font-size: 0.72em;
  line-height: 1.5;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .taxonomy-sponsor .sponsor-methods-card,
  .taxonomy-sponsor .sponsor-list-card {
    padding: 20px 18px;
  }
  .taxonomy-sponsor .sponsor-methods {
    grid-template-columns: 1fr;
  }
  .taxonomy-sponsor .sponsor-method {
    padding: 18px 14px 16px;
  }
  .taxonomy-sponsor .sponsor-list {
    grid-template-columns: 1fr;
  }
}
.taxonomy-tags .taxonomy-tag-card {
  padding: 28px 32px;
}
.taxonomy-tags .taxonomy-tags-list {
  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;
  gap: 10px;
}
.taxonomy-tags .taxonomy-tag {
  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;
  gap: 8px;
  padding: 7px 10px 7px 13px;
  border: 1px solid rgba(76,73,72,0.1);
  border-radius: 999px;
  background: rgba(76,73,72,0.035);
  color: var(--font-color);
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, -moz-transform 0.2s ease;
  -o-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, -o-transform 0.2s ease;
  -ms-transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, -ms-transform 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.taxonomy-tags .taxonomy-tag:hover,
.taxonomy-tags .taxonomy-tag:focus-visible {
  border-color: rgba(0,0,0,0.35);
  background: rgba(0,0,0,0.1);
  color: #000;
}
.taxonomy-tags .taxonomy-tag:focus-visible {
  outline: 2px solid rgba(0,0,0,0.55);
  outline-offset: 2px;
}
.taxonomy-tags .taxonomy-count {
  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;
  min-width: 22px;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(0,0,0,0.1);
  color: #000;
  font-size: 0.76em;
  font-weight: 700;
}
.taxonomy-tags .taxonomy-rank-card {
  margin-top: 16px;
  padding: 24px 32px;
}
.taxonomy-tags .taxonomy-ranking {
  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;
  gap: 4px;
}
.taxonomy-tags .taxonomy-rank-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;
  gap: 12px;
  margin: 0 -10px;
  padding: 9px 10px;
  border-radius: 8px;
  color: var(--font-color);
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.taxonomy-tags .taxonomy-rank-item:hover,
.taxonomy-tags .taxonomy-rank-item:focus-visible {
  background: rgba(0,0,0,0.06);
}
.taxonomy-tags .taxonomy-rank-item:hover .taxonomy-rank-meta > span,
.taxonomy-tags .taxonomy-rank-item:focus-visible .taxonomy-rank-meta > span {
  color: #000;
}
.taxonomy-tags .taxonomy-rank-item:focus-visible {
  outline: 2px solid rgba(0,0,0,0.55);
  outline-offset: 2px;
}
.taxonomy-tags .taxonomy-rank-number {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 26px;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
  color: #000;
  font-size: 0.8em;
  font-weight: 700;
}
.taxonomy-tags .taxonomy-rank-main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.taxonomy-tags .taxonomy-rank-meta {
  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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}
.taxonomy-tags .taxonomy-rank-meta > span {
  overflow: hidden;
  color: var(--font-color);
  font-size: 0.9em;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.taxonomy-tags .taxonomy-rank-meta strong {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #000;
  font-size: 0.76em;
  font-weight: 500;
}
.taxonomy-tags .taxonomy-rank-bar {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0,0,0,0.1);
}
.taxonomy-tags .taxonomy-rank-bar span {
  display: block;
  height: 100%;
  background: #000;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  -ms-transition: width 0.4s ease;
  transition: width 0.4s ease;
}
@media screen and (max-width: 768px) {
  .taxonomy-tags .taxonomy-tag-card,
  .taxonomy-tags .taxonomy-rank-card {
    padding: 22px 18px;
  }
  .taxonomy-tags .taxonomy-tags-list {
    gap: 8px;
  }
  .taxonomy-tags .taxonomy-tag {
    padding: 6px 9px 6px 11px;
    font-size: 0.84em;
  }
  .taxonomy-tags .taxonomy-rank-meta {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
  }
}
.taxonomy-detail-page {
  width: 100%;
}
.taxonomy-detail-page .taxonomy-detail-intro {
  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;
  gap: 14px;
  padding: 22px 28px;
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 10px;
  background: var(--card-bg);
}
.taxonomy-detail-page .taxonomy-detail-icon {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-size: 1.35em;
}
.taxonomy-detail-page .taxonomy-detail-copy {
  min-width: 0;
}
.taxonomy-detail-page .taxonomy-detail-label {
  margin-bottom: 3px;
  color: #000;
  font-size: 0.76em;
  font-weight: 700;
  line-height: 1.4;
}
.taxonomy-detail-page .taxonomy-detail-copy h1 {
  margin: 0;
  overflow: hidden;
  color: var(--font-color);
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.25;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taxonomy-detail-page .taxonomy-detail-copy p {
  margin: 5px 0 0;
  color: #858585;
  font-size: 0.88em;
  line-height: 1.5;
}
.taxonomy-detail-page .taxonomy-detail-list {
  margin-top: 18px;
  padding: 24px 28px;
}
.taxonomy-detail-page .taxonomy-detail-list-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.taxonomy-detail-page .taxonomy-detail-list-heading h2 {
  margin: 0;
  color: var(--font-color);
  font-size: 1.08em;
}
.taxonomy-detail-page .taxonomy-detail-list-heading span {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #858585;
  font-size: 0.78em;
}
.taxonomy-detail-page .taxonomy-detail-list .article-sort {
  margin-top: 0;
}
.taxonomy-detail-page .taxonomy-detail-list #pagination {
  margin-top: 12px;
}
.taxonomy-detail-page .taxonomy-detail-empty {
  padding: 42px 20px 28px;
  color: #858585;
  text-align: center;
}
.taxonomy-detail-page .taxonomy-detail-empty i {
  display: block;
  margin-bottom: 10px;
  color: rgba(0,0,0,0.55);
  font-size: 2em;
}
.taxonomy-detail-page .taxonomy-detail-empty p {
  margin: 0;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .taxonomy-detail-page .taxonomy-detail-intro {
    padding: 18px;
  }
  .taxonomy-detail-page .taxonomy-detail-icon {
    -webkit-flex-basis: 42px;
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 1.2em;
  }
  .taxonomy-detail-page .taxonomy-detail-copy h1 {
    font-size: 1.35em;
  }
  .taxonomy-detail-page .taxonomy-detail-list {
    padding: 20px 18px;
  }
  .taxonomy-detail-page .taxonomy-detail-list-heading {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
}
.layout > .taxonomy-detail-page {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.taxonomy-page {
  margin-bottom: 20px;
}
.taxonomy-page .taxonomy-intro {
  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;
  gap: 14px;
  margin-bottom: 18px;
  padding: 22px 28px;
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 10px;
  background: var(--card-bg);
}
.taxonomy-page .taxonomy-intro-icon {
  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;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #000;
  color: #fff;
  font-size: 1.4em;
}
.taxonomy-page .taxonomy-intro-copy {
  min-width: 0;
}
.taxonomy-page .taxonomy-intro-copy h1 {
  margin: 0;
  color: var(--font-color);
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.25;
}
.taxonomy-page .taxonomy-intro-copy p {
  margin: 5px 0 0;
  color: #858585;
  font-size: 0.88em;
  line-height: 1.5;
}
.taxonomy-page .taxonomy-card {
  border: 1px solid rgba(76,73,72,0.08);
  border-radius: 10px;
  background: var(--card-bg);
}
.taxonomy-page .taxonomy-card-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: baseline;
  -moz-box-align: baseline;
  -o-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.taxonomy-page .taxonomy-card-heading h2 {
  margin: 0;
  color: var(--font-color);
  font-size: 1.15em;
}
.taxonomy-page .taxonomy-card-heading span {
  color: #858585;
  font-size: 0.78em;
}
.taxonomy-page .taxonomy-empty {
  padding: 42px 20px;
  color: #858585;
  text-align: center;
}
.taxonomy-page .taxonomy-empty i {
  display: block;
  margin-bottom: 10px;
  color: rgba(0,0,0,0.55);
  font-size: 2em;
}
.taxonomy-page .taxonomy-empty p {
  margin: 0;
  font-size: 0.9em;
}
@media screen and (max-width: 768px) {
  .taxonomy-page .taxonomy-intro {
    padding: 18px;
  }
  .taxonomy-page .taxonomy-intro-icon {
    -webkit-flex-basis: 42px;
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    font-size: 1.2em;
  }
  .taxonomy-page .taxonomy-intro-copy h1 {
    font-size: 1.35em;
  }
}
#aside-content {
  width: 290px;
}
@media screen and (min-width: 900px) {
  #aside-content {
    padding-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  #aside-content {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #aside-content {
    display: none;
  }
}
#aside-content .card-widget {
  position: relative;
  overflow: hidden;
  margin-bottom: 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 .site-data {
  margin: 14px 0 4px;
}
#aside-content .item-headline {
  padding-bottom: 6px;
  font-size: 1.2em;
  border-bottom: 1px solid rgba(76,73,72,0.1);
}
#aside-content .item-headline span {
  font-weight: 700;
}
#aside-content .item-headline span:before {
  content: '*';
  font-weight: 500;
  color: #000;
  margin-right: 3px;
}
@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;
  line-height: 1.8;
}
#aside-content .card-tag-cloud a:hover {
  color: #000 !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: 4em;
  height: 4em;
  border-radius: 6px;
}
#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: var(--card-meta);
  font-size: 0.85em;
}
#aside-content .aside-list > .aside-list-item .content > .title,
#aside-content .aside-list > .aside-list-item .content > .comment {
  color: var(--font-color);
  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: #000;
}
#aside-content .aside-list > .aside-list-item.no-cover {
  min-height: 4.4em;
}
#aside-content .card-categories ul.card-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#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;
  margin: 2px 0;
  padding: 2px 8px;
  color: var(--font-color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 6px;
}
#aside-content .card-categories ul.card-category-list > .card-category-list-item a:hover {
  padding: 2px 12px;
  background-color: #000;
  color: var(--white);
}
#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;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  -moz-transition: max-height 0.3s ease, opacity 0.3s ease;
  -o-transition: max-height 0.3s ease, opacity 0.3s ease;
  -ms-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
#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 {
  max-height: 1000px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
#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-categories,
#aside-content .card-tags {
  padding: 18px 20px;
}
#aside-content .card-categories .item-headline,
#aside-content .card-tags .item-headline {
  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-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(76,73,72,0.1);
  color: var(--font-color);
  font-size: 1.02em;
  font-weight: 600;
  line-height: 1.4;
}
#aside-content .card-categories .item-headline i,
#aside-content .card-tags .item-headline i {
  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;
  margin-right: 8px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(0,0,0,0.08);
  color: #000;
  font-size: 0.82em;
}
#aside-content .card-categories .item-headline span,
#aside-content .card-tags .item-headline span {
  margin-left: 0;
}
#aside-content .card-categories .card-category-list {
  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;
  gap: 5px;
}
#aside-content .card-categories .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-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 7px 9px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: rgba(76,73,72,0.035);
  color: var(--font-color);
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
#aside-content .card-categories .card-category-list > .card-category-list-item > a:hover {
  padding: 7px 9px;
  border-color: rgba(0,0,0,0.2);
  background: rgba(0,0,0,0.07);
  color: #000;
}
#aside-content .card-categories .card-category-list > .card-category-list-item > a .card-category-list-name {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#aside-content .card-categories .card-category-list > .card-category-list-item > a .card-category-list-count {
  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;
  margin-left: 10px;
  min-width: 24px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  background: rgba(76,73,72,0.08);
  color: var(--card-meta);
  font-size: 0.76em;
  line-height: 1;
}
#aside-content .card-categories .card-category-list > .card-category-list-item > a:hover .card-category-list-count {
  color: #000;
}
#aside-content .card-categories .card-category-list > .card-category-list-item.parent > a .card-category-list-count {
  margin-right: 20px;
}
#aside-content .card-categories .card-category-list > .card-category-list-item.parent > a i {
  margin: 0 0 0 5px;
  padding: 0;
  color: var(--card-meta);
}
#aside-content .card-tags .card-tag-cloud {
  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;
  gap: 8px;
  margin: 0;
}
#aside-content .card-tags .card-tag-cloud a {
  display: -webkit-inline-box !important;
  display: -moz-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-box !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 28px;
  margin: 0 !important;
  padding: 4px 9px !important;
  border: 1px solid rgba(76,73,72,0.1);
  border-radius: 6px;
  background: rgba(76,73,72,0.035);
  color: var(--card-meta) !important;
  font-size: 0.82em !important;
  line-height: 1.35;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -o-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}
#aside-content .card-tags .card-tag-cloud a:before {
  margin-right: 3px;
  color: #000;
  content: '#';
}
#aside-content .card-tags .card-tag-cloud a:hover {
  background: #000;
  color: #fff !important;
}
#aside-content .card-tags .card-tag-cloud a:hover:before {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #aside-content .card-categories,
  #aside-content .card-tags {
    padding: 16px 18px;
  }
}
@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-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 8px;
  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;
  border-radius: 6px;
}
#aside-content #card-toc .toc-content .toc-link:hover {
  color: #000;
}
#aside-content #card-toc .toc-content .toc-link.active {
  background: #000;
  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;
}
.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;
}
.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: #000 !important;
}
.site-data > a .headline {
  color: var(--font-color);
  font-size: 0.95em;
}
.site-data > a .length-num {
  margin-top: -0.45em;
  color: var(--text-highlight-color);
  font-size: 1.2em;
}
@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;
}
#footer {
  position: relative;
  color: #242424;
}
#footer .footer-inner {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
#footer .footer-bar {
  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: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 66px;
  padding: 0 clamp(24px, 13vw, 264px);
  border: 1px solid rgba(36,36,36,0.12);
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(36,36,36,0.04);
  box-shadow: 0 1px 4px rgba(36,36,36,0.04);
  width: 100%;
  color: #242424;
  font-size: 0.84em;
  line-height: 1.5;
}
#footer .footer-copyright,
#footer .footer-links {
  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;
  white-space: nowrap;
}
#footer .footer-copyright {
  gap: 0;
}
#footer .footer-copyright-text {
  font-weight: 500;
}
#footer .footer-separator {
  margin: 0 10px;
  color: rgba(36,36,36,0.45);
}
#footer a {
  color: #242424;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#footer a:hover {
  color: #000;
}
#footer a:focus-visible {
  outline: 2px solid #000;
  outline-offset: 3px;
}
#footer .footer-links {
  gap: 18px;
}
#footer .footer-links .footer-link {
  position: relative;
}
#footer .footer-links .footer-link + .footer-link:before {
  position: absolute;
  top: 50%;
  left: -11px;
  color: rgba(36,36,36,0.45);
  content: '·';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 0 10px 10px;
  }
  #footer .footer-bar {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    padding: 16px 20px;
    border-radius: 26px;
  }
  #footer .footer-copyright,
  #footer .footer-links {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }
  #footer .footer-links {
    gap: 14px;
  }
}
#page-header {
  position: relative;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
  background: transparent;
}
#page-header.fixed .nav-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 91;
  height: 60px;
  background: #fff;
  border-bottom: 1px solid rgba(31,45,61,0.08);
  -webkit-box-shadow: 0 8px 24px rgba(18,38,63,0.1);
  box-shadow: 0 8px 24px rgba(18,38,63,0.1);
  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);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
  will-change: auto;
  backdrop-filter: blur(7px);
}
#page-header.fixed .nav-wrapper #nav #blog-info {
  color: var(--font-color);
}
#page-header.fixed .nav-wrapper #nav #blog-info:hover {
  color: #000;
}
#page-header.fixed .nav-wrapper #nav #blog-info .site-name {
  color: var(--font-color);
  text-shadow: none;
}
#page-header.fixed .nav-wrapper #nav a,
#page-header.fixed .nav-wrapper #nav span.site-page,
#page-header.fixed .nav-wrapper #nav #toggle-menu {
  color: var(--font-color);
  text-shadow: none;
}
#page-header.fixed .nav-wrapper #nav a:hover,
#page-header.fixed .nav-wrapper #nav span.site-page:hover,
#page-header.fixed .nav-wrapper #nav #toggle-menu:hover {
  color: #000;
}
#page-header.fixed .nav-wrapper #nav .menus_item > .site-page:hover,
#page-header.fixed .nav-wrapper #nav .nav-actions .site-page:hover {
  background: rgba(0,0,0,0.1);
  border-color: rgba(0,0,0,0.16);
}
#page-header.fixed + .layout > .aside-content > .sticky_layout {
  top: 74px;
  -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 .page-title {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 2em;
}
#post > #post-info {
  margin-bottom: 30px;
}
#post > #post-info .post-title {
  padding-bottom: 4px;
  font-weight: 700;
  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;
  font-weight: 700;
  color: var(--text-highlight-color);
  font-weight: normal;
  font-size: 2.2em;
  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 {
  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-lines: single;
  -moz-box-lines: single;
  -o-box-lines: single;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: 12px;
  max-width: 100%;
  overflow-x: auto;
  color: var(--card-meta);
  font-size: 90%;
  line-height: 1.5;
  scrollbar-width: none;
  white-space: nowrap;
}
#post-info #post-meta::-webkit-scrollbar {
  display: none;
}
#post-info #post-meta .post-meta-row {
  display: contents;
}
#post-info #post-meta .post-meta-item {
  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;
  min-height: 24px;
  white-space: nowrap;
}
#post-info #post-meta .post-meta-item .post-meta-icon {
  margin-right: 5px;
  color: #000;
  font-size: 0.9em;
}
#post-info #post-meta .post-meta-item .post-meta-label {
  margin-right: 4px;
}
#post-info #post-meta .post-meta-item .post-meta-value {
  color: var(--font-color);
  font-weight: 500;
}
#post-info #post-meta .post-meta-date {
  gap: 0;
}
#post-info #post-meta .post-meta-date-entry {
  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;
}
#post-info #post-meta .post-meta-date-entry + .post-meta-date-entry {
  margin-left: 5px;
}
#post-info #post-meta .post-meta-date-entry + .post-meta-date-entry:before {
  margin-right: 5px;
  color: var(--card-meta);
  content: '・';
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
#post-info #post-meta .meta-secondline .post-meta-item:before {
  margin-right: 5px;
  color: var(--card-meta);
  content: '・';
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
#post-info #post-meta a {
  color: var(--card-meta);
}
#post-info #post-meta a:hover {
  color: #000;
}
@media screen and (max-width: 768px) {
  #post-info #post-meta {
    gap: 10px;
    margin-top: 10px;
    font-size: 88%;
  }
  #post-info #post-meta .post-meta-date-entry + .post-meta-date-entry {
    margin-left: 10px;
  }
  #post-info #post-meta .post-meta-date-entry + .post-meta-date-entry:before {
    margin-right: 10px;
  }
}
#nav {
  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: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
  max-width: 1350px;
  height: 60px;
  font-size: 1em;
}
#nav #blog-info > .nav-page-title {
  display: none !important;
}
#nav #blog-info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  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;
  color: var(--light-grey);
}
#nav #blog-info .nav-site-title {
  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;
  min-height: 38px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#nav #blog-info .nav-site-title {
  padding: 0 14px 0 0;
}
#nav #blog-info .site-name {
  max-width: 180px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#nav #toggle-menu {
  display: none;
  padding: 0;
  vertical-align: top;
}
#nav #toggle-menu:hover {
  color: var(--white);
}
#nav #menus {
  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;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-width: 0;
}
#nav a,
#nav span.site-page {
  color: var(--light-grey);
}
#nav a:hover,
#nav span.site-page:hover {
  color: var(--white);
}
#nav .site-name {
  text-shadow: 1px 2px 4px rgba(0,0,0,0.18);
  font-weight: bold;
}
#nav .menus_items {
  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;
  gap: 4px;
}
#nav .menus_items .menus_item {
  position: relative;
  display: block;
}
#nav .menus_items .menus_item:hover .menus_item_child {
  display: block;
}
#nav .menus_items .menus_item:hover > span > 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 > .site-page {
  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;
  gap: 7px;
  margin: 0;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 8px;
  line-height: 1.2;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -ms-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
#nav .menus_items .menus_item > .site-page:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.2);
}
#nav .menus_items .menus_item > span.site-page > i:last-child {
  margin-left: 1px;
  padding: 0;
  font-size: 0.72em;
  -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;
  top: calc(100% + 8px);
  left: 0;
  display: none;
  margin: 0;
  padding: 7px;
  width: max-content;
  min-width: 160px;
  background-color: rgba(255,255,255,0.96);
  border: 1px solid rgba(255,255,255,0.6);
  -webkit-box-shadow: 0 12px 28px rgba(18,38,63,0.18);
  box-shadow: 0 12px 28px rgba(18,38,63,0.18);
  -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;
  border-radius: 10px;
  backdrop-filter: blur(12px);
}
#nav .menus_items .menus_item .menus_item_child:before {
  position: absolute;
  top: -10px;
  left: 8px;
  width: 50px;
  height: 12px;
  content: '';
}
#nav .menus_items .menus_item .menus_item_child li {
  list-style: none;
  border-radius: 7px;
}
#nav .menus_items .menus_item .menus_item_child li:hover {
  background: rgba(0,0,0,0.1);
  border-radius: 7px;
}
#nav .menus_items .menus_item .menus_item_child li a {
  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;
  gap: 8px;
  padding: 9px 12px;
  width: 100%;
  color: var(--font-color) !important;
  text-shadow: none !important;
  white-space: nowrap;
}
#nav.hide-menu #toggle-menu {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: box !important;
  display: flex !important;
  -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;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: rgba(255,255,255,0.12);
}
#nav.hide-menu #toggle-menu .site-page {
  padding: 0;
  font-size: 1.05em;
}
#nav.hide-menu .menus_items {
  display: none;
}
#nav.hide-menu .nav-actions {
  margin-left: auto;
}
#nav .nav-actions {
  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;
  gap: 8px;
  margin-left: auto;
}
#nav .nav-actions #search-button {
  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;
}
#nav .nav-actions #search-button .site-page {
  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;
  gap: 7px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 8px;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: background-color 0.2s ease, border-color 0.2s ease;
  -ms-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
#nav .nav-actions #search-button .site-page:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.2);
}
#nav .site-page {
  position: relative;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
  font-size: 0.9em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #nav {
    height: 56px;
    padding: 0 16px;
  }
  #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;
    min-width: 0;
  }
  #nav #blog-info .nav-site-title {
    padding-right: 8px;
  }
  #nav #blog-info .site-name {
    max-width: 145px;
  }
  #nav #menus {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  #nav .nav-actions {
    gap: 4px;
  }
  #nav .nav-actions #search-button .site-page {
    padding: 9px;
  }
  #nav .nav-actions #search-button span:not(.site-page) {
    display: none;
  }
  #nav.hide-menu .nav-actions {
    margin-left: 0;
  }
  #nav.hide-menu #toggle-menu {
    width: 36px;
    height: 36px;
  }
}
#pagination .pagination {
  margin-top: 20px;
  text-align: center;
}
#pagination .page-number.current {
  background: #000;
  color: var(--white);
}
#pagination .full-width {
  width: 100% !important;
}
#pagination .pagination-related {
  height: 150px;
}
@media screen and (min-width: 768px) {
  #pagination .pagination-related {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -o-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
#pagination .pagination-related .info-1 .info-item-2 {
  -webkit-line-clamp: 1;
}
#pagination .pagination-related .info-2 .info-item-1 {
  -webkit-line-clamp: 2;
}
#pagination.pagination-post {
  overflow: hidden;
  margin-top: 40px;
  width: 100%;
  border-radius: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
@media screen and (max-width: 768px) {
  #pagination.pagination-post {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.layout .pagination > * {
  display: inline-block;
  margin: 6px;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
}
.layout .pagination > *:not(.space):hover {
  background: var(--btn-hover-color);
  color: var(--btn-color);
}
#archive .pagination {
  margin-top: 30px;
}
#archive .pagination > *:not(.space) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination-related {
  position: relative;
  display: inline-block;
  overflow: hidden;
  background: #000;
  vertical-align: bottom;
}
.pagination-related.next-post .info {
  text-align: right;
}
.pagination-related .info .info-1,
.pagination-related .info .info-2 {
  padding: 20px 40px;
  color: var(--white);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.pagination-related .info .info-1 .info-item-1 {
  color: var(--light-grey);
  text-transform: uppercase;
  font-size: 90%;
}
.pagination-related .info .info-1 .info-item-2 {
  color: var(--white);
  font-weight: 500;
}
.pagination-related .info .info-2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pagination-related:not(.no-desc):hover .info-1 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.pagination-related:not(.no-desc):hover .info-2 {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.container {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.container.post-content a:not(.headerlink) {
  color: #000;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-skip-ink: auto;
  padding: 2px 5px;
  -webkit-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -moz-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -o-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -ms-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.container.post-content a:not(.headerlink):hover {
  border-radius: 3px;
  background: #000;
  color: #fff;
}
.container.post-content a:not(.headerlink):focus-visible {
  outline: 2px solid rgba(73,177,245,0.65);
  outline-offset: 3px;
}
.container.post-content a.headerlink,
.container.post-content a img,
.container.post-content code a,
.container.post-content pre a,
.container.post-content .highlight a {
  padding: 0;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.container.post-content a.headerlink:hover,
.container.post-content a img:hover,
.container.post-content code a:hover,
.container.post-content pre a:hover,
.container.post-content .highlight a:hover {
  color: inherit;
}
.container.post-content a.headerlink:focus-visible,
.container.post-content a img:focus-visible,
.container.post-content code a:focus-visible,
.container.post-content pre a:focus-visible,
.container.post-content .highlight a:focus-visible {
  outline: none;
}
.container.post-content blockquote a:not(.headerlink),
.container.post-content .note a:not(.headerlink),
.container.post-content .tabs a:not(.headerlink) {
  text-underline-offset: 3px;
}
.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;
  border-radius: 6px;
}
.container p {
  margin: 0 0 16px;
}
.container iframe {
  margin: 0 0 20px;
}
.container kbd {
  margin: 0 3px;
  padding: 3px 5px;
  border: 1px solid #b4b4b4;
  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;
  border-radius: 3px;
}
.container ol ol,
.container ul ol,
.container ol ul,
.container ul ul {
  padding-left: 20px;
}
.container ol li,
.container ul li {
  margin: 4px 0;
}
.container ol p,
.container ul p {
  margin: 0 0 8px;
}
.container > :last-child {
  margin-bottom: 0 !important;
}
.container hr {
  margin: 20px 0;
}
#post .post-tags {
  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-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  margin: 34px 0 14px;
  padding: 16px 0 2px;
  border-top: 1px solid rgba(76,73,72,0.12);
  color: var(--card-meta);
  font-size: 0.88em;
}
#post .post-tags-label {
  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;
  gap: 6px;
  min-height: 28px;
  color: var(--font-color);
  font-weight: 600;
}
#post .post-tags-label i {
  color: #000;
}
#post .post-tags-list {
  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;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#post .post-tags-list li {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
}
#post .post-tags-list .post-tag {
  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;
  min-height: 28px;
  padding: 3px 10px;
  border: 1px solid rgba(76,73,72,0.12);
  border-radius: 6px;
  background: rgba(76,73,72,0.035);
  color: var(--card-meta);
  line-height: 1.4;
}
#post .post-tags-list .post-tag:before {
  margin-right: 3px;
  color: #000;
  content: '#';
}
#post .post-tags-list .post-tag:hover {
  border-color: rgba(0,0,0,0.45);
  background: rgba(0,0,0,0.08);
  color: #000;
}
@media screen and (max-width: 768px) {
  #post .post-tags {
    gap: 8px;
    margin-top: 28px;
    padding-top: 13px;
  }
  #post .post-tags-list {
    gap: 6px;
  }
}
#post .post-copyright {
  position: relative;
  margin: 20px 0 10px;
  padding: 10px 16px;
  border: 1px dashed #666;
  -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;
  border-radius: 6px;
}
#post .post-copyright:before {
  position: absolute;
  top: 2px;
  right: 12px;
  color: #000;
  content: '\f1f9';
  font-size: 1.3em;
}
#post .post-copyright .post-copyright-meta {
  color: #000;
  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 {
  color: #000;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  text-decoration-skip-ink: auto;
  padding: 2px 5px;
  -webkit-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -moz-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -o-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  -ms-transition: color 0.2s ease, text-decoration-color 0.2s ease;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
#post .post-copyright .post-copyright-info a:hover {
  background: #000;
  color: #fff;
  border-radius: 3px;
}
#post #post-outdate-notice {
  position: relative;
  margin: 0 0 20px;
  padding: 0.5em 1.2em;
  background-color: #ffe6e6;
  color: #f66;
  border-radius: 3px;
  padding: 0.5em 1em 0.5em 2.6em;
  border-left: 5px solid #ff8080;
}
#post #post-outdate-notice .num {
  padding: 0 4px;
}
#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%);
}
.relatedPosts {
  margin-top: 40px;
}
.relatedPosts > .headline {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.43em;
}
.relatedPosts > .relatedPosts-list > a {
  margin: 3px;
  width: calc(33.333% - 6px);
  height: 200px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .relatedPosts > .relatedPosts-list > a {
    margin: 2px;
    width: calc(50% - 4px);
    height: 150px;
  }
}
@media screen and (max-width: 600px) {
  .relatedPosts > .relatedPosts-list > a {
    width: calc(100% - 4px);
  }
}
.relatedPosts > .relatedPosts-list .info .info-1 .info-item-2 {
  -webkit-line-clamp: 2;
}
.relatedPosts > .relatedPosts-list .info .info-2 .info-item-1 {
  -webkit-line-clamp: 3;
}
.post-reward {
  position: relative;
  margin-top: 30px;
  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;
  border-radius: 6px;
}
.post-reward .reward-button i {
  margin-right: 5px;
  vertical-align: baseline;
}
.post-reward:hover .reward-button {
  background: var(--btn-hover-color);
}
.post-reward:hover > .reward-main {
  display: block;
}
.post-reward .reward-main {
  position: absolute;
  bottom: 50px;
  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;
  background: var(--reward-pop);
  border-radius: 6px;
}
.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;
}
#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: -330px;
  z-index: 103;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 5px;
  width: 330px;
  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 .site-data {
  padding: 0 10px;
}
#sidebar #sidebar-menus hr {
  margin: 20px auto;
}
#sidebar #sidebar-menus .menus_items {
  margin: 20px;
  padding: 15px;
  background: var(--sidebar-menu-bg);
  -webkit-box-shadow: 0 0 1px 1px rgba(7,17,27,0.05);
  box-shadow: 0 0 1px 1px rgba(7,17,27,0.05);
  border-radius: 10px;
}
#sidebar #sidebar-menus .menus_items .site-page {
  position: relative;
  display: block;
  margin: 4px 0;
  padding: 2px 23px 2px 15px;
  color: var(--font-color);
  font-size: 1.15em;
  cursor: pointer;
  border-radius: 6px;
}
#sidebar #sidebar-menus .menus_items .site-page:hover {
  background: var(--text-bg-hover);
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  color: var(--white);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -o-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
#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.6em;
  right: 10px;
  -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 {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
#sidebar #sidebar-menus .menus_items .menus_item_child {
  margin: 0;
  padding-left: 25px;
  max-height: 0;
  list-style: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
  -o-transition: -o-transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, max-height 0.3s ease;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  will-change: transform, opacity, max-height;
}
#sidebar #sidebar-menus .site-page.group:not(.hide) + .menus_item_child {
  max-height: 1000px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#waline-wrap {
  --waline-font-size: 1.1em;
  --waline-theme-color: #000;
  --waline-active-color: #000;
}
#waline-wrap .wl-comment-actions > button:not(last-child) {
  padding-right: 4px;
}
.medium-zoom-image--opened {
  z-index: 99999 !important;
  margin: 0 !important;
}
.medium-zoom-overlay {
  z-index: 99999 !important;
}
.snackbar-container.snackbar-css {
  border-radius: 5px;
  opacity: 0.85 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" !important;
  filter: alpha(opacity=85) !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,
  .f-carousel__toolbar__column.is-middle {
    visibility: hidden;
  }
}
.container .btn-center {
  margin: 0 0 20px;
  text-align: center;
}
.container .btn-beautify {
  display: inline-block;
  margin: 0 4px 6px;
  padding: 0 15px;
  background-color: var(--btn-beautify-color, var(--btn-default-color));
  color: var(--btn-color, #fff);
  vertical-align: top;
  line-height: 2;
  border-radius: 6px;
}
.container .btn-beautify.blue {
  --btn-beautify-color: var(--tags-blue-color);
}
.container .btn-beautify.pink {
  --btn-beautify-color: var(--tags-pink-color);
}
.container .btn-beautify.red {
  --btn-beautify-color: var(--tags-red-color);
}
.container .btn-beautify.purple {
  --btn-beautify-color: var(--tags-purple-color);
}
.container .btn-beautify.orange {
  --btn-beautify-color: var(--tags-orange-color);
}
.container .btn-beautify.green {
  --btn-beautify-color: var(--tags-green-color);
}
.container .btn-beautify:hover {
  background-color: var(--btn-hover-color);
}
.container .btn-beautify:not(.block) + .btn-beautify:not(.block) {
  margin: 0 4px 20px;
}
.container .btn-beautify.block {
  display: block;
  margin: 0 0 20px;
  width: fit-content;
  width: -moz-fit-content;
}
.container .btn-beautify.block.center {
  margin: 0 auto 20px;
}
.container .btn-beautify.block.right {
  margin: 0 0 20px auto;
}
.container .btn-beautify.larger {
  padding: 6px 15px;
}
.container .btn-beautify.outline {
  border: 1px solid transparent;
  border-color: var(--btn-beautify-color, var(--btn-default-color));
  background-color: transparent;
  color: var(--btn-beautify-color, var(--btn-default-color));
}
.container .btn-beautify.outline i,
.container .btn-beautify.outline span {
  -webkit-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.container .btn-beautify.outline::before {
  background: -webkit-linear-gradient(0deg, transparent, rgba(0,0,0,0.1), transparent);
  background: -moz-linear-gradient(0deg, transparent, rgba(0,0,0,0.1), transparent);
  background: -o-linear-gradient(0deg, transparent, rgba(0,0,0,0.1), transparent);
  background: -ms-linear-gradient(0deg, transparent, rgba(0,0,0,0.1), transparent);
  background: linear-gradient(90deg, transparent, rgba(0,0,0,0.1), transparent);
}
.container .btn-beautify.outline:hover {
  border-color: var(--btn-beautify-color, var(--btn-default-color));
  background-color: var(--btn-beautify-color, var(--btn-default-color));
  color: var(--btn-color) !important;
}
.container .btn-beautify.outline:hover i,
.container .btn-beautify.outline:hover span {
  color: var(--btn-color);
}
.container figure.gallery-group {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 6px 4px;
  width: calc(50% - 8px);
  height: 250px;
  border-radius: 10px;
  background: #000;
  -webkit-transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 600px) {
  .container figure.gallery-group {
    width: calc(100% - 8px);
  }
}
@media screen and (min-width: 1024px) {
  .container figure.gallery-group {
    width: calc(100% / 3 - 8px);
  }
}
.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);
}
.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);
}
.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);
}
.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;
}
.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;
}
.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);
}
.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;
}
.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;
}
.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);
}
.container .gallery-group-main {
  overflow: auto;
  padding: 0 0 16px;
}
.container .gallery-container {
  margin: 0 0 20px;
  text-align: center;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.container .gallery-container.loaded {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.container .gallery-container img {
  display: initial;
  margin: 0;
  width: 100%;
  height: 100%;
}
.container .gallery-container .gallery-data {
  display: none;
}
.container .gallery-container button {
  margin-top: 25px;
  padding: 8px 14px;
  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;
  border-radius: 5px;
}
.container .gallery-container button:hover {
  background: var(--btn-hover-color);
}
.container .gallery-container button:hover i {
  margin-left: 8px;
}
.container .gallery-container button i {
  margin-left: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.container .loading-container {
  display: inline-block;
  overflow: hidden;
  width: 154px;
  height: 154px;
}
.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;
}
.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);
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: #000;
  color: var(--white);
  border-radius: 6px;
}
.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;
  border-radius: 5px;
  overflow: hidden;
}
.toggle > .toggle-content {
  margin: 30px 24px;
}
.toggle > .toggle-button {
  padding: 6px 15px;
  background: #f0f0f0;
  color: #1f2d3d;
  list-style: none;
  cursor: pointer;
}
.toggle > .toggle-button::-webkit-details-marker {
  display: none;
}
.toggle > .toggle-button::before {
  margin-right: 8px;
  content: '\f0d7';
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.toggle[open] summary::before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.container .inline-img {
  display: inline;
  margin: 0 3px;
  height: 1.1em;
  vertical-align: text-bottom;
}
.hl-label {
  padding: 2px 4px;
  color: var(--btn-color, #fff);
  border-radius: 3px;
}
.hl-label.default {
  background-color: var(--btn-default-color);
}
.hl-label.blue {
  background-color: var(--tags-blue-color);
}
.hl-label.pink {
  background-color: var(--tags-pink-color);
}
.hl-label.red {
  background-color: var(--tags-red-color);
}
.hl-label.purple {
  background-color: var(--tags-purple-color);
}
.hl-label.orange {
  background-color: var(--tags-orange-color);
}
.hl-label.green {
  background-color: var(--tags-green-color);
}
.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: var(--tags-blue-color) !important;
}
.note.blue:not(.disabled).modern {
  border-left-color: transparent !important;
  color: var(--tags-blue-color);
}
.note.blue:not(.disabled):not(.simple) {
  background: var(--tags-blue-color-lighten);
}
.note.blue > .note-icon {
  color: var(--tags-blue-color);
}
.note.pink:not(.disabled) {
  border-left-color: var(--tags-pink-color) !important;
}
.note.pink:not(.disabled).modern {
  border-left-color: transparent !important;
  color: var(--tags-pink-color);
}
.note.pink:not(.disabled):not(.simple) {
  background: var(--tags-pink-color-lighten);
}
.note.pink > .note-icon {
  color: var(--tags-pink-color);
}
.note.red:not(.disabled) {
  border-left-color: var(--tags-red-color) !important;
}
.note.red:not(.disabled).modern {
  border-left-color: transparent !important;
  color: var(--tags-red-color);
}
.note.red:not(.disabled):not(.simple) {
  background: var(--tags-red-color-lighten);
}
.note.red > .note-icon {
  color: var(--tags-red-color);
}
.note.purple:not(.disabled) {
  border-left-color: var(--tags-purple-color) !important;
}
.note.purple:not(.disabled).modern {
  border-left-color: transparent !important;
  color: var(--tags-purple-color);
}
.note.purple:not(.disabled):not(.simple) {
  background: var(--tags-purple-color-lighten);
}
.note.purple > .note-icon {
  color: var(--tags-purple-color);
}
.note.orange:not(.disabled) {
  border-left-color: var(--tags-orange-color) !important;
}
.note.orange:not(.disabled).modern {
  border-left-color: transparent !important;
  color: var(--tags-orange-color);
}
.note.orange:not(.disabled):not(.simple) {
  background: var(--tags-orange-color-lighten);
}
.note.orange > .note-icon {
  color: var(--tags-orange-color);
}
.note.green:not(.disabled) {
  border-left-color: var(--tags-green-color) !important;
}
.note.green:not(.disabled).modern {
  border-left-color: transparent !important;
  color: var(--tags-green-color);
}
.note.green:not(.disabled):not(.simple) {
  background: var(--tags-green-color-lighten);
}
.note.green > .note-icon {
  color: var(--tags-green-color);
}
.note.simple {
  border: 1px solid var(--note-default-border);
  border-left-width: 5px;
}
.note.modern {
  border: 1px solid transparent !important;
  background-color: var(--note-modern-default-bg);
  color: var(--note-modern-default-text);
}
.note.flat {
  border: initial;
  border-left: 5px solid var(--note-default-border);
  background-color: var(--note-default-bg);
  color: var(--note-default-text);
}
.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: var(--note-default-bg);
  color: var(--font-color);
}
.note.default.modern {
  border-color: var(--note-modern-default-border) !important;
  background: var(--note-modern-default-bg);
  color: var(--note-modern-default-text);
}
.note.default.modern a:not(.btn) {
  color: var(--note-modern-default-text);
}
.note.default.modern a:not(.btn):hover {
  color: var(--note-modern-default-hover);
}
.note.default:not(.modern) {
  border-left-color: var(--note-default-border);
}
.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: var(--note-default-text);
}
.note.default:not(.no-icon)::before {
  content: '\f0a9';
}
.note.default:not(.no-icon):not(.modern)::before {
  color: var(--note-default-text);
}
.note.primary.flat {
  background: var(--note-primary-bg);
  color: var(--font-color);
}
.note.primary.modern {
  border-color: var(--note-modern-primary-border) !important;
  background: var(--note-modern-primary-bg);
  color: var(--note-modern-primary-text);
}
.note.primary.modern a:not(.btn) {
  color: var(--note-modern-primary-text);
}
.note.primary.modern a:not(.btn):hover {
  color: var(--note-modern-primary-hover);
}
.note.primary:not(.modern) {
  border-left-color: var(--note-primary-border);
}
.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: var(--note-primary-text);
}
.note.primary:not(.no-icon)::before {
  content: '\f055';
}
.note.primary:not(.no-icon):not(.modern)::before {
  color: var(--note-primary-text);
}
.note.info.flat {
  background: var(--note-info-bg);
  color: var(--font-color);
}
.note.info.modern {
  border-color: var(--note-modern-info-border) !important;
  background: var(--note-modern-info-bg);
  color: var(--note-modern-info-text);
}
.note.info.modern a:not(.btn) {
  color: var(--note-modern-info-text);
}
.note.info.modern a:not(.btn):hover {
  color: var(--note-modern-info-hover);
}
.note.info:not(.modern) {
  border-left-color: var(--note-info-border);
}
.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: var(--note-info-text);
}
.note.info:not(.no-icon)::before {
  content: '\f05a';
}
.note.info:not(.no-icon):not(.modern)::before {
  color: var(--note-info-text);
}
.note.success.flat {
  background: var(--note-success-bg);
  color: var(--font-color);
}
.note.success.modern {
  border-color: var(--note-modern-success-border) !important;
  background: var(--note-modern-success-bg);
  color: var(--note-modern-success-text);
}
.note.success.modern a:not(.btn) {
  color: var(--note-modern-success-text);
}
.note.success.modern a:not(.btn):hover {
  color: var(--note-modern-success-hover);
}
.note.success:not(.modern) {
  border-left-color: var(--note-success-border);
}
.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: var(--note-success-text);
}
.note.success:not(.no-icon)::before {
  content: '\f058';
}
.note.success:not(.no-icon):not(.modern)::before {
  color: var(--note-success-text);
}
.note.warning.flat {
  background: var(--note-warning-bg);
  color: var(--font-color);
}
.note.warning.modern {
  border-color: var(--note-modern-warning-border) !important;
  background: var(--note-modern-warning-bg);
  color: var(--note-modern-warning-text);
}
.note.warning.modern a:not(.btn) {
  color: var(--note-modern-warning-text);
}
.note.warning.modern a:not(.btn):hover {
  color: var(--note-modern-warning-hover);
}
.note.warning:not(.modern) {
  border-left-color: var(--note-warning-border);
}
.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: var(--note-warning-text);
}
.note.warning:not(.no-icon)::before {
  content: '\f06a';
}
.note.warning:not(.no-icon):not(.modern)::before {
  color: var(--note-warning-text);
}
.note.danger.flat {
  background: var(--note-danger-bg);
  color: var(--font-color);
}
.note.danger.modern {
  border-color: var(--note-modern-danger-border) !important;
  background: var(--note-modern-danger-bg);
  color: var(--note-modern-danger-text);
}
.note.danger.modern a:not(.btn) {
  color: var(--note-modern-danger-text);
}
.note.danger.modern a:not(.btn):hover {
  color: var(--note-modern-danger-hover);
}
.note.danger:not(.modern) {
  border-left-color: var(--note-danger-border);
}
.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: var(--note-danger-text);
}
.note.danger:not(.no-icon)::before {
  content: '\f056';
}
.note.danger:not(.no-icon):not(.modern)::before {
  color: var(--note-danger-text);
}
.container .series-items a:hover {
  color: var(--pseudo-hover);
}
.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);
  border-radius: 6px;
  overflow: hidden;
}
.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-button-bg);
}
.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-button-bg);
  color: var(--tab-button-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;
}
.container .tabs > .nav-tabs > .tab i {
  width: 1.5em;
}
.container .tabs > .nav-tabs > .tab.active {
  border-top: 2px solid #000;
  background: var(--tab-button-active-bg);
  cursor: default;
}
.container .tabs > .nav-tabs > .tab:not(.active):hover {
  border-top: 2px solid var(--tab-button-hover-bg);
  background: var(--tab-button-hover-bg);
}
.container .tabs > .nav-tabs.no-default ~ .tab-to-top {
  display: none;
}
.container .tabs > .tab-contents .tab-item-content {
  position: relative;
  display: none;
  padding: 36px 24px 10px;
}
@media screen and (max-width: 768px) {
  .container .tabs > .tab-contents .tab-item-content {
    padding: 24px 14px;
  }
}
.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;
}
.container .tabs > .tab-contents .tab-item-content > :last-child {
  margin-bottom: 0;
}
.container .tabs > .tab-to-top {
  padding: 0 16px 10px 0;
  width: 100%;
  text-align: right;
}
.container .tabs > .tab-to-top button {
  color: #000;
}
.container .tabs > .tab-to-top button:hover {
  color: #000;
}
@-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);
  }
}
.container .timeline {
  margin: 0 10px 20px;
  padding: 14px 0 5px 20px;
  border-left: 2px solid var(--timeline-color, #000);
}
.container .timeline.blue {
  --timeline-color: #428bca;
  --timeline-bg: rgba(66,139,202, 0.2);
}
.container .timeline.pink {
  --timeline-color: #ff69b4;
  --timeline-bg: rgba(255,105,180, 0.2);
}
.container .timeline.red {
  --timeline-color: #f00;
  --timeline-bg: rgba(255,0,0, 0.2);
}
.container .timeline.purple {
  --timeline-color: #6f42c1;
  --timeline-bg: rgba(111,66,193, 0.2);
}
.container .timeline.orange {
  --timeline-color: #ff8c00;
  --timeline-bg: rgba(255,140,0, 0.2);
}
.container .timeline.green {
  --timeline-color: #5cb85c;
  --timeline-bg: rgba(92,184,92, 0.2);
}
.container .timeline .timeline-item {
  margin: 0 0 15px;
}
.container .timeline .timeline-item:hover .item-circle:before {
  border-color: var(--timeline-color, #000);
}
.container .timeline .timeline-item.headline .timeline-item-title .item-circle > p {
  font-weight: 600;
  font-size: 1.2em;
}
.container .timeline .timeline-item.headline .timeline-item-title .item-circle:before {
  left: -28px;
  border: 4px solid var(--timeline-color, #000);
}
.container .timeline .timeline-item.headline:hover .item-circle:before {
  border-color: var(--pseudo-hover);
}
.container .timeline .timeline-item .timeline-item-title {
  position: relative;
}
.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%);
}
.container .timeline .timeline-item .item-circle > p {
  margin: 0 0 8px;
  font-weight: 500;
}
.container .timeline .timeline-item .timeline-item-content {
  position: relative;
  padding: 12px 15px;
  border-radius: 8px;
  background: var(--timeline-bg, #d9d9d9);
  font-size: 0.93em;
}
.container .timeline .timeline-item .timeline-item-content > :last-child {
  margin-bottom: 0;
}
.container .timeline + .timeline {
  margin-top: -20px;
}
.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;
}
.read-mode {
  background: var(--readmode-light-color);
}
.read-mode .exit-readmode {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
  width: 40px;
  height: 40px;
  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;
  border-radius: 8px;
}
@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 #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 #page-header {
  display: none !important;
}
.read-mode .container a {
  color: #000;
  font-weight: 800;
}
.read-mode .container pre,
.read-mode .container .highlight:not(.js-file-line-container) {
  background: var(--highlight-bg) !important;
}
.read-mode .container pre *,
.read-mode .container .highlight:not(.js-file-line-container) * {
  color: var(--font-color) !important;
}
.read-mode .container figure.highlight {
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.read-mode .container figure.highlight > :not(.highlight-tools) {
  display: block !important;
}
.read-mode .container figure.highlight .line:before {
  color: var(--font-color) !important;
}
.read-mode .container figure.highlight .hljs {
  background: var(--highlight-bg) !important;
}
.read-mode .container h1,
.read-mode .container h2,
.read-mode .container h3,
.read-mode .container h4,
.read-mode .container h5,
.read-mode .container h6 {
  padding: 0;
}
.read-mode .container h1:before,
.read-mode .container h2:before,
.read-mode .container h3:before,
.read-mode .container h4:before,
.read-mode .container h5:before,
.read-mode .container h6:before {
  content: '';
}
.read-mode .container h1:hover,
.read-mode .container h2:hover,
.read-mode .container h3:hover,
.read-mode .container h4:hover,
.read-mode .container h5:hover,
.read-mode .container h6:hover {
  padding: 0;
}
.read-mode .container ul:hover:before,
.read-mode .container li:hover:before,
.read-mode .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 .container ol:before,
.read-mode .container li:before {
  background: transparent !important;
  color: var(--font-color) !important;
}
.read-mode .container ul >li:before {
  border-color: var(--gray) !important;
}
.read-mode .container .tabs {
  border: 2px solid var(--tab-border-color);
}
.read-mode .container .tabs > .nav-tabs {
  background: transparent;
}
.read-mode .container .tabs > .nav-tabs > .tab {
  border-top: none !important;
}
.read-mode .container .tabs > .tab-contents .tab-item-content.active {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  -ms-animation: none;
  animation: none;
}
.read-mode .container code {
  color: var(--font-color);
}
.read-mode .container blockquote {
  border-color: var(--gray);
  background-color: var(--readmode-light-color);
}
.read-mode .container kbd {
  border: 1px solid var(--gray);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: var(--font-color);
}
.read-mode .container .hide-toggle {
  border: 1px solid var(--gray) !important;
}
.read-mode .container .hide-button,
.read-mode .container .btn-beautify,
.read-mode .container .hl-label {
  border: 1px solid var(--gray) !important;
  background: var(--readmode-light-color) !important;
  color: var(--font-color) !important;
}
.read-mode .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 .container .note:before,
.read-mode .container .note .note-icon {
  color: var(--font-color);
}
.search-dialog {
  position: fixed;
  top: 8vh;
  left: 50%;
  z-index: 1001;
  display: none;
  margin-left: -360px;
  padding: 26px;
  width: 720px;
  max-width: calc(100% - 32px);
  max-height: 84vh;
  overflow: hidden;
  border: 1px solid rgba(31,45,61,0.08);
  border-radius: 18px;
  background: var(--card-bg);
  -webkit-box-shadow: 0 24px 70px rgba(18,38,63,0.18);
  box-shadow: 0 24px 70px rgba(18,38,63,0.18);
  --search-height: 100vh;
}
@media screen and (max-width: 768px) {
  .search-dialog {
    top: 3vh;
    left: 0;
    margin: 0;
    width: 100%;
    max-width: none;
    max-height: 94vh;
    padding: 20px 16px;
    border-radius: 16px;
  }
}
.search-dialog .search-nav {
  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-bottom: 22px;
}
.search-dialog .search-nav .search-dialog-heading {
  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;
  min-width: 0;
}
.search-dialog .search-nav .search-dialog-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 12px;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(0,0,0,0.12);
  color: #000;
  font-size: 15px;
}
.search-dialog .search-nav .search-dialog-copy {
  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-width: 0;
}
.search-dialog .search-nav .search-dialog-title {
  color: var(--font-color);
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.3;
}
.search-dialog .search-nav .search-dialog-caption {
  overflow: hidden;
  color: var(--card-meta);
  font-size: 0.78em;
  line-height: 1.4;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-dialog .search-nav #loading-status {
  margin-left: 12px;
  color: #000;
  font-size: 0.9em;
}
.search-dialog .search-nav #loading-status[hidden] {
  display: none !important;
}
.search-dialog .search-nav .search-close-button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: auto;
  padding: 0;
  width: 36px;
  height: 36px;
  border: 1px solid var(--light-grey);
  border-radius: 10px;
  background: transparent;
  color: var(--card-meta);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-dialog .search-nav .search-close-button:hover {
  border-color: rgba(0,0,0,0.3);
  background: rgba(0,0,0,0.1);
  color: #000;
}
.search-dialog .search-nav .search-close-button .search-close-hint {
  display: none;
}
.search-dialog .search-loading-state {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  padding: 28px 0;
  color: var(--card-meta);
  font-size: 0.9em;
}
.search-dialog .search-loading-state .search-loading-icon {
  color: #000;
}
.search-dialog .local-search-input {
  position: relative;
  margin: 0;
  width: 100%;
}
.search-dialog .local-search-input .search-input-shell {
  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 12px;
  min-height: 52px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 13px;
  background: var(--search-bg);
  -webkit-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -o-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: border-color 0.2s ease, box-shadow 0.2s ease;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-dialog .local-search-input .search-input-shell:focus-within {
  border-color: #000;
}
.search-dialog .local-search-input .search-input-icon {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 10px;
  color: #000;
}
.search-dialog .local-search-input input {
  -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;
  width: 100%;
  outline: none;
  border: 0;
  background: transparent;
  color: var(--search-input-color);
  -webkit-appearance: none;
}
.search-dialog .local-search-input input::placeholder {
  color: var(--card-meta);
}
.search-dialog .local-search-input .search-input-shortcut {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 8px;
  width: 24px;
  height: 24px;
  border: 1px solid var(--dark-grey);
  border-radius: 6px;
  color: var(--card-meta);
  font-size: 0.78em;
}
.search-dialog .search-results-header {
  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;
  gap: 10px;
  margin: 24px 0 10px;
  color: var(--card-meta);
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.search-dialog .search-results-header .search-results-rule {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: var(--light-grey);
}
.search-dialog .search-result-list {
  overflow-y: auto;
  margin: 0 -8px;
  padding: 0 8px;
  max-height: calc(84vh - 250px);
  scrollbar-width: thin;
}
.search-dialog .search-result-list .local-search-hit-item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 12px 10px;
  border-bottom: 1px solid rgba(31,45,61,0.07);
  border-radius: 10px;
  line-height: 1.65;
  -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;
}
.search-dialog .search-result-list .local-search-hit-item:hover {
  background: rgba(0,0,0,0.07);
}
.search-dialog .search-result-list .local-search-hit-item:not([value])::before {
  display: none;
}
.search-dialog .search-result-list .local-search-hit-item[value]::before {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 2px;
  min-width: 22px;
  color: #000;
  content: attr(value) '.';
  font-weight: bold;
  font-style: italic;
  font-size: 0.9em;
}
.search-dialog .search-result-list .local-search-hit-item::marker {
  content: none;
}
.search-dialog .search-result-list .local-search-hit-item a {
  -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(--search-a-color);
}
.search-dialog .search-result-list .local-search-hit-item a:hover {
  color: #000;
}
.search-dialog .search-result-list .local-search-hit-item .search-result-title {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;
}
.search-dialog .search-result-list .local-search-hit-item .search-result {
  margin: 0;
  color: var(--card-meta);
  word-break: break-all;
  font-size: 0.9em;
}
#search-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: rgba(12,20,30,0.58);
  backdrop-filter: blur(4px);
}
.search-result-stats {
  margin: 16px 0 0;
  color: var(--card-meta);
  text-align: center;
  font-size: 0.9em;
}
.search-result-stats hr {
  display: none;
}
.search-keyword {
  background: transparent;
  color: #f47466;
  font-weight: 600;
}
.search-loading {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
  color: var(--card-meta);
}
.search-loading::before {
  width: 16px;
  height: 16px;
  border: 2px solid var(--card-meta);
  border-top-color: transparent;
  border-radius: 50%;
  content: '';
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
@media screen and (max-width: 768px) {
  .search-dialog .search-result-list {
    max-height: calc(var(--search-height) - 260px);
  }
}
@media screen and (max-width: 768px) {
  #local-search .search-dialog .search-result-list {
    max-height: calc(var(--search-height) - 260px) !important;
  }
}
#local-search #local-search-stats .search-result-stats {
  text-align: left;
}
#local-search .search-keyword {
  font-weight: 600;
}
#local-search #loading-database ~ * {
  visibility: hidden;
}
@-moz-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
