:root {
  --body-bg-color: #fff;
  --content-bg-color: #fff;
  --card-bg-color: #f5f5f5;
  --text-color: #555;
  --selection-bg: #262a30;
  --selection-color: #eee;
  --blockquote-color: #666;
  --link-color: #555;
  --link-hover-color: #222;
  --brand-color: #fff;
  --brand-hover-color: #fff;
  --table-row-odd-bg-color: #f9f9f9;
  --table-row-hover-bg-color: #f5f5f5;
  --menu-item-bg-color: #f5f5f5;
  --theme-color: #222;
  --btn-default-bg: #222;
  --btn-default-color: #fff;
  --btn-default-border-color: #222;
  --btn-default-hover-bg: #fff;
  --btn-default-hover-color: #222;
  --btn-default-hover-border-color: #222;
  --highlight-background: #f3f3f3;
  --highlight-foreground: #444;
  --highlight-gutter-background: #e1e1e1;
  --highlight-gutter-foreground: #555;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  :root {
    --body-bg-color: #282828;
    --content-bg-color: #333;
    --card-bg-color: #555;
    --text-color: #ccc;
    --selection-bg: #bbb;
    --selection-color: #333;
    --blockquote-color: #bbb;
    --link-color: #ccc;
    --link-hover-color: #eee;
    --brand-color: #ddd;
    --brand-hover-color: #ddd;
    --table-row-odd-bg-color: #282828;
    --table-row-hover-bg-color: #363636;
    --menu-item-bg-color: #555;
    --theme-color: #222;
    --btn-default-bg: #222;
    --btn-default-color: #ccc;
    --btn-default-border-color: #555;
    --btn-default-hover-bg: #666;
    --btn-default-hover-color: #ccc;
    --btn-default-hover-border-color: #666;
    --highlight-background: #1c1b1b;
    --highlight-foreground: #fff;
    --highlight-gutter-background: #323131;
    --highlight-gutter-foreground: #e8e8e8;
    color-scheme: dark;
  }
  img {
    opacity: 0.75;
  }
  img:hover {
    opacity: 0.9;
  }
  iframe {
    color-scheme: light;
  }
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input {
/* 1 */
  overflow: visible;
}
button,
select {
/* 1 */
  text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 1 */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
::selection {
  background: var(--selection-bg);
  color: var(--selection-color);
}
html,
body {
  height: 100%;
}
body {
  background: var(--body-bg-color);
  box-sizing: border-box;
  color: var(--text-color);
  font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 1em;
  line-height: 2;
  min-height: 100%;
  position: relative;
  transition: padding 0.2s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px 0 15px;
}
h1 {
  font-size: 1.5em;
}
h2 {
  font-size: 1.375em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.875em;
}
a {
  border-bottom: 1px solid #999;
  color: var(--link-color);
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  overflow-wrap: break-word;
}
a:hover {
  border-bottom-color: var(--link-hover-color);
  color: var(--link-hover-color);
}
iframe,
img,
video,
embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
hr {
  background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 4px, transparent 4px, transparent 8px);
  border: 0;
  height: 3px;
  margin: 40px 0;
}
blockquote {
  border-left: 4px solid #ddd;
  color: var(--blockquote-color);
  margin: 0;
  padding: 0 15px;
}
blockquote cite::before {
  content: '-';
  padding: 0 5px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0;
  padding: 0;
}
.table-container {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875em;
  margin: 0 0 20px;
  width: 100%;
}
tbody tr:nth-of-type(odd) {
  background: var(--table-row-odd-bg-color);
}
tbody tr:hover {
  background: var(--table-row-hover-bg-color);
}
caption,
th,
td {
  padding: 8px;
}
th,
td {
  border: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}
th {
  font-weight: 700;
  padding-bottom: 10px;
}
td {
  border-bottom-width: 1px;
}
.btn {
  background: var(--btn-default-bg);
  border: 2px solid var(--btn-default-border-color);
  border-radius: 0;
  color: var(--btn-default-color);
  display: inline-block;
  font-size: 0.875em;
  line-height: 2;
  padding: 0 20px;
  transition: background-color 0.2s ease-in-out;
}
.btn:hover {
  background: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}
.btn + .btn {
  margin: 0 0 8px 8px;
}
.btn .fa-fw {
  text-align: left;
  width: 1.285714285714286em;
}
.toggle {
  line-height: 0;
}
.toggle .toggle-line {
  background: #fff;
  display: block;
  height: 2px;
  left: 0;
  position: relative;
  top: 0;
  transition: 0.4s;
  transition-property: left, opacity, top, transform, width;
  width: 100%;
}
.toggle .toggle-line:first-child {
  margin-top: 1px;
}
.toggle .toggle-line:not(:first-child) {
  margin-top: 4px;
}
.toggle.toggle-arrow :first-child {
  left: 50%;
  top: 2px;
  transform: rotate(45deg);
  width: 50%;
}
.toggle.toggle-arrow :last-child {
  left: 50%;
  top: -2px;
  transform: rotate(-45deg);
  width: 50%;
}
.toggle.toggle-close :nth-child(2) {
  opacity: 0;
}
.toggle.toggle-close :first-child {
  top: 6px;
  transform: rotate(45deg);
}
.toggle.toggle-close :last-child {
  top: -6px;
  transform: rotate(-45deg);
}
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: Default
  Description: Original highlight.js style
  Author: (c) Ivan Sagalaev <maniac@softwaremaniacs.org>
  Maintainer: @highlightjs/core-team
  Website: https://highlightjs.org/
  License: see project LICENSE
  Touched: 2021
