:root {
  --width-main: 900px;
  --fsp: 1.2rem;
  --fsh1: calc(var(--fsp) + 0.9rem);
  --fsh2: calc(var(--fsp) + 0.7rem);
  --fsh3: calc(var(--fsp) + 0.5rem);
  --fsh4: calc(var(--fsp) + 0.3rem);
  --fsh5: calc(var(--fsp) + 0.1rem);
  --code: calc(var(--fsp) - 0.1rem);
  --fspt: calc(var(--fsp) - 0.2rem);
  --toc1: 1.1rem;
  --side-content-width: 224px;
  --gap-margin: 16px;
  --gap-padding: 16px;
  --gap-p: calc(17px + 4px);
  --gap-p-compact: calc(17px * 0.75);
}
@media screen and (min-width: 2048px) {
  :root {
    --width-main: 780px;
  }
}
@media screen and (min-width: 2560px) {
  :root {
    --width-main: 860px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --side-content-width: 188px;
  }
}
@media screen and (max-width: 667px) {
  :root {
    --side-content-width: 224px;
  }
}
:root {
  --gap-max: calc(var(--gap-margin) + var(--gap-padding));
}
.l_body.story {
  --gap-p: 2rem;
}
.l_body.story p>img {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.page-footer {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
:root {
  --theme-link: #2094f3;
}
:root[data-theme="light"] {
  --site-bg: #f9fafb;
  --card: #fff;
  --block: #f1f2f3;
  --block-border: #e3e5e8;
  --block-hover: #e9eaec;
  --theme-link-opa: rgba(32,148,243,0.2);
  --leftbar-bg: #e3e5e8;
  --alpha20: rgba(255,255,255,0.2);
  --alpha50: rgba(255,255,255,0.5);
  --alpha60: rgba(255,255,255,0.6);
  --alpha75: rgba(255,255,255,0.75);
  --alpha100: #fff;
  --text: #000;
  --text-p1: #333;
  --text-p2: #4d4d4d;
  --text-p3: #808080;
  --text-p4: #999;
  --text-meta: #ccc;
  --text-code: #14181f;
}
:root[data-theme="dark"] {
  --site-bg: #1c1e21;
  --card: #373d43;
  --block: #26292c;
  --block-border: #383d42;
  --block-hover: #2f3337;
  --theme-link-opa: rgba(32,148,243,0.4);
  --leftbar-bg: #383d42;
  --alpha20: rgba(0,0,0,0.2);
  --alpha50: rgba(0,0,0,0.5);
  --alpha60: rgba(0,0,0,0.6);
  --alpha75: rgba(0,0,0,0.75);
  --alpha100: #000;
  --text: #fff;
  --text-p1: #ccc;
  --text-p2: #b3b3b3;
  --text-p3: #858585;
  --text-p4: #707070;
  --text-meta: #4d4d4d;
  --text-code: #fff;
}
@media screen and (max-width: 667px) {
  :root[data-theme="dark"] {
    --site-bg: #000;
  }
}
:root:not([data-theme]) {
  --site-bg: #f9fafb;
  --card: #fff;
  --block: #f1f2f3;
  --block-border: #e3e5e8;
  --block-hover: #e9eaec;
  --theme-link-opa: rgba(32,148,243,0.2);
  --leftbar-bg: #e3e5e8;
  --alpha20: rgba(255,255,255,0.2);
  --alpha50: rgba(255,255,255,0.5);
  --alpha60: rgba(255,255,255,0.6);
  --alpha75: rgba(255,255,255,0.75);
  --alpha100: #fff;
  --text: #000;
  --text-p1: #333;
  --text-p2: #4d4d4d;
  --text-p3: #808080;
  --text-p4: #999;
  --text-meta: #ccc;
  --text-code: #14181f;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --site-bg: #1c1e21;
    --card: #373d43;
    --block: #26292c;
    --block-border: #383d42;
    --block-hover: #2f3337;
    --theme-link-opa: rgba(32,148,243,0.4);
    --leftbar-bg: #383d42;
    --alpha20: rgba(0,0,0,0.2);
    --alpha50: rgba(0,0,0,0.5);
    --alpha60: rgba(0,0,0,0.6);
    --alpha75: rgba(0,0,0,0.75);
    --alpha100: #000;
    --text: #fff;
    --text-p1: #ccc;
    --text-p2: #b3b3b3;
    --text-p3: #858585;
    --text-p4: #707070;
    --text-meta: #4d4d4d;
    --text-code: #fff;
  }
}
@media screen and (prefers-color-scheme: dark) and (max-width: 667px) {
  :root:not([data-theme]) {
    --site-bg: #000;
  }
}
@font-face {
  font-family: "MyKT";font-style:normal;font-weight:400;src: url("./FZKT.woff2") format("woff2");font-display: swap;
}
pre {
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: var(--code);
  tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tab-size: 4;
}
a {
  text-decoration: none;
  color: var(--theme-link);
}
a:hover {
  color: #ff5724;
}
.md-text p:not([class]) {
  text-align: left;
  text-indent: calc(var(--fsp) * 2);
  margin: 1em 0 0 0;
}
.md-text li:not([class]) {
  list-style-position: outside;
}
hr {
  color: var(--text-meta);
  opacity: 0.1;
}
img {
  max-width: 100%;
}
ol li {
  font-size: var(--toc1);
}
ul,
ol {
  padding-left: 1.5rem;
}
table:not([class]) {
  border-collapse: collapse;
  overflow: auto;
  display: block;
  margin: 1rem 0;
  max-width: 100%;
  vertical-align: text-top;
  font-size: var(--code);
}
table:not([class]) th {
  background: var(--block);
}
table:not([class]) td,
table:not([class]) th {
  padding: 0.5em 1em;
  border: 1px solid var(--block-hover);
  line-height: 1.5;
}
table:not([class]) tr {
  word-break: keep-all;
  white-space: nowrap;
}
table:not([class]) tr:hover {
  background: var(--block);
}
*[ff=title] {
  font-family: "MyKT", system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif;
}
blockquote {
  display: block;
  margin-left: 0;
  margin-right: 0;
  padding: 0.25rem 0.75rem;
  background: var(--block);
  border-left: 4px solid var(--text-meta);
  border-radius: 4px 12px 12px 4px;
  color: var(--text-p2);
}
:root {
  --blur-px: 12px;
  --blur-bg: var(--alpha50);
}
.blur {
  background: var(--blur-bg);
}
@supports ((-webkit-backdrop-filter: blur(var(--blur-px))) or (backdrop-filter: blur(var(--blur-px)))) {
  .blur {
    background: var(--blur-bg) !important;
    backdrop-filter: saturate(200%) blur(var(--blur-px));
    -webkit-backdrop-filter: saturate(200%) blur(var(--blur-px));
  }
}
.blur:hover {
  background: var(--card);
}
button {
  border: none;
  font-weight: 500;
  outline: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
}
a.button {
  font-weight: 500;
  line-height: 1;
  padding: 0.75rem 2rem;
  border-radius: 4px;
  font-size: 0.9375rem;
  user-select: none;
}
a.button.theme {
  background: #1cd0fd;
  color: var(--card);
}
a.button.theme:hover {
  background: #ff5724;
}
a.button.start {
  border-radius: 100px;
  background: var(--text-p1);
  color: var(--card);
}
a[onclick]:hover {
  cursor: pointer;
}
a.button.start.gradient {
  position: relative;
}
:root[data-theme="dark"] a.button.start.gradient {
  transition: 0.38s ease-out;
  z-index: 0;
  background: linear-gradient(to right, #4c95fa, #38c9fa, #24f9c4, #24f9c4, #38c9fa, #4c95fa);
  background-size: 1000%;
  color: #fff;
  text-shadow: 0 0 1px rgba(0,0,0,0.12);
  animation: glow 60s linear infinite;
}
:root[data-theme="dark"] a.button.start.gradient:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  background: inherit;
  z-index: -1;
  filter: blur(12px);
  opacity: 0.5;
  transition: 0.38s ease-out;
}
:root[data-theme="dark"] a.button.start.gradient:hover:after {
  filter: blur(36px);
  opacity: 1;
}
@-moz-keyframes glow {
  from {
    background-position: 0%;
  }
  to {
    background-position: 1000%;
  }
}
@-webkit-keyframes glow {
  from {
    background-position: 0%;
  }
  to {
    background-position: 1000%;
  }
}
@-o-keyframes glow {
  from {
    background-position: 0%;
  }
  to {
    background-position: 1000%;
  }
}
@keyframes glow {
  from {
    background-position: 0%;
  }
  to {
    background-position: 1000%;
  }
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) a.button.start.gradient {
    transition: 0.38s ease-out;
    z-index: 0;
    background: linear-gradient(to right, #4c95fa, #38c9fa, #24f9c4, #24f9c4, #38c9fa, #4c95fa);
    background-size: 1000%;
    color: #fff;
    text-shadow: 0 0 1px rgba(0,0,0,0.12);
    animation: glow 60s linear infinite;
  }
  :root:not([data-theme]) a.button.start.gradient:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    background: inherit;
    z-index: -1;
    filter: blur(12px);
    opacity: 0.5;
    transition: 0.38s ease-out;
  }
  :root:not([data-theme]) a.button.start.gradient:hover:after {
    filter: blur(36px);
    opacity: 1;
  }
@-moz-keyframes glow {
    from {
      background-position: 0%;
    }
    to {
      background-position: 1000%;
    }
}
@-webkit-keyframes glow {
    from {
      background-position: 0%;
    }
    to {
      background-position: 1000%;
    }
}
@-o-keyframes glow {
    from {
      background-position: 0%;
    }
    to {
      background-position: 1000%;
    }
}
@keyframes glow {
    from {
      background-position: 0%;
    }
    to {
      background-position: 1000%;
    }
}
}
.cap {
  font-weight: 500;
  font-size: 0.8125rem;
  scrollbar-width: none;
  color: var(--text-p2);
}
.cap.blue {
  color: #0d87e9;
}
.cap.cyan {
  color: #03c3f5;
}
.cap.theme {
  color: #03cafc;
}
.dis-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.mobile-only {
  display: none;
}
@media screen and (max-width: 667px) {
  .mobile-only {
    display: block !important;
  }
}
@media screen and (max-width: 667px) {
  .mobile-hidden {
    display: none !important;
  }
}
.float-panel {
  position: sticky;
  grid-column-end: span 3;
  right: 0;
  bottom: 2rem;
  float: right;
  z-index: 10;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  margin-left: auto;
  margin-right: 1rem;
  overflow: hidden;
  --blur-px: 16px;
  --blur-bg: rgba(255,255,255,0.4);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
@media screen and (min-width: 667px) {
  .float-panel {
    margin-right: 2rem;
  }
}
:root[data-theme="dark"] .float-panel {
  --blur-bg: rgba(0,0,0,0.4);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .float-panel {
    --blur-bg: rgba(0,0,0,0.4);
  }
}
.float-panel button {
  cursor: pointer;
  color: var(--text);
  background: none;
  padding: 8px;
  line-height: 0;
  font-size: 28px;
  margin: 0;
  display: flex;
}
.float-panel button >* {
  width: auto;
  height: 28px;
}
.float-panel button >* path#sep {
  transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
}
.l_body[leftbar] .float-panel,
.l_body[rightbar] .float-panel {
  box-shadow: 0 0 4px -1px #1cd0fd, 0 0 16px -4px #1cd0fd, 0 0 32px -12px #1cd0fd, 0 0 128px -32px #1cd0fd;
}
.l_body[leftbar] .float-panel button.leftbar-toggle {
  background: var(--alpha100);
}
.l_body[leftbar] .float-panel button.leftbar-toggle {
  color: #1cd0fd;
  border-color: var(--block-border);
}
.l_body[leftbar] .float-panel button.leftbar-toggle svg g {
  fill: currentColor;
  fill-opacity: 0.3;
}
.l_body[leftbar] .float-panel button.leftbar-toggle svg g path#sep {
  transform: translateX(2px);
}
.l_body .l_right:empty+.float-panel button.rightbar-toggle {
  display: none !important;
}
.l_body[rightbar] .float-panel button.rightbar-toggle {
  background: var(--alpha100);
}
.l_body[rightbar] .float-panel button.rightbar-toggle {
  color: #1cd0fd;
  border-color: var(--block-border);
}
.l_body[rightbar] .float-panel button.rightbar-toggle svg g {
  fill: currentColor;
  fill-opacity: 0.3;
}
.l_body[rightbar] .float-panel button.rightbar-toggle svg g path#sep {
  transform: translateX(2px);
}
code {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
}
p>code:not([class]),
li>code:not([class]) {
  font-size: var(--code);
  background: var(--block);
  padding: 0.2em;
  border-radius: 4px;
  color: var(--text-code);
}
pre:not([class]):has(>code) {
  border-radius: 12px;
  overflow: hidden;
  background: var(--block);
  line-height: 1.5;
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 500px) {
  pre:not([class]):has(>code) {
    min-width: 180px;
  }
}
.md-text .gist .gist-file {
  border: 1px solid var(--block-border);
  border-radius: 12px;
  overflow: hidden;
}
.md-text .gist .gist-data {
  border-bottom: 1px solid var(--block-border);
}
.md-text .gist .blob-code-inner {
  color: var(--text-p1);
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
}
.md-text .gist .gist-meta {
  background: var(--block-border);
}
table:not([class]) {
  border-collapse: collapse;
}
.md-text pre >.caption {
  color: var(--text-p3);
}
.md-text pre >.hljs {
  padding: 1rem;
  border-radius: 12px;
  line-height: 1.5;
  box-sizing: border-box;
}
.code>pre .code:before {
  display: none;
}
.code>pre .line,
.code>pre .params {
  color: var(--text-p1);
}
.code>pre .line .addition {
  color: #3fa33f;
}
.code>pre .line .deletion {
  color: #ee2b29;
}
.code>pre .marked {
  background-color: rgba(254,213,66,0.4);
  padding: 2px 8px 2px 0;
  border-radius: 2px;
  width: 100%;
}
.code>pre .title,
.code>pre .attr,
.code>pre .attribute {
  color: #3f51b5;
}
.code>pre .comment {
  color: var(--text-p4);
  font-style: italic;
}
.code>pre .keyword,
.code>pre .meta-keyword,
.code>pre .javascript .function {
  color: #8959a8;
}
.code>pre .type,
.code>pre .built_in,
.code>pre .tag .name {
  color: #2196f3;
}
.code>pre .variable,
.code>pre .regexp,
.code>pre .ruby .constant,
.code>pre .xml .tag .title,
.code>pre .xml .pi,
.code>pre .xml .doctype,
.code>pre .html .doctype,
.code>pre .css .id,
.code>pre .css .class,
.code>pre .css .pseudo {
  color: #fd8607;
}
.code>pre .number,
.code>pre .preprocessor,
.code>pre .literal,
.code>pre .constant {
  color: #fd8607;
}
.code>pre .class,
.code>pre .ruby .class .title,
.code>pre .css .rules .attribute {
  color: #ff9800;
}
.code>pre .string,
.code>pre .meta-string {
  color: #449e48;
}
.code>pre .value,
.code>pre .inheritance,
.code>pre .header,
.code>pre .ruby .symbol,
.code>pre .xml .cdata {
  color: #4caf50;
}
.code>pre .css .hexcolor {
  color: #6cc;
}
.code>pre .function,
.code>pre .python .decorator,
.code>pre .python .title,
.code>pre .ruby .function .title,
.code>pre .ruby .title .keyword,
.code>pre .perl .sub,
.code>pre .javascript .title,
.code>pre .coffeescript .title {
  color: #69c;
}
* {
  outline: none;
}
html {
  font-family: "MyKT", system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-padding-top: 8px;
}
body {
  background: var(--site-bg);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  /* -webkit-tap-highlight-color: rgba(0,0,0,0); */
}
div.lazy.img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
input {
  background: none;
  border: none;
}
.flex {
  display: flex;
  align-items: center;
}
.flex.column {
  flex-direction: column;
}
svg.loading {
  display: block;
  position: absolute;
  color: var(--text-p3);
  z-index: -1;
  width: 100%;
  height: 2rem;
  margin: auto;
  animation: spin infinite 2s;
  animation-timing-function: linear;
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-wrap {
  margin: 0;
  text-align: center;
  background: var(--block);
  border-radius: 12px;
  position: relative;
  padding: 2rem;
}
.loading-wrap svg {
  margin: 4px;
}
.loading-wrap:after {
  content: '正在加载';
  color: var(--text-p1);
  display: block;
  font-size: 14px;
}
.loading-wrap.error:after {
  content: '加载失败，请稍后重试。';
}
audio,
video {
  max-width: 100%;
}
video {
  z-index: 1;
}
pre:not([class]):has(>code) {
  display: block;
  padding: 1rem;
  overflow: auto;
  margin:0.5rem 0 0 calc(var(--fsp) * 2);
}
pre:not([class]):has(>code) code {
  padding: 0;
}
span.dot,
span.sep {
  font-size: 0.9em;
  margin: 0 0.25em;
}
span.dot:before {
  content: '·';
  font-weight: 900;
}
span.sep:before {
  content: '/';
  padding-left: 2px;
  padding-right: 2px;
}
svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}
svg.active-icon {
  color: #1cd0fd;
}
h1,
.h1 {
  font-size: var(--fsh2);
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  h1,
  .h1 {
    font-size: var(--fsh2);
  }
}
h2,
.h2 {
  font-size: var(--fsh2);
  margin-top: 1.5em;
}
h3,
.h3 {
  font-size: var(--fsh3);
}
h4,
.h4 {
  font-size: var(--fsh4);
}
h5 {
  font-size: calc(var(--fsp) + 1px);
}
h6 {
  font-size: calc(var(--fsp) + 0px);
}
.fs15 {
  --fsp: 0.9375rem;
  font-size: var(--fsp);
}
.fs14 {
  font-size: var(--code);
}
.footnote {
  font-size: var(--fspt);
}
.widgets .post-title {
  margin: 0.75rem 0;
  line-height: 1.2;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widgets .post-title .cap {
  margin-bottom: 2px;
  opacity: 0.5;
}
.widgets .post-title a {
  color: inherit;
  font-weight: 500;
}
.widgets .post-title a:hover {
  color: #ff5724;
}
div.toast {
  max-width: 60%;
  padding: 1rem 2rem;
  line-height: 1.5;
  color: var(--text-p1);
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  background: var(--card);
  position: fixed;
  left: 50%;
  top: 32px;
  transform: translateX(-50%);
  z-index: 9;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1), 0 12px 16px -4px rgba(0,0,0,0.2);
  visibility: hidden;
}
div.toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2s;
  animation: fadein 0.5s, fadeout 0.5s 2s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadein {
  from {
    top: -64px;
    opacity: 0;
  }
  to {
    top: 32px;
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 32px;
    opacity: 1;
  }
  to {
    top: -64px;
    opacity: 0;
  }
}
@-moz-keyframes fadein {
  from {
    top: -64px;
    opacity: 0;
  }
  to {
    top: 32px;
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    top: -64px;
    opacity: 0;
  }
  to {
    top: 32px;
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    top: -64px;
    opacity: 0;
  }
  to {
    top: 32px;
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    top: -64px;
    opacity: 0;
  }
  to {
    top: 32px;
    opacity: 1;
  }
}
@-moz-keyframes fadeout {
  from {
    top: 32px;
    opacity: 1;
  }
  to {
    top: -64px;
    opacity: 0;
  }
}
@-webkit-keyframes fadeout {
  from {
    top: 32px;
    opacity: 1;
  }
  to {
    top: -64px;
    opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    top: 32px;
    opacity: 1;
  }
  to {
    top: -64px;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    top: 32px;
    opacity: 1;
  }
  to {
    top: -64px;
    opacity: 0;
  }
}
.article.banner {
  --text-banner: var(--text);
  background: var(--block);
  margin: 0;
  height: unset;
}
.article.banner .bg+.content {
  min-height: 224px;
  --text-banner: #fff;
  --button-hover-bg: rgba(255,255,255,0.25);
}
.article.banner .content .title {
  font-size: var(--fsh1);
  color: var(--text-banner);
}
.article.banner .content h1 {
  line-height: 1.2;
  margin: 0.25rem 0;
}
.l_body .article.banner .content .bottom.only-title .title {
  padding: 0.75rem 0;
}
.l_body[text-indent] .article.banner .content .bottom.only-title {
  justify-content: center;
}
.article.banner .bg+.content {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  --blur-bg: rgba(0,0,0,0);
  --blur-px: 0px;
  --blur-sat: 100%;
  background: var(--blur-bg);
}
@supports ((-webkit-backdrop-filter: blur(var(--blur-px))) or (backdrop-filter: blur(var(--blur-px)))) {
  .article.banner .bg+.content {
    background: var(--blur-bg);
    backdrop-filter: saturate(var(--blur-sat)) blur(var(--blur-px));
    -webkit-backdrop-filter: saturate(var(--blur-sat)) blur(var(--blur-px));
  }
}
.article.banner:hover .bg+.content {
  --blur-bg: rgba(0,0,0,0.1);
  --blur-px: 20px;
  --blur-sat: 150%;
}
.article.banner {
  --button-hover-bg: rgba(0,0,0,0.05);
}
:root[data-theme="dark"] .article.banner {
  --button-hover-bg: rgba(255,255,255,0.15);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .article.banner {
    --button-hover-bg: rgba(255,255,255,0.15);
  }
}
.md-text .article-footer {
  margin-top: 2rem;
  padding: 1rem;
  background: var(--block);
  border-radius: 12px;
  border: 1px solid var(--block-border);
}
.md-text .article-footer:empty {
  display: none;
}
.md-text .article-footer .header {
  font-weight: 500;
  color: var(--text-p2);
  font-size: calc(17px + 2px);
}
.md-text .article-footer .body p {
  text-indent: 0;
  color: var(--text-p2);
  margin: 0.5em 0;
}
.md-text .article-footer .body p a {
  font-weight: unset;
}
.md-text .article-footer .body ul {
  margin: 0;
  overflow: hidden;
}
.md-text .article-footer .body .post-title {
  margin: 2px 0;
  line-height: 1.2;
  word-break: break-all;
}
.md-text .article-footer .body .post-title p {
  --fsp: calc(17px - 2px);
}
.md-text .article-footer section+section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--block-border);
}
.md-text .article-footer .social-wrap {
  grid-gap: 0.5rem 1rem;
  margin: 0;
}
.md-text .article-footer .qrcode {
  width: 128px;
  padding: 4px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1), 0 0 32px 0px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  height: 0;
  margin: 0 auto;
  transform: scale(0.01);
}
.md-text .article-footer .qrcode img {
  object-fit: contain;
}
.md-text .article-footer .qrcode.display {
  margin: 2rem auto 1rem;
  height: 128px !important;
  opacity: 1 !important;
  transform: scale(1);
}
.l_cover {
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.l_cover.post {
  height: inherit;
}
.l_cover .cover-wrap {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: var(--fsp);
}
.l_cover .cover-wrap .cover-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 1rem 0;
  line-height: 1.2;
  color: var(--text);
}
.l_cover .cover-wrap .description {
  margin: 1rem 0;
}
.l_cover .cover-wrap .start-wrap {
  margin: 2rem 0;
  flex-shrink: 0;
}
.l_cover .cover-wrap .start-wrap a.start {
  display: inline-block;
}
.l_cover.post .cover {
  z-index: -1;
  width: 100%;
  height: 30vh;
  max-width: 2048px;
  min-height: 150px;
  max-height: 400px;
}
@media screen and (max-width: 768px) {
  .l_cover.post .cover {
    height: 25vh;
  }
}
@media screen and (max-width: 500px) {
  .l_cover.post .cover {
    height: 20vh;
  }
}
@media screen and (min-width: 2048px) {
  .l_cover.post .cover {
    margin-top: 4rem;
  }
  .l_cover.post .cover .img {
    border-radius: 2rem;
  }
}
.l_cover.wiki .cover-wrap {
  max-width: 500px;
}
.l_cover.wiki .cover-wrap .preview {
  margin-bottom: 2rem;
}
.l_cover.wiki .cover-wrap .preview img {
  object-fit: contain;
  min-width: 96px;
  min-height: 96px;
  max-height: 35vh;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .l_cover.wiki .cover-wrap .preview img {
    max-width: 60%;
  }
}
.l_cover.wiki .cover-wrap .cover-title:first-child {
  font-size: 3rem;
}
.page-footer {
  bottom: 0;
  width: 90%;
  position: absolute;
  margin: 4rem 1rem 0.01rem;
  color: var(--text-p2);
}
.page-footer a {
  color: var(--text-p2);
  border-radius: 4px;
  transition: background 0.2s ease-out;
}
.page-footer a:hover {
  color: var(--text);
  background: var(--block-hover);
}
.page-footer .text p {
  margin: 4px 0;
  line-height: 1.5;
}
.page-footer .text a:not([class]) {
  font-weight: 500;
}
.navbar {
  padding: 0 1rem;
  z-index: 8;
  top: 0;
  background: var(--site-bg);
  position: sticky;
  position: -webkit-sticky;
  margin-bottom: 1px;
  margin-top: -8px;
}
.navbar:after {
  content: '';
  height: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 1rem;
  right: 1rem;
  background: var(--block-hover);
}
.navbar nav {
  display: flex;
  overflow: scroll visible;
}
.navbar nav::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.navbar nav::-webkit-scrollbar-track-piece {
  background: transparent;
}
.navbar nav::-webkit-scrollbar-thumb {
  background: var(--text-meta);
  cursor: pointer;
  border-radius: 0;
}
.navbar nav::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
.navbar nav >p {
  margin: 0;
}
.navbar nav a {
  padding: 2px 0.75rem;
  margin: 10px 0.25rem 8px 0.25rem;
  line-height: 2;
  color: var(--text-p3);
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.navbar nav a:after {
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0.75rem;
  right: 0.75rem;
  background: #1cd0fd;
  border-radius: 2px;
  pointer-events: none;
}
.navbar nav a:hover {
  background: var(--block-hover);
}
.navbar nav a.active,
.navbar nav a:hover {
  color: var(--text-p1);
}
.navbar nav a.active {
  background: var(--card);
  box-shadow: 0 0 2px 0px rgba(0,0,0,0.04), 0 0 8px 0px rgba(0,0,0,0.04);
  cursor: default;
  pointer-events: none;
}
.navbar nav a.active:after {
  content: '';
}
.navbar nav a+a {
  margin-left: 4px;
}
@media screen and (max-width: 667px) {
  .navbar.top {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar.top nav a:first-child {
    margin-left: 1rem;
  }
  .navbar.top nav a:last-child {
    margin-right: 1rem;
  }
}
.paginator-wrap {
  margin: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  background: var(--card);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px 0px rgba(0,0,0,0.03);
  color: var(--text-p3);
}
.paginator-wrap .page-number {
  padding: 4px 8px;
  border-radius: 8px;
  margin: 2px;
}
.paginator-wrap a.page-number {
  color: var(--text-p3);
}
.paginator-wrap a.page-number:hover {
  color: var(--text-p1);
  background: var(--block);
}
.paginator-wrap .extend {
  text-align: center;
  background-size: contain;
  width: 1rem;
  height: 1rem;
  background-origin: content-box;
  background-clip: content-box;
}
.paginator-wrap .extend.next {
  border-left: 1px dashed var(--block-border);
  background-image: url("https://gcore.jsdelivr.net/gh/cdn-x/placeholder@1.0.12/arrow/064b95430caf4.svg");
}
.paginator-wrap .extend.prev {
  border-right: 1px dashed var(--block-border);
  background-image: url("https://gcore.jsdelivr.net/gh/cdn-x/placeholder@1.0.12/arrow/f049bbd4e88ec.svg");
}
.paginator-wrap .current {
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  background: var(--block);
}
.paginator-wrap .extend {
  padding: 1rem;
  line-height: 0;
  filter: grayscale(100%);
}
.paginator-wrap .extend img {
  height: 1rem;
}
.paginator-wrap .extend.disable {
  pointer-events: none;
}
.paginator-wrap span.extend {
  opacity: 0.25;
}
.paginator-wrap a.extend:hover {
  filter: unset;
}
.related-posts {
  max-width: 100%;
  margin: 1rem 0;
}
.related-posts .item {
  line-height: 1.2;
  display: block;
  border-left: 0;
  margin-top: 1rem;
}
.related-posts .item .title {
  color: var(--text-p1);
  font-weight: 500;
  --fsp: calc(17px - 1px);
  font-size: var(--fsp);
  transition: color 0.2s ease-out, border 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, border 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, border 0.2s ease-out;
  -o-transition: color 0.2s ease-out, border 0.2s ease-out;
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px dashed var(--text-meta);
  line-height: 1.6;
}
.related-posts .item .excerpt {
  color: var(--text-p3);
  --fsp: calc(17px - 3px);
  font-size: var(--fsp);
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.related-posts .item.active .title {
  border-bottom: 1px dashed #1cd0fd;
}
.related-posts .item:hover .title {
  color: #ff5724;
  border-bottom: 1px solid #ff5724;
}
.banner {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 220px;
}
.banner.top {
  border-radius: 16px;
}
@media screen and (max-width: 667px) {
  .banner {
    height: 180px;
  }
}
.banner .bg {
  z-index: 0;
}
.banner .content {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.banner .banner-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 2;
}
.banner img {
  object-fit: cover;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  margin: 0;
  height: 100%;
  width: 100%;
}
.banner img.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banner img.avatar {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.banner .bottom {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
}
.banner .bottom.only-title .publish-date {
  font-size: calc(var(--fsp) - 0.3rem);
}
.copy-right {
  float: right;
  cursor: pointer;
  color: #0d87e9;
}
.banner .title {
  font-size: 1.5rem;
  font-weight: 600;
}
.banner .avatar+.text-area {
  margin-left: 0.75rem;
}
.banner .text-area .text {
  line-height: 1.2;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.banner .avatar+.text-area .title {
  font-size: 1.2rem;
}
.banner .subtitle {
  font-size: 0.875rem;
}
.banner .content:only-child {
  color: var(--text-p1);
}
.banner .bg+.content {
  color: #fff;
}
.banner .bg+.content .avatar {
  border: 2px solid #fff;
  margin: 0;
}
.banner .bg+.content .bottom {
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
  text-shadow: 0 0 1px rgba(0,0,0,0.12);
}
.colorful[color='red'] {
  --theme: #f44336;
  --theme-border: #e6b6b3;
  --theme-block: #fddbd8;
  --theme-codeblock: #f9edec;
  --text: #3f1512;
  --text-p1: #4f1b17;
  --text-p2: #740e06;
}
.colorful[color='orange'] {
  --theme: #fa6400;
  --theme-border: #e6c7b3;
  --theme-block: #fde7d8;
  --theme-codeblock: #f9f1ec;
  --text: #3f2412;
  --text-p1: #4f2d17;
  --text-p2: #743206;
}
.colorful[color='amber'] {
  --theme: #ffbd2b;
  --theme-border: #e6d6b3;
  --theme-block: #fdf2d8;
  --theme-codeblock: #f9f5ec;
  --text: #3f3112;
  --text-p1: #4f3e17;
  --text-p2: #745206;
}
.colorful[color='yellow'] {
  --theme: #f2e03d;
  --theme-border: #e6e0b3;
  --theme-block: #fdf9d8;
  --theme-codeblock: #f9f7ec;
  --text: #3f3b12;
  --text-p1: #4f4917;
  --text-p2: #746906;
}
.colorful[color='green'] {
  --theme: #3dc550;
  --theme-border: #b3e6ba;
  --theme-block: #d8fddd;
  --theme-codeblock: #ecf9ee;
  --text: #123f19;
  --text-p1: #174f1f;
  --text-p2: #067416;
}
.colorful[color='cyan'] {
  --theme: #1bcdfc;
  --theme-border: #b3dbe6;
  --theme-block: #d8f5fd;
  --theme-codeblock: #ecf6f9;
  --text: #12363f;
  --text-p1: #17434f;
  --text-p2: #065d74;
}
.colorful[color='blue'] {
  --theme: #2196f3;
  --theme-border: #b3cfe6;
  --theme-block: #d8edfd;
  --theme-codeblock: #ecf3f9;
  --text: #122b3f;
  --text-p1: #17364f;
  --text-p2: #064374;
}
.colorful[color='purple'] {
  --theme: #9c27b0;
  --theme-border: #deb3e6;
  --theme-block: #f8d8fd;
  --theme-codeblock: #f7ecf9;
  --text: #39123f;
  --text-p1: #47174f;
  --text-p2: #640674;
}
.colorful[color='theme'] {
  --theme: #1cd0fd;
  --theme-border: #b3dbe6;
  --theme-block: #d8f6fd;
  --theme-codeblock: #ecf6f9;
  --text: #12363f;
  --text-p1: #17444f;
  --text-p2: #065e74;
}
.colorful[color='accent'] {
  --theme: #ff5724;
  --theme-border: #e6beb3;
  --theme-block: #fde1d8;
  --theme-codeblock: #f9efec;
  --text: #3f1d12;
  --text-p1: #4f2417;
  --text-p2: #742006;
}
.colorful[color='light'] {
  --theme-block: #fff;
  --text: #000;
  --text-p1: #111;
  --text-p2: #1f1f1f;
  --text-p3: #555;
  --text-code: #fff;
}
.colorful[color='dark'] {
  --theme-block: #333;
  --text: #fff;
  --text-p1: #fff;
  --text-p2: #e0e0e0;
  --text-p3: #ddd;
  --text-code: #fff;
}
.colorful[color='warning'] {
  --theme: #f2e03d;
  --theme-border: #ffe659;
  --theme-block: #ffe659;
  --theme-link: #ff453a;
}
.colorful[color='error'] {
  --theme: #f2e03d;
  --theme-border: #ff453a;
  --theme-block: #ff453a;
  --theme-link: #ffe659;
  --text: #fff;
  --text-p1: #fff;
  --text-p2: #e0e0e0;
  --text-p3: #ddd;
  --text-code: #fff;
}
:root[data-theme="dark"] .tag-plugin.tag {
  --theme: #1cd0fd;
  --theme-border: #1f505c;
  --theme-block: #222d2f;
  --theme-codeblock: #283133;
  --text: #b3f0ff;
  --text-p1: #9fd2df;
  --text-p2: #7edaf1;
}
:root[data-theme="dark"] .colorful[color='red'] {
  --theme: #f44336;
  --theme-border: #5c231f;
  --theme-block: #2f2322;
  --theme-codeblock: #332928;
  --text: #ffb8b3;
  --text-p1: #dfa49f;
  --text-p2: #f1867e;
}
:root[data-theme="dark"] .colorful[color='orange'] {
  --theme: #fa6400;
  --theme-border: #5c371f;
  --theme-block: #2f2722;
  --theme-codeblock: #332d28;
  --text: #ffd1b3;
  --text-p1: #dfb99f;
  --text-p2: #f1ac7e;
}
:root[data-theme="dark"] .colorful[color='amber'] {
  --theme: #ffbd2b;
  --theme-border: #5c491f;
  --theme-block: #2f2b22;
  --theme-codeblock: #333028;
  --text: #ffe7b3;
  --text-p1: #dfcb9f;
  --text-p2: #f1cd7e;
}
:root[data-theme="dark"] .colorful[color='yellow'] {
  --theme: #f2e03d;
  --theme-border: #5c561f;
  --theme-block: #2f2e22;
  --theme-codeblock: #333228;
  --text: #fff7b3;
  --text-p1: #dfd99f;
  --text-p2: #f1e57e;
}
:root[data-theme="dark"] .colorful[color='green'] {
  --theme: #3dc550;
  --theme-border: #1f5c27;
  --theme-block: #222f24;
  --theme-codeblock: #28332a;
  --text: #b3ffbd;
  --text-p1: #9fdfa8;
  --text-p2: #7ef18e;
}
:root[data-theme="dark"] .colorful[color='cyan'] {
  --theme: #1bcdfc;
  --theme-border: #1f4f5c;
  --theme-block: #222d2f;
  --theme-codeblock: #283133;
  --text: #b3efff;
  --text-p1: #9fd2df;
  --text-p2: #7ed9f1;
}
:root[data-theme="dark"] .colorful[color='blue'] {
  --theme: #2196f3;
  --theme-border: #1f415c;
  --theme-block: #222a2f;
  --theme-codeblock: #282f33;
  --text: #b3ddff;
  --text-p1: #9fc3df;
  --text-p2: #7ebef1;
}
:root[data-theme="dark"] .colorful[color='purple'] {
  --theme: #9c27b0;
  --theme-border: #531f5c;
  --theme-block: #2d222f;
  --theme-codeblock: #322833;
  --text: #f4b3ff;
  --text-p1: #d69fdf;
  --text-p2: #e07ef1;
}
:root[data-theme="dark"] .colorful[color='light'] {
  --theme-border: #fff;
  --theme-block: #fff;
  --text: #000;
  --text-p1: #111;
  --text-p2: #1f1f1f;
  --text-p3: #555;
  --text-code: #fff;
}
:root[data-theme="dark"] .colorful[color='dark'] {
  --theme-border: #000;
  --theme-block: #111;
  --text: #fff;
  --text-p1: #fff;
  --text-p2: #e0e0e0;
  --text-p3: #ddd;
  --text-code: #fff;
}
:root[data-theme="dark"] .colorful[color='warning'],
:root[data-theme="dark"] .colorful[color='light'] {
  --text: #000;
  --text-p1: #111;
  --text-p2: #1f1f1f;
  --text-p3: #555;
  --text-code: #fff;
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .tag-plugin.tag {
    --theme: #1cd0fd;
    --theme-border: #1f505c;
    --theme-block: #222d2f;
    --theme-codeblock: #283133;
    --text: #b3f0ff;
    --text-p1: #9fd2df;
    --text-p2: #7edaf1;
  }
  :root:not([data-theme]) .colorful[color='red'] {
    --theme: #f44336;
    --theme-border: #5c231f;
    --theme-block: #2f2322;
    --theme-codeblock: #332928;
    --text: #ffb8b3;
    --text-p1: #dfa49f;
    --text-p2: #f1867e;
  }
  :root:not([data-theme]) .colorful[color='orange'] {
    --theme: #fa6400;
    --theme-border: #5c371f;
    --theme-block: #2f2722;
    --theme-codeblock: #332d28;
    --text: #ffd1b3;
    --text-p1: #dfb99f;
    --text-p2: #f1ac7e;
  }
  :root:not([data-theme]) .colorful[color='amber'] {
    --theme: #ffbd2b;
    --theme-border: #5c491f;
    --theme-block: #2f2b22;
    --theme-codeblock: #333028;
    --text: #ffe7b3;
    --text-p1: #dfcb9f;
    --text-p2: #f1cd7e;
  }
  :root:not([data-theme]) .colorful[color='yellow'] {
    --theme: #f2e03d;
    --theme-border: #5c561f;
    --theme-block: #2f2e22;
    --theme-codeblock: #333228;
    --text: #fff7b3;
    --text-p1: #dfd99f;
    --text-p2: #f1e57e;
  }
  :root:not([data-theme]) .colorful[color='green'] {
    --theme: #3dc550;
    --theme-border: #1f5c27;
    --theme-block: #222f24;
    --theme-codeblock: #28332a;
    --text: #b3ffbd;
    --text-p1: #9fdfa8;
    --text-p2: #7ef18e;
  }
  :root:not([data-theme]) .colorful[color='cyan'] {
    --theme: #1bcdfc;
    --theme-border: #1f4f5c;
    --theme-block: #222d2f;
    --theme-codeblock: #283133;
    --text: #b3efff;
    --text-p1: #9fd2df;
    --text-p2: #7ed9f1;
  }
  :root:not([data-theme]) .colorful[color='blue'] {
    --theme: #2196f3;
    --theme-border: #1f415c;
    --theme-block: #222a2f;
    --theme-codeblock: #282f33;
    --text: #b3ddff;
    --text-p1: #9fc3df;
    --text-p2: #7ebef1;
  }
  :root:not([data-theme]) .colorful[color='purple'] {
    --theme: #9c27b0;
    --theme-border: #531f5c;
    --theme-block: #2d222f;
    --theme-codeblock: #322833;
    --text: #f4b3ff;
    --text-p1: #d69fdf;
    --text-p2: #e07ef1;
  }
  :root:not([data-theme]) .colorful[color='light'] {
    --theme-border: #fff;
    --theme-block: #fff;
    --text: #000;
    --text-p1: #111;
    --text-p2: #1f1f1f;
    --text-p3: #555;
    --text-code: #fff;
  }
  :root:not([data-theme]) .colorful[color='dark'] {
    --theme-border: #000;
    --theme-block: #111;
    --text: #fff;
    --text-p1: #fff;
    --text-p2: #e0e0e0;
    --text-p3: #ddd;
    --text-code: #fff;
  }
  :root:not([data-theme]) .colorful[color='warning'],
  :root:not([data-theme]) .colorful[color='light'] {
    --text: #000;
    --text-p1: #111;
    --text-p2: #1f1f1f;
    --text-p3: #555;
    --text-code: #fff;
  }
}
.md-text .frame-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md-text .frame-wrap img,
.md-text .frame-wrap video {
  border-radius: 0;
}
.md-text .frame-wrap .frame {
  z-index: 1;
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.md-text .frame-wrap#iphone11 img,
.md-text .frame-wrap#iphone11 video {
  width: 287px;
  margin-top: 19px;
  margin-bottom: 20px;
}
.md-text .frame-wrap#iphone11 .frame {
  background-image: url("https://gcore.jsdelivr.net/gh/cdn-x/placeholder@1.0.12/frame/iphone11.svg");
  width: 329px;
  height: 658px;
}
.md-text .frame-wrap[focus='top'] img,
.md-text .frame-wrap[focus='top'] video {
  margin-bottom: 0 !important;
}
.md-text .frame-wrap:not([focus='bottom']) .frame {
  top: 0;
}
.md-text .frame-wrap[focus='bottom'] img,
.md-text .frame-wrap[focus='bottom'] video {
  bottom: 0;
  margin-top: 0 !important;
}
.md-text .frame-wrap[focus='bottom'] .frame {
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .md-text .frame-wrap#iphone11 img,
  .md-text .frame-wrap#iphone11 video {
    width: 208px;
    margin-top: 13px;
    margin-bottom: 14px;
  }
  .md-text .frame-wrap#iphone11 .frame {
    width: 238px;
    height: 476px;
  }
}
.md-text u {
  text-decoration: none;
  border-bottom: 2px solid #ff5724;
}
.md-text emp {
  width: fit-content;
  text-decoration: none;
  border-bottom: 4px dotted #ff5724;
}
.md-text wavy {
  text-decoration: underline wavy #ff5724;
}
.md-text del {
  color: var(--text-p3);
  text-decoration: line-through var(--text-p3);
}
.md-text kbd {
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  border-bottom-width: 2px;
  background: var(--card);
  padding: 2px 4px 1px 4px;
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-weight: 700;
}
.md-text psw {
  color: transparent;
  background: #a1a1a1;
  border-radius: 2px;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  margin: auto 2px;
}
.md-text psw:hover {
  color: inherit;
  background: none;
}
.md-text sup,
.md-text sub {
  color: var(--theme);
  line-height: 1;
  font-weight: 700;
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
}
.md-text h1 sup,
.md-text h2 sup,
.md-text h3 sup,
.md-text h4 sup,
.md-text h1 sub,
.md-text h2 sub,
.md-text h3 sub,
.md-text h4 sub {
  font-size: 0.85rem;
}
.md-text .link-card {
  background: var(--card);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 300px;
  max-width: 100%;
  border-radius: 12px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
:root[data-theme="light"] .md-text .link-card {
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
:root[data-theme="light"] .md-text .link-card:hover {
  box-shadow: 0 12px 20px -4px rgba(0,0,0,0.15);
  transform: translate3d(0, -2px, 0);
}
:root[data-theme="dark"] .md-text .link-card:hover {
  box-shadow: 0 0 4px -2px #1cd0fd, 0 0 24px -8px #1cd0fd;
}
:root:not([data-theme]) .md-text .link-card {
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
:root:not([data-theme]) .md-text .link-card:hover {
  box-shadow: 0 12px 20px -4px rgba(0,0,0,0.15);
  transform: translate3d(0, -2px, 0);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .md-text .link-card:hover {
    box-shadow: 0 0 4px -2px #1cd0fd, 0 0 24px -8px #1cd0fd;
  }
}
.md-text .link-card.plain {
  flex-direction: row;
  align-items: center;
}
.md-text .link-card.rich {
  flex-direction: column;
  align-items: stretch;
  width: 460px;
  text-align: justify;
}
.md-text .link-card >.left {
  overflow: hidden;
  margin: 0.75rem 0 0.75rem 0.75rem;
}
.md-text .link-card >.left .title {
  font-size: 0.875rem;
}
.md-text .link-card >.left span+span {
  margin-top: 0.25rem;
}
.md-text .link-card >.right {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
}
.md-text .link-card >.top {
  display: flex;
  margin: 1rem 1rem 0.75rem;
  overflow: hidden;
  max-width: calc(100% - 1rem * 2);
  align-items: center;
}
.md-text .link-card >.top .img {
  line-height: 0;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.md-text .link-card >.top span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.md-text .link-card >.bottom {
  margin: 0 1rem 1rem;
}
.md-text .link-card >.bottom .title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.md-text .link-card {
  line-height: 1.2;
}
.md-text .link-card .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.md-text .link-card .cap {
  flex-shrink: 0;
  color: var(--text-p3);
}
.md-text .link-card .link {
  line-height: 1.5;
  opacity: 0.75;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md-text .link-card .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.md-text .link-card .img {
  border-radius: 4px;
}
.md-text .link-card span {
  margin: 0;
  display: block;
}
.md-text .link-card .title {
  font-weight: 500;
  color: var(--text-p1);
}
details.toc {
  background: var(--block);
  border: 1px solid var(--block-border);
  border-radius: 12px;
  overflow: hidden;
  color: var(--text-p2);
}
details.toc summary {
  cursor: pointer;
  padding: 0 0.5rem;
  line-height: 2;
  color: var(--text-p2);
  font-size: 0.8125rem;
  font-weight: 500;
}
details.toc summary:hover {
  background: var(--block-hover);
}
details.toc >div.body {
  margin: var(--gap-p) 1rem 1rem;
}
details.toc[open] >summary {
  border-bottom: 1px solid transparent;
}
details.toc[open] >summary:hover {
  border-bottom-color: var(--block-border);
}
details.toc[open] >div.body section+section {
  margin-top: 1rem;
}
details.toc[open] >div.body section .header {
  line-height: 2;
  font-weight: 500;
}
details.toc[open] >div.body section .header+.doc_tree {
  margin-top: 0;
}
.l_left footer.footer {
  margin: 0.5rem var(--gap-max) 1rem;
}
.social-wrap {
  display: grid;
  grid-gap: 0.5rem 0.5rem;
  grid-template-columns: repeat(auto-fill, 38px);
  text-align: center;
}
.social-wrap .social {
  line-height: 0;
  display: inline-block;
  padding: 8px;
  border-radius: 30px;
  filter: grayscale(100%);
  overflow: hidden;
  background: transparent;
  transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, background 0.2s ease-out, transform 0.2s ease-out;
}
.logo-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: 48px;
  background-image: url('/img/notbug.gif');
  background-repeat: no-repeat;
  background-position: right;
}
.logo-wrap img.avatar {
  object-fit: cover;
}
.logo-wrap img.icon {
  object-fit: contain;
}
.logo-wrap .icon {
  width: 48px;
  height: 48px;
  margin-right: 1rem;
  border-radius: 4px;
  flex-shrink: 0;
}
.logo-wrap a {
  color: inherit;
  display: flex;
  align-items: center;
}
.logo-wrap a.avatar {
  display: block;
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 48px;
  overflow: hidden;
  margin-right: 1rem;
}
.logo-wrap a.avatar img.avatar {
  margin: 2px;
  width: calc(100% - 2 * 2px);
  height: calc(100% - 2 * 2px);
  border-radius: calc(100% - 2 * 2px);
}
@-moz-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.logo-wrap a.avatar:hover div.bg {
  opacity: 1 !important;
  animation: spin infinite 4s;
  animation-timing-function: linear;
}
.logo-wrap a.title {
  font-size: 1.5rem;
  font-weight: 900;
  color: inherit;
  line-height: 1.2;
  display: block;
  position: relative;
}
.logo-wrap a.title .main {
  color: var(--text);
}
.logo-wrap a.title .sub {
  color: var(--text-p1);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  white-space: nowrap;
}
.logo-wrap a.title .hover {
  position: absolute;
  bottom: 0;
  transform: translateY(8px);
  overflow: visible;
}
.logo-wrap a.title:hover .normal {
  opacity: 0;
  transform: translateY(-8px);
}
.logo-wrap a.title:hover .hover {
  transform: translateY(0);
  opacity: 1 !important;
}
.l_left {
  height: calc(100vh - 16px);
  border-radius: 16px;
  overflow: hidden;
  overflow: clip;
  overflow-clip-margin: 0.5px;
}
.l_left .header {
  margin: var(--gap-max) var(--gap-margin) 0;
}
.l_right {
  margin: 8px;
  border-radius: 16px;
}
@media screen and (min-width: 2048px) {
  .l_left {
    margin-left: auto;
    margin-right: var(--gap-max);
  }
  .l_right {
    margin-left: var(--gap-max);
    margin-right: auto;
  }
}
.l_left {
  background-size: cover;
  transition: background-image 0.5s ease;
  background-image: url("./sidebar-bg1@small.jpg");
}
.l_left .leftbar-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  word-break: break-all;
  text-align: justify;
  --blur-px: 100px;
  --blur-bg: var(--alpha60);
}
@supports ((-webkit-backdrop-filter: blur(var(--blur-px))) or (backdrop-filter: blur(var(--blur-px)))) {
  .l_left .leftbar-container {
    background: var(--blur-bg);
    backdrop-filter: saturate(240%) blur(var(--blur-px));
    -webkit-backdrop-filter: saturate(240%) blur(var(--blur-px));
  }
}
.widget-wrapper.user-card .widget-header+.widget-body {
  margin: 0.75rem 0;
}
.widget-wrapper.user-card .widget-body {
  text-align: center;
  background: var(--card);
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
.widgets .widget-wrapper.user-card .avatar {
  display: block;
  border-radius: 100%;
  margin: 1rem auto 1.25rem auto;
  max-width: 128px;
  overflow: hidden;
}
.widgets .widget-wrapper.user-card .avatar img {
  display: block;
  aspect-ratio: 1;
}
@media screen and (max-width: 768px) {
  .widgets .widget-wrapper.user-card .avatar {
    max-width: 50%;
  }
}
.widgets .widget-wrapper.user-card p.username {
  font-weight: 900;
  font-size: calc(17px + 11px);
  color: var(--text);
  margin: 0;
}
.widgets .widget-wrapper.user-card p.bio {
  font-size: 0.8125rem;
  margin: 0;
}
.widgets .widget-wrapper.user-card .follow {
  font-weight: 500;
  border-radius: 64px;
  margin: 1rem 0 0;
  padding: 0.5rem 1rem;
  background: #1cd0fd;
  color: var(--card);
  font-size: 1rem;
  align-self: stretch;
  text-align: center;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
}
.widgets .widget-wrapper.user-card .follow svg {
  margin-right: 6px;
  height: 1.5em;
  width: auto;
}
.widgets .widget-wrapper.user-card .follow:hover {
  background: #ff5724;
}
.widgets .widget-wrapper.user-card .buttons {
  margin: 1rem 0;
  align-self: stretch;
  display: grid;
  grid-gap: 2px;
  grid-template-columns: repeat(auto-fill, calc((100% - 2 * 2px) / 3));
}
.widgets .widget-wrapper.user-card .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: inherit;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.25rem 0;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
}
.widgets .widget-wrapper.user-card .btn:hover {
  background: var(--block);
}
.widgets .widget-wrapper.user-card .btn .title {
  font-size: 1rem;
  font-weight: 700;
}
.widgets .widget-wrapper.user-card .btn .desc {
  font-size: 0.75rem;
  color: var(--text-p3);
  font-weight: 500;
}
.widget-wrapper.post-list .widget-body a {
  font-size: calc(var(--fsp) - 0.15rem);
  padding: 8px 16px;
  display: block;
  border-radius: 8px;
  color: var(--text-p1);
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
}
.widget-wrapper.post-list .widget-body a.active {
  background: var(--alpha50);
}
.widget-wrapper.post-list .widget-body a:hover {
  background: var(--alpha100);
}
.widget-wrapper.post-list .widget-body a+a {
  margin-top: 2px;
}
.widget-wrapper.post-list .widget-body a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.widget-wrapper.post-list .widget-body a .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.widget-wrapper.post-list .widget-body a svg {
  flex-shrink: 0;
  height: 1em;
  width: auto;
  transform: scale(1.2);
}
.widget-wrapper.post-list .widget-body+.widget-header {
  margin-top: 28px;
}
.widget-wrapper.markdown .widget-body {
  border-radius: 12px;
  padding: 4px 16px;
  background: var(--alpha50);
}
.widget-wrapper.markdown .widget-body a:not([class]) {
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  border-bottom: 1px solid var(--text);
  color: var(--text);
}
.widget-wrapper.markdown .widget-body a:not([class]):hover {
  color: #ff5724;
  border-bottom: 1px solid #ff5724;
}
.widget-wrapper.markdown .linklist {
  margin: 1em 0;
}
.widget-wrapper.markdown .linklist .link {
  background: var(--alpha50);
}
.widget-wrapper.markdown .linklist .link:hover {
  background: var(--alpha100);
}
.widget-wrapper.post-card .widget-body {
  max-width: 100%;
}
.widget-wrapper.post-card .widget-body .item+.item {
  margin-top: 8px;
}
.widget-wrapper.post-card .widget-body .item {
  line-height: 1.2;
  background: var(--alpha20);
  padding: 10px 16px;
  border-radius: 12px;
  display: block;
  border-left: 0;
  box-sizing: border-box;
}
.widget-wrapper.post-card .widget-body .title {
  color: var(--text-p1);
  font-weight: 500;
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-weight: 700;
  font-size: 0.875rem;
}
.widget-wrapper.post-card .widget-body .excerpt {
  color: var(--text-p3);
  font-size: 0.75rem;
  margin-top: 0.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.widget-wrapper.post-card .widget-body .item {
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
}
.widget-wrapper.post-card .widget-body .item.active {
  background: var(--alpha50);
}
.widget-wrapper.post-card .widget-body .item:hover {
  background: var(--alpha50);
}
.widget-wrapper.tagcloud .widget-body {
  border-radius: 12px;
  padding: 12px 16px;
  background: var(--alpha50);
}
.widget-wrapper.tagcloud .widget-body a {
  word-break: break-word;
  color: var(--text-p2);
  line-height: 1.5;
}
.widget-wrapper.tagcloud .widget-body a:hover {
  color: #ff5724;
}
.widget-wrapper.toc {
  background: var(--site-bg);
  z-index: 3;
}
.widget-wrapper.toc .widget-body {
  position: relative;
}
.widget-wrapper.toc .widget-body:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  width: 4px;
  background: var(--block);
  border-radius: 4px;
}
.widget-wrapper.toc .toc {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none;
}
.widget-wrapper.toc .toc li {
  margin: 0;
  list-style: none;
}
.widget-wrapper.toc .toc a {
  --padding: calc(var(--gap-padding) / 2);
  --padding-offset: calc(0 - var(--padding));
  padding: 6px var(--padding);
  margin: 0 var(--padding);
  color: var(--text-p3);
  display: block;
  position: relative;
  border-radius: 8px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.widget-wrapper.toc .toc a.active:before {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: -8px;
  width: 4px;
  background: #1cd0fd;
  border-radius: 4px;
}
.widget-wrapper.toc .toc a:hover {
  background: var(--block-hover);
  color: var(--text);
}
.l_right .widgets .widget-wrapper.toc {
  margin-top: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  padding: 16px 0;
}
.l_right .widgets .widget-wrapper.toc:first-child {
  top: 8px;
  padding-top: 8px;
}
.l_right .widgets .widget-wrapper.toc .widget-body .toc {
  max-height: 85vh;
  overflow: auto;
}
@media screen and (max-width: 1180px) {
  .l_right .widgets .widget-wrapper.toc .widget-body .toc {
    max-height: 80vh;
  }
}
.l_right .widgets .widget-wrapper.toc .widget-body .toc::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.l_right .widgets .widget-wrapper.toc .widget-body .toc::-webkit-scrollbar-track-piece {
  background: transparent;
}
.l_right .widgets .widget-wrapper.toc .widget-body .toc::-webkit-scrollbar-thumb {
  background: var(--text-meta);
  cursor: pointer;
  border-radius: 0;
}
.l_right .widgets .widget-wrapper.toc .widget-body .toc::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
.widget-wrapper.toc .toc .toc-item {
  font-weight: 500;
  font-size: calc(var(--toc1) - 0.01rem);
}
.widget-wrapper.toc .toc .toc-item .toc-item {
  font-weight: 400;
  font-size: calc(var(--toc1) - 0.1rem);
}
.widget-wrapper.toc .toc .toc-item .toc-item .toc-item {
  font-weight: 400;
  font-size: calc(var(--toc1) - 0.15rem);
}
.widget-wrapper.toc .toc .toc-item .toc-item .toc-item .toc-item {
  font-weight: 400;
  font-size: calc(var(--toc1) - 0.2rem);
}
.widget-wrapper.toc .toc ol {
  padding-left: 0;
}
.widget-wrapper.toc .toc .toc-child .toc-link {
  padding-left: 1.5rem;
}
.widget-wrapper.toc .toc .toc-child .toc-child .toc-link {
  padding-left: 2.5rem;
}
.widget-wrapper.toc .toc .toc-child .toc-child .toc-child .toc-link {
  padding-left: 3.5rem;
}
.widget-wrapper.toc .toc .toc-child .toc-child .toc-child .toc-child .toc-link {
  padding-left: 4.5rem;
}
.widget-wrapper.toc .toc .toc-child .toc-child .toc-child .toc-child .toc-child .toc-link {
  padding-left: 5rem;
}
.widget-wrapper.toc .toc a.toc-link.active {
  color: var(--text);
}
.widget-wrapper.toc .toc a.toc-link.active:before,
.widget-wrapper.toc .toc a.toc-link.active:after {
  content: '';
}
.widget-wrapper.toc[collapse='true'] .toc-item a.toc-link+ol {
  display: none;
}
.widget-wrapper.toc[collapse='true'] .toc a.toc-link.active+ol {
  display: block;
}
.widget-wrapper.toc[collapse='auto'] .toc-item a.toc-link+ol {
  display: none;
}
.widget-wrapper.toc[collapse='auto'] .toc a.toc-link.active+ol {
  display: block;
}
.widget-wrapper.toc[collapse='auto']:hover a.toc-link+ol {
  display: block;
}
.widget-wrapper.toc[collapse='true'] ol:has(> .toc-item a.active) {
  display: block;
}
.widget-wrapper.toc[collapse='auto'] ol:has(> .toc-item a.active) {
  display: block;
}
.widget-wrapper.toc .widget-body {
  display: grid;
  grid-template-rows: 1fr;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  overflow: hidden;
}
.l_right .widgets .widget-wrapper.toc .widget-header .cap-action:hover {
  background: var(--block-border);
}
.l_right .widgets .widget-wrapper.toc.collapse .widget-header .cap-action {
  background: var(--block-border);
}
.l_right .widgets .widget-wrapper.toc.collapse .widget-body {
  grid-template-rows: 0fr;
}
.widget-wrapper.toc .widget-body+.widget-footer:before {
  content: '';
  position: absolute;
  background: var(--block-border);
  top: 0;
  height: 1px;
  left: var(--gap-padding);
  right: var(--gap-padding);
}
.widget-wrapper.toc .widget-footer {
  margin-top: 8px;
  color: var(--text-p2);
  position: relative;
  padding-top: 8px;
}
.widget-wrapper.toc .widget-footer a {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: calc(var(--fsp) - 0.1rem);
  padding: 8px var(--gap-padding);
  border-radius: 8px;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}
.widget-wrapper.toc .widget-footer a svg,
.widget-wrapper.toc .widget-footer a img {
  height: 16px;
  width: auto;
  margin-right: 8px;
}
.widget-wrapper.toc .widget-footer a:hover {
  background: var(--block-hover);
  color: var(--text);
}
.widget-wrapper.toc+.widget-wrapper {
  padding-top: 32px;
}
@media screen and (max-width: 1180px) {
  .l_right {
    background: var(--blur-bg);
  }
  @supports ((-webkit-backdrop-filter: blur(var(--blur-px))) or (backdrop-filter: blur(var(--blur-px)))) {
    .l_right {
      background: var(--blur-bg) !important;
      backdrop-filter: saturate(200%) blur(var(--blur-px));
      -webkit-backdrop-filter: saturate(200%) blur(var(--blur-px));
    }
  }
  .l_right:hover {
    background: var(--card);
  }
  .l_right .widgets .widget-wrapper.toc {
    position: static;
    background: none;
  }
  .widget-wrapper.toc .toc a {
    color: var(--text-p2);
  }
  .widget-wrapper.toc .widget-footer a {
    background: var(--alpha100);
  }
  .widget-wrapper.toc .widget-footer a+a {
    margin-top: 4px;
  }
}
.widgets .loading-wrap {
  margin: 0.5rem 0;
  background: var(--alpha50);
}
.widgets {
  overflow: scroll;
  flex-grow: 1;
  scrollbar-width: none;
  z-index: 1;
  line-height: 1.2;
  margin: 0 var(--gap-margin);
}
.widgets::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.widgets::-webkit-scrollbar-track-piece {
  background: transparent;
}
.widgets::-webkit-scrollbar-thumb {
  background: var(--text-meta);
  cursor: pointer;
  border-radius: 0;
}
.widgets::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
.widgets .widget-wrapper .widget-header {
  padding-left: var(--gap-padding);
  padding-right: var(--gap-padding);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  line-height: 28px;
  font-weight: 500;
  font-size: 0.8125rem;
  color: var(--text-p1);
}
.widgets .widget-wrapper .widget-header .item {
  display: block;
}
.widgets .widget-wrapper .widget-header >span {
  text-align: left;
  opacity: 0.6;
  font-size: 1.35em;
}
.widgets .widget-wrapper .widget-header:empty {
  display: none;
}
.widgets .widget-wrapper .widget-header .cap-action {
  line-height: 0;
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, background 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, background 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out, background 0.2s ease-out;
  border-radius: 4px;
  padding: 6px;
  margin-right: -6px;
}
.widgets .widget-wrapper .widget-header .cap-action svg {
  height: 1em;
  width: auto;
  transform: scale(1.2);
  fill: var(--text-p2);
}
.widgets .widget-wrapper .widget-header .cap-action:hover {
  color: #ff5724;
  background: var(--alpha100);
  opacity: 1;
}
.widgets .widget-wrapper .widget-header .cap-action:hover svg {
  fill: #ff5724;
}
.widgets .widget-wrapper .widget-body {
  color: var(--text-p1);
}
.widgets .widget-wrapper .widget-body p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.widget-wrapper {
  margin-top: 3%;
  display: block;
  padding-bottom: 32px;
}
.l_left .widgets .widget-wrapper:first-child {
  margin-top: 32px;
}
.l_right .widgets:empty {
  display: none;
}
.l_right .widgets .widget-wrapper .widget-header {
  padding-left: var(--gap-padding);
  padding-right: var(--gap-padding);
}
@media screen and (max-width: 1180px) {
  .l_right .widgets .widget-wrapper {
    margin-top: var(--gap-margin);
    border-radius: 12px;
  }
}
@media screen and (min-width: 1180px) {
  .l_right .widgets .widget-wrapper.markdown .widget-body {
    background: var(--block);
  }
}
.post-list .archive-group {
  padding: 1rem;
}
.post-list .archive-group .archive-header {
  display: inline-block;
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
  position: relative;
  padding: 4px 0;
  color: var(--text-p1);
}
.post-list .archive-group .archive-header:after {
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 4px;
  background: #1cd0fd;
}
.post-list .archive-group a.post {
  display: inline-flex;
  align-items: baseline;
  margin: 0.25rem 0;
  color: var(--text-p1);
  transition: color 0.2s ease-out, border 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, border 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, border 0.2s ease-out;
  -o-transition: color 0.2s ease-out, border 0.2s ease-out;
  border-bottom: 1px dashed var(--text-meta);
}
.post-list .archive-group a.post time {
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  margin-right: 1em;
  font-weight: 700;
  flex-shrink: 0;
  color: var(--text-p4);
}
.post-list .archive-group a.post:hover {
  border-bottom: 1px solid #1cd0fd;
  color: var(--text);
}
.post-list .archive-group a.post:hover time {
  color: #1cd0fd;
}
.post-list #cats {
  padding: 0;
}
.post-list #cats a.cat {
  display: flex;
  padding: 0.5em 1rem;
  border-radius: 8px;
  color: var(--text-p2);
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: calc(17px - 2px);
}
.post-list #cats a.cat.child {
  padding-left: 2rem;
}
.post-list #cats a.cat span {
  display: flex;
  align-items: center;
}
.post-list #cats a.cat svg {
  height: 1em;
  width: auto;
  transform: scale(1.2);
  margin-right: 8px;
}
.post-list #cats a.cat .badge {
  font-weight: 700;
  font-family: "MyKT", Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  opacity: 0.5;
  font-size: 0.75rem;
}
.post-list #cats a.cat:hover {
  background: var(--block-hover);
  color: var(--text);
}
.post-list #cats a.cat:hover .badge {
  opacity: 1;
  color: #1cd0fd;
}
.post-list #tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -4px;
}
.post-list #tags a.tag {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: var(--text-p2);
  margin: 4px;
  padding: 0.5em 0.75rem;
  border-radius: 4px;
  background: var(--block);
  font-size: 0.8125rem;
  font-weight: 500;
}
.post-list #tags a.tag:before {
  content: "#";
  margin-left: -2px;
  margin-right: 2px;
  opacity: 0.4;
}
.post-list #tags a.tag:hover {
  color: var(--text);
  background: var(--block-hover);
}
.post-list #tags a.tag:hover:before {
  color: #1cd0fd;
  opacity: 1;
}
@media screen and (min-width: 500px) {
  .post-list.author .archive {
    padding: 1rem 0;
  }
}
.post-list .post-card .meta.cap .tag:before {
  content: "#";
  margin-left: -2px;
  margin-right: 2px;
  opacity: 0.4;
}
.widget-body.tag-tree .tag-subtree > a > .tag-switcher-wrapper {
  width: 1.75rem;
  height: 0.875rem;
  display: flex;
  justify-content: end;
  align-items: center;
}
.widget-body.tag-tree .tag-subtree > a > .tag-switcher-wrapper:hover {
  color: #1cd0fd;
}
.widget-body.tag-tree .tag-subtree.parent-tag > a .tag-switcher {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-width: 1px;
  border-style: none solid solid none;
  transform: translateX(-25%) rotate(-45deg);
}
.widget-body.tag-tree .tag-subtree.parent-tag.expanded > a .tag-switcher {
  transform: translateY(-25%) rotate(45deg);
}
.widget-body.tag-tree .tag-subtree.parent-tag > .tag-subtree {
  display: none;
}
.widget-body.tag-tree .tag-subtree.parent-tag.expanded > .tag-subtree {
  display: block;
}
.widget-body.tag-tree .tag-subtree .tagcon {
  font-size: smaller;
  opacity: 0.4;
  margin-right: 0.25rem;
}
.l_body {
  display: grid;
  grid-template-columns: 1fr minmax(200px, var(--width-main)) 1fr;
  grid-gap: var(--gap-margin);
  margin: auto;
  font-size: var(--fsp);
}
.l_body aside {
  z-index: 8;
  flex-shrink: 0;
  position: sticky;
  position: -webkit-sticky;
  --width-sidebar: calc(var(--gap-margin) * 2 + var(--gap-padding) * 2 + var(--side-content-width));
  width: var(--width-sidebar);
}
.l_body .l_left {
  justify-self: right;
  top: 8px;
}
.l_body .l_right {
  justify-self: left;
  --gap-margin: 0px;
  max-height: calc(100% - 8px * 2);
}
.l_body .l_right .widgets {
  height: 100%;
  overflow: visible;
}
@media screen and (max-width: 1180px) {
  .l_body .l_right {
    --gap-margin: 16px;
  }
  .laptop-only {
    display: block !important;
  }
  .l_body .l_right {
    top: 8px;
    position: fixed;
    max-height: calc(100% - 8px * 2);
    transform: translateX(320px);
    transition: transform 0.38s ease-out;
    margin: 0;
    right: 8px;
    box-shadow: 0 12px 16px -4px rgba(0,0,0,0.2);
    z-index: 10;
    background: var(--site-bg);
    overflow: auto;
    --blur-bg: var(--alpha60);
    --blur-px: 50px;
  }
  .l_body .l_right::-webkit-scrollbar {
    height: 0;
    width: 0;
  }
  .l_body .l_right::-webkit-scrollbar-track-piece {
    background: transparent;
  }
  .l_body .l_right::-webkit-scrollbar-thumb {
    background: var(--text-meta);
    cursor: pointer;
    border-radius: 0;
  }
  .l_body .l_right::-webkit-scrollbar-thumb:hover {
    background: var(--text-p3);
  }
  .l_body[rightbar] .l_right {
    transform: translateX(0px);
  }
  .l_body[rightbar] .main-mask {
    pointer-events: inherit;
  }
}
@media screen and (max-width: 667px) {
  .mobile-only {
    display: block !important;
  }
  .l_body {
    padding: 0;
    display: block;
  }
  .l_body .l_left {
    position: fixed;
    transform: translateX(-320px);
    transition: transform 0.38s ease-out;
    margin: 0;
    left: 8px;
    box-shadow: 0 12px 16px -4px rgba(0,0,0,0.2);
    z-index: 10;
  }
  .l_body .l_main {
    max-width: 100%;
  }
  .l_body[leftbar] .l_left {
    transform: translateX(0px);
  }
  .l_body[leftbar] .main-mask {
    opacity: 1;
    pointer-events: inherit;
  }
}
.main-mask {
  position: fixed;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: 9;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
.l_main .post-list {
  margin: 1rem;
}
.l_main .post-list .post-title:first-child {
  margin-top: 0.5rem;
}
.l_main .post-list .post-title {
  font-weight: 500;
  margin: 1.25rem auto 0.75rem 0;
  line-height: 1.2;
  font-size: var(--fsh4);
  border-bottom: none;
  color: var(--text);
  transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
}
@media screen and (max-width: 500px) {
  .l_main .post-list .post-title {
    font-size: calc(17px + 2px);
    margin: 0.5rem 0;
  }
  .page-footer {bottom: -4em;}
}
.l_main .post-list .wiki .post-title {
  margin-top: 0.5rem;
}
.post-list .post-card {
  display: block;
  margin: 1rem 0;
  border-radius: 12px;
  background: var(--card);
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  overflow: hidden;
  z-index: 0;
  position: relative;
}
:root[data-theme="light"] .post-list .post-card {
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
:root[data-theme="light"] .post-list .post-card:hover {
  box-shadow: 0 12px 20px -4px rgba(0,0,0,0.15);
  transform: translate3d(0, -2px, 0);
}
:root[data-theme="dark"] .post-list .post-card:hover {
  box-shadow: 0 0 4px -2px #1cd0fd, 0 0 24px -8px #1cd0fd;
}
:root:not([data-theme]) .post-list .post-card {
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
:root:not([data-theme]) .post-list .post-card:hover {
  box-shadow: 0 12px 20px -4px rgba(0,0,0,0.15);
  transform: translate3d(0, -2px, 0);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) .post-list .post-card:hover {
    box-shadow: 0 0 4px -2px #1cd0fd, 0 0 24px -8px #1cd0fd;
  }
}
.post-list .post-card .excerpt {
  margin: 1rem 0;
}
@media screen and (max-width: 500px) {
  .post-list .post-card .excerpt {
    margin: 0.5rem 0;
  }
}
.post-list .post-card .excerpt >p {
  margin: 1rem 0;
  line-height: 1.5;
  text-indent: calc(var(--fspt) * 2);
}
@media screen and (max-width: 500px) {
  .post-list .post-card .excerpt >p {
    margin: 0.5rem 0;
  }
}
.post-list .post-card .meta.cap {
  flex-wrap: wrap;
  margin: 0;
  line-height: 2;
  --fsp: calc(17px - 1px);
  font-size: var(--fsp);
}
.post-list .post-card .meta.cap,
.post-list .post-card .meta.cap span {
  display: flex;
  align-items: center;
}
.post-list .post-card .meta.cap img {
  height: 1em;
  width: auto;
  line-height: 0;
  transform: scale(1.2);
  margin-right: 8px;
}
.post-list .post-card .meta.cap >span+span {
  margin-left: 1.5rem;
}
.post-list .post-card .meta.cap span.pin img {
  object-fit: contain;
}
.post-list .post-card .meta.cap span.pin svg {
  color: #f44336;
}
.post-list.post .post-card:hover img {
  filter: brightness(50%);
}
.post-list .md-text {
  padding: 1rem;
}
@media screen and (max-width: 500px) {
  .post-list .md-text {
    padding: 0.5rem 1rem;
  }
}
.post-list .md-text p {
  color: var(--text-p2);
  font-size: var(--fspt);
}
.post-list .post-card .post-cover {
  overflow: hidden;
  width: calc(100% + 2 * 1rem);
  border-radius: 0;
  margin-left: -1rem;
  margin-top: -1rem;
  margin-right: -1rem;
  background: var(--block);
}
.post-list .post-card .post-cover:not(.lazy) {
  transition: transform 1s ease-out;
  -moz-transition: transform 1s ease-out;
  -webkit-transition: transform 1s ease-out;
  -o-transition: transform 1s ease-out;
}
.post-list .post-card .post-cover img {
  object-fit: cover;
  width: 100%;
  border-radius: 0;
  aspect-ratio: 2.4;
}
.post-list .post-card.post.photo .cover {
  position: relative;
  line-height: 0;
}
.post-list .post-card.post.photo .cover img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 2.4;
}
.post-list .post-card.post.photo .cover .cover-info {
  padding: 1.5rem 1rem;
  position: absolute;
  line-height: 1.2;
  width: calc(100% - 1rem * 2);
  --text-banner: #fff;
  color: var(--text-banner);
}
.post-list .post-card.post.photo .cover .cover-info[position=top] {
  top: 0;
  background-image: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0));
}
.post-list .post-card.post.photo .cover .cover-info[position=bottom] {
  bottom: 0;
  background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.2));
}
.post-list .post-card.post.photo .cover .cover-info div+div {
  margin-top: 4px;
}
.post-list .post-card.post.photo .cover .cover-info .cap {
  font-size: 0.8125rem;
  color: unset;
}
.post-list .post-card.post.photo .cover .cover-info .title {
  font-weight: 500;
  font-size: calc(17px + 7px);
}
@media screen and (max-width: 500px) {
  .post-list .post-card.post.photo .cover .cover-info {
    padding: 1rem;
  }
  .post-list .post-card.post.photo .cover .cover-info div+div {
    margin-top: 2px;
  }
  .post-list .post-card.post.photo .cover .cover-info .title {
    font-size: calc(17px + 4px);
  }
  .post-list .post-card.post.photo .cover .cover-info .cap {
    font-size: 0.75rem;
  }
}
.post-list .post-card.post.photo h2 {
  margin: 0.25rem 0;
  font-size: calc(17px + 4px);
}
.post-list .post-card.wiki article {
  display: flex;
  flex-wrap: wrap;
  transition: box-shadow 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out;
  justify-content: center;
  padding: 1rem 0.5rem;
}
.post-list .post-card.wiki article .preview {
  display: flex;
  margin: 1rem 3rem;
  align-items: center;
}
.post-list .post-card.wiki article .preview img {
  width: 96px;
  max-height: 96px;
  object-fit: contain;
}
.post-list .post-card.wiki article .preview img:not(.lazy) {
  transition: transform 0.75s ease-out;
  -moz-transition: transform 0.75s ease-out;
  -webkit-transition: transform 0.75s ease-out;
  -o-transition: transform 0.75s ease-out;
}
.post-list .post-card.wiki article .excerpt {
  margin: 1rem 0.5rem;
  min-width: 280px;
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
}
@media screen and (min-width: 950px) {
  .post-list .post-card.wiki article .excerpt {
    margin-right: 2rem;
  }
}
.post-list .post-card.wiki article .excerpt .caps {
  line-height: 1;
  margin-bottom: 0.75rem;
}
.post-list .post-card.wiki article .excerpt .cap {
  --theme-block: var(--block);
  background: var(--theme-block);
  padding: 2px 4px;
  border-radius: 2px;
}
.post-list .post-card.wiki article .excerpt p:last-child {
  margin-bottom: 0;
}
.post-list .post-card.wiki article .excerpt .cap+.cap {
  margin-left: 4px;
}
@media screen and (max-width: 500px) {
  .post-list.archives {
    margin: 1rem 0;
  }
}
.l_main {
  position: relative;
  padding-bottom: var(--gap-max);
}
@media screen and (min-width: 667px) {
  .l_main {padding-top: 8px;}
}
.l_main header {
  margin: 2rem 1rem 1rem;
}
.l_main header .logo-wrap {
  margin: 0;
}
@media screen and (max-width: 667px) {
  .l_body.index .l_main {padding-top: 0;}
  .page-footer {bottom: -4em;}
}
body>.sitebg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
}
body>.sitebg .siteblur {
  width: 100%;
  height: 100%;
  background: var(--blur-bg);
  --blur-px: 100px;
  --blur-bg: var(--alpha75);
}
@supports ((-webkit-backdrop-filter: blur(var(--blur-px))) or (backdrop-filter: blur(var(--blur-px)))) {
  body>.sitebg .siteblur {
    background: var(--blur-bg) !important;
    backdrop-filter: saturate(200%) blur(var(--blur-px));
    -webkit-backdrop-filter: saturate(200%) blur(var(--blur-px));
  }
}
body>.sitebg .siteblur:hover {
  background: var(--card);
}
.md-text {
  max-width: 100%;
  padding: 1rem;
  color: var(--text-p1);
  line-height: 1.6;
  word-break: break-word;
}
.md-text.excerpt p {
  font-size: 0.875rem;
  margin: 1em 0;
}
.md-text.content {
  position: relative;
  padding-top: 0;
  padding-bottom: 2rem;
  overflow: hidden;
}
.l_body[text-indent] .md-text.content p:not([class]) {
  text-indent: calc(var(--fsp) * 2);
  text-align: justify;
}
.l_body[text-indent] .md-text.content p:not([class]) a {
  text-indent: 0;
}
.l_body[text-indent] .md-text.content ol,
.l_body[text-indent] .md-text.content ul {
  margin-left: 0.5em;
}
.l_body[text-indent] .md-text.content h1,
.l_body[text-indent] .md-text.content h2,
.l_body[text-indent] .md-text.content h3,
.l_body[text-indent] .md-text.content h4,
.l_body[text-indent] .md-text.content h5,
.l_body[text-indent] .md-text.content h6 {
  text-align: center;
}
.l_body[text-indent] .md-text.content h1 >a:first-child,
.l_body[text-indent] .md-text.content h2 >a:first-child,
.l_body[text-indent] .md-text.content h3 >a:first-child,
.l_body[text-indent] .md-text.content h4 >a:first-child,
.l_body[text-indent] .md-text.content h5 >a:first-child,
.l_body[text-indent] .md-text.content h6 >a:first-child {
  display: none;
}
.l_body[text-indent] .md-text.content h2 {
  margin: 2em 0 1.5em;
}
.l_body[text-indent] .md-text.content blockquote p:not([class]),
.l_body[text-indent] .md-text.content .poetry p:not([class]),
.l_body[text-indent] .md-text.content .okr p:not([class]),
.l_body[text-indent] .md-text.content .timeline p:not([class]),
.l_body[text-indent] .md-text.content li p:not([class]),
.l_body[text-indent] .md-text.content .article-footer p:not([class]) {
  text-indent: 0;
  text-align: left;
}
.md-text ul:not(:last-child),
.md-text ol:not(:last-child) {
  padding-bottom: 0.5rem;
  margin: 0 0 0 calc(var(--fsp)* 2);
}
.md-text blockquote p,
.md-text ul p,
.md-text ol p,
.md-text blockquote ul,
.md-text ul ul,
.md-text ol ul,
.md-text blockquote ol,
.md-text ul ol,
.md-text ol ol {
  --fsp: calc(17px - 1px);
  font-size: var(--fsp);
  line-height: 1.5;
}
.md-text blockquote p code,
.md-text ul p code,
.md-text ol p code,
.md-text blockquote ul code,
.md-text ul ul code,
.md-text ol ul code,
.md-text blockquote ol code,
.md-text ul ol code,
.md-text ol ol code {
  font-size: inherit;
  padding: 0;
  background: none;
}
.md-text p *,
.md-text blockquote *,
.md-text ul *,
.md-text ol *,
.md-text .highlight *,
.md-text table * {
  --gap-p: var(--gap-p-compact);
}
.md-text .non-row {margin: 0;}
.md-text .md-indent {text-indent: calc(var(--fsp) * 2);}
.md-text iframe {
  margin-top: var(--gap-p);
  margin-bottom: var(--gap-p);
}
.md-text iframe {
  display: block;
}
.md-text.content h1,
.md-text.content h2,
.md-text.content h3,
.md-text.content h4,
.md-text.content h5,
.md-text.content h6 {
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 0;
}
.md-text.content h1 >a:first-child,
.md-text.content h2 >a:first-child,
.md-text.content h3 >a:first-child,
.md-text.content h4 >a:first-child,
.md-text.content h5 >a:first-child,
.md-text.content h6 >a:first-child {
  background: #1cd0fd;
  border-radius: 2px;
  margin-right: 8px;
  transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
}
.md-text.content h1 >a:first-child:hover,
.md-text.content h2 >a:first-child:hover,
.md-text.content h3 >a:first-child:hover,
.md-text.content h4 >a:first-child:hover,
.md-text.content h5 >a:first-child:hover,
.md-text.content h6 >a:first-child:hover {
  background: #ff5724;
}
.md-text.content h1 >a:first-child:before,
.md-text.content h2 >a:first-child:before,
.md-text.content h3 >a:first-child:before,
.md-text.content h4 >a:first-child:before,
.md-text.content h5 >a:first-child:before,
.md-text.content h6 >a:first-child:before {
  content: '';
  color: #fff;
  font-weight: 700;
  padding: 0 2px;
  font-size: 0.75rem;
}
.md-text.content h2 >a:first-child:before {
  content: ':';
}
.md-text.content blockquote h2,
.md-text.content blockquote h3,
.md-text.content blockquote h4,
.md-text.content blockquote h5,
.md-text.content blockquote h6 {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}
.md-text.content:first-child .tag-plugin:first-child {
  margin-top: 0;
}
.md-text p {
  font-size: var(--fsp);
  text-align: left;
}
.md-text pre {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.md-text pre.mermaid {
  overflow: auto;
}
.md-text .center {
  align-self: center;
}
.md-text>div {
  margin: var(--gap-p) 0;
}
.md-text img {
  margin: auto;
  display: block;
}
.md-text .title {
  font-weight: bold;
}
li:not([class]) a:not([class]),
p:not([class]) a:not([class]),
table a:not([class]) {
  position: relative;
  text-decoration: none;
  padding: 0 2px;
  border-radius: 0;
  color: #4183c4;
}
li:not([class]) a:not([class]):hover,
p:not([class]) a:not([class]):hover,
table a:not([class]):hover {
  text-decoration: none;
  color: var(--theme-link);
  border-radius: 4px;
  background: linear-gradient(0deg, var(--theme-link-opa), var(--theme-link-opa)) no-repeat left 100%/100% 100%;
}
li:not([class]) a:not([class]):has(img),
p:not([class]) a:not([class]):has(img),
table a:not([class]):has(img) {
  background: none;
  padding: 0;
}
li:not([class]) a:not([class]):has(img):hover,
p:not([class]) a:not([class]):has(img):hover,
table a:not([class]):has(img):hover {
  background: none;
}
.md-text .aplayer {
  border-radius: 12px;
}
img.lazy {
  transition: all 0.38s ease-out;
  -moz-transition: all 0.38s ease-out;
  -webkit-transition: all 0.38s ease-out;
  -o-transition: all 0.38s ease-out;
}
img.lazy:not(.loaded) {
  opacity: 0;
}
img.lazy.loaded,
img.lazy.error {
  opacity: 1;
}
:root {
  --swiper-theme-color: #1cd0fd !important;
}
img[data-fancybox],
a[data-fancybox] {
  cursor: zoom-in;
}
.spig {
  display:block;
  /* width:195px; */
  /* height:246px; */
  position:absolute;
  top: 50px;
  left: 1px;
  z-index:9999;
}
#message{
  color :#191919;
  border: 1px solid #c4c4c400;
  background:#e8e8e8;
  border-radius:5px;
  min-height:1em;
  padding:5px;
  top:-25px;
  left: 50%;
  position:absolute;
  text-align:center;
  width:auto !important;
  z-index:10000;
  border-color:#f6f6f6ee;
  box-shadow:0 0 15px #5cb8b8;
  outline:none;
  transform: translateX(-50%);
  white-space: nowrap;
}
.mumu {
  width:55px;
  height:100px;
  cursor:move;
  margin: 0 auto;
  background:url(spig.gif) no-repeat;
  background-size: contain;
}