*/
/*
This is left on purpose making default.css the single file that can be lifted
as-is from the repository directly without the need for a build step

Typically this "required" baseline CSS is added by `makestuff.js` during build.
*/
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/* end baseline CSS */
.hljs {
  background: #F3F3F3;
  color: #444
}
/* Base color: saturation 0; */
.hljs-subst {
  /* default */
  
}
/* purposely ignored */
.hljs-formula,
.hljs-attr,
.hljs-property,
.hljs-params {
  
}
.hljs-comment {
  color: #697070
}
.hljs-tag,
.hljs-punctuation {
  color: #444a
}
.hljs-tag .hljs-name,
.hljs-tag .hljs-attr {
  color: #444
}
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold
}
/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000
}
.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold
}
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-operator,
.hljs-selector-pseudo {
  color: #ab5656
}
/* Language color: hue: 90; */
.hljs-literal {
  color: #695
}
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300
}
/* Meta color: hue: 200 */
.hljs-meta {
  color: #1f7199
}
.hljs-meta .hljs-string {
  color: #38a
}
/* Misc effects */
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
@media (prefers-color-scheme: dark) {
pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}
code.hljs {
  padding: 3px 5px
}
/*!
  Theme: StackOverflow Dark
  Description: Dark theme as used on stackoverflow.com
  Author: stackoverflow.com
  Maintainer: @Hirse
  Website: https://github.com/StackExchange/Stacks
  License: MIT
  Updated: 2021-05-15

  Updated for @stackoverflow/stacks v0.64.0
  Code Blocks: /blob/v0.64.0/lib/css/components/_stacks-code-blocks.less
  Colors: /blob/v0.64.0/lib/css/exports/_stacks-constants-colors.less
*/
.hljs {
  /* var(--highlight-color) */
  color: #ffffff;
  /* var(--highlight-bg) */
  background: #1c1b1b
}
.hljs-subst {
  /* var(--highlight-color) */
  color: #ffffff
}
.hljs-comment {
  /* var(--highlight-comment) */
  color: #999999
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-meta .hljs-keyword,
.hljs-doctag,
.hljs-section {
  /* var(--highlight-keyword) */
  color: #88aece
}
.hljs-attr {
  /* var(--highlight-attribute); */
  color: #88aece
}
.hljs-attribute {
  /* var(--highlight-symbol) */
  color: #c59bc1
}
.hljs-name,
.hljs-type,
.hljs-number,
.hljs-selector-id,
.hljs-quote,
.hljs-template-tag {
  /* var(--highlight-namespace) */
  color: #f08d49
}
.hljs-selector-class {
  /* var(--highlight-keyword) */
  color: #88aece
}
.hljs-string,
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr {
  /* var(--highlight-variable) */
  color: #b5bd68
}
.hljs-meta,
.hljs-selector-pseudo {
  /* var(--highlight-keyword) */
  color: #88aece
}
.hljs-built_in,
.hljs-title,
.hljs-literal {
  /* var(--highlight-literal) */
  color: #f08d49
}
.hljs-bullet,
.hljs-code {
  /* var(--highlight-punctuation) */
  color: #cccccc
}
.hljs-meta .hljs-string {
  /* var(--highlight-variable) */
  color: #b5bd68
}
.hljs-deletion {
  /* var(--highlight-deletion) */
  color: #de7176
}
.hljs-addition {
  /* var(--highlight-addition) */
  color: #76c490
}
.hljs-emphasis {
  font-style: italic
}
.hljs-strong {
  font-weight: bold
}
.hljs-formula,
.hljs-operator,
.hljs-params,
.hljs-property,
.hljs-punctuation,
.hljs-tag {
  /* purposely ignored */
  
}
}
code,
kbd,
figure.highlight,
pre {
  background: var(--highlight-background);
  color: var(--highlight-foreground);
}
figure.highlight,
pre {
  line-height: 1.6;
  margin: 0 auto 20px;
}
figure.highlight figcaption,
pre .caption {
  background: var(--highlight-gutter-background);
  color: var(--highlight-foreground);
  display: flow-root;
  font-size: 0.875em;
  line-height: 1.2;
  padding: 0.5em;
}
figure.highlight figcaption a,
pre .caption a {
  color: var(--highlight-foreground);
  float: right;
}
figure.highlight figcaption a:hover,
pre .caption a:hover {
  border-bottom-color: var(--highlight-foreground);
}
pre,
code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace, consolas, Menlo, monospace, 'PingFang SC', 'Microsoft YaHei';
}
code {
  border-radius: 3px;
  font-size: 0.875em;
  padding: 2px 4px;
  overflow-wrap: break-word;
}
kbd {
  border: 2px solid #ccc;
  border-radius: 0.2em;
  box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
  font-family: inherit;
  padding: 0.1em 0.3em;
  white-space: nowrap;
}
figure.highlight {
  overflow: auto;
  position: relative;
  color-scheme: light;
}
@media (prefers-color-scheme: dark) {
  figure.highlight {
    color-scheme: dark;
  }
}
figure.highlight pre {
  border: 0;
  margin: 0;
  padding: 10px 0;
}
figure.highlight table {
  border: 0;
  margin: 0;
  width: auto;
}
figure.highlight td {
  border: 0;
  padding: 0;
}
figure.highlight .gutter {
  -webkit-user-select: none;
  user-select: none;
}
figure.highlight .gutter pre {
  background: var(--highlight-gutter-background);
  color: var(--highlight-gutter-foreground);
  padding-left: 10px;
  padding-right: 10px;
  text-align: right;
}
figure.highlight .code pre {
  padding-left: 10px;
  width: 100%;
}
figure.highlight .marked {
  background: rgba(0,0,0,0.3);
}
pre .caption {
  margin-bottom: 10px;
}
.gist table {
  width: auto;
}
.gist table td {
  border: 0;
}
pre {
  overflow: auto;
  padding: 10px;
}
pre code {
  background: none;
  padding: 0;
  text-shadow: none;
}
.blockquote-center {
  border-left: 0;
  margin: 40px 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.blockquote-center::before,
.blockquote-center::after {
  left: 0;
  line-height: 1;
  opacity: 0.6;
  position: absolute;
  width: 100%;
}
.blockquote-center::before {
  border-top: 1px solid #ccc;
  text-align: left;
  top: -20px;
  content: '\f10d';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.blockquote-center::after {
  border-bottom: 1px solid #ccc;
  bottom: -20px;
  text-align: right;
  content: '\f10e';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.blockquote-center p,
.blockquote-center div {
  text-align: center;
}
.group-picture {
  margin-bottom: 20px;
}
.group-picture .group-picture-row {
  display: flex;
  gap: 3px;
  margin-bottom: 3px;
}
.group-picture .group-picture-column {
  flex: 1;
}
.group-picture .group-picture-column img {
  height: 100%;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.post-body .label {
  color: #555;
  padding: 0 2px;
}
.post-body .label.default {
  background: #f0f0f0;
}
.post-body .label.primary {
  background: #efe6f7;
}
.post-body .label.info {
  background: #e5f2f8;
}
.post-body .label.success {
  background: #e7f4e9;
}
.post-body .label.warning {
  background: #fcf6e1;
}
.post-body .label.danger {
  background: #fae8eb;
}
.post-body .link-grid {
  display: grid;
  grid-gap: 1.5rem;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 20px;
  padding: 1rem;
}
.post-body .link-grid .link-grid-container {
  border: solid #ddd;
  box-shadow: 1rem 1rem 0.5rem rgba(0,0,0,0.5);
  min-height: 5rem;
  min-width: 0;
  padding: 0.5rem;
  position: relative;
  transition: background 0.3s;
}
.post-body .link-grid .link-grid-container:hover {
  animation: next-shake 0.5s;
  background: var(--card-bg-color);
}
.post-body .link-grid .link-grid-container:active {
  box-shadow: 0.5rem 0.5rem 0.25rem rgba(0,0,0,0.5);
  transform: translate(0.2rem, 0.2rem);
}
.post-body .link-grid .link-grid-container .link-grid-image {
  border: 1px solid #ddd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 5rem;
  padding: 3px;
  position: absolute;
  width: 5rem;
}
.post-body .link-grid .link-grid-container p {
  margin: 0 1rem 0 6rem;
}
.post-body .link-grid .link-grid-container p:first-of-type {
  font-size: 1.2em;
}
.post-body .link-grid .link-grid-container p:last-of-type {
  font-size: 0.8em;
  line-height: 1.3rem;
  opacity: 0.7;
}
.post-body .link-grid .link-grid-container a {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@keyframes next-shake {
  0% {
    transform: translate(1pt, 1pt) rotate(0deg);
  }
  10% {
    transform: translate(-1pt, -2pt) rotate(-1deg);
  }
  20% {
    transform: translate(-3pt, 0pt) rotate(1deg);
  }
  30% {
    transform: translate(3pt, 2pt) rotate(0deg);
  }
  40% {
    transform: translate(1pt, -1pt) rotate(1deg);
  }
  50% {
    transform: translate(-1pt, 2pt) rotate(-1deg);
  }
  60% {
    transform: translate(-3pt, 1pt) rotate(0deg);
  }
  70% {
    transform: translate(3pt, 1pt) rotate(-1deg);
  }
  80% {
    transform: translate(-1pt, -1pt) rotate(1deg);
  }
  90% {
    transform: translate(1pt, 2pt) rotate(0deg);
  }
  100% {
    transform: translate(1pt, -2pt) rotate(-1deg);
  }
}
.post-body .note {
  border-radius: 3px;
  margin-bottom: 20px;
  padding: 1em;
  position: relative;
  border: 1px solid #eee;
  border-left-width: 5px;
}
.post-body .note summary {
  cursor: pointer;
  outline: 0;
}
.post-body .note summary p {
  display: inline;
}
.post-body .note h2,
.post-body .note h3,
.post-body .note h4,
.post-body .note h5,
.post-body .note h6 {
  border-bottom: initial;
  margin: 0;
  padding-top: 0;
}
.post-body .note :first-child {
  margin-top: 0;
}
.post-body .note :last-child {
  margin-bottom: 0;
}
.post-body .note.default {
  border-left-color: #777;
}
.post-body .note.default h2,
.post-body .note.default h3,
.post-body .note.default h4,
.post-body .note.default h5,
.post-body .note.default h6 {
  color: #777;
}
.post-body .note.primary {
  border-left-color: #6f42c1;
}
.post-body .note.primary h2,
.post-body .note.primary h3,
.post-body .note.primary h4,
.post-body .note.primary h5,
.post-body .note.primary h6 {
  color: #6f42c1;
}
.post-body .note.info {
  border-left-color: #428bca;
}
.post-body .note.info h2,
.post-body .note.info h3,
.post-body .note.info h4,
.post-body .note.info h5,
.post-body .note.info h6 {
  color: #428bca;
}
.post-body .note.success {
  border-left-color: #5cb85c;
}
.post-body .note.success h2,
.post-body .note.success h3,
.post-body .note.success h4,
.post-body .note.success h5,
.post-body .note.success h6 {
  color: #5cb85c;
}
.post-body .note.warning {
  border-left-color: #f0ad4e;
}
.post-body .note.warning h2,
.post-body .note.warning h3,
.post-body .note.warning h4,
.post-body .note.warning h5,
.post-body .note.warning h6 {
  color: #f0ad4e;
}
.post-body .note.danger {
  border-left-color: #d9534f;
}
.post-body .note.danger h2,
.post-body .note.danger h3,
.post-body .note.danger h4,
.post-body .note.danger h5,
.post-body .note.danger h6 {
  color: #d9534f;
}
.post-body .tabs {
  margin-bottom: 20px;
}
.post-body .tabs,
.tabs-comment {
  padding-top: 10px;
}
.post-body .tabs ul.nav-tabs,
.tabs-comment ul.nav-tabs {
  background: var(--body-bg-color);
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 5;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs,
  .tabs-comment ul.nav-tabs {
    display: block;
    margin-bottom: 5px;
  }
}
.post-body .tabs ul.nav-tabs li.tab,
.tabs-comment ul.nav-tabs li.tab {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 0 0 0 0;
  border-top: 3px solid transparent;
  flex-grow: 1;
  list-style-type: none;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab,
  .tabs-comment ul.nav-tabs li.tab {
    border-bottom: 1px solid transparent;
    border-left: 3px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
  }
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab,
  .tabs-comment ul.nav-tabs li.tab {
    border-radius: 0;
  }
}
.post-body .tabs ul.nav-tabs li.tab a,
.tabs-comment ul.nav-tabs li.tab a {
  border-bottom: initial;
  display: block;
  line-height: 1.8;
  padding: 0.25em 0.75em;
  text-align: center;
  transition: all 0.2s ease-out;
}
.post-body .tabs ul.nav-tabs li.tab a i[class^='fa'],
.tabs-comment ul.nav-tabs li.tab a i[class^='fa'] {
  width: 1.285714285714286em;
}
.post-body .tabs ul.nav-tabs li.tab.active,
.tabs-comment ul.nav-tabs li.tab.active {
  border-bottom-color: transparent;
  border-left-color: #ddd;
  border-right-color: #ddd;
  border-top-color: #fc6423;
}
@media (max-width: 413px) {
  .post-body .tabs ul.nav-tabs li.tab.active,
  .tabs-comment ul.nav-tabs li.tab.active {
    border-bottom-color: #ddd;
    border-left-color: #fc6423;
    border-right-color: #ddd;
    border-top-color: #ddd;
  }
}
.post-body .tabs ul.nav-tabs li.tab.active a,
.tabs-comment ul.nav-tabs li.tab.active a {
  cursor: default;
}
.post-body .tabs .tab-content,
.tabs-comment .tab-content {
  border: 1px solid #ddd;
  border-radius: 0 0 0 0;
  border-top-color: transparent;
}
@media (max-width: 413px) {
  .post-body .tabs .tab-content,
  .tabs-comment .tab-content {
    border-radius: 0;
    border-top-color: #ddd;
  }
}
.post-body .tabs .tab-content .tab-pane,
.tabs-comment .tab-content .tab-pane {
  padding: 20px 20px 0;
}
.post-body .tabs .tab-content .tab-pane:not(.active),
.tabs-comment .tab-content .tab-pane:not(.active) {
  display: none;
}
.pagination .prev,
.pagination .next,
.pagination .page-number,
.pagination .space {
  display: inline-block;
  margin: -1px 10px 0;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .pagination .prev,
  .pagination .next,
  .pagination .page-number,
  .pagination .space {
    margin: 0 5px;
  }
}
.pagination .page-number.current {
  background: #ccc;
  border-color: #ccc;
  color: var(--content-bg-color);
}
.pagination {
  border-top: 1px solid #eee;
  margin: 120px 0 0;
  text-align: center;
}
.pagination .prev,
.pagination .next,
.pagination .page-number {
  border-bottom: 0;
  border-top: 1px solid #eee;
  transition: border-color 0.2s ease-in-out;
}
.pagination .prev:hover,
.pagination .next:hover,
.pagination .page-number:hover {
  border-top-color: var(--link-hover-color);
}
@media (max-width: 767px) {
  .pagination {
    border-top: 0;
  }
  .pagination .prev,
  .pagination .next,
  .pagination .page-number {
    border-bottom: 1px solid #eee;
    border-top: 0;
  }
  .pagination .prev:hover,
  .pagination .next:hover,
  .pagination .page-number:hover {
    border-bottom-color: var(--link-hover-color);
  }
}
.pagination .space {
  margin: 0;
  padding: 0;
}
.comments {
  margin-top: 60px;
  overflow: hidden;
}
.comment-button-group {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: center;
  margin: 1em 0;
}
.comment-button-group .comment-button {
  margin: 0.1em 0.2em;
}
.comment-button-group .comment-button.active {
  background: var(--btn-default-hover-bg);
  border-color: var(--btn-default-hover-border-color);
  color: var(--btn-default-hover-color);
}
.comment-position {
  display: none;
}
.comment-position.active {
  display: block;
}
.tabs-comment {
  margin-top: 4em;
  padding-top: 0;
}
.tabs-comment .comments {
  margin-top: 0;
  padding-top: 0;
}
.headband {
  background: var(--theme-color);
  height: 3px;
}
@media (max-width: 991px) {
  .headband {
    display: none;
  }
}
.site-brand-container {
  display: flex;
  flex-shrink: 0;
  padding: 0 10px;
}
.use-motion .column,
.use-motion .site-brand-container .toggle {
  opacity: 0;
}
.site-meta {
  flex-grow: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .site-meta {
    text-align: center;
  }
}
.custom-logo-image {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .custom-logo-image {
    display: none;
  }
}
.brand {
  border-bottom: 0;
  color: var(--brand-color);
  display: inline-block;
  padding: 0 40px;
}
.brand:hover {
  color: var(--brand-hover-color);
}
.site-title {
  font-family: Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 1.375em;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
}
.site-subtitle {
  color: #999;
  font-size: 0.8125em;
  margin: 10px 0;
}
.use-motion .site-title,
.use-motion .site-subtitle,
.use-motion .custom-logo-image {
  opacity: 0;
  position: relative;
  top: -10px;
}
.site-nav-toggle,
.site-nav-right {
  display: none;
}
@media (max-width: 767px) {
  .site-nav-toggle,
  .site-nav-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.site-nav-toggle .toggle,
.site-nav-right .toggle {
  color: var(--text-color);
  padding: 10px;
  width: 22px;
}
.site-nav-toggle .toggle .toggle-line,
.site-nav-right .toggle .toggle-line {
  background: var(--text-color);
  border-radius: 1px;
}
@media (max-width: 767px) {
  .site-nav {
    --scroll-height: 0;
    height: 0;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    transition-property: height, visibility;
    visibility: hidden;
  }
  body:not(.site-nav-on) .site-nav .animated {
    animation: none;
  }
  body.site-nav-on .site-nav {
    height: var(--scroll-height);
    visibility: unset;
  }
}
.menu {
  margin: 0;
  padding: 1em 0;
  text-align: center;
}
.menu-item {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .menu-item {
    display: block;
    margin-top: 10px;
  }
  .menu-item.menu-item-search {
    display: none;
  }
}
.menu-item a {
  border-bottom: 0;
  display: block;
  font-size: 0.8125em;
  transition: border-color 0.2s ease-in-out;
}
.menu-item a:hover,
.menu-item a.menu-item-active {
  background: var(--menu-item-bg-color);
}
.menu-item i[class^='fa'] {
  margin-right: 8px;
}
.menu-item .badge {
  background: #eee;
  border-radius: 0;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: none;
}
.use-motion .menu-item {
  visibility: hidden;
}
.sidebar {
  left: -320px;
}
.sidebar-active .sidebar {
  left: 0;
}
.sidebar {
  background: #222;
  bottom: 0;
  box-shadow: inset 0 2px 6px #000;
  max-height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition: 0.2s ease-out;
  transition-property: left, right;
  width: 320px;
  z-index: 20;
}
.sidebar a {
  border-bottom-color: #555;
  color: #999;
}
.sidebar a:hover {
  border-bottom-color: #eee;
  color: #eee;
}
.links-of-author:not(:first-child) {
  margin-top: 15px;
}
.links-of-author a {
  border-bottom-color: #555;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  vertical-align: middle;
}
.links-of-author a::before {
  background: #fff;
  display: inline-block;
  margin-right: 3px;
  transform: translateY(-2px);
  border-radius: 50%;
  content: ' ';
  height: 4px;
  width: 4px;
}
.links-of-blogroll-item {
  padding: 0 5px;
}
.popular-posts .popular-posts-item .popular-posts-link:hover {
  background: none;
}
.sidebar-dimmer {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.4s, opacity 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}
.sidebar-active .sidebar-dimmer {
  opacity: 0.7;
  visibility: visible;
}
.sidebar-inner {
  color: #999;
  padding: 18px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sidebar-toggle {
  bottom: 61px;
  height: 16px;
  padding: 5px;
  width: 16px;
  background: #222;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  z-index: 30;
  left: 30px;
}
@media (max-width: 991px) {
  .sidebar-toggle {
    left: 20px;
  }
}
.sidebar-toggle:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .sidebar-toggle {
    opacity: 1;
  }
}
.sidebar-toggle:hover .toggle-line {
  background: #87daff;
}
@media (any-hover: hover) {
  body:not(.sidebar-active) .sidebar-toggle:hover :first-child {
    left: 50%;
    top: 2px;
    transform: rotate(45deg);
    width: 50%;
  }
  body:not(.sidebar-active) .sidebar-toggle:hover :last-child {
    left: 50%;
    top: -2px;
    transform: rotate(-45deg);
    width: 50%;
  }
}
.sidebar-active .sidebar-toggle :nth-child(2) {
  opacity: 0;
}
.sidebar-active .sidebar-toggle :first-child {
  top: 6px;
  transform: rotate(45deg);
}
.sidebar-active .sidebar-toggle :last-child {
  top: -6px;
  transform: rotate(-45deg);
}
.sidebar-nav {
  font-size: 0.875em;
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-left: 0;
  pointer-events: none;
  transition: 0.2s ease-in-out;
  transition-property: height, visibility;
  visibility: hidden;
}
.sidebar-nav-active .sidebar-nav {
  height: calc(2em + 1px);
  pointer-events: unset;
  visibility: unset;
}
.sidebar-nav li {
  border-bottom: 1px solid transparent;
  color: #666;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s ease-in-out;
  transition-property: border-bottom-color, color;
}
.sidebar-nav li.sidebar-nav-overview {
  margin-left: 10px;
}
.sidebar-nav li:hover {
  color: #f5f5f5;
}
.sidebar-toc-active .sidebar-nav-toc,
.sidebar-overview-active .sidebar-nav-overview {
  border-bottom-color: #87daff;
  color: #87daff;
  transition-delay: 0.2s;
}
.sidebar-toc-active .sidebar-nav-toc:hover,
.sidebar-overview-active .sidebar-nav-overview:hover {
  color: #87daff;
}
.sidebar-panel-container {
  align-items: start;
  display: grid;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  transition: padding-top 0.2s ease-in-out;
}
.sidebar-nav-active .sidebar-panel-container {
  padding-top: 20px;
}
.sidebar-panel {
  animation: deactivate-sidebar-panel 0.2s ease-in-out;
  grid-area: 1/1;
  height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(0);
  transition: 0.2s ease-in-out;
  transition-delay: 0s;
  transition-property: opacity, transform, visibility;
  visibility: hidden;
}
.sidebar-nav-active .sidebar-panel,
.sidebar-overview-active .sidebar-panel.post-toc-wrap {
  transform: translateY(-20px);
}
.sidebar-overview-active:not(.sidebar-nav-active) .sidebar-panel.post-toc-wrap {
  transition-delay: 0s, 0.2s, 0s;
}
.sidebar-overview-active .sidebar-panel.site-overview-wrap,
.sidebar-toc-active .sidebar-panel.post-toc-wrap {
  animation-name: activate-sidebar-panel;
  height: auto;
  opacity: 1;
  pointer-events: unset;
  transform: translateY(0);
  transition-delay: 0.2s, 0.2s, 0s;
  visibility: unset;
}
.sidebar-panel.site-overview-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  justify-content: flex-start;
}
@keyframes deactivate-sidebar-panel {
  from {
    height: var(--inactive-panel-height, 0);
  }
  to {
    height: var(--active-panel-height, 0);
  }
}
@keyframes activate-sidebar-panel {
  from {
    height: var(--inactive-panel-height, auto);
  }
  to {
    height: var(--active-panel-height, auto);
  }
}
.post-toc {
  font-size: 0.875em;
}
.post-toc ol {
  list-style: none;
  margin: 0;
  padding: 0 2px 0 10px;
  text-align: left;
}
.post-toc ol > :last-child {
  margin-bottom: 5px;
}
.post-toc ol > ol {
  padding-left: 0;
}
.post-toc ol a {
  transition: all 0.2s ease-in-out;
}
.post-toc .nav-item {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-toc .nav .nav-child {
  --height: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition-property: height, opacity, visibility;
  transition: 0.2s ease-in-out;
  visibility: hidden;
}
.post-toc .nav .active > .nav-child {
  height: var(--height, auto);
  opacity: 1;
  visibility: unset;
}
.post-toc .nav .active > a {
  border-bottom-color: #87daff;
  color: #87daff;
}
.post-toc .nav .active-current > a {
  color: #87daff;
}
.post-toc .nav .active-current > a:hover {
  color: #87daff;
}
.site-author-image {
  border: 2px solid #333;
  max-width: 96px;
  padding: 2px;
}
.site-author-name {
  color: #f5f5f5;
  font-weight: normal;
  margin: 5px 0 0;
}
.site-description {
  color: #999;
  font-size: 1em;
  margin-top: 5px;
}
.site-state {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.4;
}
.site-state-item {
  padding: 0 15px;
}
.site-state-item a {
  border-bottom: 0;
  display: block;
}
.site-state-item-count {
  display: block;
  font-size: 1.25em;
  font-weight: 600;
}
.site-state-item-name {
  color: inherit;
  font-size: 0.875em;
}
.sidebar .sidebar-button:not(:first-child) {
  margin-top: 15px;
}
.sidebar .sidebar-button button {
  background: transparent;
  color: #fc6423;
  cursor: pointer;
  line-height: 2;
  padding: 0 15px;
  border: 1px solid #fc6423;
  border-radius: 4px;
}
.sidebar .sidebar-button button:hover {
  background: #fc6423;
  color: #fff;
}
.sidebar .sidebar-button button i[class^='fa'] {
  margin-right: 5px;
}
.links-of-author a {
  font-size: 0.8125em;
}
.links-of-author i[class^='fa'] {
  margin-right: 2px;
}
.cc-license .cc-opacity {
  border-bottom: 0;
  opacity: 0.7;
}
.cc-license .cc-opacity:hover {
  opacity: 0.9;
}
.cc-license img {
  display: inline-block;
}
.links-of-blogroll {
  font-size: 0.8125em;
}
.links-of-blogroll-title {
  font-size: 0.875em;
  font-weight: 600;
}
.links-of-blogroll-list {
  list-style: none;
  gap: 5px;
  margin: 5px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
.links-of-blogroll-item {
  max-width: 100%;
}
.links-of-blogroll-item a {
  box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer {
  color: #999;
  font-size: 0.875em;
  padding: 20px 0;
  transition: 0.2s ease-in-out;
  transition-property: left, right;
}
.footer.footer-fixed {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.footer-inner {
  box-sizing: border-box;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 767px) {
  .footer-inner {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .footer-inner {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  .footer-inner {
    width: 900px;
  }
}
.use-motion .footer {
  opacity: 0;
}
.languages {
  display: inline-block;
  font-size: 1.125em;
  position: relative;
}
.languages .lang-select-label span {
  margin: 0 0.5em;
}
.languages .lang-select {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.with-love {
  color: #f00;
  display: inline-block;
  margin: 0 5px;
}
@keyframes icon-animate {
  0%, 100% {
    transform: scale(1);
  }
  10%, 30% {
    transform: scale(0.9);
  }
  20%, 40%, 60%, 80% {
    transform: scale(1.1);
  }
  50%, 70% {
    transform: scale(1.1);
  }
}
.back-to-top {
  font-size: 12px;
  align-items: center;
  bottom: -100px;
  color: #fff;
  display: flex;
  height: 26px;
  transition: 0.2s ease-in-out;
  transition-property: bottom;
  background: #222;
  cursor: pointer;
  opacity: 0.8;
  position: fixed;
  z-index: 30;
  left: 30px;
}
.back-to-top span {
  margin-right: 8px;
  display: none;
}
.back-to-top .fa {
  text-align: center;
  width: 26px;
}
@media (max-width: 991px) {
  .back-to-top {
    left: 20px;
  }
}
.back-to-top:hover {
  opacity: 1;
}
@media (max-width: 991px) {
  .back-to-top {
    opacity: 1;
  }
}
.back-to-top:hover {
  color: #87daff;
}
.back-to-top.back-to-top-on {
  bottom: 30px;
}
.rtl.post-body p,
.rtl.post-body a,
.rtl.post-body h1,
.rtl.post-body h2,
.rtl.post-body h3,
.rtl.post-body h4,
.rtl.post-body h5,
.rtl.post-body h6,
.rtl.post-body li,
.rtl.post-body ul,
.rtl.post-body ol {
  direction: rtl;
  font-family: UKIJ Ekran;
}
.rtl.post-title {
  font-family: UKIJ Ekran;
}
.post-button {
  margin-top: 40px;
  text-align: center;
}
.use-motion .post-block,
.use-motion .pagination,
.use-motion .comments {
  visibility: hidden;
}
.use-motion .post-header {
  visibility: hidden;
}
.use-motion .post-body {
  visibility: hidden;
}
.use-motion .collection-header {
  visibility: hidden;
}
.posts-collapse .post-content {
  margin-bottom: 35px;
  margin-left: 35px;
  position: relative;
}
@media (max-width: 767px) {
  .posts-collapse .post-content {
    margin-left: 0;
    margin-right: 0;
  }
}
.posts-collapse .post-content .collection-title {
  font-size: 1.125em;
  position: relative;
}
.posts-collapse .post-content .collection-title::before {
  background: #999;
  border: 1px solid #fff;
  margin-left: -6px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 10px;
  width: 10px;
}
.posts-collapse .post-content .collection-year {
  font-size: 1.5em;
  font-weight: bold;
  margin: 60px 0;
  position: relative;
}
.posts-collapse .post-content .collection-year .collection-year-count {
  font-size: 0.75em;
  background: #eee;
  border-radius: 0;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: none;
}
.posts-collapse .post-content .collection-year::before {
  background: #bbb;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 8px;
  width: 8px;
}
.posts-collapse .post-content .collection-header {
  display: block;
  margin-left: 20px;
}
.posts-collapse .post-content .collection-header small {
  color: #bbb;
  margin-left: 5px;
}
.posts-collapse .post-content .post-header {
  border-bottom: 1px dashed #ccc;
  margin: 30px 2px 0;
  padding-left: 15px;
  position: relative;
  transition: border 0.2s ease-in-out;
}
.posts-collapse .post-content .post-header::before {
  background: #bbb;
  border: 1px solid #fff;
  left: -6px;
  position: absolute;
  top: 0.75em;
  transition: background 0.2s ease-in-out;
  border-radius: 50%;
  content: ' ';
  height: 6px;
  width: 6px;
}
.posts-collapse .post-content .post-header:hover {
  border-bottom-color: #666;
}
.posts-collapse .post-content .post-header:hover::before {
  background: #222;
}
.posts-collapse .post-content .post-meta-container {
  display: inline;
  font-size: 0.75em;
  margin-right: 10px;
}
.posts-collapse .post-content .post-title {
  display: inline;
}
.posts-collapse .post-content .post-title a {
  border-bottom: 0;
  color: var(--link-color);
}
.posts-collapse .post-content .post-title .fa {
  font-size: 0.875em;
  margin-left: 5px;
}
.posts-collapse .post-content::before {
  background: #f5f5f5;
  content: ' ';
  height: 100%;
  margin-left: -2px;
  position: absolute;
  top: 1.25em;
  width: 4px;
}
.post-body {
  font-family: Georgia, "Times New Roman", serif, Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  overflow-wrap: break-word;
}
@media (min-width: 1200px) {
  .post-body {
    font-size: 1.125em;
  }
}
@media (min-width: 992px) {
  .post-body {
    text-align: justify;
  }
}
@media (max-width: 991px) {
  .post-body {
    text-align: justify;
  }
}
.post-body h1 .header-anchor,
.post-body h2 .header-anchor,
.post-body h3 .header-anchor,
.post-body h4 .header-anchor,
.post-body h5 .header-anchor,
.post-body h6 .header-anchor,
.post-body h1 .headerlink,
.post-body h2 .headerlink,
.post-body h3 .headerlink,
.post-body h4 .headerlink,
.post-body h5 .headerlink,
.post-body h6 .headerlink {
  border-bottom-style: none;
  color: inherit;
  float: right;
  font-size: 0.875em;
  margin-left: 10px;
  opacity: 0;
}
.post-body h1 .header-anchor::before,
.post-body h2 .header-anchor::before,
.post-body h3 .header-anchor::before,
.post-body h4 .header-anchor::before,
.post-body h5 .header-anchor::before,
.post-body h6 .header-anchor::before,
.post-body h1 .headerlink::before,
.post-body h2 .headerlink::before,
.post-body h3 .headerlink::before,
.post-body h4 .headerlink::before,
.post-body h5 .headerlink::before,
.post-body h6 .headerlink::before {
  content: '\f0c1';
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.post-body h1:hover .header-anchor,
.post-body h2:hover .header-anchor,
.post-body h3:hover .header-anchor,
.post-body h4:hover .header-anchor,
.post-body h5:hover .header-anchor,
.post-body h6:hover .header-anchor,
.post-body h1:hover .headerlink,
.post-body h2:hover .headerlink,
.post-body h3:hover .headerlink,
.post-body h4:hover .headerlink,
.post-body h5:hover .headerlink,
.post-body h6:hover .headerlink {
  opacity: 0.5;
}
.post-body h1:hover .header-anchor:hover,
.post-body h2:hover .header-anchor:hover,
.post-body h3:hover .header-anchor:hover,
.post-body h4:hover .header-anchor:hover,
.post-body h5:hover .header-anchor:hover,
.post-body h6:hover .header-anchor:hover,
.post-body h1:hover .headerlink:hover,
.post-body h2:hover .headerlink:hover,
.post-body h3:hover .headerlink:hover,
.post-body h4:hover .headerlink:hover,
.post-body h5:hover .headerlink:hover,
.post-body h6:hover .headerlink:hover {
  opacity: 1;
}
.post-body .exturl .fa {
  font-size: 0.875em;
  margin-left: 4px;
}
.post-body figure:not(.highlight) {
  margin: 0 auto 20px;
}
.post-body figure:not(.highlight) figcaption {
  color: #999;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
  margin: -15px auto 15px;
  text-align: center;
}
.post-body iframe,
.post-body img,
.post-body video,
.post-body embed {
  margin-bottom: 20px;
}
.post-body .video-container {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.post-body .video-container iframe,
.post-body .video-container object,
.post-body .video-container embed {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-gallery {
  display: flex;
  min-height: 200px;
}
.post-gallery .post-gallery-image {
  flex: 1;
}
.post-gallery .post-gallery-image:not(:first-child) {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -20px;
}
.post-gallery .post-gallery-image:not(:last-child) {
  margin-right: -20px;
}
.post-gallery .post-gallery-image img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  width: 100%;
}
.posts-expand .post-gallery {
  margin-bottom: 60px;
}
.posts-collapse .post-gallery {
  margin: 15px 0;
}
.posts-expand .post-header {
  font-size: 1.125em;
  margin-bottom: 60px;
  text-align: center;
}
.posts-expand .post-title {
  font-size: 1.5em;
  font-weight: normal;
  margin: initial;
  overflow-wrap: break-word;
}
.posts-expand .post-title-link {
  border-bottom: 0;
  color: var(--link-color);
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.posts-expand .post-title-link::before {
  background: var(--link-color);
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
  width: 100%;
}
.posts-expand .post-title-link:hover::before {
  transform: scaleX(1);
}
.posts-expand .post-title-link .fa {
  font-size: 0.875em;
  margin-left: 5px;
}
.post-sticky-flag {
  display: inline-block;
  margin-right: 8px;
  transform: rotate(30deg);
}
.posts-expand .post-meta-container {
  color: #999;
  font-family: Georgia, "Times New Roman", serif, Lato, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  font-size: 0.75em;
  margin-top: 3px;
}
.posts-expand .post-meta-container .post-description {
  font-size: 0.875em;
  margin-top: 2px;
}
.posts-expand .post-meta-container time {
  border-bottom: 1px dashed #999;
}
.post-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
:not(.post-meta-break) + .post-meta-item::before {
  content: '|';
  margin: 0 0.5em;
}
.post-meta-item-icon {
  margin-right: 3px;
}
@media (max-width: 991px) {
  .post-meta-item-text {
    display: none;
  }
}
.post-meta-break {
  flex-basis: 100%;
  height: 0;
}
.post-nav {
  border-top: 1px solid #eee;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 1em;
  padding: 10px 5px 0;
}
.post-nav-item {
  flex: 1;
}
.post-nav-item a {
  border-bottom: 0;
  display: block;
  font-size: 0.875em;
  line-height: 1.6;
}
.post-nav-item a:active {
  top: 2px;
}
.post-nav-item .fa {
  font-size: 0.75em;
}
.post-nav-item:first-child .fa {
  margin-right: 5px;
}
.post-nav-item:last-child {
  text-align: right;
}
.post-nav-item:last-child .fa {
  margin-left: 5px;
}
.post-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.post-eof {
  background: #ccc;
  height: 1px;
  margin: 80px auto 60px;
  width: 8%;
}
.post-block:last-of-type .post-eof {
  display: none;
}
.post-tags {
  margin-top: 40px;
  text-align: center;
}
.post-tags a {
  display: inline-block;
  font-size: 0.8125em;
}
.post-tags a:not(:last-child) {
  margin-right: 10px;
}
.social-like {
  border-top: 1px solid #eee;
  font-size: 0.875em;
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.social-like a {
  border-bottom: none;
}
.reward-container {
  margin: 1em 0 0;
  padding: 1em 0;
  text-align: center;
}
.reward-container button {
  background: transparent;
  color: #87daff;
  cursor: pointer;
  line-height: 2;
  padding: 0 15px;
  border: 2px solid #87daff;
  border-radius: 2px;
  outline: 0;
  vertical-align: text-top;
}
.reward-container button:hover {
  background: #87daff;
  color: #fff;
}
.post-reward {
  display: none;
  padding-top: 20px;
}
.post-reward.active {
  display: block;
}
.post-reward div {
  display: inline-block;
}
.post-reward div span {
  display: block;
}
.post-reward img {
  display: inline-block;
  margin: 0.8em 2em 0;
  max-width: 100%;
  width: 180px;
}
@keyframes next-roll {
  from {
    transform: rotateZ(30deg);
  }
  to {
    transform: rotateZ(-30deg);
  }
}
.category-all-page .category-all-title {
  text-align: center;
}
.category-all-page .category-all {
  margin-top: 20px;
}
.category-all-page .category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.category-all-page .category-list-item {
  margin: 5px 10px;
}
.category-all-page .category-list-count {
  font-size: 0.75em;
  background: #eee;
  border-radius: 0;
  color: #555;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.35em;
  padding: 1px 4px;
  text-shadow: none;
}
.category-all-page .category-list-child {
  padding-left: 10px;
}
.event-list hr {
  background: #222;
  margin: 20px 0 45px;
}
.event-list hr::after {
  background: #222;
  color: #fff;
  content: 'NOW';
  display: inline-block;
  font-weight: bold;
  padding: 0 5px;
}
.event-list .event {
  --event-background: #222;
  --event-foreground: #bbb;
  --event-title: #fff;
  background: var(--event-background);
  padding: 15px;
}
.event-list .event .event-summary {
  border-bottom: 0;
  color: var(--event-title);
  margin: 0;
  padding: 0 0 0 35px;
  position: relative;
}
.event-list .event .event-summary::before {
  animation: dot-flash 1s alternate infinite ease-in-out;
  background: var(--event-title);
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  content: ' ';
  height: 12px;
  width: 12px;
}
.event-list .event:nth-of-type(odd) .event-summary::before {
  animation-delay: 0.5s;
}
.event-list .event:not(:last-child) {
  margin-bottom: 20px;
}
.event-list .event .event-relative-time {
  color: var(--event-foreground);
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding-left: 12px;
}
.event-list .event .event-details {
  color: var(--event-foreground);
  display: block;
  line-height: 18px;
  padding: 6px 0 6px 35px;
}
.event-list .event .event-details::before {
  color: var(--event-foreground);
  display: inline-block;
  margin-right: 9px;
  width: 14px;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
}
.event-list .event .event-details.event-location::before {
  content: '\f041';
}
.event-list .event .event-details.event-duration::before {
  content: '\f017';
}
.event-list .event .event-details.event-description::before {
  content: '\f024';
}
.event-list .event-past {
  --event-background: #f5f5f5;
  --event-foreground: #999;
  --event-title: #222;
}
@keyframes dot-flash {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
ul.breadcrumb {
  font-size: 0.75em;
  list-style: none;
  margin: 1em 0;
  padding: 0 2em;
  text-align: center;
}
ul.breadcrumb li {
  display: inline;
}
ul.breadcrumb li:not(:first-child)::before {
  content: '/\00a0';
  font-weight: normal;
  padding: 0.5em;
}
ul.breadcrumb li:last-child {
  font-weight: bold;
}
.tag-cloud {
  text-align: center;
}
.tag-cloud a {
  display: inline-block;
  margin: 10px;
}
.tag-cloud-0 {
  border-bottom-color: #aaa;
  color: #aaa;
}
.tag-cloud-1 {
  border-bottom-color: #9a9a9a;
  color: #9a9a9a;
}
.tag-cloud-2 {
  border-bottom-color: #8b8b8b;
  color: #8b8b8b;
}
.tag-cloud-3 {
  border-bottom-color: #7c7c7c;
  color: #7c7c7c;
}
.tag-cloud-4 {
  border-bottom-color: #6c6c6c;
  color: #6c6c6c;
}
.tag-cloud-5 {
  border-bottom-color: #5d5d5d;
  color: #5d5d5d;
}
.tag-cloud-6 {
  border-bottom-color: #4e4e4e;
  color: #4e4e4e;
}
.tag-cloud-7 {
  border-bottom-color: #3e3e3e;
  color: #3e3e3e;
}
.tag-cloud-8 {
  border-bottom-color: #2f2f2f;
  color: #2f2f2f;
}
.tag-cloud-9 {
  border-bottom-color: #202020;
  color: #202020;
}
.tag-cloud-10 {
  border-bottom-color: #111;
  color: #111;
}
@media (prefers-color-scheme: dark) {
  .tag-cloud-0 {
    border-bottom-color: #555;
    color: #555;
  }
  .tag-cloud-1 {
    border-bottom-color: #646464;
    color: #646464;
  }
  .tag-cloud-2 {
    border-bottom-color: #737373;
    color: #737373;
  }
  .tag-cloud-3 {
    border-bottom-color: #828282;
    color: #828282;
  }
  .tag-cloud-4 {
    border-bottom-color: #929292;
    color: #929292;
  }
  .tag-cloud-5 {
    border-bottom-color: #a1a1a1;
    color: #a1a1a1;
  }
  .tag-cloud-6 {
    border-bottom-color: #b0b0b0;
    color: #b0b0b0;
  }
  .tag-cloud-7 {
    border-bottom-color: #c0c0c0;
    color: #c0c0c0;
  }
  .tag-cloud-8 {
    border-bottom-color: #cfcfcf;
    color: #cfcfcf;
  }
  .tag-cloud-9 {
    border-bottom-color: #dedede;
    color: #dedede;
  }
  .tag-cloud-10 {
    border-bottom-color: #eee;
    color: #eee;
  }
}
.search-active {
  overflow: hidden;
  margin-right: var(--dialog-scrollgutter, 0);
}
.search-pop-overlay {
  background: rgba(0,0,0,0);
  display: flex;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.4s, background 0.4s;
  visibility: hidden;
  width: 100%;
  z-index: 40;
}
.search-active .search-pop-overlay {
  background: rgba(0,0,0,0.3);
  visibility: visible;
}
.search-popup {
  background: var(--card-bg-color);
  border-radius: 5px;
  height: 80%;
  margin: auto;
  transform: scale(0);
  transition: transform 0.4s;
  width: 700px;
}
.search-active .search-popup {
  transform: scale(1);
}
@media (max-width: 767px) {
  .search-popup {
    border-radius: 0;
    height: 100%;
    width: 100%;
  }
}
.search-popup .search-icon,
.search-popup .popup-btn-close {
  color: #999;
  font-size: 18px;
  padding: 0 10px;
}
.search-popup .popup-btn-close {
  cursor: pointer;
}
.search-popup .popup-btn-close:hover .fa {
  color: #222;
}
.search-popup .search-header {
  background: #eee;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  padding: 5px;
}
@media (prefers-color-scheme: dark) {
  .search-popup .search-header {
    background: #666;
  }
}
.search-popup input.search-input {
  background: transparent;
  border: 0;
  outline: 0;
  width: 100%;
}
.search-popup input.search-input::-webkit-search-cancel-button {
  display: none;
}
.search-popup .search-result-container {
  display: flex;
  flex-direction: column;
  height: calc(100% - 55px);
  overflow: auto;
  padding: 5px 25px;
}
.search-popup .search-result-container hr {
  flex-shrink: 0;
  margin: 5px 0 10px;
}
.search-popup .search-result-container hr:first-child {
  display: none;
}
.search-popup .search-result-list {
  margin: 0 5px;
  padding: 0;
}
.search-popup a.search-result-title {
  font-weight: bold;
}
.search-popup p.search-result {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 10px;
  padding: 5px 0;
}
.search-popup .search-input-container {
  flex-grow: 1;
  padding: 2px;
}
.search-popup .search-result-icon {
  color: #ccc;
  margin: auto;
}
mark.search-keyword {
  background: transparent;
  border-bottom: 1px dashed #ff2a2a;
  color: #ff2a2a;
  font-weight: bold;
}
.use-motion .animated {
  animation-fill-mode: none;
  visibility: inherit;
}
.use-motion .sidebar .animated {
  animation-fill-mode: both;
}
header.header {
  margin: 0 auto;
  width: 700px;
}
@media (max-width: 767px) {
  header.header {
    width: auto;
  }
}
@media (min-width: 1200px) {
  header.header {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  header.header {
    width: 900px;
  }
}
.main-inner {
  margin: 0 auto;
  width: 700px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .main-inner {
    width: auto;
  }
}
@media (min-width: 1200px) {
  .main-inner {
    width: 800px;
  }
}
@media (min-width: 1600px) {
  .main-inner {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .main-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-block:first-of-type {
  padding-top: 70px;
}
@media (max-width: 767px) {
  .post-block:first-of-type {
    padding-top: 35px;
  }
}
.custom-logo-image {
  background: #fff;
  margin: 0 auto 10px;
  max-width: 150px;
  padding: 5px;
}
.brand {
  background: var(--btn-default-bg);
}
header.header {
  padding-top: 100px;
}
@media (max-width: 767px) {
  header.header {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .site-nav {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .main-menu {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .menu {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .menu .menu-item {
    margin: 0 10px;
  }
}
.menu .menu-item a {
  border-bottom: 1px solid transparent;
}
@media (max-width: 767px) {
  .menu .menu-item a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
  }
  .menu .menu-item a .badge {
    margin-left: auto;
  }
}
.menu .menu-item a:hover,
.menu .menu-item a.menu-item-active {
  background: transparent;
  border-bottom: 1px solid var(--link-hover-color);
}
@media (max-width: 767px) {
  .menu .menu-item a:hover,
  .menu .menu-item a.menu-item-active {
    border-bottom: 1px dotted #ddd;
  }
}
@media (min-width: 768px) {
  .menu .menu-item i[class^='fa'] {
    display: block;
    line-height: 2;
    margin-right: 0;
    width: 100%;
  }
}
.sub-menu {
  margin: 10px 0;
}
.sub-menu .menu-item {
  display: inline-block;
}
@media (min-width: 1200px) {
  .sidebar-dimmer {
    display: none;
  }
  .sidebar-active {
    padding-left: 320px;
  }
  .sidebar-active .footer-fixed {
    left: 320px;
  }
}
.site-title {
  letter-spacing: 0.04em;
  line-height: 1.2;
  white-space: nowrap;
}
.site-author-name {
  line-height: 1.55;
  margin: 0.35rem auto 0;
  max-width: 16rem;
}
.site-overview-quote {
  margin: 1.25rem auto 1.4rem;
  max-width: 18rem;
  padding: 0.95rem 1rem 1rem;
  position: relative;
}
.site-overview-quote::before,
.site-overview-quote::after {
  background: rgba(255,255,255,0.1);
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 72%;
}
.site-overview-quote::before {
  margin-bottom: 0.9rem;
}
.site-overview-quote::after {
  margin-top: 0.9rem;
}
.site-overview-quote-text {
  color: rgba(255,255,255,0.74);
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  line-height: 1.9;
  margin: 0;
  text-align: center;
}
.site-overview-quote-text span {
  display: block;
}
.site-overview-paths {
  margin-top: 1.2rem;
  text-align: center;
}
.site-overview-paths-title {
  color: rgba(255,255,255,0.5);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  margin-bottom: 0.9rem;
}
.site-overview-paths-list {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
  justify-content: center;
}
.site-overview-paths-item {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  color: #d6d6d6;
  display: inline-flex;
  font-size: 0.9rem;
  line-height: 1.25;
  padding: 0.45rem 0.85rem;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.site-overview-paths-item:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.16);
  color: #fff;
  transform: translateY(-1px);
}
.notes-index-page {
  max-width: 44rem;
}
.notes-index-hero {
  margin-bottom: 2.15rem;
}
.notes-index-title {
  margin: 0;
}
.notes-index-list {
  display: flex;
  flex-direction: column;
  gap: 2.35rem;
}
.notes-index-group {
  margin: 0;
}
.notes-index-group-date {
  color: rgba(71,78,92,0.76);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin: 0 0 0.95rem;
}
.notes-index-group-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.notes-index-group-item {
  margin: 0;
}
.notes-index-group-item + .notes-index-group-item {
  margin-top: 0.72rem;
}
.notes-index-item-title {
  font-size: 1.5em;
  font-weight: normal;
  margin: 0;
  overflow-wrap: break-word;
}
.notes-index-group-link {
  border-bottom: 0;
  color: var(--link-color);
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  max-width: 100%;
  text-decoration: none;
  transition: color 0.18s ease, transform 0.18s ease;
}
.notes-index-group-link:hover {
  color: var(--link-hover-color);
  transform: translateX(2px);
}
.manual-darkmode .notes-index-group-date {
  color: rgba(230,223,245,0.68);
}
.manual-darkmode .notes-index-group-link {
  color: var(--link-color);
}
.manual-darkmode .notes-index-group-link:hover {
  color: var(--link-hover-color);
}
header.header {
  --header-pill-gap: 0.95rem;
  --header-pill-width: clamp(18rem, 36vw, 27rem);
  --header-search-size: 3.05rem;
  --header-search-closed-width: var(--header-search-size);
  --header-search-open-width: clamp(15rem, 24vw, 19rem);
  align-items: center;
  display: grid;
  gap: 1.1rem var(--header-pill-gap);
  grid-template-columns: var(--header-search-closed-width) var(--header-pill-width) var(--header-search-closed-width);
  justify-content: center;
  justify-items: center;
  position: relative;
}
.site-brand-container {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  justify-content: center;
  justify-self: center;
  min-width: 0;
  width: var(--header-pill-width);
}
.site-nav-toggle {
  display: none;
}
.site-meta {
  --site-brand-dog-image: url("/images/home-dog-cutout.png");
  --site-brand-dog-left: 1.12rem;
  --site-brand-dog-width: 2.15rem;
  --site-brand-title-side-padding: 3.4rem;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.site-meta .brand {
  align-items: center;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(34,34,34,0.06);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(17,24,39,0.09);
  color: #404654;
  display: grid;
  justify-items: center;
  margin: 0 auto;
  min-height: 3.65rem;
  overflow: hidden;
  padding: 0.2rem 2.35rem;
  position: relative;
  transition: opacity 0.2s ease, transform 0.22s ease;
  width: 100%;
}
.site-meta .brand::before {
  background-image: var(--site-brand-dog-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: calc(100% - 0.82rem);
  left: var(--site-brand-dog-left);
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--site-brand-dog-width);
  z-index: 1;
}
body.page-category-home {
  --site-brand-dog-left: 1.7rem;
  --site-brand-dog-width: 3.1rem;
  --site-brand-title-side-padding: 4.8rem;
  --home-brand-depth-shadow: rgba(9,18,29,0.2);
}
body.page-category-home header.header {
  --header-pill-width: min(26rem, calc(100vw - 12rem));
}
body.page-category-home .site-meta .brand {
  aspect-ratio: 3300/634;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(17,24,39,0.06);
  box-shadow: 0 16px 34px rgba(17,24,39,0.08);
  display: block;
  isolation: isolate;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
body.page-category-home .site-meta .brand::before {
  height: calc(100% - 0.72rem);
  left: 1.7rem;
  width: 3.1rem;
}
body.page-category-home .site-meta .brand::after {
  content: none;
}
body.page-category-home .site-meta .brand > * {
  position: relative;
  z-index: 1;
}
body.page-category-home .site-meta .site-title {
  align-items: center;
  color: #404654;
  display: flex;
  inset: 0;
  justify-content: center;
  opacity: 1;
  padding: 0 4.8rem;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255,255,255,0.82);
  top: 0;
}
.site-meta .brand:hover {
  color: #404654;
}
.site-meta .brand .logo-line {
  display: none;
}
.site-meta .site-title {
  box-sizing: border-box;
  margin: 0;
  padding: 0 var(--site-brand-title-side-padding);
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.site-nav {
  grid-column: 1/-1;
  grid-row: 2;
  width: 100%;
}
.menu {
  padding: 0;
}
.menu .menu-item {
  margin: 0 0.95rem;
}
.menu .menu-item i[class^='fa'] {
  display: none;
}
.menu .menu-item a {
  color: #404654;
  font-size: 1.02rem;
  font-weight: 500;
  padding: 0.12rem 0;
}
.menu .menu-item a:hover,
.menu .menu-item a.menu-item-active {
  color: #262b35;
}
.site-header-search,
.site-nav-right {
  align-items: center;
  display: flex;
  grid-column: 3;
  grid-row: 1;
  justify-content: center;
  justify-self: center;
  margin-top: 0;
  min-width: 0;
  position: relative;
  transition: width 0.22s ease, transform 0.22s ease;
  width: var(--header-search-closed-width);
}
.site-search-inline {
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(17,24,39,0.09);
  display: flex;
  height: var(--header-search-size);
  overflow: visible;
  position: relative;
  transition: background 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, width 0.22s ease, transform 0.22s ease;
  width: 100%;
  z-index: 35;
}
.site-search-inline.is-open {
  box-shadow: 0 18px 40px rgba(17,24,39,0.12);
}
.site-search-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: rgba(58,65,78,0.64);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 var(--header-search-size);
  height: var(--header-search-size);
  justify-content: center;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  z-index: 2;
}
.site-search-toggle i {
  font-size: 1rem;
}
.site-search-inline-field {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transform: translateX(0.35rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.site-search-inline.is-open .site-search-inline-field {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}
.site-search-inline .site-search-input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #353741;
  font-size: 0.94rem;
  height: 100%;
  outline: 0;
  padding: 0 1rem 0 0.15rem;
  width: 100%;
}
.site-search-inline .site-search-input::-webkit-search-cancel-button {
  display: none;
}
.site-search-inline .site-search-input::placeholder {
  color: rgba(88,97,112,0.68);
}
.site-search-inline.is-open .site-search-input {
  cursor: text;
}
.site-search-inline .site-search-result-container {
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 24px;
  box-shadow: 0 26px 64px rgba(17,24,39,0.16);
  left: 0;
  max-height: 26rem;
  opacity: 0;
  overflow: auto;
  padding: 0.45rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.75rem);
  transform: translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
}
.site-search-inline.has-results .site-search-result-container {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}
.site-search-inline .search-result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-search-inline .search-result-list li {
  background: rgba(245,245,247,0.92);
  border: 1px solid rgba(34,34,34,0.06);
  border-radius: 20px;
  margin: 0;
  padding: 0.82rem 0.95rem 0.88rem;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.site-search-inline .search-result-list li:hover {
  background: rgba(249,249,250,0.98);
  border-color: rgba(34,34,34,0.12);
  box-shadow: 0 14px 28px rgba(17,24,39,0.08);
  transform: translateY(-1px);
}
.site-search-inline .search-result-list li + li {
  margin-top: 0.28rem;
}
.site-search-inline a.search-result-title {
  color: #2f3340;
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 0.25rem;
}
.site-search-inline p.search-result,
.site-search-inline a.search-result-hit {
  color: rgba(71,76,88,0.78);
  display: block;
  font-size: 0.83rem;
  line-height: 1.65;
  margin: 0;
  text-decoration: none;
}
.site-search-inline a.search-result-hit {
  border-radius: 14px;
  margin: 0.2rem -0.28rem 0;
  padding: 0.36rem 0.55rem;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.site-search-inline a.search-result-hit:hover {
  background: rgba(255,255,255,0.84);
  color: #2f3340;
  transform: translateX(2px);
}
.site-search-inline .search-keyword {
  color: #c35f8d;
  font-style: normal;
  font-weight: 700;
}
.site-search-empty {
  color: rgba(79,87,101,0.74);
  font-size: 0.86rem;
  padding: 0.9rem 1rem;
  text-align: center;
}
header.header.is-search-open .site-header-search {
  grid-column: 1/-1;
  grid-row: 1;
  justify-content: center;
  justify-self: center;
  width: var(--header-search-open-width);
}
header.header.is-search-open .site-search-inline {
  width: 100%;
}
header.header.is-search-open .site-brand-container {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
header.header.is-search-open .site-meta .brand {
  opacity: 0;
  transform: scale(0.985);
}
.manual-darkmode .site-search-inline {
  background: rgba(21,21,24,0.96);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.28);
}
.manual-darkmode .site-meta .brand {
  background: rgba(21,21,24,0.96);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.28);
  color: #f5f1e8;
}
.manual-darkmode .site-meta .brand:hover {
  color: #f5f1e8;
}
html.manual-darkmode body.page-category-home .site-meta .brand {
  background: rgba(20,23,30,0.94);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 18px 42px rgba(0,0,0,0.28);
}
html.manual-darkmode body.page-category-home .site-meta .site-title {
  color: #f5f1e8;
  text-shadow: 0 1px 0 rgba(0,0,0,0.24);
}
.manual-darkmode .menu .menu-item a {
  color: rgba(241,235,225,0.82);
}
.manual-darkmode .menu .menu-item a:hover,
.manual-darkmode .menu .menu-item a.menu-item-active {
  color: #fff;
}
.manual-darkmode .site-search-inline.is-open {
  box-shadow: 0 24px 52px rgba(0,0,0,0.36);
}
.manual-darkmode .site-search-toggle {
  color: rgba(233,226,214,0.72);
}
.manual-darkmode .site-search-inline .site-search-input {
  color: #f3eee5;
}
.manual-darkmode .site-search-inline .site-search-input::placeholder {
  color: rgba(206,196,182,0.52);
}
.manual-darkmode .site-search-inline .site-search-result-container {
  background: rgba(16,16,19,0.98);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 30px 72px rgba(0,0,0,0.44);
}
.manual-darkmode .site-search-inline .search-result-list li {
  background: rgba(29,29,33,0.94);
  border-color: rgba(255,255,255,0.06);
}
.manual-darkmode .site-search-inline .search-result-list li:hover {
  background: rgba(37,37,42,0.98);
  border-color: rgba(255,255,255,0.12);
}
.manual-darkmode .site-search-inline a.search-result-title {
  color: #f5f1e8;
}
.manual-darkmode .site-search-inline p.search-result,
.manual-darkmode .site-search-inline a.search-result-hit,
.manual-darkmode .site-search-empty {
  color: rgba(229,223,213,0.74);
}
.manual-darkmode .site-search-inline .search-keyword {
  color: #ff9fc8;
}
.site-theme-toggle,
.site-home-toggle,
.sidebar-toggle {
  align-items: center;
  background: rgba(28,30,36,0.94);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  box-shadow: 0 16px 34px rgba(0,0,0,0.24);
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 50px;
  justify-content: center;
  left: 30px;
  opacity: 0.92;
  position: fixed;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
  width: 50px;
  z-index: 30;
}
.site-theme-toggle:hover,
.site-home-toggle:hover,
.sidebar-toggle:hover {
  background: rgba(24,26,32,0.98);
  border-color: rgba(135,218,255,0.35);
  color: #87daff;
  opacity: 1;
  transform: translateY(-1px);
}
.site-theme-toggle {
  appearance: none;
  bottom: 182px;
  font: inherit;
  padding: 0;
}
.site-theme-toggle i,
.site-home-toggle i {
  align-items: center;
  display: inline-flex;
  font-size: 1.28rem;
  height: 1.28rem;
  justify-content: center;
  line-height: 1;
  text-align: center;
  width: 1.28rem;
}
.site-theme-toggle .fa-sun,
.site-theme-toggle .fa-moon,
.site-home-toggle .fa-house {
  transform: translate3d(0, 0, 0);
}
.site-theme-toggle .fa-sun {
  font-size: 1.12rem;
}
.site-theme-toggle .fa-moon {
  font-size: 1.1rem;
  transform: translateX(0.04rem);
}
.site-home-toggle .fa-house {
  font-size: 1.16rem;
  transform: translateY(0.02rem);
}
.site-theme-toggle.is-dark {
  color: #ffd166;
}
.site-theme-toggle.is-dark:hover {
  color: #ffe29a;
}
.site-home-toggle {
  bottom: 120px;
}
.sidebar-toggle {
  bottom: 58px;
  box-sizing: border-box;
  flex-direction: column;
  padding: 0 14px;
}
.sidebar-toggle .toggle-line {
  border-radius: 999px;
  flex: 0 0 auto;
  height: 2.6px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.sidebar-toggle .toggle-line:first-child {
  margin-top: 0;
}
.sidebar-toggle .toggle-line:not(:first-child) {
  margin-top: 4px;
}
body:not(.sidebar-active) .sidebar-toggle:hover :first-child {
  top: 2px;
}
body:not(.sidebar-active) .sidebar-toggle:hover :last-child {
  top: -2px;
}
.sidebar-active .sidebar-toggle :first-child {
  top: 5px;
}
.sidebar-active .sidebar-toggle :last-child {
  top: -5px;
}
.manual-darkmode {
  --body-bg-color: #1f1f1f;
  --content-bg-color: #262626;
  --card-bg-color: #2f2f2f;
  --text-color: #e6e1d9;
  --selection-bg: #f0b0cf;
  --selection-color: #1b1b1d;
  --blockquote-color: #c9c1b7;
  --link-color: #ebe5db;
  --link-hover-color: #fffaf2;
  --brand-color: #f2ede4;
  --brand-hover-color: #f2ede4;
  --table-row-odd-bg-color: #242424;
  --table-row-hover-bg-color: #2d2d2d;
  --menu-item-bg-color: #303030;
  --theme-color: #1d1d1f;
  --btn-default-bg: #1d1d1f;
  --btn-default-color: #e6e1d9;
  --btn-default-border-color: #3a3a3d;
  --btn-default-hover-bg: #36363a;
  --btn-default-hover-color: #f5f1ea;
  --btn-default-hover-border-color: #48484d;
  --code-theme-purple: #caa2ff;
  --code-theme-pink: #f5acd7;
  --highlight-background: #171717;
  --highlight-foreground: var(--code-theme-purple);
  --highlight-gutter-background: #1f1f22;
  --highlight-gutter-foreground: rgba(202,162,255,0.42);
  --code-inline-background: rgba(255,255,255,0.05);
  --code-inline-border-color: rgba(255,255,255,0.08);
  --code-block-border-color: rgba(255,255,255,0.08);
  --code-block-shadow: 0 24px 50px rgba(0,0,0,0.24);
  --code-gutter-border-color: rgba(255,255,255,0.06);
  color-scheme: dark;
}
.manual-darkmode img {
  opacity: 0.75;
}
.manual-darkmode img:hover {
  opacity: 0.9;
}
.manual-darkmode iframe {
  color-scheme: light;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight {
  background: var(--highlight-background);
  border: 1px solid var(--code-block-border-color);
  border-radius: 32px;
  box-shadow: var(--code-block-shadow);
  margin: 1.8rem 0;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight table,
.manual-lightmode) .highlight tr,
.manual-lightmode) .highlight td {
  background: transparent;
  border: 0;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  min-width: 100%;
  width: max-content;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight pre {
  background: transparent;
}
:is(.manual-darkmode,
.manual-lightmode) pre {
  color: var(--code-theme-purple);
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .gutter pre {
  background: var(--highlight-gutter-background);
  border-right: 1px solid var(--code-gutter-border-color);
  color: var(--highlight-gutter-foreground);
  min-width: 1.7rem;
  overflow: visible;
  padding: 1.35rem 0.42rem;
  text-align: right;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .code {
  background: var(--highlight-background);
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .code pre {
  background: var(--highlight-background);
  color: var(--code-theme-purple);
  min-width: max-content;
  overflow: visible;
  padding: 1.35rem 1.5rem;
  width: auto;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .code .line,
.manual-lightmode) code.highlight {
  color: var(--code-theme-purple);
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .line {
  min-height: 1.9em;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight code {
  background: transparent;
  border: 0;
  color: inherit;
}
:is(.manual-darkmode,
.manual-lightmode) code {
  background: var(--code-inline-background);
  border: 1px solid var(--code-inline-border-color);
  border-radius: 8px;
  color: var(--code-theme-pink);
}
:is(.manual-darkmode,
.manual-lightmode) pre code {
  background: transparent;
  border: 0;
  color: inherit;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight [class^='hljs-'],
.manual-lightmode) .highlight [class*=' hljs-'] {
  color: var(--code-theme-purple) !important;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .comment,
.manual-lightmode) .highlight .quote,
.manual-lightmode) .highlight .hljs-comment,
.manual-lightmode) .highlight .hljs-quote {
  color: rgba(245,172,215,0.8) !important;
  font-style: normal;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .keyword,
.manual-lightmode) .highlight .selector-tag,
.manual-lightmode) .highlight .tag,
.manual-lightmode) .highlight .name,
.manual-lightmode) .highlight .template-tag,
.manual-lightmode) .highlight .meta .keyword,
.manual-lightmode) .highlight .doctag,
.manual-lightmode) .highlight .hljs-keyword,
.manual-lightmode) .highlight .hljs-selector-tag,
.manual-lightmode) .highlight .hljs-tag,
.manual-lightmode) .highlight .hljs-name,
.manual-lightmode) .highlight .hljs-template-tag,
.manual-lightmode) .highlight .hljs-meta .hljs-keyword,
.manual-lightmode) .highlight .hljs-doctag {
  color: var(--code-theme-pink) !important;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .type,
.manual-lightmode) .highlight .title,
.manual-lightmode) .highlight .title.class_,
.manual-lightmode) .highlight .title.function_,
.manual-lightmode) .highlight .class .title,
.manual-lightmode) .highlight .function .title,
.manual-lightmode) .highlight .built_in,
.manual-lightmode) .highlight .section,
.manual-lightmode) .highlight .selector-class,
.manual-lightmode) .highlight .template-variable,
.manual-lightmode) .highlight .attribute,
.manual-lightmode) .highlight .attr,
.manual-lightmode) .highlight .params,
.manual-lightmode) .highlight .variable,
.manual-lightmode) .highlight .property,
.manual-lightmode) .highlight .hljs-type,
.manual-lightmode) .highlight .hljs-title,
.manual-lightmode) .highlight .hljs-title.hljs-class_,
.manual-lightmode) .highlight .hljs-title.hljs-function_,
.manual-lightmode) .highlight .hljs-built_in,
.manual-lightmode) .highlight .hljs-section,
.manual-lightmode) .highlight .hljs-selector-class,
.manual-lightmode) .highlight .hljs-template-variable,
.manual-lightmode) .highlight .hljs-attribute,
.manual-lightmode) .highlight .hljs-attr,
.manual-lightmode) .highlight .hljs-params,
.manual-lightmode) .highlight .hljs-variable,
.manual-lightmode) .highlight .hljs-property {
  color: var(--code-theme-purple) !important;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .string,
.manual-lightmode) .highlight .regexp,
.manual-lightmode) .highlight .meta-string,
.manual-lightmode) .highlight .symbol,
.manual-lightmode) .highlight .bullet,
.manual-lightmode) .highlight .hljs-string,
.manual-lightmode) .highlight .hljs-regexp,
.manual-lightmode) .highlight .hljs-meta-string,
.manual-lightmode) .highlight .hljs-symbol,
.manual-lightmode) .highlight .hljs-bullet {
  color: var(--code-theme-pink) !important;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .number,
.manual-lightmode) .highlight .meta,
.manual-lightmode) .highlight .hljs-number,
.manual-lightmode) .highlight .hljs-meta {
  color: var(--code-theme-purple) !important;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .literal,
.manual-lightmode) .highlight .hljs-literal {
  color: var(--code-theme-pink) !important;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .operator,
.manual-lightmode) .highlight .punctuation,
.manual-lightmode) .highlight .subst,
.manual-lightmode) .highlight .hljs-operator,
.manual-lightmode) .highlight .hljs-punctuation,
.manual-lightmode) .highlight .hljs-subst {
  color: var(--code-theme-purple) !important;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .deletion,
.manual-lightmode) .highlight .hljs-deletion {
  color: var(--code-theme-pink) !important;
}
:is(.manual-darkmode,
.manual-lightmode) .highlight .addition,
.manual-lightmode) .highlight .hljs-addition {
  color: var(--code-theme-purple) !important;
}
.lightweight-article :is(.manual-darkmode,
.manual-lightmode) .highlight {
  border-radius: 18px;
  box-shadow: none;
}
.lightweight-article :is(.manual-darkmode,
.manual-lightmode) .highlight .gutter {
  display: none;
}
.lightweight-article :is(.manual-darkmode,
.manual-lightmode) .highlight .code pre {
  padding: 1rem 1.05rem;
}
.lightweight-article :is(.manual-darkmode,
.manual-lightmode) .highlight .line {
  min-height: 1.72em;
}
.lightweight-article body.use-motion .post-block,
.lightweight-article body.use-motion .pagination,
.lightweight-article body.use-motion .comments,
.lightweight-article body.use-motion .post-header,
.lightweight-article body.use-motion .post-body,
.lightweight-article body.use-motion .collection-header,
.lightweight-article body.use-motion .footer {
  opacity: 1 !important;
  visibility: visible !important;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6 {
  scroll-margin-top: 4.75rem;
}
.manual-lightmode {
  --body-bg-color: #fff;
  --content-bg-color: #fff;
  --card-bg-color: #f5f5f5;
  --text-color: #555;
  --selection-bg: #262a30;
  --selection-color: #eee;
  --blockquote-color: #666;
  --link-color: #555;
  --link-hover-color: #222;
  --brand-color: #fff;
  --brand-hover-color: #fff;
  --table-row-odd-bg-color: #f9f9f9;
  --table-row-hover-bg-color: #f5f5f5;
  --menu-item-bg-color: #f5f5f5;
  --theme-color: #222;
  --btn-default-bg: #222;
  --btn-default-color: #fff;
  --btn-default-border-color: #222;
  --btn-default-hover-bg: #fff;
  --btn-default-hover-color: #222;
  --btn-default-hover-border-color: #222;
  --code-theme-purple: #7e57c2;
  --code-theme-pink: #d95b9b;
  --highlight-background: #f6f1fa;
  --highlight-foreground: var(--code-theme-purple);
  --highlight-gutter-background: #eee5f6;
  --highlight-gutter-foreground: rgba(126,87,194,0.56);
  --code-inline-background: rgba(217,91,155,0.08);
  --code-inline-border-color: rgba(126,87,194,0.14);
  --code-block-border-color: rgba(126,87,194,0.12);
  --code-block-shadow: 0 18px 40px rgba(126,87,194,0.08);
  --code-gutter-border-color: rgba(126,87,194,0.1);
  color-scheme: light;
}
.manual-lightmode img {
  opacity: 1;
}
.manual-lightmode img:hover {
  opacity: 1;
}
.manual-lightmode iframe {
  color-scheme: light;
}
.sidebar-panel-container {
  padding-bottom: 10rem;
}
.sidebar-hover-zone {
  display: none;
}
.post-toc ol {
  padding: 0;
  text-align: center;
}
.post-toc .nav {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.post-toc .nav-item {
  cursor: pointer;
  width: 100%;
}
.post-toc .nav > .nav-item {
  text-align: center;
  width: 100%;
}
.post-toc .nav-link {
  align-items: flex-start;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  gap: 0.38rem;
  justify-content: flex-start;
  max-width: 100%;
  padding-right: 0.15rem;
  width: 100%;
}
.post-toc .nav-number {
  flex: 0 0 auto;
  min-width: 3.45em;
}
.post-toc .nav-text {
  flex: 1 1 auto;
  min-width: 0;
}
.post-toc .nav > .nav-item > .nav-link {
  justify-content: center;
}
.post-toc .nav .nav-child {
  padding-left: 1rem;
}
.post-toc .nav .nav-child .nav-item {
  text-align: left;
}
.post-toc .nav .nav-child .nav-link {
  justify-content: flex-start;
}
.post-toc-empty {
  align-items: center;
  color: rgba(71,78,92,0.62);
  display: flex;
  justify-content: center;
  min-height: 5rem;
  text-align: center;
}
.post-toc-empty-text {
  font-size: 0.9rem;
}
.post-topic-wrap {
  gap: 0;
}
.post-topic {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.post-topic-meta {
  align-items: baseline;
  color: rgba(71,78,92,0.66);
  display: flex;
  gap: 0.45rem;
  justify-content: space-between;
}
.post-topic-meta-title {
  color: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  min-width: 0;
  text-decoration: none;
}
.post-topic-meta-title:hover {
  color: rgba(71,78,92,0.9);
}
.post-topic-meta-count {
  flex: 0 0 auto;
  font-size: 0.78rem;
  white-space: nowrap;
}
.post-topic-nav {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 0;
}
.post-topic .nav-item {
  list-style: none;
  margin: 0;
  text-align: left;
  width: 100%;
}
.post-topic .nav-link {
  align-items: flex-start;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: flex;
  gap: 0.38rem;
  justify-content: flex-start;
  max-width: 100%;
  padding: 0.38rem 0.15rem;
  text-decoration: none;
  width: 100%;
}
.post-topic .nav-link:hover,
.post-topic .nav-link.is-current {
  color: var(--sidebar-highlight);
}
.post-topic .nav-text {
  display: block;
  flex: 1 1 auto;
  line-height: 1.8;
  min-width: 0;
  word-break: break-word;
}
.post-topic-empty {
  align-items: center;
  justify-content: center;
  min-height: 5rem;
}
.post-topic-empty-text {
  color: rgba(71,78,92,0.62);
  font-size: 0.9rem;
}
.manual-darkmode .post-toc-empty,
.manual-darkmode .post-topic-empty-text,
.manual-darkmode .post-topic-meta {
  color: rgba(230,223,245,0.68);
}
.manual-darkmode .post-topic-meta-title:hover {
  color: rgba(245,238,255,0.9);
}
.page .post-block + .breadcrumb {
  display: none;
}
.home-nav-page {
  display: grid;
  gap: 1.4rem;
  margin: 0 auto;
  max-width: 68rem;
}
.home-nav-intro {
  color: rgba(71,78,92,0.8);
  font-size: 1rem;
  line-height: 1.85;
  margin: 0 auto;
  max-width: 40rem;
  text-align: center;
}
.home-nav-shortcuts {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.72rem;
  justify-content: center;
}
.home-nav-shortcut {
  align-items: center;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(17,24,39,0.07);
  color: #313746;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 500;
  justify-content: center;
  min-height: 2.8rem;
  padding: 0 1.15rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.home-nav-shortcut:hover {
  border-color: rgba(84,126,186,0.2);
  box-shadow: 0 18px 34px rgba(17,24,39,0.1);
  color: #262b35;
  transform: translateY(-1px);
}
.home-nav-sections {
  display: grid;
  gap: 1.2rem;
}
.home-nav-group {
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 30px;
  box-shadow: 0 20px 48px rgba(17,24,39,0.08);
  padding: 1.25rem 1.3rem 1.4rem;
}
.home-nav-group-header {
  align-items: flex-end;
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.8rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.home-nav-group-title {
  color: #2f3442;
  font-size: 1.26rem;
  font-weight: 700;
  margin: 0;
}
.home-nav-group-note {
  color: rgba(71,78,92,0.7);
  font-size: 0.9rem;
  margin: 0;
}
.home-nav-grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
}
.home-nav-card {
  background: rgba(250,251,253,0.88);
  border: 1px solid rgba(34,34,34,0.06);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(17,24,39,0.05);
  color: inherit;
  display: block;
  min-height: 6.45rem;
  padding: 1rem 1rem 0.95rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.home-nav-card:hover {
  background: rgba(255,255,255,0.98);
  border-color: rgba(84,126,186,0.16);
  box-shadow: 0 16px 30px rgba(17,24,39,0.09);
  transform: translateY(-2px);
}
.home-nav-card-title {
  color: #313746;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.36rem;
}
.home-nav-card-text {
  color: rgba(71,78,92,0.74);
  display: block;
  font-size: 0.88rem;
  line-height: 1.7;
}
.manual-darkmode .home-nav-intro,
.manual-darkmode .home-nav-group-note,
.manual-darkmode .home-nav-card-text {
  color: rgba(230,223,245,0.74);
}
.manual-darkmode .home-nav-shortcut {
  background: rgba(13,16,24,0.92);
  border-color: rgba(205,171,255,0.12);
  box-shadow: 0 18px 38px rgba(0,0,0,0.28);
  color: #f5eeff;
}
.manual-darkmode .home-nav-shortcut:hover {
  border-color: rgba(205,171,255,0.22);
  color: #fff;
}
.manual-darkmode .home-nav-group {
  background: rgba(13,16,24,0.82);
  border-color: rgba(205,171,255,0.12);
  box-shadow: 0 26px 54px rgba(0,0,0,0.32);
}
.manual-darkmode .home-nav-group-title,
.manual-darkmode .home-nav-card-title {
  color: #f5eeff;
}
.manual-darkmode .home-nav-card {
  background: rgba(18,22,32,0.92);
  border-color: rgba(205,171,255,0.1);
  box-shadow: 0 14px 30px rgba(0,0,0,0.2);
}
.manual-darkmode .home-nav-card:hover {
  background: rgba(22,26,38,0.98);
  border-color: rgba(205,171,255,0.18);
  box-shadow: 0 20px 36px rgba(0,0,0,0.28);
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .sidebar-hover-zone {
    background: transparent;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 150px;
    z-index: 29;
  }
  body.sidebar-active .sidebar-hover-zone {
    pointer-events: none;
  }
  .sidebar-hover-zone.sidebar-hover-zone-right {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .site-meta {
    --site-brand-dog-left: 0.9rem;
    --site-brand-dog-width: 1.72rem;
    --site-brand-title-side-padding: 2.7rem;
  }
  :is(.manual-darkmode,
  .manual-lightmode) .highlight {
    touch-action: pan-x pan-y;
  }
  body.page-category-home header.header {
    --header-pill-width: min(19.5rem, calc(100vw - 2rem));
  }
  body.page-category-home .site-meta .brand {
    padding: 0;
  }
  body.page-category-home .site-meta .brand::before {
    height: calc(100% - 0.68rem);
    left: 0.72rem;
    width: 4.15rem;
  }
  body.page-category-home .site-meta .site-title {
    padding: 0 4.9rem;
  }
  .sidebar-panel-container {
    padding-bottom: 14rem;
  }
  header.header {
    --header-pill-gap: 0.7rem;
    --header-pill-width: min(19.5rem, calc(100vw - 2rem));
    --header-search-size: 50px;
    --header-search-closed-width: 50px;
    --header-search-open-width: min(var(--header-pill-width), calc(100vw - 1.5rem));
    gap: 0.8rem var(--header-pill-gap);
    grid-template-columns: 1fr;
    padding-top: 28px;
  }
  .site-brand-container {
    grid-column: 1;
    grid-row: 1;
    max-width: none;
    justify-self: center;
    width: var(--header-pill-width);
  }
  .site-meta {
    max-width: none;
    width: 100%;
  }
  .site-nav {
    display: block;
    grid-column: 1;
    grid-row: 2;
    padding-top: 0;
    width: 100%;
  }
  .menu {
    text-align: center;
  }
  .main-menu {
    border: 0;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.45rem 1rem;
    justify-content: center;
    padding: 0;
  }
  .menu .menu-item {
    display: inline-block;
    margin: 0;
  }
  .menu .menu-item a {
    display: block;
    padding: 0.12rem 0;
  }
  .site-theme-toggle,
  .site-home-toggle,
  .sidebar-toggle {
    left: auto;
    right: 20px;
  }
  .site-header-search,
  .site-nav-right {
    bottom: 58px;
    grid-column: 1;
    grid-row: 1;
    justify-self: auto;
    left: auto;
    margin-top: 0;
    position: fixed;
    right: 20px;
    width: var(--header-search-closed-width);
    z-index: 30;
  }
  .site-search-inline {
    background: rgba(28,30,36,0.94);
    border-color: rgba(255,255,255,0.08);
    box-shadow: 0 16px 34px rgba(0,0,0,0.24);
    height: var(--header-search-size);
  }
  .site-search-toggle {
    color: #fff;
    flex: 0 0 var(--header-search-size);
    height: var(--header-search-size);
  }
  .site-search-inline-field {
    opacity: 0;
    pointer-events: none;
    transform: translateX(0.35rem);
  }
  header.header.is-search-open .site-header-search {
    bottom: auto;
    position: relative;
    right: auto;
    width: var(--header-search-open-width);
    z-index: 35;
  }
  header.header.is-search-open .site-search-inline {
    background: rgba(255,255,255,0.94);
    border-color: rgba(34,34,34,0.08);
    box-shadow: 0 14px 34px rgba(17,24,39,0.09);
  }
  header.header.is-search-open .site-search-toggle {
    color: rgba(58,65,78,0.64);
  }
  .site-search-inline.is-open .site-search-inline-field {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }
  .site-search-inline.has-results .site-search-result-container,
  .site-search-inline.is-open .site-search-result-container {
    left: 0;
    right: 0;
    transform: translateY(-6px);
    width: 100%;
  }
  .site-search-inline.has-results .site-search-result-container {
    transform: translateY(0);
  }
  .site-meta .brand {
    min-height: 3.05rem;
    margin: 0 auto;
    padding: 0.22rem 1.35rem;
    width: 100%;
  }
  .site-theme-toggle {
    bottom: 232px;
  }
  .site-home-toggle {
    bottom: 174px;
  }
  .sidebar-toggle {
    bottom: 116px;
  }
  .site-header-search {
    bottom: 58px;
  }
  .site-title {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    line-height: 1.12;
  }
  body.sidebar-active header.header:not(.is-search-open) .site-header-search {
    display: none;
  }
  .manual-darkmode header.header.is-search-open .site-search-inline {
    background: rgba(21,21,24,0.96);
    border-color: rgba(255,255,255,0.08);
    box-shadow: 0 18px 42px rgba(0,0,0,0.28);
  }
  .manual-darkmode header.header.is-search-open .site-search-toggle {
    color: rgba(233,226,214,0.72);
  }
  .site-author-name {
    font-size: 1.55rem;
    max-width: 14rem;
  }
  .site-overview-quote {
    margin-bottom: 1.2rem;
    max-width: 100%;
  }
  .site-overview-paths-item {
    font-size: 0.88rem;
    padding: 0.42rem 0.78rem;
  }
  .home-nav-page {
    gap: 1.15rem;
  }
  .home-nav-shortcuts {
    gap: 0.6rem;
  }
  .home-nav-shortcut {
    font-size: 0.9rem;
    min-height: 2.7rem;
    padding: 0 1rem;
  }
  .home-nav-group {
    border-radius: 24px;
    padding: 1.08rem 1rem 1.12rem;
  }
  .home-nav-group-title {
    font-size: 1.14rem;
  }
  .home-nav-grid {
    grid-template-columns: 1fr;
  }
  .home-nav-card {
    min-height: auto;
  }
}
.home-nav-empty {
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 26px;
  box-shadow: 0 20px 48px rgba(17,24,39,0.08);
  color: rgba(71,78,92,0.78);
  padding: 1.5rem 1.35rem;
  text-align: center;
}
.home-nav-group-title-link,
.home-nav-card-title-link,
.home-nav-card-post-link {
  color: inherit;
  text-decoration: none;
}
.home-nav-group-title-link:hover,
.home-nav-card-title-link:hover,
.home-nav-card-post-link:hover {
  color: inherit;
  text-decoration: none;
}
.home-nav-card {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-height: 0;
}
.home-nav-card-head {
  align-items: flex-start;
  display: flex;
  gap: 0.65rem;
  justify-content: space-between;
}
.home-nav-card-title-link {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
}
.home-nav-card-title {
  margin-bottom: 0;
}
.home-nav-card-count {
  background: rgba(84,126,186,0.08);
  border-radius: 999px;
  color: rgba(49,55,70,0.72);
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.42rem 0.62rem;
}
.home-nav-card-posts {
  display: grid;
  gap: 0.38rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-nav-card-post {
  margin: 0;
}
.home-nav-card-post-link {
  color: rgba(49,55,70,0.88);
  display: block;
  font-size: 0.88rem;
  line-height: 1.65;
  transition: color 0.18s ease, transform 0.18s ease;
}
.home-nav-card-post-link:hover {
  color: #262b35;
  transform: translateX(2px);
}
.manual-darkmode .home-nav-empty {
  background: rgba(13,16,24,0.82);
  border-color: rgba(205,171,255,0.12);
  box-shadow: 0 26px 54px rgba(0,0,0,0.32);
  color: rgba(230,223,245,0.78);
}
.manual-darkmode .home-nav-card-count {
  background: rgba(205,171,255,0.12);
  color: rgba(245,238,255,0.76);
}
.manual-darkmode .home-nav-card-post-link {
  color: rgba(245,238,255,0.86);
}
.manual-darkmode .home-nav-card-post-link:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .home-nav-card-head {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-nav-card-count {
    align-self: flex-start;
  }
}
.home-nav-updates {
  background: rgba(255,255,255,0.76);
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 30px;
  box-shadow: 0 20px 48px rgba(17,24,39,0.08);
  padding: 1.2rem 1.3rem 1.3rem;
}
.home-nav-updates-header {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  margin-bottom: 1rem;
}
.home-nav-updates-title {
  color: #2f3442;
  font-size: 1.18rem;
  font-weight: 700;
  margin: 0;
}
.home-nav-updates-list {
  display: grid;
  gap: 0.72rem;
  grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
}
.home-nav-update {
  margin: 0;
}
.home-nav-update-link {
  background: rgba(250,251,253,0.88);
  border: 1px solid rgba(34,34,34,0.06);
  border-radius: 22px;
  box-shadow: 0 10px 24px rgba(17,24,39,0.05);
  color: inherit;
  display: grid;
  gap: 0.28rem;
  min-height: 6rem;
  padding: 0.95rem 1rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.home-nav-update-link:hover {
  background: rgba(255,255,255,0.98);
  border-color: rgba(84,126,186,0.16);
  box-shadow: 0 16px 30px rgba(17,24,39,0.09);
  transform: translateY(-2px);
}
.home-nav-update-title {
  color: #313746;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.5;
}
.home-nav-update-meta {
  color: rgba(71,78,92,0.74);
  font-size: 0.84rem;
  line-height: 1.5;
}
.home-nav-update-time {
  color: rgba(71,78,92,0.62);
  font-size: 0.82rem;
}
.home-nav-card-title {
  line-height: 1.45;
}
.manual-darkmode .home-nav-updates {
  background: rgba(13,16,24,0.82);
  border-color: rgba(205,171,255,0.12);
  box-shadow: 0 26px 54px rgba(0,0,0,0.32);
}
.manual-darkmode .home-nav-updates-title,
.manual-darkmode .home-nav-update-title {
  color: #f5eeff;
}
.manual-darkmode .home-nav-update-link {
  background: rgba(18,22,32,0.92);
  border-color: rgba(205,171,255,0.1);
  box-shadow: 0 14px 30px rgba(0,0,0,0.2);
}
.manual-darkmode .home-nav-update-link:hover {
  background: rgba(22,26,38,0.98);
  border-color: rgba(205,171,255,0.18);
  box-shadow: 0 20px 36px rgba(0,0,0,0.28);
}
.manual-darkmode .home-nav-update-meta,
.manual-darkmode .home-nav-update-time {
  color: rgba(230,223,245,0.74);
}
@media (max-width: 767px) {
  .home-nav-updates-list {
    grid-template-columns: 1fr;
  }
  .home-nav-group-title,
  .home-nav-updates-title {
    font-size: 1.08rem;
  }
  .home-nav-card-title,
  .home-nav-update-title {
    font-size: 0.94rem;
  }
}
.home-nav-grid {
  align-items: start;
}
.home-nav-card {
  box-sizing: border-box;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.home-nav-card-head {
  flex: 0 0 auto;
  min-height: 2.8rem;
}
.home-nav-card-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.home-nav-card-body {
  block-size: auto;
  height: 9.6rem;
  margin-right: 0;
  max-height: 9.6rem;
  min-height: 9.6rem;
  min-width: 0;
  -ms-overflow-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  padding-right: 0;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
}
.home-nav-card-body::-webkit-scrollbar {
  height: 0;
  width: 0;
  display: none;
}
.home-nav-card-body::-webkit-scrollbar-button {
  width: 0;
}
.home-nav-card-body::-webkit-scrollbar-track {
  background: transparent;
}
.home-nav-card-body::-webkit-scrollbar-thumb {
  background: transparent;
}
.home-nav-card-body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
.home-nav-card-posts {
  min-width: 0;
}
.home-nav-card-post-link {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.manual-darkmode .home-nav-card-body {
  scrollbar-width: none;
}
.manual-darkmode .home-nav-card-body::-webkit-scrollbar-track {
  background: transparent;
}
.manual-darkmode .home-nav-card-body::-webkit-scrollbar-thumb {
  background: transparent;
}
.manual-darkmode .home-nav-card-body::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
@media (max-width: 767px) {
  .home-nav-card-body {
    height: 9rem;
    max-height: 9rem;
    min-height: 9rem;
  }
}
.page .post-body > p:first-child > a[href='/'],
.page .post-body > p:first-child > a[href^='/onenotes/'] {
  align-items: center;
  background: rgba(247,247,249,0.94);
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 999px;
  color: #4b5362;
  display: inline-flex;
  font-size: 0.86rem;
  gap: 0.38rem;
  padding: 0.38rem 0.88rem;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
.page .post-body > p:first-child > a[href='/']:hover,
.page .post-body > p:first-child > a[href^='/onenotes/']:hover {
  background: rgba(255,255,255,0.98);
  border-color: rgba(34,34,34,0.14);
  color: #2f3442;
  transform: translateY(-1px);
}
.knowledge-map-group {
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(34,34,34,0.08);
  border-radius: 30px;
  box-shadow: 0 20px 44px rgba(17,24,39,0.08);
  margin: 1.35rem 0 0;
  padding: 1.2rem 1.25rem 1.25rem;
}
.knowledge-map-group.is-support {
  background: rgba(250,250,251,0.92);
  box-shadow: 0 14px 32px rgba(17,24,39,0.05);
}
.knowledge-map-group-head {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  margin-bottom: 0.95rem;
}
.knowledge-map-group-title {
  color: #2f3442;
  font-size: 1.08rem;
  font-weight: 700;
  margin: 0;
}
.knowledge-map-group-count {
  background: rgba(34,34,34,0.05);
  border-radius: 999px;
  color: rgba(47,52,66,0.7);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.36rem 0.62rem;
}
.knowledge-map-links {
  display: grid;
  gap: 0.72rem;
}
.knowledge-map-link {
  align-items: center;
  background: rgba(249,250,252,0.96);
  border: 1px solid rgba(34,34,34,0.06);
  border-radius: 22px;
  color: #313746;
  display: flex;
  gap: 0.85rem;
  justify-content: space-between;
  min-width: 0;
  padding: 0.82rem 0.95rem;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}
.knowledge-map-link:hover {
  background: rgba(255,255,255,0.99);
  border-color: rgba(34,34,34,0.12);
  box-shadow: 0 14px 28px rgba(17,24,39,0.08);
  transform: translateY(-1px);
}
.knowledge-map-link.is-support {
  background: rgba(246,247,249,0.98);
}
.knowledge-map-link-label {
  display: block;
  flex: 1 1 auto;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.5;
  min-width: 0;
  overflow-wrap: anywhere;
}
.knowledge-map-link-badge {
  background: rgba(76,84,100,0.08);
  border-radius: 999px;
  color: rgba(62,69,83,0.72);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.38rem 0.6rem;
}
.manual-darkmode .page .post-body > p:first-child > a[href='/'],
.manual-darkmode .page .post-body > p:first-child > a[href^='/onenotes/'] {
  background: rgba(23,27,38,0.92);
  border-color: rgba(255,255,255,0.08);
  color: rgba(233,226,214,0.82);
}
.manual-darkmode .knowledge-map-group {
  background: rgba(13,16,24,0.84);
  border-color: rgba(255,255,255,0.08);
  box-shadow: 0 26px 54px rgba(0,0,0,0.32);
}
.manual-darkmode .knowledge-map-group.is-support,
.manual-darkmode .knowledge-map-link.is-support {
  background: rgba(18,22,32,0.94);
}
.manual-darkmode .knowledge-map-group-title,
.manual-darkmode .knowledge-map-link-label {
  color: #f5f1e8;
}
.manual-darkmode .knowledge-map-group-count,
.manual-darkmode .knowledge-map-link-badge {
  background: rgba(255,255,255,0.08);
  color: rgba(229,223,213,0.72);
}
.manual-darkmode .knowledge-map-link {
  background: rgba(20,24,35,0.96);
  border-color: rgba(255,255,255,0.08);
  color: #f5f1e8;
}
.manual-darkmode .knowledge-map-link:hover {
  background: rgba(26,31,43,0.98);
  border-color: rgba(255,255,255,0.14);
  box-shadow: 0 18px 34px rgba(0,0,0,0.28);
}
@media (max-width: 767px) {
  .knowledge-map-group {
    border-radius: 24px;
    padding: 1rem 1rem 1.05rem;
  }
  .knowledge-map-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.55rem;
  }
  .knowledge-map-link-badge {
    align-self: flex-start;
  }
}
