:root {
  --paper: #f4efe3;
  --ink: #11110e;
  --vermillion: #b7352d;
  --cobalt: #245294;
  --hairline: #a9a296;
  --shell: 92vw;
}
:root {
  --width-left: 256px;
  --width-main: 720px;
  --gap-l: 16px;
  --gap-p: 0.75rem;
}
@media screen and (min-width: 2048px) {
  :root {
    --gap-l: 32px;
    --width-left: 320px;
    --width-main: 780px;
  }
}
@media screen and (min-width: 2560px) {
  :root {
    --width-main: 860px;
    --gap-l: 64px;
  }
}
:root {
  --site-bg: #f4efe3;
  --block: #f2f2f2;
  --block-border: #e5e5e5;
  --block-hover: #ededed;
  --text-p0: #000;
  --text-p1: #333;
  --text-p2: #595856;
  --text-p3: #807e79;
  --text-p4: #b0ada5;
  --text-meta: #cdc9bf;
  --text-code: #111;
  --card: #fff;
  --theme-highlight: #03c7fa;
  --theme-bg: #e8fafe;
}
pre {
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.8125rem;
  tab-size: 4;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  -webkit-tab-size: 4;
}
a {
  text-decoration: none;
  color: #2196f3;
}
a:hover {
  color: #ff5722;
}
hr {
  color: var(--text-meta);
  opacity: 0.1;
}
img {
  max-width: 100%;
}
li {
  font-size: 0.9375rem;
}
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: 0.875rem;
}
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);
}
:root {
  --blur-px: 12px;
  --blur-bg: rgba(255,255,255,0.5);
}
.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: 3px;
  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;
  font-size: 0.9375rem;
}
a.button.theme {
  background: #1bcdfc;
  color: var(--site-bg);
}
a.button.theme:hover {
  background: #ff5722;
}
a[onclick]:hover {
  cursor: pointer;
}
.cap {
  font-weight: 500;
  font-size: 0.75rem;
  color: var(--text-p3);
}
.cap.blue {
  color: #0d87e9;
}
.cap.cyan {
  color: #03c3f5;
}
.cap.theme {
  color: #03c7fa;
}
.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: 768px) {
  .mobile-only {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }
}
.float-panel {
  position: sticky;
  right: 0;
  bottom: 2rem;
  float: right;
  z-index: 10;
  display: flex;
  border-radius: 6px 0 0 6px;
  padding-right: 1rem;
  border: 1px solid var(--block-border);
  border-right: 0;
  overflow: hidden;
  --blur-px: 24px;
  --blur-bg: rgba(234,234,234,0.6);
}
.sidebar-toggle.mobile {
  cursor: pointer;
  color: var(--text-p2);
  border-right: 1px solid transparent;
  background: none;
  padding: 0.5rem;
  line-height: 0;
  font-size: 20px;
  margin: 0;
}
.l_body.mobile.sidebar .sidebar-toggle.mobile {
  background: var(--card);
  color: #ff5722;
  border-color: var(--block-border);
}
code {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  color: var(--text-code);
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  word-break: break-all;
  font-size: 85%;
  background: var(--block);
  padding: 0.2em 0.4em;
  border-radius: 4px;
}
article.md .highlight {
  margin: var(--gap-p) 0;
  border-radius: 6px;
  overflow: hidden;
  background: var(--block);
  border: 1px solid var(--block-border);
  line-height: 1.5;
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 500px) {
  article.md .highlight {
    min-width: 280px;
  }
}
article.md .highlight {
  position: relative;
  overflow: auto;
  display: block;
}
article.md .highlight figcaption {
  color: var(--text-p2);
  font-size: 0.8125rem;
  padding: 4px 0.5rem;
  position: sticky;
  left: 0;
  background: var(--block-hover);
  border-top-left-radius: calc(6px - 1px);
  border-top-right-radius: calc(6px - 1px);
  border-bottom: 1px solid var(--block-border);
}
article.md .highlight figcaption span {
  margin-right: 4px;
}
article.md .highlight >table {
  overflow: auto;
  display: block;
  margin: 0 !important;
  background: transparent;
  border: none;
}
article.md .highlight >table td,
article.md .highlight >table th {
  padding: 0;
  border: none;
  line-height: 1.5;
}
article.md .highlight >table::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
article.md .highlight >table::-webkit-scrollbar-track-piece {
  background: transparent;
}
article.md .highlight >table::-webkit-scrollbar-thumb {
  background: transparent;
  cursor: pointer;
  border-radius: 6px;
}
article.md .highlight >table:hover::-webkit-scrollbar-thumb {
  background: var(--text-meta);
}
article.md .highlight >table:hover::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
article.md .highlight >table tr {
  background: transparent;
}
article.md .highlight >table tr:hover {
  background: transparent;
}
article.md .highlight .gutter {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-align: right;
  padding: 0 1em;
  border-width: 0;
  margin-left: 0;
  left: 0;
  z-index: 1;
}
article.md .highlight .gutter pre .line {
  color: var(--text-p4);
}
article.md .highlight .code pre {
  display: block;
  padding: 0.5em 1rem;
}
article.md .highlight .gutter+.code pre {
  padding-left: 0.25em;
}
table:not([class]) {
  border-collapse: collapse;
}
article.md .highlight .code {
  vertical-align: top;
}
article.md .highlight .code:before {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 0.5rem;
  opacity: 0.25;
  font-weight: 700;
  color: var(--theme);
}
article.md .highlight.yaml .code:before {
  content: "YAML";
}
article.md .highlight.json .code:before {
  content: "JSON";
}
article.md .highlight.diff .code:before {
  content: "diff";
}
article.md .highlight.html .code:before {
  content: "HTML";
}
article.md .highlight.js .code:before,
article.md .highlight.javascript .code:before {
  content: "JS";
}
article.md .highlight.css .code:before {
  content: "CSS";
}
article.md .highlight.less .code:before {
  content: "Less";
}
article.md .highlight.stylus .code:before {
  content: "Stylus";
}
article.md .highlight.bash .code:before {
  content: "bash";
}
article.md .highlight.shell .code:before {
  content: "shell";
}
article.md .highlight.sh .code:before {
  content: "sh";
}
article.md .highlight.ini .code:before {
  content: "ini";
}
article.md .highlight.c .code:before {
  content: "C";
}
article.md .highlight.cpp .code:before {
  content: "C++";
}
article.md .highlight.objc .code:before,
article.md .highlight.objectivec .code:before {
  content: "Objective-C";
}
article.md .highlight.swift .code:before {
  content: "Swift";
}
article.md .highlight.java .code:before {
  content: "Java";
}
article.md .highlight.python .code:before {
  content: "Python";
}
article.md .highlight.php .code:before {
  content: "PHP";
}
article.md .highlight.rust .code:before {
  content: "Rust";
}
article.md .highlight.sql .code:before {
  content: "SQL";
}
article.md .highlight.ruby .code:before {
  content: "Ruby";
}
article.md .highlight.makefile .code:before {
  content: "Makefile";
}
article.md .highlight.go .code:before {
  content: "Go";
}
article.md .highlight.typescript .code:before {
  content: "TypeScript";
}
pre .code:before {
  display: none;
}
pre .line,
pre .params {
  color: var(--text-p1);
}
pre .line .addition {
  color: #3fa33f;
}
pre .line .deletion {
  color: #ee2b29;
}
pre .marked {
  background-color: rgba(254,213,66,0.4);
  padding: 2px 8px 2px 0;
  border-radius: 2px;
  width: 100%;
}
pre .title,
pre .attr,
pre .attribute {
  color: #3f51b5;
}
pre .comment {
  color: var(--text-p4);
  font-style: italic;
}
pre .keyword,
pre .meta-keyword,
pre .javascript .function {
  color: #8959a8;
}
pre .type,
pre .built_in,
pre .tag .name {
  color: #2196f3;
}
pre .variable,
pre .regexp,
pre .ruby .constant,
pre .xml .tag .title,
pre .xml .pi,
pre .xml .doctype,
pre .html .doctype,
pre .css .id,
pre .css .class,
pre .css .pseudo {
  color: #fd8607;
}
pre .number,
pre .preprocessor,
pre .literal,
pre .constant {
  color: #fd8607;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #ff9800;
}
pre .string,
pre .meta-string {
  color: #449e48;
}
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #4caf50;
}
pre .css .hexcolor {
  color: #6cc;
}
pre .function,
pre .python .decorator,
pre .python .title,
pre .ruby .function .title,
pre .ruby .title .keyword,
pre .perl .sub,
pre .javascript .title,
pre .coffeescript .title {
  color: #69c;
}
.highlight.html .line .tag .name,
.highlight.css .line .tag .name,
.highlight.less .line .tag .name,
.highlight.stylus .line .tag .name,
.highlight.html .line .selector-tag,
.highlight.css .line .selector-tag,
.highlight.less .line .selector-tag,
.highlight.stylus .line .selector-tag {
  color: #ee2b29;
}
.highlight.html .line .selector-class,
.highlight.css .line .selector-class,
.highlight.less .line .selector-class,
.highlight.stylus .line .selector-class,
.highlight.html .line .selector-attr,
.highlight.css .line .selector-attr,
.highlight.less .line .selector-attr,
.highlight.stylus .line .selector-attr {
  color: #fd8607;
}
.highlight.html .line .attribute,
.highlight.css .line .attribute,
.highlight.less .line .attribute,
.highlight.stylus .line .attribute {
  color: #3f51b5;
}
.highlight.html .line .number,
.highlight.css .line .number,
.highlight.less .line .number,
.highlight.stylus .line .number {
  color: #17afca;
}
.highlight.objc .line .meta,
.highlight.objectivec .line .meta,
.highlight.swift .line .meta,
.highlight.c .line .meta {
  color: #8959a8;
}
.highlight.objc .line .class,
.highlight.objectivec .line .class,
.highlight.swift .line .class,
.highlight.c .line .class {
  color: var(--text-p1);
}
.highlight.json .line .attr {
  color: #e24f5a;
}
.highlight.json .line .literal {
  color: #3f51b5;
}
.highlight.yaml .line .attr {
  color: #e24f5a;
}
html {
  font-family: "PingFang SC", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  background: var(--paper);
  color: var(--ink);
  font-family: "PingFang SC", system-ui, -apple-system, sans-serif;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 3px;
}
div.lazy.img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
input {
  background: none;
  border: none;
}
input.copy-area {
  display: block;
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-p3);
}
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);
  }
}
span.dot,
span.sep {
  font-size: 0.9em;
  margin: 0 0.25em;
}
span.dot:before {
  content: '·';
}
span.sep:before {
  content: '/';
  padding-left: 2px;
  padding-right: 2px;
}
svg.icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  overflow: hidden;
}
h1,
.h1 {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 500px) {
  h1,
  .h1 {
    font-size: 1.75rem;
  }
}
h2,
.h2 {
  font-size: 1.5rem;
}
h3,
.h3 {
  font-size: 1.375rem;
}
h4,
.h4 {
  font-size: 1.125rem;
}
h5 {
  font-size: 0.9375rem;
}
h6 {
  font-size: 0.75rem;
}
.fs14 {
  font-size: 0.875rem;
}
.fs14 p {
  font-size: 0.875rem !important;
}
.fs14 li {
  font-size: 0.875rem !important;
}
.fs12 {
  font-size: 0.75rem;
}
.post-list .post-title {
  font-weight: 500;
  margin: 0.75rem 0 0.5rem;
  line-height: 1.2;
  font-size: 1.375rem;
  border-bottom: none;
  color: var(--text-p0);
  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;
}
.post-list .wiki .post-title {
  margin-top: 0.5rem;
  font-weight: 700;
}
.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: #ff5722;
}
div.toast {
  max-width: 60%;
  padding: 1rem 3rem;
  line-height: 1.5;
  color: var(--text-p1);
  font-weight: 500;
  text-align: center;
  border-radius: 12px;
  background: var(--card);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -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);
}
.editorial-article {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: clamp(4rem, 8vw, 8rem);
}
.editorial-article a {
  min-height: 44px;
  overflow-wrap: anywhere;
}
.editorial-article a:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 3px;
}
.editorial-article__header {
  max-width: 70rem;
  padding: clamp(3.5rem, 7vw, 7rem) 0 clamp(2.5rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--ink);
}
.editorial-article__header h1 {
  max-width: 18ch;
  margin: 1rem 0 2rem;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(2.6rem, 6vw, 6rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.045em;
}
.editorial-article__description {
  max-width: 48rem;
  color: rgba(17,17,14,0.7);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.8;
}
.editorial-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 1.5rem;
  color: var(--cobalt);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}
.editorial-article__source {
  max-width: 52rem;
  margin: 1rem 0 0;
  color: rgba(17,17,14,0.5);
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.7rem;
  overflow-wrap: anywhere;
}
.editorial-reading-progress {
  display: none;
}
@supports (animation-timeline: scroll()) {
  .editorial-reading-progress {
    position: fixed;
    z-index: 80;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: var(--cobalt);
    transform: scaleX(0);
    transform-origin: left;
    animation: editorial-reading-progress linear;
    animation-timeline: scroll(root block);
  }
}
.editorial-toc {
  width: 100%;
  margin: 3rem auto 0;
  padding: 1.5rem 0;
  border-block: 1px solid var(--hairline);
}
.editorial-toc ol {
  margin: 0.8rem 0 0;
  padding-left: 1.25rem;
}
.editorial-toc a {
  color: var(--cobalt);
  transition: color 0.2s ease, text-underline-offset 0.2s ease;
}
.editorial-toc a:hover,
.editorial-toc a:focus-visible {
  color: var(--vermillion);
  text-underline-offset: 0.35em;
}
.editorial-article__body,
.editorial-article > .article-footer,
.editorial-related {
  width: 100%;
  max-width: 72ch;
  margin-inline: auto;
}
.editorial-article__body {
  padding-top: clamp(3rem, 6vw, 6rem);
  color: var(--ink);
  font-size: clamp(1.05rem, 1.4vw, 1.2rem);
  line-height: 1.85;
}
.editorial-article__body h2,
.editorial-article__body h3,
.editorial-article__body h4 {
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  line-height: 1.25;
}
.editorial-article__body h2 {
  margin-top: 3em;
  padding-top: 0.55em;
  border-top: 1px solid var(--hairline);
  font-size: clamp(1.8rem, 3.4vw, 3rem);
}
.editorial-article__body h3 {
  margin-top: 2.4em;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}
.editorial-article__body img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.editorial-article__body figure figcaption,
.editorial-article__body .image-caption {
  color: rgba(17,17,14,0.58);
  font-size: 0.78rem;
  line-height: 1.6;
}
.editorial-article__body pre,
.editorial-article__body .highlight,
.editorial-article__body table {
  max-width: 100%;
  overflow-x: auto;
}
.editorial-article__body table {
  display: block;
  border-radius: 0;
}
.editorial-article > .article-footer {
  margin-top: 4rem;
  border-top: 1px solid var(--hairline);
  border-radius: 0;
  box-shadow: none;
}
.editorial-related {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--ink);
}
.editorial-related h2 {
  margin: 0 0 1rem;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}
.editorial-related ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.editorial-related li {
  padding: 0.85rem 0;
  border-top: 1px solid var(--hairline);
}
.editorial-related a {
  color: var(--cobalt);
  text-decoration: underline;
  text-underline-offset: 0.24em;
  transition: color 0.2s ease, padding-left 0.25s ease;
}
.editorial-related a:hover,
.editorial-related a:focus-visible {
  color: var(--vermillion);
  padding-left: 0.35rem;
}
@media (max-width: 767px) {
  .editorial-article__header h1 {
    overflow-wrap: anywhere;
  }
  .editorial-article__body {
    font-size: 1rem;
  }
}
@media (max-width: 1099px) {
  .editorial-article__header {
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  .editorial-article__meta {
    display: block;
  }
}
@media (prefers-reduced-motion: reduce) {
  .editorial-reading-progress {
    display: none !important;
  }
}
@-moz-keyframes editorial-reading-progress {
  to {
    transform: scaleX(1);
  }
}
@-webkit-keyframes editorial-reading-progress {
  to {
    transform: scaleX(1);
  }
}
@-o-keyframes editorial-reading-progress {
  to {
    transform: scaleX(1);
  }
}
@keyframes editorial-reading-progress {
  to {
    transform: scaleX(1);
  }
}
.editorial-home {
  position: relative;
  width: 100%;
  margin: 0 auto;
  --index-shift-x: 0px;
  --index-shift-y: 0px;
}
.editorial-home section {
  border-bottom: 1px solid var(--hairline);
  scroll-margin-top: 1.5rem;
}
.editorial-home h1,
.editorial-home h2,
.editorial-home h3,
.editorial-home p {
  margin-top: 0;
}
.editorial-home h2,
.editorial-home h3 {
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
}
.editorial-home a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}
.editorial-home a > span[aria-hidden='true'] {
  display: inline-block;
  transition: transform 0.28s ease;
}
.editorial-home a:hover > span[aria-hidden='true'],
.editorial-home a:focus-visible > span[aria-hidden='true'] {
  transform: translateX(0.25rem);
}
.editorial-eyebrow,
.editorial-kicker {
  color: var(--vermillion);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.4;
  text-transform: uppercase;
}
.editorial-kicker {
  color: var(--cobalt);
}
[data-motion-reveal='pending'] {
  opacity: 0;
  transform: translateY(1.5rem);
}
[data-motion-reveal='visible'] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.65s ease, transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}
[data-motion-magnetic] {
  --motion-magnetic-x: 0px;
  --motion-magnetic-y: 0px;
  transform: translate3d(var(--motion-magnetic-x), var(--motion-magnetic-y), 0);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, transform 0.22s cubic-bezier(0.2, 0.8, 0.2, 1);
}
[data-motion-reveal='pending'][data-motion-copy] h1,
[data-motion-reveal='pending'][data-motion-copy] h2,
[data-motion-reveal='pending'][data-motion-copy] .editorial-eyebrow,
[data-motion-reveal='pending'][data-motion-copy] p,
[data-motion-reveal='pending'] [data-motion-copy] h1,
[data-motion-reveal='pending'] [data-motion-copy] h2,
[data-motion-reveal='pending'] [data-motion-copy] .editorial-eyebrow,
[data-motion-reveal='pending'] [data-motion-copy] p {
  opacity: 0;
  transform: translateY(1.15rem);
}
[data-motion-reveal='visible'][data-motion-copy] h1,
[data-motion-reveal='visible'][data-motion-copy] h2,
[data-motion-reveal='visible'][data-motion-copy] .editorial-eyebrow,
[data-motion-reveal='visible'][data-motion-copy] p,
[data-motion-reveal='visible'] [data-motion-copy] h1,
[data-motion-reveal='visible'] [data-motion-copy] h2,
[data-motion-reveal='visible'] [data-motion-copy] .editorial-eyebrow,
[data-motion-reveal='visible'] [data-motion-copy] p {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-motion-copy] .editorial-eyebrow {
  transition-delay: 0.08s !important;
}
[data-motion-copy] :where(h1,
h2) {
  transition-delay: 0.16s !important;
}
[data-motion-copy] p:not(.editorial-eyebrow) {
  transition-delay: 0.26s !important;
}
.editorial-progress {
  position: fixed;
  z-index: 20;
  top: 6.75rem;
  bottom: 2.25rem;
  left: 0.75rem;
  display: flex;
  width: 1.6rem;
  flex-direction: column;
  align-items: center;
  color: var(--cobalt);
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.62rem;
  pointer-events: none;
}
.editorial-progress__start,
.editorial-progress__end {
  position: relative;
  z-index: 2;
}
.editorial-progress__line {
  position: absolute;
  z-index: 0;
  top: 1.5rem;
  bottom: 1.5rem;
  left: 50%;
  width: 1px;
  background: var(--hairline);
}
.editorial-progress__line::after {
  position: absolute;
  inset: 0;
  background: var(--cobalt);
  content: '';
  transform: scaleY(var(--scroll-progress, 0));
  transform-origin: top;
  transition: transform 0.12s linear;
}
.editorial-progress a {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: transparent;
  text-decoration: none;
  pointer-events: auto;
}
.editorial-progress a::before {
  width: 0.62rem;
  height: 1px;
  background: var(--ink);
  content: '';
  transition: width 0.25s ease, height 0.25s ease, background-color 0.25s ease;
}
.editorial-progress a span {
  position: absolute;
  right: calc(100% + 0.25rem);
  color: var(--cobalt);
  opacity: 0;
  transform: translateX(0.25rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.editorial-progress a:hover span,
.editorial-progress a:focus-visible span,
.editorial-progress a[aria-current='location'] span {
  opacity: 1;
  transform: translateX(0);
}
.editorial-progress a[aria-current='location']::before {
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 50%;
  background: var(--cobalt);
}
.editorial-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(31rem, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
  min-height: clamp(36rem, 65vh, 44rem);
  padding: clamp(2.5rem, 6vh, 4.75rem) 0 2.25rem;
  overflow: hidden;
  isolation: isolate;
}
.cosmic-field {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.48;
  pointer-events: none;
  mix-blend-mode: multiply;
}
.editorial-hero__copy {
  position: relative;
  z-index: 2;
}
.editorial-hero h1 {
  max-width: none;
  margin-bottom: clamp(1.35rem, 2.4vw, 2rem);
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(3.6rem, 4.6vw, 4.6rem);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.055em;
}
.editorial-hero h1 span {
  display: block;
}
.editorial-hero__intro {
  max-width: 38rem;
  margin-bottom: 1.75rem;
  color: rgba(17,17,14,0.72);
  font-size: clamp(0.96rem, 1.25vw, 1.08rem);
  line-height: 1.85;
}
.editorial-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.1rem;
}
.editorial-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.75rem 1.15rem;
  text-decoration: none;
}
.editorial-action--primary {
  background: var(--vermillion);
  color: var(--paper) !important;
  box-shadow: inset 0 0 0 1px rgba(17,17,14,0.08);
}
.editorial-action--secondary {
  border: 1px solid var(--cobalt);
  color: var(--cobalt) !important;
}
.editorial-action:hover,
.editorial-action:focus-visible {
  --motion-magnetic-y: -0.16rem;
}
.living-index {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 46rem;
  aspect-ratio: 1.12;
  justify-self: end;
}
.living-index__asset {
  position: absolute;
  z-index: 0;
  inset: -2% -3% 0;
  opacity: 0.78;
  transform: translate3d(var(--index-shift-x), var(--index-shift-y), 0);
  transition: transform 0.85s cubic-bezier(0.2, 0.7, 0.2, 1);
  mix-blend-mode: multiply;
}
.living-index__asset img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: 50% 50%;
  -webkit-mask-image: radial-gradient(circle at center, #000 66%, transparent 100%);
  mask-image: radial-gradient(circle at center, #000 66%, transparent 100%);
  animation: living-index-breathe 13s ease-in-out infinite alternate;
}
.living-index__nodes {
  position: absolute;
  z-index: 2;
  inset: 5% 4% 8%;
}
.living-index__node {
  position: absolute;
  z-index: 3;
  left: var(--node-x);
  top: var(--node-y);
  display: grid;
  width: 1.65rem;
  height: 1.65rem;
  place-items: center;
  border: 1px solid var(--paper);
  background: var(--ink);
  color: var(--paper) !important;
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.56rem;
  line-height: 1;
  text-decoration: none;
  transform: translate(-50%, -50%);
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.living-index__node::before {
  position: absolute;
  inset: -0.42rem;
  border: 1px solid rgba(36,82,148,0.46);
  border-radius: inherit;
  content: '';
  opacity: 0;
  pointer-events: none;
  transform: scale(0.65);
  animation: cosmic-node-pulse 6.4s ease-in-out infinite;
  animation-delay: calc(var(--node-order, 0) * -0.37s);
  will-change: opacity, transform;
}
.living-index__node--article {
  border-radius: 50%;
}
.living-index__node--project {
  background: var(--paper);
  border-color: var(--ink);
  color: var(--ink) !important;
}
.living-index__node:hover,
.living-index__node:focus-visible {
  z-index: 8;
  background: var(--cobalt);
  color: var(--paper) !important;
  transform: translate(-50%, -50%) scale(1.18);
}
.living-index__node-label {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 0.55rem);
  width: max-content;
  max-width: 14rem;
  padding: 0.45rem 0.6rem;
  background: var(--ink);
  color: var(--paper);
  font-family: "PingFang SC", system-ui, -apple-system, sans-serif;
  font-size: 0.68rem;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.3rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.living-index__node:hover .living-index__node-label,
.living-index__node:focus-visible .living-index__node-label {
  opacity: 1;
  transform: translate(-50%, 0);
}
.living-index__node--article:nth-of-type(4) {
  background: var(--cobalt);
}
.living-index__node--article:nth-of-type(4)::before {
  border-color: rgba(36,82,148,0.72);
  animation: living-index-locator 3.8s ease-out infinite;
}
.living-index__center {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 49%;
  display: grid;
  min-width: 8.5rem;
  place-items: center;
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-align: center;
  transform: translate(-50%, -50%);
}
.living-index__center strong {
  font-size: 0.86rem;
}
.living-index__center span {
  font-size: 0.68rem;
}
.living-index__axis {
  position: absolute;
  display: grid;
  color: rgba(17,17,14,0.72);
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: 0.75rem;
  line-height: 1.1;
  text-align: center;
}
.living-index__axis small {
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.5rem;
  letter-spacing: 0.05em;
}
.living-index__axis--systems {
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.living-index__axis--ai {
  top: 49%;
  left: 0;
  transform: translate(-55%, -50%);
}
.living-index__axis--human {
  top: 49%;
  right: 0;
  transform: translate(70%, -50%);
}
.living-index__axis--tools {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 115%);
}
.living-index__legend {
  position: absolute;
  z-index: 4;
  right: -1rem;
  bottom: 6%;
  margin: 0;
  padding: 0;
  color: rgba(17,17,14,0.7);
  font-size: 0.68rem;
  line-height: 1.8;
  list-style: none;
}
.living-index__legend li {
  display: grid;
  grid-template-columns: 0.7rem 1.5rem auto;
  align-items: center;
  gap: 0.35rem;
}
.living-index__legend-mark {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  border-radius: 50%;
  background: var(--ink);
}
.living-index__legend-mark--article {
  width: 0.52rem;
  height: 0.52rem;
}
.living-index__legend-mark--project {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0;
}
html[data-motion-paused='true'] .living-index__asset img,
html[data-motion-paused='true'] .living-index__node::before,
html[data-motion-paused='true'] .cosmic-portal__media,
html[data-motion-paused='true'] .final-invitation__portrait,
html[data-motion-paused='true'] .final-invitation__grid {
  animation-play-state: paused;
}
.editorial-ribbon {
  display: grid;
  grid-template-columns: minmax(16rem, 0.9fr) minmax(0, 1.06fr) minmax(0, 1fr);
  min-height: 13rem;
  border-top: 1px solid var(--ink);
  border-bottom-color: var(--ink) !important;
}
.editorial-ribbon__art {
  position: relative;
  display: block;
  min-height: 13rem;
  overflow: hidden;
}
.editorial-ribbon__art img {
  position: absolute;
  inset: -8% 0;
  width: 100%;
  height: 116%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) scale(1.06);
  transition: transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.editorial-ribbon__art:hover img,
.editorial-ribbon__art:focus-visible img {
  transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) scale(1.11);
}
.editorial-ribbon__pick,
.editorial-ribbon__question {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.35rem, 2.25vw, 2rem);
  border-left: 1px solid var(--hairline);
}
.editorial-ribbon h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  line-height: 1.18;
}
.editorial-ribbon h2 a {
  text-decoration: none;
}
.editorial-ribbon__meta {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: auto;
  color: var(--vermillion);
}
.editorial-ribbon__meta time {
  color: rgba(17,17,14,0.48);
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.68rem;
}
.editorial-ribbon__question > p:last-child {
  margin-bottom: 0;
  color: rgba(17,17,14,0.62);
  font-size: 0.82rem;
  line-height: 1.65;
}
.editorial-ribbon__question h2 a {
  color: var(--vermillion);
}
.reading-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.reading-route {
  position: relative;
  padding: clamp(2.5rem, 5vw, 4.5rem);
  overflow: hidden;
  transition: background-color 0.3s ease, transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reading-route + .reading-route {
  border-left: 1px solid var(--hairline);
}
.reading-route:hover {
  background: rgba(36,82,148,0.045);
  transform: translateY(-0.22rem);
}
.reading-route::after {
  position: absolute;
  right: -4rem;
  bottom: -5rem;
  width: 13rem;
  height: 13rem;
  background: url("/assets/editorial/orbit-mark.svg") center/contain no-repeat;
  content: '';
  opacity: 0;
  pointer-events: none;
  transform: rotate(-12deg) scale(0.72);
  transition: opacity 0.45s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reading-route:hover::after,
.reading-route:focus-within::after {
  opacity: 0.22;
  transform: rotate(8deg) scale(1);
}
.reading-route h2 {
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.15;
}
.reading-route > p:not(.editorial-kicker) {
  max-width: 34rem;
  color: rgba(17,17,14,0.72);
  line-height: 1.8;
}
.text-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: var(--cobalt) !important;
}
.current-notes {
  position: relative;
  background: #071421;
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
}
.current-notes .editorial-eyebrow,
.final-invitation .editorial-eyebrow {
  color: #e35845;
}
.cosmic-portal {
  position: relative;
  min-height: clamp(40rem, 72vw, 58rem);
  margin: 0;
  overflow: hidden;
  isolation: isolate;
}
.cosmic-portal::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(3,10,19,0.2);
  content: '';
  pointer-events: none;
}
.cosmic-portal__media {
  position: absolute;
  z-index: 0;
  inset: -4rem 0;
  animation: cosmic-portal-breathe 14s ease-in-out infinite alternate;
}
.cosmic-portal__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) scale(1.06);
  will-change: transform;
}
.cosmic-portal__copy {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: clamp(2rem, 7vw, 7rem);
  width: 38rem;
  transform: translateY(-50%);
}
.cosmic-portal__copy .editorial-eyebrow {
  color: #e35845;
}
.cosmic-portal__copy h2 {
  margin-bottom: 1.5rem;
  color: #f6f0df;
  font-size: clamp(2.5rem, 4.8vw, 5.25rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.cosmic-portal__copy > p:last-of-type {
  max-width: 34rem;
  color: rgba(246,240,223,0.72);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.85;
}
.cosmic-portal__copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1.25rem;
  margin: 2rem 0 0;
  padding: 0;
  color: rgba(246,240,223,0.66);
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  list-style: none;
}
.cosmic-portal__copy li::before {
  margin-right: 0.45rem;
  color: #e35845;
  content: '·';
}
.cosmic-portal__coordinate {
  position: absolute;
  z-index: 2;
  right: 1.5rem;
  bottom: 1.25rem;
  color: rgba(246,240,223,0.48);
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
}
.current-note {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
  padding: clamp(2.5rem, 5vw, 4.5rem);
  border-top: 1px solid rgba(246,240,223,0.24);
  background: rgba(3,10,19,0.62);
}
.current-note__mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(246,240,223,0.72);
  color: #f6f0df;
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.current-note__copy {
  display: grid;
  grid-template-columns: minmax(15rem, 0.8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: clamp(1.5rem, 4vw, 4rem);
}
.current-note .editorial-eyebrow {
  grid-column: 1/-1;
  margin-bottom: 0;
}
.current-note h2 {
  margin-bottom: 0;
  font-size: clamp(1.75rem, 3vw, 3rem);
  line-height: 1.15;
}
.current-note p:last-child {
  margin-bottom: 0;
  color: rgba(246,240,223,0.68);
  line-height: 1.8;
}
.long-shelf,
.selected-builds {
  padding: clamp(3rem, 6vw, 5.5rem) 0;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.5rem;
}
.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}
.section-heading > p {
  max-width: 24rem;
  color: rgba(17,17,14,0.62);
  line-height: 1.6;
}
.long-shelf__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-block: 1px solid var(--hairline);
}
.shelf-cell {
  min-width: 0;
  padding: 1.5rem;
  transition: background-color 0.28s ease, color 0.28s ease, transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1);
  transition-delay: calc(var(--motion-order, 0) * 60ms);
}
.shelf-cell + .shelf-cell {
  border-left: 1px solid var(--hairline);
}
.shelf-cell:hover {
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-0.35rem);
}
.shelf-cell__number {
  color: var(--vermillion);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.shelf-cell h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
}
.shelf-cell p {
  margin-bottom: 0;
  color: rgba(17,17,14,0.58);
  font-size: 0.8rem;
}
.shelf-cell:hover p {
  color: rgba(244,239,227,0.7);
}
.long-shelf__link {
  display: inline-block;
  margin-top: 1.5rem;
  color: var(--vermillion) !important;
}
.selected-builds__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--hairline);
}
.build-row {
  position: relative;
  padding: 2rem;
  border-bottom: 1px solid var(--hairline);
  overflow: hidden;
  transition-delay: calc(var(--motion-order, 0) * 75ms);
}
.build-row::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--cobalt);
  content: '';
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}
.build-row:hover::before,
.build-row:focus-within::before {
  transform: scaleX(1);
}
.build-row::after {
  position: absolute;
  z-index: 0;
  right: -3.5rem;
  top: 50%;
  width: 11rem;
  height: 11rem;
  background: url("/assets/editorial/orbit-mark.svg") center/contain no-repeat;
  content: '';
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) rotate(-18deg) scale(0.55);
  transition: opacity 0.35s ease, transform 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.build-row:hover::after,
.build-row:focus-within::after {
  opacity: 0.18;
  transform: translateY(-50%) rotate(14deg) scale(1);
}
.build-row > * {
  position: relative;
  z-index: 1;
}
.build-row:nth-child(even) {
  border-left: 1px solid var(--hairline);
}
.build-row h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  overflow-wrap: anywhere;
}
.build-row > p:last-child {
  margin-bottom: 0;
  color: rgba(17,17,14,0.66);
  line-height: 1.7;
}
.final-invitation {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  align-items: center;
  min-height: 38rem;
  margin-top: clamp(2rem, 4vw, 4rem);
  background: #071421;
  color: #f6f0df;
  overflow: hidden;
  isolation: isolate;
}
.final-invitation__copy {
  position: relative;
  z-index: 3;
  padding: clamp(2.5rem, 6vw, 5.5rem);
}
.final-invitation h2 {
  max-width: 22ch;
  font-size: clamp(2.25rem, 5vw, 5rem);
  line-height: 1.05;
}
.final-invitation__copy > p:not(.editorial-eyebrow) {
  max-width: 42rem;
  color: rgba(246,240,223,0.7);
  line-height: 1.8;
}
.final-invitation .editorial-actions a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(246,240,223,0.36);
  color: #f6f0df;
  text-decoration: none;
}
.final-invitation .editorial-actions a:first-child {
  border-color: var(--vermillion);
  background: var(--vermillion);
}
.final-invitation__portrait {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 38rem;
  margin: 0;
  justify-self: stretch;
  animation: cosmic-portrait-float 9s ease-in-out infinite alternate;
}
.final-invitation__portrait-art {
  position: absolute;
  z-index: 1;
  inset: -5% -6% -5% -2%;
  width: 108%;
  height: 110%;
  object-fit: cover;
  object-position: 56% 50%;
  opacity: 0.94;
  transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) scale(1.04);
  -webkit-mask-image: radial-gradient(ellipse at 58% 50%, #000 62%, transparent 96%);
  mask-image: radial-gradient(ellipse at 58% 50%, #000 62%, transparent 96%);
}
.final-invitation__grid {
  position: absolute;
  z-index: 2;
  right: 5%;
  bottom: 3%;
  width: 15rem;
  height: auto;
  opacity: 0.32;
  filter: invert(1) sepia(0.22) saturate(0.55);
  transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0);
  animation: cosmic-grid-orbit 28s linear infinite;
}
@media (max-width: 1199px) {
  .editorial-progress {
    display: none;
  }
}
@media (min-width: 1440px) {
  .editorial-progress {
    left: calc((100vw - 1320px) / 2 - 3rem);
  }
}
@media (min-width: 1100px) {
  .editorial-hero__copy > .editorial-eyebrow {
    transform: translateY(-2rem);
  }
  .living-index__asset {
    transform: translate3d(calc(var(--index-shift-x) - 9rem), var(--index-shift-y), 0);
  }
  .living-index__nodes {
    transform: translateX(-9rem);
  }
  .living-index__legend {
    transform: translateX(9rem);
  }
}
@media (max-width: 1099px) {
  .editorial-hero,
  .editor-pick {
    grid-template-columns: 1fr;
  }
  .editorial-hero {
    min-height: 0;
    padding-block: 3.5rem 2.5rem;
  }
  .editorial-hero__copy {
    max-width: 48rem;
  }
  .living-index {
    width: 44rem;
    justify-self: center;
  }
  .editorial-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .editorial-ribbon__art {
    grid-column: 1/-1;
    min-height: 18rem;
  }
  .cosmic-portal {
    min-height: 50rem;
  }
  .cosmic-portal__copy {
    width: 38rem;
  }
  .long-shelf__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .shelf-cell {
    border-bottom: 1px solid var(--hairline);
  }
  .shelf-cell + .shelf-cell {
    border-left: 0;
  }
  .shelf-cell:nth-child(even) {
    border-left: 1px solid var(--hairline);
  }
  .shelf-cell:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .reading-routes,
  .current-notes,
  .selected-builds__grid,
  .final-invitation {
    grid-template-columns: 1fr;
  }
  .editorial-hero {
    padding-block: 3rem 2rem;
  }
  .cosmic-field {
    opacity: 0.34;
  }
  .editorial-hero h1 {
    max-width: none;
    font-size: clamp(3rem, 13vw, 4.25rem);
  }
  .editorial-hero__intro {
    line-height: 1.75;
  }
  .editorial-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
  .editorial-action {
    width: 100%;
    padding-inline: 0.75rem;
  }
  .living-index {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
    aspect-ratio: 1;
  }
  .living-index__asset {
    inset: 0;
  }
  .living-index__nodes {
    inset: 7% 2% 11%;
  }
  .living-index__node {
    width: 1.42rem;
    height: 1.42rem;
    font-size: 0.5rem;
  }
  .living-index__node-label {
    display: none;
  }
  .living-index__legend {
    right: 4%;
    bottom: 2%;
    font-size: 0.58rem;
  }
  .living-index__axis--ai {
    transform: translate(0, -50%);
  }
  .living-index__axis--human {
    transform: translate(0, -50%);
  }
  .editorial-ribbon {
    grid-template-columns: 1fr;
  }
  .editorial-ribbon__art {
    grid-column: auto;
    min-height: 0;
    aspect-ratio: 3/2;
  }
  .editorial-ribbon__pick,
  .editorial-ribbon__question {
    min-height: 15rem;
    border-top: 1px solid var(--hairline);
    border-left: 0;
  }
  .reading-route + .reading-route {
    border-top: 1px solid var(--hairline);
    border-left: 0;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    margin-top: 1rem;
  }
  .current-note {
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
  }
  .cosmic-portal {
    display: grid;
    min-height: 0;
  }
  .cosmic-portal::after {
    bottom: auto;
    height: 26rem;
  }
  .cosmic-portal__media {
    position: relative;
    inset: auto;
    min-height: 26rem;
  }
  .cosmic-portal__media img {
    position: absolute;
    inset: -1.5rem 0;
    height: calc(100% + 3rem);
    object-position: 64% 50%;
  }
  .cosmic-portal__copy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    padding: 2.25rem 1.25rem 2.5rem;
    background: #071421;
    transform: none;
  }
  .cosmic-portal__copy h2 {
    font-size: clamp(2.25rem, 10.5vw, 3.6rem);
  }
  .cosmic-portal__copy ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .cosmic-portal__coordinate {
    top: 1rem;
    right: 1rem;
    bottom: auto;
  }
  .current-note__copy {
    display: block;
  }
  .current-note h2 {
    margin-bottom: 1rem;
  }
  .current-note p:last-child {
    grid-column: auto;
  }
  .build-row:nth-child(even) {
    border-left: 0;
  }
  .final-invitation {
    min-height: 0;
  }
  .final-invitation__portrait {
    min-height: 32rem;
  }
  .final-invitation__portrait-art {
    inset: -2% -8%;
    width: 116%;
    height: 104%;
    object-position: 56% 50%;
  }
  .final-invitation__grid {
    right: 8%;
    bottom: 6%;
    width: 38%;
  }
}
@media (max-width: 479px) {
  .editorial-actions {
    grid-template-columns: 1fr;
  }
  .living-index__center {
    min-width: 7rem;
  }
  .living-index__center strong {
    font-size: 0.72rem;
  }
  .living-index__legend {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.25rem;
    margin-top: calc(100% - 2.1rem);
  }
  .living-index__legend li {
    display: block;
    text-align: center;
  }
  .living-index__legend-mark {
    margin: 0 auto 0.2rem;
  }
  .long-shelf__grid {
    grid-template-columns: 1fr;
  }
  .shelf-cell,
  .shelf-cell:nth-child(even) {
    border-left: 0;
  }
  .shelf-cell:last-child {
    grid-column: auto;
  }
  .cosmic-portal__media {
    min-height: 22rem;
  }
  .cosmic-portal::after {
    height: 22rem;
  }
  .final-invitation__portrait {
    min-height: 27rem;
  }
}
@media (hover: none), (pointer: coarse) {
  [data-motion-magnetic] {
    transform: none !important;
  }
}
@-moz-keyframes living-index-breathe {
  from {
    transform: scale(1.015) rotate(-0.45deg);
  }
  to {
    transform: scale(1.045) rotate(0.55deg);
  }
}
@-webkit-keyframes living-index-breathe {
  from {
    transform: scale(1.015) rotate(-0.45deg);
  }
  to {
    transform: scale(1.045) rotate(0.55deg);
  }
}
@-o-keyframes living-index-breathe {
  from {
    transform: scale(1.015) rotate(-0.45deg);
  }
  to {
    transform: scale(1.045) rotate(0.55deg);
  }
}
@keyframes living-index-breathe {
  from {
    transform: scale(1.015) rotate(-0.45deg);
  }
  to {
    transform: scale(1.045) rotate(0.55deg);
  }
}
@-moz-keyframes living-index-locator {
  0%, 100% {
    opacity: 0;
    transform: scale(0.7);
  }
  42% {
    opacity: 0.42;
  }
  72%, 100% {
    opacity: 0;
    transform: scale(1.85);
  }
}
@-webkit-keyframes living-index-locator {
  0%, 100% {
    opacity: 0;
    transform: scale(0.7);
  }
  42% {
    opacity: 0.42;
  }
  72%, 100% {
    opacity: 0;
    transform: scale(1.85);
  }
}
@-o-keyframes living-index-locator {
  0%, 100% {
    opacity: 0;
    transform: scale(0.7);
  }
  42% {
    opacity: 0.42;
  }
  72%, 100% {
    opacity: 0;
    transform: scale(1.85);
  }
}
@keyframes living-index-locator {
  0%, 100% {
    opacity: 0;
    transform: scale(0.7);
  }
  42% {
    opacity: 0.42;
  }
  72%, 100% {
    opacity: 0;
    transform: scale(1.85);
  }
}
@-moz-keyframes cosmic-node-pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.65);
  }
  46% {
    opacity: 0;
    transform: scale(0.65);
  }
  55% {
    opacity: 0.3;
  }
  68% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@-webkit-keyframes cosmic-node-pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.65);
  }
  46% {
    opacity: 0;
    transform: scale(0.65);
  }
  55% {
    opacity: 0.3;
  }
  68% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@-o-keyframes cosmic-node-pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.65);
  }
  46% {
    opacity: 0;
    transform: scale(0.65);
  }
  55% {
    opacity: 0.3;
  }
  68% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@keyframes cosmic-node-pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.65);
  }
  46% {
    opacity: 0;
    transform: scale(0.65);
  }
  55% {
    opacity: 0.3;
  }
  68% {
    opacity: 0;
    transform: scale(1.75);
  }
}
@-moz-keyframes cosmic-portal-breathe {
  from {
    transform: scale(1.015);
  }
  to {
    transform: scale(1.045);
  }
}
@-webkit-keyframes cosmic-portal-breathe {
  from {
    transform: scale(1.015);
  }
  to {
    transform: scale(1.045);
  }
}
@-o-keyframes cosmic-portal-breathe {
  from {
    transform: scale(1.015);
  }
  to {
    transform: scale(1.045);
  }
}
@keyframes cosmic-portal-breathe {
  from {
    transform: scale(1.015);
  }
  to {
    transform: scale(1.045);
  }
}
@-moz-keyframes cosmic-portrait-float {
  from {
    transform: translate3d(0, -0.35rem, 0) scale(1.01);
  }
  to {
    transform: translate3d(0, 0.55rem, 0) scale(1.025);
  }
}
@-webkit-keyframes cosmic-portrait-float {
  from {
    transform: translate3d(0, -0.35rem, 0) scale(1.01);
  }
  to {
    transform: translate3d(0, 0.55rem, 0) scale(1.025);
  }
}
@-o-keyframes cosmic-portrait-float {
  from {
    transform: translate3d(0, -0.35rem, 0) scale(1.01);
  }
  to {
    transform: translate3d(0, 0.55rem, 0) scale(1.025);
  }
}
@keyframes cosmic-portrait-float {
  from {
    transform: translate3d(0, -0.35rem, 0) scale(1.01);
  }
  to {
    transform: translate3d(0, 0.55rem, 0) scale(1.025);
  }
}
@-moz-keyframes cosmic-grid-orbit {
  from {
    transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) rotate(0deg);
  }
  to {
    transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) rotate(360deg);
  }
}
@-webkit-keyframes cosmic-grid-orbit {
  from {
    transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) rotate(0deg);
  }
  to {
    transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) rotate(360deg);
  }
}
@-o-keyframes cosmic-grid-orbit {
  from {
    transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) rotate(0deg);
  }
  to {
    transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) rotate(360deg);
  }
}
@keyframes cosmic-grid-orbit {
  from {
    transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) rotate(0deg);
  }
  to {
    transform: translate3d(var(--motion-parallax-x, 0px), var(--motion-parallax-y, 0px), 0) rotate(360deg);
  }
}
.editorial-index {
  width: 100%;
  margin: 0 auto;
  padding-bottom: clamp(4rem, 8vw, 8rem);
}
.editorial-index a {
  min-height: 44px;
  overflow-wrap: anywhere;
}
.editorial-index a:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 3px;
}
.editorial-index :where(.writing-track,
.writing-row,
.project-row,
.archive-shelf__heading,
.archive-row) > * {
  min-width: 0;
}
.editorial-page-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.45fr);
  align-items: end;
  gap: 1rem 4rem;
  padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(2.5rem, 5vw, 4.5rem);
  border-bottom: 1px solid var(--ink);
}
.editorial-page-heading .editorial-eyebrow {
  grid-column: 1/-1;
}
.editorial-page-heading h1 {
  margin: 0;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(3.5rem, 9vw, 9rem);
  font-weight: 600;
  line-height: 0.9;
  letter-spacing: -0.055em;
}
.editorial-page-heading > p:last-child {
  max-width: 32rem;
  margin: 0;
  color: rgba(17,17,14,0.68);
  line-height: 1.8;
}
.writing-track {
  display: grid;
  grid-template-columns: minmax(12rem, 0.32fr) minmax(0, 1fr);
  border-bottom: 1px solid var(--ink);
}
.writing-track__heading {
  padding: 3rem 2rem 3rem 0;
  border-right: 1px solid var(--hairline);
}
.writing-track__heading h2 {
  margin: 0.75rem 0 0;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(1.8rem, 3vw, 3.25rem);
}
.writing-row {
  position: relative;
  display: grid;
  grid-template-columns: 3.5rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 2.25rem 0 2.25rem 2.5rem;
  transition: background-color 0.28s ease;
}
.writing-row + .writing-row {
  border-top: 1px solid var(--hairline);
}
.writing-row__number,
.project-row__number,
.archive-shelf__number {
  color: var(--vermillion);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.writing-row h3 {
  margin: 0 0 0.7rem;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(1.4rem, 2.4vw, 2.4rem);
  line-height: 1.2;
}
.writing-row__copy,
.project-row > div,
.archive-row h3 {
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1);
}
.writing-row:hover,
.writing-row:focus-within,
.project-row:hover,
.project-row:focus-within,
.archive-row:hover,
.archive-row:focus-within {
  background: rgba(36,82,148,0.045);
}
.writing-row:hover .writing-row__copy,
.writing-row:focus-within .writing-row__copy,
.project-row:hover > div,
.project-row:focus-within > div,
.archive-row:hover h3,
.archive-row:focus-within h3 {
  transform: translateX(0.35rem);
}
.writing-row h3 a,
.project-row h2 a,
.archive-row h3 a {
  color: inherit;
  text-decoration: none;
}
.writing-row__copy > p {
  max-width: 45rem;
  margin: 0 0 1rem;
  color: rgba(17,17,14,0.66);
  line-height: 1.75;
}
.editorial-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  color: var(--cobalt);
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}
.project-list {
  border-bottom: 1px solid var(--ink);
}
.project-row {
  position: relative;
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(2rem, 5vw, 4.5rem) 0;
  transition: background-color 0.28s ease;
}
.project-row + .project-row {
  border-top: 1px solid var(--hairline);
}
.project-row h2 {
  margin: 0.5rem 0 1rem;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(2rem, 4vw, 4rem);
  overflow-wrap: anywhere;
}
.project-row > div > p:last-child {
  max-width: 40rem;
  margin: 0;
  color: rgba(17,17,14,0.66);
  line-height: 1.75;
}
.project-row__link {
  color: var(--cobalt);
  text-underline-offset: 0.25em;
}
.archive-shelf {
  border-bottom: 1px solid var(--ink);
}
.archive-shelf__heading {
  display: grid;
  grid-template-columns: 4rem minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 2rem;
  padding: 3rem 0 1.5rem;
}
.archive-shelf__heading h2 {
  margin: 0;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
}
.archive-shelf__heading > p:last-child {
  margin: 0;
  color: var(--cobalt);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}
.archive-row {
  position: relative;
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid var(--hairline);
  transition: background-color 0.28s ease;
}
.archive-row time {
  color: rgba(17,17,14,0.55);
  font-size: 0.76rem;
  font-variant-numeric: tabular-nums;
}
.archive-row h3 {
  margin: 0;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(1rem, 1.6vw, 1.35rem);
  font-weight: 500;
}
.archive-row > span {
  color: var(--vermillion);
}
.editorial-about__body {
  max-width: 48rem;
  margin: clamp(3rem, 7vw, 7rem) auto 0;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.85;
}
.editorial-about__body a {
  color: var(--cobalt);
  text-underline-offset: 0.24em;
}
@media (max-width: 767px) {
  .editorial-page-heading {
    grid-template-columns: 1fr;
  }
  .writing-track {
    grid-template-columns: 1fr;
  }
  .writing-track__heading {
    padding: 2.5rem 0 1.5rem;
    border-right: 0;
    border-bottom: 1px solid var(--hairline);
  }
  .writing-row {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 1.75rem 0;
  }
  .project-row {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 1rem;
  }
  .project-row__link {
    grid-column: 2;
  }
  .archive-shelf__heading {
    grid-template-columns: 2rem minmax(0, 1fr);
    gap: 1rem;
  }
  .archive-shelf__heading > p:last-child {
    grid-column: 2;
  }
  .archive-row {
    grid-template-columns: 1fr auto;
    gap: 0.4rem 1rem;
  }
  .archive-row time {
    grid-column: 1/-1;
  }
}
@media (max-width: 1099px) {
  .editorial-page-heading {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .archive-shelf__list {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.editorial-site {
  min-width: 0;
  background-color: var(--paper);
  background-image: url("/assets/editorial/paper-grain.png");
  background-repeat: repeat;
  background-size: 768px 768px;
  overflow-wrap: break-word;
}
.editorial-site,
.editorial-site *,
.editorial-site *::before,
.editorial-site *::after {
  box-sizing: border-box;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.skip-link {
  position: fixed;
  z-index: 100;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.75rem 1rem;
  background: var(--ink);
  color: var(--paper);
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: translateY(0);
}
.editorial-site :focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 3px;
}
.site-header,
.site-footer {
  width: var(--shell);
  max-width: 1320px;
  margin-inline: auto;
}
.site-header {
  border-bottom: 1px solid var(--hairline);
  background: rgba(244,239,227,0.92);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  min-height: 5rem;
}
.brand-lockup {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  flex: 0 0 auto;
  color: var(--ink);
  line-height: 1;
  text-decoration: none;
  min-height: 44px;
}
.brand-lockup__primary {
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  font-weight: 600;
}
.brand-lockup__secondary {
  color: var(--vermillion);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(0.85rem, 1.8vw, 1.65rem);
}
.site-nav a,
.site-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 2.75rem;
  gap: 0.35rem;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.35em;
  min-height: 44px;
  min-width: 44px;
}
.site-nav__local {
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: 0.92rem;
  font-weight: 600;
}
.site-nav__english {
  color: rgba(17,17,14,0.62);
  font-size: 0.64rem;
  letter-spacing: 0.02em;
}
.site-nav a:hover .site-nav__english,
.site-nav a:focus-visible .site-nav__english,
.site-nav a[aria-current='page'] {
  color: var(--cobalt);
}
.site-nav a[aria-current='page'] {
  text-decoration-line: underline;
}
.editorial-main {
  width: var(--shell);
  max-width: 1320px;
  min-width: 0;
  margin-inline: auto;
}
.editorial-main img,
.editorial-main video,
.editorial-main svg,
.editorial-main iframe {
  max-width: 100%;
}
.editorial-main a {
  overflow-wrap: anywhere;
}
.editorial-taxonomy-heading {
  margin: clamp(3rem, 7vw, 7rem) 0 2rem;
  font-family: "Songti SC", STSong, "Noto Serif CJK SC", serif;
  font-size: clamp(2.5rem, 6vw, 6rem);
}
.editorial-main :where(.editorial-hero,
.editor-pick,
.reading-routes,
.current-notes,
.selected-builds__grid,
.long-shelf__grid,
.archive-shelf__items) > * {
  min-width: 0;
}
.site-footer {
  border-top: 1px solid var(--hairline);
  margin-top: clamp(4rem, 8vw, 8rem);
}
.site-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 7rem;
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
.site-footer p {
  margin: 0;
}
.site-footer nav {
  display: flex;
  gap: 1.5rem;
}
.site-footer__year {
  font-variant-numeric: tabular-nums;
}
@media (max-width: 767px) {
  .site-header__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: stretch;
    gap: 0.75rem;
    padding-block: 1rem;
  }
  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.35rem 0.65rem;
    width: 100%;
  }
  .site-nav a {
    justify-content: flex-start;
    min-width: 0;
    line-height: 1.2;
  }
  .site-nav__local {
    font-size: 0.82rem;
  }
  .site-nav__english {
    display: none;
  }
  .site-footer__inner {
    grid-template-columns: 1fr auto;
    padding-block: 1.25rem;
  }
  .site-footer__year {
    grid-column: 1/-1;
  }
}
@media (max-width: 479px) {
  .site-footer__inner {
    display: block;
  }
  .site-footer nav,
  .site-footer__year {
    margin-top: 0.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }
}
.md .article-footer {
  margin-top: 4rem;
  padding: 1rem;
  background: var(--block);
  border-radius: 6px;
  border: 1px solid var(--block-border);
}
.md .article-footer:empty {
  display: none;
}
.md .article-footer .header {
  font-weight: 500;
  color: var(--text-p2);
  font-size: 1.125rem;
}
.md .article-footer .body input.copy-area {
  margin: 0.75rem 0;
  padding: 0;
  width: 100%;
}
.md .article-footer .body p {
  color: var(--text-p2);
  margin: 0.5em 0;
}
.md .article-footer .body p a {
  font-weight: unset;
}
.md .article-footer .body ul {
  margin: 0;
  overflow: hidden;
}
.md .article-footer .body ul a:hover {
  text-decoration: underline;
}
.md .article-footer .body .post-title {
  margin: 0.5rem 0;
  line-height: 1.2;
  word-break: break-all;
}
.md .article-footer section+section {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--block-border);
}
.md .article-footer .social-wrap {
  grid-gap: 0.5rem 1rem;
  margin: 0;
}
.md .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: height 0.2s ease-out;
  -moz-transition: height 0.2s ease-out;
  -webkit-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
}
.md .article-footer .qrcode img {
  object-fit: contain;
}
.md .article-footer .qrcode.display {
  margin: 2rem auto 1rem;
  height: 128px !important;
  visibility: visible !important;
}
.bread-nav {
  padding: 1rem 1rem 0;
  color: var(--text-p3);
  font-weight: 500;
}
.bread-nav div#breadcrumb {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.bread-nav div#breadcrumb:not([style]) a {
  color: #2196f3;
}
.bread-nav div#breadcrumb[style] a {
  color: inherit;
}
.bread-nav div#breadcrumb span.sep {
  color: var(--text-p3);
}
.bread-nav div#breadcrumb a.cap:hover {
  color: #ff5722;
}
.bread-nav div#post-meta {
  margin-top: 2px;
}
.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;
}
.l_cover .cover-wrap .cover-title {
  font-weight: 700;
  font-size: 1.5rem;
  margin: 1rem 0;
  line-height: 1.2;
}
.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.post .cover-wrap {
  z-index: 1;
}
.l_cover.post .cover-wrap .article-title {
  text-align: center;
  padding: 1rem;
  margin: 1em 0 0 0;
}
@media screen and (min-width: 2048px) {
  .l_cover.post .cover-wrap .article-title {
    font-size: 3rem;
  }
}
.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;
  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 {
  margin: 4rem 1rem 3rem;
  color: var(--text-p3);
}
.page-footer a {
  color: var(--text-p3);
}
.page-footer a:hover {
  color: #ff5722;
}
.page-footer .sitemap {
  margin: 0.5rem 0 2rem;
  display: grid;
  grid-gap: 1rem 1rem;
  grid-auto-flow: column dense;
  overflow: scroll;
}
.page-footer .sitemap::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.page-footer .sitemap::-webkit-scrollbar-track-piece {
  background: transparent;
}
.page-footer .sitemap::-webkit-scrollbar-thumb {
  background: var(--text-meta);
  cursor: pointer;
  border-radius: 0;
}
.page-footer .sitemap::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
.page-footer .sitemap .sitemap-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-footer .sitemap .sitemap-group >span,
.page-footer .sitemap .sitemap-group >a {
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-footer .sitemap .sitemap-group >span {
  margin: 0.5rem 0;
  font-weight: 500;
  color: var(--text-p1);
}
.page-footer .sitemap .sitemap-group >a {
  margin: 0.2rem 0;
}
.page-footer .text p {
  margin: 4px 0;
  line-height: 1.2;
}
.page-footer .text a {
  text-decoration: underline;
}
.nav-wrap {
  position: sticky;
  position: -webkit-sticky;
  margin-top: 1.75rem;
  top: -2px;
  background: var(--site-bg);
  padding: 0 1rem;
  z-index: 8;
  margin-bottom: 1px;
}
.nav-wrap:after {
  content: '';
  width: calc(100% - 2 * 1rem);
  height: 2px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 1rem;
  background: var(--block-hover);
}
nav.cap {
  display: flex;
  overflow: scroll visible;
}
nav.cap::-webkit-scrollbar {
  height: 0;
  width: 0;
}
nav.cap::-webkit-scrollbar-track-piece {
  background: transparent;
}
nav.cap::-webkit-scrollbar-thumb {
  background: var(--text-meta);
  cursor: pointer;
  border-radius: 0;
}
nav.cap::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
nav.cap >p {
  margin: 0;
}
nav.cap a {
  padding: 0.25rem 1rem;
  margin: 10px 0 8px 0;
  line-height: 2;
  color: var(--text-p3);
  border-radius: 4px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
nav.cap a:after {
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 1rem;
  right: 1rem;
  background: #1bcdfc;
  border-radius: 2px;
  pointer-events: none;
}
nav.cap a:hover {
  background: var(--block-hover);
}
nav.cap a.active,
nav.cap a:hover {
  color: var(--text-p1);
}
nav.cap 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);
}
nav.cap a.active:after {
  content: '';
}
nav.cap a+a {
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .nav-wrap {
    margin-top: 0;
  }
}
.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);
}
.paginator-wrap:hover,
.paginator-wrap .paginator {
  text-align: center;
}
.paginator-wrap .current {
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  color: var(--text-p3);
}
.paginator-wrap a.paginator {
  color: var(--text-p3);
  padding: 1rem;
  line-height: 0;
  filter: grayscale(100%);
}
.paginator-wrap a.paginator img {
  height: 1rem;
}
.paginator-wrap a.paginator.disable {
  pointer-events: none;
  opacity: 0.25;
}
.paginator-wrap a.paginator:hover {
  filter: unset;
}
.related-wrap {
  padding: 2rem 1rem;
}
.related-wrap:empty {
  display: none;
}
.related-wrap section.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related-wrap section.header >span.title {
  padding: 0.25rem 0;
}
.related-wrap section.footer {
  margin-top: 1rem;
}
.related-wrap a.more {
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  color: var(--text-p1);
}
.related-wrap#related-posts .related-posts {
  width: 100%;
  display: flex;
  margin: 1rem 0;
  overflow-x: scroll;
  align-items: flex-start;
  padding-bottom: 8px;
  border-radius: 6px;
}
.related-wrap#related-posts .related-posts::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
.related-wrap#related-posts .related-posts::-webkit-scrollbar-track-piece {
  background: transparent;
}
.related-wrap#related-posts .related-posts::-webkit-scrollbar-thumb {
  background: var(--text-meta);
  cursor: pointer;
  border-radius: 4px;
}
.related-wrap#related-posts .related-posts::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
.related-wrap#related-posts .related-posts a {
  flex-grow: 0;
  flex-shrink: 0;
  background: var(--card);
  border-radius: 6px;
  padding-bottom: 1rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-width: 280px;
  width: 40vw;
  max-width: 460px;
  border: 1px solid var(--block-hover);
}
.related-wrap#related-posts .related-posts a .img {
  min-width: 100%;
  min-height: 140px;
  height: calc(40vw * 0.5);
  max-height: 230px;
  overflow: hidden;
}
.related-wrap#related-posts .related-posts a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-wrap#related-posts .related-posts a .img img: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;
}
@media screen and (max-width: 768px) {
  .related-wrap#related-posts .related-posts a {
    width: 70vw;
  }
  .related-wrap#related-posts .related-posts a .img {
    height: calc(70vw * 0.5);
  }
}
.related-wrap#related-posts .related-posts a .title {
  color: var(--text-p1);
  font-weight: 500;
  font-size: 0.9375rem;
  margin: 0.75rem 0.75rem 0 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.related-wrap#related-posts .related-posts a .excerpt {
  color: var(--text-p2);
  font-size: 0.8125rem;
  margin: 0.4rem 0.75rem 0 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.related-wrap#related-posts .related-posts a:hover img {
  transform: scale(1.04);
}
.related-wrap#related-posts .related-posts a+a {
  margin-left: 1rem;
}
.related-wrap#read-next .body {
  background: var(--block);
  border-radius: 6px;
  border: 1px solid var(--block-border);
  margin-top: 1rem;
  overflow: hidden;
}
.related-wrap#read-next .body .line {
  margin: 0;
  height: 1px;
  background: var(--block-border);
}
.related-wrap#read-next .body .line+.line,
.related-wrap#read-next .body .line:first-child,
.related-wrap#read-next .body .line:last-child {
  display: none;
}
.related-wrap#read-next .body >a {
  display: flex;
  margin: 0;
  line-height: 1.2;
  padding: 0.75rem 0.5rem;
  color: var(--text-p3);
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 0.75rem;
}
.related-wrap#read-next .body >a:first-child {
  color: var(--text-p1);
  font-size: 1.125rem;
  font-weight: 400;
}
.related-wrap#read-next .body >a .note {
  flex-shrink: 0;
  margin-left: 4px;
  font-size: 0.75rem;
  color: var(--text-p4);
  font-weight: 500;
}
.related-wrap#read-next .body >a:hover {
  color: #ff5722 !important;
  background: var(--card);
}
.related-wrap#comments div.cmt-title p {
  margin: 0;
}
.related-wrap#comments div.cmt-title p a {
  color: inherit;
  text-decoration: underline;
}
.related-wrap#comments div.cmt-title p a:hover {
  color: #ff5722;
}
.related-wrap#comments div.cmt-body {
  min-height: 150px;
  position: relative;
}
.related-wrap#comments div.cmt-body svg.loading {
  top: 60px;
}
.tag-plugin.about {
  background: var(--block);
  border-radius: 6px;
  padding: 2rem;
}
.tag-plugin.about .about-header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tag-plugin.about .about-header img {
  object-fit: contain;
}
.tag-plugin.about .about-header >img {
  margin: auto 0;
}
.tag-plugin.about .about-header >p {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-p3);
  padding-top: 0.75rem;
}
.tag-plugin.about .about-header >p strong:first-child {
  font-size: 3rem;
  font-weight: 700;
  color: var(--text-p1);
  margin-right: 0.75rem;
}
.tag-plugin.about .about-header .avatar {
  display: inline-flex;
  margin: 0 1rem;
}
.tag-plugin.about .about-body >p {
  line-height: 1.5;
}
.tag-plugin.about .about-body .tag-plugin.navbar:last-child nav.cap {
  margin-top: 1rem;
}
.tag-plugin.about .about-body .tag-plugin.navbar:last-child nav.cap a {
  margin: 0;
  color: #2196f3;
  background: var(--block-hover);
}
.tag-plugin.about .about-body .tag-plugin.navbar:last-child nav.cap a.active {
  background: none;
}
.tag-plugin.about .about-body .tag-plugin.navbar:last-child nav.cap a:hover {
  color: #ff5722;
  background: var(--block-border);
}
.tag-plugin.about .about-body .tag-plugin.navbar:last-child nav.cap a+a {
  margin-left: 0.5rem;
}
.tag-plugin.about .about-header+.about-body {
  margin-top: 1.5rem;
}
@media screen and (max-width: 500px) {
  .tag-plugin.about {
    padding: 1rem;
  }
  .tag-plugin.about .about-header {
    flex-direction: column;
  }
  .tag-plugin.about .about-header .avatar {
    margin: 1rem auto;
  }
  .tag-plugin.about .about-header p {
    width: 100%;
  }
}
.md .checkbox {
  display: flex;
  font-size: 0.9375rem;
  line-height: 1.2;
  --gap-p: 0.25rem;
/* Checkbox */
/* Radio */
/* Colors */
}
.md .checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  height: 16px;
  width: 16px;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 8px;
  pointer-events: none;
}
.md .checkbox span {
  margin-top: 1px;
}
.md .checkbox input[type=checkbox]:before,
.md .checkbox input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: var(--site-bg);
}
.md .checkbox input[type=checkbox]:before {
  left: 1px;
  top: 5px;
  width: 0px;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.md .checkbox input[type=checkbox]:after {
  right: 7px;
  bottom: 3px;
  width: 2px;
  height: 0px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
}
.md .checkbox input[type=checkbox]:checked:before {
  left: 0px;
  top: 7px;
  width: 6px;
  height: 2px;
}
.md .checkbox input[type=checkbox]:checked:after {
  right: 3px;
  bottom: 1px;
  width: 2px;
  height: 10px;
}
.md .checkbox[symbol=minus] input[type=checkbox]:before {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0px;
  height: 2px;
}
.md .checkbox[symbol=minus] input[type=checkbox]:after {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0px;
  height: 2px;
}
.md .checkbox[symbol=minus] input[type=checkbox]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.md .checkbox[symbol=minus] input[type=checkbox]:checked:after {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.md .checkbox[symbol=plus] input[type=checkbox]:before {
  transform: rotate(0);
  left: 1px;
  top: 5px;
  width: 0px;
  height: 2px;
}
.md .checkbox[symbol=plus] input[type=checkbox]:after {
  transform: rotate(0);
  left: 5px;
  top: 1px;
  width: 2px;
  height: 0px;
}
.md .checkbox[symbol=plus] input[type=checkbox]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.md .checkbox[symbol=plus] input[type=checkbox]:checked:after {
  left: 5px;
  top: 1px;
  width: 2px;
  height: 10px;
}
.md .checkbox[symbol=times] input[type=checkbox]:before {
  transform: rotate(45deg);
  left: 3px;
  top: 1px;
  width: 0px;
  height: 2px;
}
.md .checkbox[symbol=times] input[type=checkbox]:after {
  transform: rotate(135deg);
  right: 3px;
  top: 1px;
  width: 0px;
  height: 2px;
}
.md .checkbox[symbol=times] input[type=checkbox]:checked:before {
  left: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.md .checkbox[symbol=times] input[type=checkbox]:checked:after {
  right: 1px;
  top: 5px;
  width: 10px;
  height: 2px;
}
.md .checkbox input[type=radio] {
  border-radius: 50%;
  transform: translateY(-1px);
}
.md .checkbox input[type=radio]:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 2px;
  transform: scale(0);
}
.md .checkbox input[type=radio]:checked:before {
  transform: scale(1);
}
.md .checkbox input {
  border: 2px solid var(--theme);
}
.md .checkbox input[type=checkbox]:checked {
  background: var(--theme);
}
.md .checkbox input[type=radio]:checked:before {
  background: var(--theme);
}
.tag-plugin.checkbox:not([color]) {
  --theme: #2196f3;
}
.tag-plugin {
  --theme: var(--text-p1);
  --theme-border: var(--block-border);
  --theme-bg: var(--block);
}
.tag-plugin[color='red'] {
  --theme: #f44336;
  --theme-border: #fab3ae;
  --theme-bg: #fdecea;
}
.tag-plugin[color='orange'] {
  --theme: #fa6400;
  --theme-border: #fdc199;
  --theme-bg: #feefe5;
}
.tag-plugin[color='yellow'] {
  --theme: #ffbd2b;
  --theme-border: #ffe4aa;
  --theme-bg: #fff8e9;
}
.tag-plugin[color='green'] {
  --theme: #3dc550;
  --theme-border: #b1e7b9;
  --theme-bg: #ebf9ed;
}
.tag-plugin[color='cyan'] {
  --theme: #1bcdfc;
  --theme-border: #a3ebfd;
  --theme-bg: #e8fafe;
}
.tag-plugin[color='blue'] {
  --theme: #2196f3;
  --theme-border: #a6d5fa;
  --theme-bg: #e8f4fd;
}
.tag-plugin[color='purple'] {
  --theme: #9c27b0;
  --theme-border: #d7a8df;
  --theme-bg: #f5e9f7;
}
.tag-plugin[color='light'] {
  --theme-bg: #fff;
}
.tag-plugin[color='dark'] {
  --theme-bg: #444;
  color: var(--card) !important;
}
.md .tag-plugin.copy {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  background: var(--block);
  border-radius: 6px;
  border: 1px solid var(--block-border);
  overflow: hidden;
  width: 320px;
  max-width: 100%;
}
.md .tag-plugin.copy[width='max'] {
  width: 100%;
}
@media screen and (max-width: 425px) {
  .md .tag-plugin.copy {
    min-width: 100%;
  }
}
.md .tag-plugin.copy input.copy-area {
  display: inline-block;
  padding: 0;
  width: 100%;
  color: var(--text-p2);
  line-height: 3;
  text-indent: 1rem;
}
.md .tag-plugin.copy button.copy-btn {
  margin: 0;
  line-height: 3;
  border-left: 1px solid var(--block-border);
  display: inline-block;
  background: var(--block-hover);
  line-height: 0;
  font-size: 1rem;
  padding: 0 0.75rem;
  color: var(--text-p2);
}
.md .tag-plugin.copy button.copy-btn:hover {
  background: var(--card);
}
.md .tag-plugin.emoji {
  display: inline-block;
  margin: -4px 2px 0;
  vertical-align: middle;
}
.md .tag-plugin.emoji img {
  display: block;
  object-fit: contain;
  height: 1.75em;
}
details.folding {
  display: block;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 6px;
  font-size: 0.875rem;
  background: var(--theme-bg);
  border: 1px solid var(--theme-border);
}
details.folding summary {
  cursor: pointer;
  padding: 0.75rem 1rem;
  margin: -1rem;
  border-radius: 6px;
  color: var(--text-p2);
  font-weight: 500;
  position: relative;
  line-height: normal;
  outline: none;
}
details.folding summary > p,
details.folding summary > h1,
details.folding summary > h2,
details.folding summary > h3,
details.folding summary > h4,
details.folding summary > h5,
details.folding summary > h6 {
  display: inline;
  border-bottom: none !important;
}
details.folding summary:hover {
  color: var(--text-p0);
}
details.folding summary:hover:after {
  position: absolute;
  content: '+';
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}
details.folding[open] >summary {
  border-bottom: 1px solid var(--theme-border);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: var(--text-p1);
  margin-bottom: 0;
}
details.folding[open] >summary:hover:after {
  content: '-';
}
details.folding[open] >div.body {
  padding: 1rem;
  margin: -1rem;
  margin-top: 0;
  background: var(--card);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 0.9375rem;
}
details.folding[open] >div.body >:first-child {
  margin-top: 0;
}
details.folding[open] >div.body >:last-child {
  margin-bottom: 0;
}
details.folding[child=codeblock]>div.body {
  padding: 0;
  background: transparent;
  overflow: hidden;
}
details.folding[child=codeblock]>div.body .highlight {
  border: none;
  border-radius: 0;
  background: transparent;
  margin: 0;
}
details.folding[child=codeblock]>div.body .highlight .code:before {
  content: none;
}
.md .frame-wrap {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.md .frame-wrap img,
.md .frame-wrap video {
  border-radius: 0;
}
.md .frame-wrap .frame {
  z-index: 1;
  display: block;
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.md .tag-plugin.img-wrap .frame-wrap[focus] {
  height: auto;
}
.md .frame-wrap#iphone11 img,
.md .frame-wrap#iphone11 video {
  width: 287px;
  margin-top: 19px;
  margin-bottom: 20px;
}
.md .frame-wrap#iphone11 .frame {
  background-image: url("https://cdn.jsdelivr.net/gh/cdn-x/placeholder@1.0.1/frame/iphone11.svg");
  width: 329px;
  height: 658px;
}
.md .frame-wrap[focus='top'] img,
.md .frame-wrap[focus='top'] video {
  margin-bottom: 0 !important;
}
.md .frame-wrap:not([focus='bottom']) .frame {
  top: 0;
}
.md .frame-wrap[focus='bottom'] img,
.md .frame-wrap[focus='bottom'] video {
  bottom: 0;
  margin-top: 0 !important;
}
.md .frame-wrap[focus='bottom'] .frame {
  bottom: 0;
}
@media screen and (max-width: 500px) {
  .md .frame-wrap#iphone11 img,
  .md .frame-wrap#iphone11 video {
    width: 208px;
    margin-top: 13px;
    margin-bottom: 14px;
  }
  .md .frame-wrap#iphone11 .frame {
    width: 238px;
    height: 476px;
  }
}
.users-wrap {
  overflow: hidden;
}
.users-wrap .group-header {
  margin: 0 0 1rem;
}
.users-wrap .group-header p {
  margin: 0;
  font-size: 0.875rem;
}
.users-wrap .group-header p:first-child {
  font-size: 1.25rem;
  font-weight: 500;
}
.users-wrap .group-body {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.users-wrap .group-body+.group-header {
  margin-top: 2rem;
}
.users-wrap .friendsjs-wrap {
  display: block;
}
.users-wrap .friendsjs-wrap .loading-wrap {
  min-height: 50px;
  margin: 2rem 0;
  text-align: center;
}
.users-wrap .user-card {
  flex-shrink: 1;
  display: flex;
  align-items: stretch;
  width: 12.5%;
}
@media screen and (max-width: 980px) {
  .users-wrap .user-card {
    width: 14.28%;
  }
}
@media screen and (max-width: 900px) {
  .users-wrap .user-card {
    width: 16.66%;
  }
}
@media screen and (max-width: 820px) {
  .users-wrap .user-card {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .users-wrap .user-card {
    width: 16.66%;
  }
}
@media screen and (max-width: 500px) {
  .users-wrap .user-card {
    width: 25%;
  }
}
.users-wrap .user-card .card-link {
  margin: 0;
  width: 100%;
  color: var(--text-p1);
  font-size: 10px;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.2;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding: 1rem 0.5rem;
}
.users-wrap .user-card .card-link img {
  object-fit: cover;
  display: block;
  width: 48px;
  height: 48px;
  background: var(--card);
  border-radius: 64px;
  margin: 0 0 0.5rem;
}
.users-wrap .user-card .card-link >img {
  transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  -webkit-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;
}
.users-wrap .user-card .card-link:hover {
  background: var(--block-hover);
}
.users-wrap .user-card .card-link:hover img {
  transform: scale(1.2) rotate(8deg);
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
}
.tag-plugin.ghcard {
  line-height: 0;
}
.tag-plugin.ghcard a.ghcard {
  display: inline-block;
}
.tag-plugin.image {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tag-plugin.image .image-bg {
  text-align: center;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.tag-plugin.image .image-bg:hover .image-download {
  opacity: 1 !important;
}
.tag-plugin.image .image-bg img {
  display: block;
  object-fit: cover;
}
.tag-plugin.image .image-bg .image-download {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 1.125rem;
  padding: 6px;
  line-height: 0;
  border-radius: 4px;
  transition: color 0.2s ease-out, opacity 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, opacity 0.2s ease-out, background 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, opacity 0.2s ease-out, background 0.2s ease-out;
  -o-transition: color 0.2s ease-out, opacity 0.2s ease-out, background 0.2s ease-out;
  color: var(--text-p1);
}
.tag-plugin.image .image-bg .image-download:hover {
  background: var(--card) !important;
  color: #ff5722;
}
.tag-plugin.image .image-meta {
  display: flex;
  justify-content: center;
  padding: 0.5rem 0;
}
.tag-plugin.image .image-meta .image-caption {
  display: inline-block;
  font-size: 0.75rem;
  color: var(--text-p2);
  line-height: 1.5;
  text-align: justify;
}
.tag-plugin.image .image-meta .image-caption:empty {
  display: none;
}
.md u {
  text-decoration: none;
  border-bottom: 2px solid #ff5722;
}
.md emp {
  text-decoration: none;
  border-bottom: 4px dotted #ff5722;
}
.md wavy {
  text-decoration: underline wavy #ff5722;
}
.md del {
  color: var(--text-p3);
  text-decoration: line-through var(--text-p3);
}
.md kbd {
  border-radius: 4px;
  border: 1px solid #d2d2d2;
  border-bottom-width: 2px;
  background: var(--card);
  padding: 2px 4px 1px 4px;
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  font-weight: 700;
}
.md 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 psw:hover {
  color: inherit;
  background: none;
}
.md sup,
.md sub {
  color: var(--theme);
  line-height: 1;
  font-weight: 700;
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
}
.md .tag-plugin.link {
  max-width: 400px;
  margin: 1em auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 375px) {
  .md .tag-plugin.link {
    width: 100%;
  }
}
.md .link-card {
  background: var(--card);
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  min-width: 280px;
  max-width: 100%;
  width: 320px;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
  border-radius: 6px;
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
@media screen and (max-width: 375px) {
  .md .link-card {
    width: 100%;
  }
}
.md .link-card:hover {
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
  transform: translateY(-1px);
}
.md .link-card.plain {
  flex-direction: row;
  align-items: center;
}
.md .link-card.rich {
  flex-direction: column;
  align-items: stretch;
  width: 400px;
}
.md .link-card {
  line-height: 1.2;
}
.md .link-card > div {
  pointer-events: none;
}
.md .link-card >.top {
  display: flex;
  margin: 0.75rem 1rem 0.25rem;
  overflow: hidden;
  max-width: calc(100% - 1rem * 2);
  align-items: center;
}
.md .link-card >.top .img {
  line-height: 0;
  height: 16px;
  width: 20px;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.md .link-card >.top .desc {
  opacity: 0.75;
  line-height: 1.5;
}
.md .link-card >.top span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.md .link-card >.bottom {
  margin: 0 1rem 0.75rem 1rem;
}
.md .link-card >.bottom .title {
  font-size: 0.9375rem;
  margin: 4px 0 8px 0;
}
.md .link-card >.right {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.75rem;
  overflow: hidden;
  flex-shrink: 0;
}
.md .link-card >.left {
  overflow: hidden;
  margin: 0.5rem 0 0.5rem 1rem;
}
.md .link-card >.left .title {
  font-size: 0.875rem;
  margin: 1px 0 5px 0;
}
.md .link-card >.left .desc {
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.md .link-card span {
  margin: 0;
  display: block;
}
.md .link-card span.title {
  font-weight: 500;
  color: var(--text-p1);
}
.md .link-card span.desc {
  color: var(--text-p3);
}
.md .tag-plugin.mark {
  margin: 0 1px;
  padding: 1px 2px;
  border-radius: 4px;
  background: var(--theme-bg);
  border: 1px solid var(--theme-border);
  color: var(--text-p0);
}
.md .tag-plugin.mark[color=dark] {
  border-color: var(--theme-bg);
}
.md .tag-plugin.navbar nav.cap {
  margin: 0;
  padding: 1px;
  background: var(--block);
  border-radius: 6px;
  display: inline-flex;
  max-width: 100%;
}
.md .tag-plugin.navbar nav.cap a {
  margin: 1px;
  padding: 0.25em 0.75rem;
}
.md .tag-plugin.navbar nav.cap a:after {
  display: none;
}
.md .tag-plugin.navbar nav.cap a:hover,
.md .tag-plugin.navbar nav.cap a.active {
  background: var(--card);
  color: var(--text-p1);
}
.md .tag-plugin.note {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 1rem;
  border-radius: 6px;
  background: var(--theme-bg);
  border: 1px solid var(--theme-border);
  color: var(--text-p1);
}
.md .tag-plugin.note >.title {
  font-size: 0.9375rem;
  line-height: 1.2;
  margin-top: 1rem;
}
.md .tag-plugin.note >.body {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.md .tag-plugin.note >.body,
.md .tag-plugin.note >.body p {
  font-size: 0.875rem;
  line-height: 1.5;
}
.md .tag-plugin.note >.body:only-child {
  margin: 1rem 0;
}
.md .tag-plugin.note[color] code {
  background: none;
}
.md .tag-plugin.note:not([color]) .highlight {
  background: var(--block-hover);
}
.md .tag-plugin.note[child=codeblock] {
  padding: 0;
}
.md .tag-plugin.note[child=codeblock] >.title,
.md .tag-plugin.note[child=codeblock] >.body:only-child {
  margin-top: 0;
}
.md .tag-plugin.note[child=codeblock] >.body {
  margin-bottom: 0;
}
.md .tag-plugin.note[child=codeblock] .highlight {
  margin: 0;
  border: none;
  background: none;
}
.md .tag-plugin.note[child=tabs] >.body {
  margin: 0;
}
.md .tag-plugin.note[child=tabs] >.body >.tabs {
  margin-top: 0.5rem;
}
.md .tag-plugin .tag-plugin.note {
  --gap-p: 1rem;
}
.md .tag-plugin.poetry {
  align-self: center;
}
.md .tag-plugin.poetry[align=center] {
  align-items: center;
}
.md .tag-plugin.poetry >.title {
  font-weight: 500;
  font-size: 1rem;
  margin-top: var(--gap-p);
}
.md .tag-plugin.poetry >.meta {
  color: var(--text-p2);
  font-size: 0.75rem;
  font-weight: 500;
}
.md .tag-plugin.poetry >.meta span+span {
  margin-left: 4px;
}
.md .tag-plugin.poetry >.body {
  margin: var(--gap-p) 0;
  border-top: 1px dashed var(--block-border);
  border-bottom: 1px dashed var(--block-border);
}
.md .tag-plugin.poetry >.body p {
  font-size: 0.875rem;
}
.md .tag-plugin.poetry >.footer {
  font-style: italic;
  color: var(--text-p4);
  margin: var(--gap-p) 0;
  font-size: 0.75rem;
}
.md .tag-plugin.poetry {
  padding-left: 1rem;
  position: relative;
}
.md .tag-plugin.poetry:before {
  content: '';
  position: absolute;
  width: 4px;
  left: -4px;
  top: 4px;
  bottom: 4px;
  border-radius: 4px;
  background: var(--block);
}
.md .tag-plugin.poetry >.title {
  position: relative;
}
.md .tag-plugin.poetry >.title:before {
  content: '';
  position: absolute;
  width: 4px;
  left: calc(-1rem - 4px);
  top: 6px;
  bottom: 6px;
  border-radius: 4px;
  background: #ff5722;
}
.md .tag-plugin.quot {
  text-align: center;
  position: relative;
  align-items: center;
}
.md .tag-plugin.quot:not(span) {
  display: flex;
  align-self: center;
  border-bottom: none;
  font-weight: 700;
  padding: 16px 24px 8px 24px;
  line-height: 1.2;
}
.md .tag-plugin.quot:not(span):first-child {
  margin-top: 1.5rem;
}
.md .tag-plugin.quot:not(span) a.headerlink:before {
  content: '';
}
@media screen and (max-width: 500px) {
  .md .tag-plugin.quot:not(span) {
    padding: 16px 20px 8px;
  }
}
article.md.content .quot:not(span) {
  color: var(--text-p0);
}
article.md.content h1.quot {
  font-size: 1.75rem;
  font-weight: 900;
  padding: 20px 32px 12px 32px;
}
@media screen and (max-width: 500px) {
  article.md.content h1.quot {
    padding: 20px 24px 12px;
  }
}
article.md.content h2.quot,
article.md.content h3.quot,
article.md.content h4.quot,
article.md.content h5.quot,
article.md.content h6.quot {
  font-size: 1.375rem;
}
article.md.content p.quot {
  font-size: 1.125rem;
}
.md .tag-plugin.quot[type=text]:not(span):before,
.md .tag-plugin.quot[type=text]:not(span):after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
}
.md .tag-plugin.quot[type=text]:not(span):before {
  top: 8px;
  left: 0;
  border-top: 6px solid #ff5722;
  border-left: 6px solid #ff5722;
}
.md .tag-plugin.quot[type=text]:not(span):after {
  right: 0;
  bottom: 0;
  border-right: 6px solid #ff5722;
  border-bottom: 6px solid #ff5722;
}
article.md.content h1.quot[type=text]:before,
article.md.content h1.quot[type=text]:after {
  width: 12px;
  height: 20px;
  border-width: 8px;
}
.md .tag-plugin.quot[type=icon]:not(span) .icon {
  height: 1.5em;
  display: inline-block;
  color: #ff5722;
  border-radius: 0;
}
.md .tag-plugin.quot[type=icon]:not(span) .icon.prefix {
  margin-right: 0.5rem;
}
.md .tag-plugin.quot[type=icon]:not(span) .icon.suffix {
  margin-left: 0.5rem;
}
.md span.tag-plugin.quot {
  font-weight: 500;
}
.md span.tag-plugin.quot:before,
.md span.tag-plugin.quot:after {
  color: #ff5722;
  font-weight: 900;
}
.md span.tag-plugin.quot:before {
  content: "「";
  margin-left: -0.125em;
  margin-right: 0.125em;
}
.md span.tag-plugin.quot:after {
  content: "」";
  margin-left: 0.125em;
  margin-right: -0.125em;
}
.sites-wrap .group-header {
  margin: 1rem 0;
}
.sites-wrap .group-header p {
  margin: 0;
  font-size: 0.875rem;
}
.sites-wrap .group-header p:first-child {
  font-size: 1.25rem;
  font-weight: 500;
}
.sites-wrap .group-body {
  width: 100%;
}
.sites-wrap .group-body+.group-header {
  margin-top: 2rem;
}
.sites-wrap .sitesjs-wrap {
  display: block;
}
.sites-wrap .sitesjs-wrap .loading-wrap {
  min-height: 50px;
  margin: 2rem 0;
  text-align: center;
}
.sites-wrap .group-body {
  display: grid;
  grid-gap: 1rem 1rem;
  grid-template-columns: repeat(auto-fill, calc((100% - 3 * 1rem) / 4));
}
@media screen and (max-width: 1024px) {
  .sites-wrap .group-body {
    grid-template-columns: repeat(auto-fill, calc((100% - 2 * 1rem) / 3));
  }
}
@media screen and (max-width: 900px) {
  .sites-wrap .group-body {
    grid-template-columns: repeat(auto-fill, calc((100% - 1 * 1rem) / 2));
  }
}
@media screen and (max-width: 768px) {
  .sites-wrap .group-body {
    grid-template-columns: repeat(auto-fill, calc((100% - 2 * 1rem) / 3));
  }
}
@media screen and (max-width: 500px) {
  .sites-wrap .group-body {
    grid-template-columns: repeat(auto-fill, calc((100% - 1 * 1rem) / 2));
  }
}
.sites-wrap .group-body .site-card .card-link {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.sites-wrap .group-body .site-card .card-link >img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.2);
}
@media screen and (max-width: 1024px) {
  .sites-wrap .group-body .site-card .card-link >img {
    height: 120px;
  }
}
@media screen and (max-width: 900px) {
  .sites-wrap .group-body .site-card .card-link >img {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .sites-wrap .group-body .site-card .card-link >img {
    height: 120px;
  }
}
.sites-wrap .group-body .site-card .card-link .info {
  margin-top: 0.5rem;
  line-height: 1.2;
}
.sites-wrap .group-body .site-card .card-link .info >img {
  width: 28px;
  height: 28px;
  border-radius: 28px;
  float: left;
  margin-right: 8px;
  margin-top: 2px;
}
.sites-wrap .group-body .site-card .card-link .info span {
  display: block;
}
.sites-wrap .group-body .site-card .card-link .info .title {
  font-weight: 500;
  color: var(--text-p1);
  font-size: 0.875rem;
  margin-top: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.sites-wrap .group-body .site-card .card-link .info .desc {
  font-size: 10px;
  margin-top: 2px;
  word-wrap: break-word;
  color: var(--text-p3);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.sites-wrap .site-card .card-link >img {
  transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: box-shadow 0.2s ease-out, transform 0.2s ease-out;
}
.sites-wrap .site-card .card-link:hover >img {
  box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1), 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
  transform: translateY(-2px);
}
.tag-plugin.tabs {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.tag-plugin.tabs[align=left] {
  align-items: flex-start;
}
.tag-plugin.tabs[align=left] .nav-tabs {
  align-self: flex-start;
}
.tag-plugin.tabs[align=center] {
  align-items: center;
}
.tag-plugin.tabs[align=right] {
  align-items: flex-end;
}
.tag-plugin.tabs[align=right] .nav-tabs {
  align-self: flex-end;
}
.tag-plugin.tabs ul.nav-tabs {
  display: flex;
  align-self: center;
  overflow: scroll visible;
  max-width: 100%;
  white-space: nowrap;
  margin: 0 !important;
  line-height: 1.5;
  position: relative;
  padding: 8px 0;
}
.tag-plugin.tabs ul.nav-tabs::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.tag-plugin.tabs ul.nav-tabs::-webkit-scrollbar-track-piece {
  background: transparent;
}
.tag-plugin.tabs ul.nav-tabs::-webkit-scrollbar-thumb {
  background: var(--text-meta);
  cursor: pointer;
  border-radius: 0;
}
.tag-plugin.tabs ul.nav-tabs::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
.tag-plugin.tabs ul.nav-tabs:after {
  content: '';
  position: absolute;
  background: var(--block-hover);
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}
.tag-plugin.tabs ul.nav-tabs li.tab {
  list-style-type: none;
}
.tag-plugin.tabs ul.nav-tabs li.tab a {
  display: block;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  font-size: 0.8125rem;
  line-height: inherit;
  font-weight: 500;
  color: var(--text-p3);
  border-radius: 4px;
  position: relative;
  margin: 0 2px;
}
.tag-plugin.tabs ul.nav-tabs li.tab a:hover {
  color: var(--text-p1);
  background: var(--block-hover);
}
.tag-plugin.tabs ul.nav-tabs li.tab a i {
  pointer-events: none;
}
.tag-plugin.tabs ul.nav-tabs li.tab.active a {
  cursor: default;
  color: var(--text-p1);
  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);
}
.tag-plugin.tabs ul.nav-tabs li.tab.active a:after {
  content: '';
  z-index: 1;
  position: absolute;
  background: #1bcdfc;
  height: 2px;
  bottom: -8px;
  left: 0.75rem;
  right: 0.75rem;
  border-radius: 2px;
}
.tag-plugin.tabs .tab-content {
  max-width: 100%;
  text-align: justify;
  margin-top: 0.5rem;
}
.tag-plugin.tabs .tab-content .tab-pane:not(.active) {
  display: none;
}
.tag-plugin.tabs .tab-content .tab-pane.active {
  display: block;
}
.tag-plugin.timeline {
  position: relative;
  margin: 1rem 0;
  padding-left: 16px;
}
.tag-plugin.timeline:before {
  content: '';
  position: absolute;
  z-index: 0;
  background: var(--block-hover);
  width: 4px;
  left: 0px;
  border-radius: 8px;
  top: 0.5rem;
  bottom: 0;
}
.tag-plugin.timeline .timenode {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: calc(100% - 1rem);
}
.tag-plugin.timeline .timenode >.header,
.tag-plugin.timeline .timenode >.body {
  max-width: calc(100% - 1rem);
}
.tag-plugin.timeline .timenode[highlight] .header:before {
  background: #1bcdfc;
}
.tag-plugin.timeline .timenode+.timenode {
  margin-top: 1rem;
}
.tag-plugin.timeline .timenode:hover .header p {
  color: var(--text-p1);
}
.tag-plugin.timeline .timenode:hover .header:before {
  background: #1bcdfc;
  height: 16px;
  top: calc(50% - 0.5 * 16px);
  transform: scale(1);
}
.tag-plugin.timeline .header {
  display: flex;
  align-items: center;
  position: relative;
}
.tag-plugin.timeline .header p {
  margin: 0.25rem 0;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--text-p3);
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  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;
}
.tag-plugin.timeline .header p a {
  color: inherit;
  font-weight: inherit;
}
.tag-plugin.timeline .header:before {
  content: '';
  position: absolute;
  left: -16px;
  width: 4px;
  border-radius: 12px;
  height: 4px;
  top: calc(50% - 0.5 * 4px);
  background: var(--text-meta);
  transition: background 0.2s ease-out, height 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out;
  -moz-transition: background 0.2s ease-out, height 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out, height 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out;
  -o-transition: background 0.2s ease-out, height 0.2s ease-out, top 0.2s ease-out, transform 0.2s ease-out;
  transform: scale(2);
}
.tag-plugin.timeline .body {
  background: var(--card);
  border-radius: 12px;
  border-top-left-radius: 2px;
  padding: 0.5rem 1rem;
  margin-top: 4px;
  box-shadow: 0 1px 4px 0px rgba(0,0,0,0.02), 0 2px 8px 0px rgba(0,0,0,0.02);
}
.tag-plugin.timeline .body:empty {
  display: none;
}
.tag-plugin.timeline .body p,
.tag-plugin.timeline .body .highlight,
.tag-plugin.timeline .body ol,
.tag-plugin.timeline .body ul,
.tag-plugin.timeline .body .tag-plugin {
  margin: 0.5rem 0;
}
.tag-plugin.timeline .body .tag-plugin.copy {
  width: 240px;
}
details.toc {
  background: var(--block);
  border: 1px solid var(--block-border);
  border-radius: 6px;
  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;
}
@media screen and (max-width: 768px) {
  .tag-plugin.toc[display=mobile] {
    display: block !important;
  }
}
.l_left .footer {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .l_left .footer {
    margin-bottom: 1rem;
  }
}
.social-wrap {
  display: grid;
  grid-gap: 0.25rem 0.25rem;
  grid-template-columns: repeat(auto-fill, 32px);
}
.social-wrap a.social {
  line-height: 0;
  display: inline-block;
  padding: 6px;
  border-radius: 4px;
  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;
}
.social-wrap a.social:hover {
  color: #ff5722;
  z-index: 1;
  filter: unset;
  transform: translateY(-1px);
  background: linear-gradient(145deg, #ddd, #fff);
  box-shadow: 2px 4px 8px #ddd, -2px -4px 8px #fff;
}
.proj-wrap {
  display: grid;
  grid-gap: 0.25rem 0.25rem;
}
.proj-wrap a.item {
  border-radius: 4px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--text-p2);
  background: var(--block);
  border: 1px solid var(--block-border);
  overflow: hidden;
  padding: 0.75em;
  text-align: center;
}
.proj-wrap a.item svg {
  margin-right: 0.5em;
}
.proj-wrap a.item:hover {
  color: #ff5722;
  background: var(--card);
}
.widget-wrap#repo-info .widget-body >.items {
  margin: 4px 0;
  border: 1px solid var(--block-border);
  border-radius: 6px;
  background: var(--block);
  overflow: hidden;
}
.widget-wrap#repo-info .widget-body .line {
  margin: 0;
  height: 1px;
  background: var(--block-border);
}
.widget-wrap#repo-info .widget-body .line+.line,
.widget-wrap#repo-info .widget-body .line:first-child,
.widget-wrap#repo-info .widget-body .line:last-child {
  display: none;
}
.widget-wrap#repo-info .widget-body a.item-link {
  color: var(--text-p2);
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
  font-size: 0.8125rem;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.widget-wrap#repo-info .widget-body a.item-link svg {
  width: 1em;
  height: 1em;
}
.widget-wrap#repo-info .widget-body a:hover {
  background: var(--block-hover);
}
.l_left {
  display: flex;
  flex-direction: column;
  word-break: break-all;
  text-align: justify;
  padding: var(--gap-l);
  padding-top: calc(2 * var(--gap-l));
  height: calc(100vh - 3 * var(--gap-l));
}
@media screen and (max-width: 768px) {
  .l_left {
    padding-top: calc(1 * var(--gap-l));
    height: calc(100% - 2 * var(--gap-l));
  }
}
.l_left[layout=wiki] {
  padding-bottom: 0;
  height: calc(100vh - 2 * var(--gap-l));
}
@media screen and (max-width: 768px) {
  .l_left[layout=wiki] {
    height: calc(100% - 1 * var(--gap-l));
  }
}
.l_left[layout=wiki] .widgets >:last-child {
  margin-bottom: 6rem;
}
.logo-wrap {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.logo-wrap a {
  color: inherit;
  display: flex;
  align-items: center;
}
.logo-wrap a.avatar {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 1rem;
}
.logo-wrap a.avatar div.bg {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.logo-wrap a.avatar img.avatar {
  margin: 2px;
  object-fit: cover;
  width: calc(100% - 2 * 2px);
  height: calc(100% - 2 * 2px);
  border-radius: calc(100% - 2 * 2px);
}
.logo-wrap a.avatar div.bg {
  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;
  position: absolute;
  opacity: 0 !important;
  z-index: -1;
}
@-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 1s;
  animation-timing-function: linear;
}
.logo-wrap a.title {
  font-size: 1.75rem;
  font-weight: 900;
  color: inherit;
  line-height: 1.2;
  font-family: system-ui, "Microsoft Yahei", "Segoe UI", -apple-system, Roboto, Ubuntu, "Helvetica Neue", Arial, "WenQuanYi Micro Hei", sans-serif;
  display: block;
  position: relative;
}
.logo-wrap a.title .main {
  color: var(--text-p0);
}
.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;
}
.logo-wrap.wiki {
  margin: 1rem 0 1.5rem 0;
  flex-direction: column;
  align-items: flex-start;
}
.logo-wrap.wiki a.wiki-home {
  margin-bottom: 1rem;
  color: var(--text-p1);
}
.logo-wrap.wiki a.wiki-home svg {
  margin-right: 2px;
}
.logo-wrap.wiki a.wiki-home:hover {
  color: #ff5722;
  filter: unset !important;
}
.l_left nav.menu {
  margin-bottom: 1.5rem;
}
nav.menu {
  margin: 1rem 0;
  background: var(--block);
  border-radius: 6px;
  display: flex;
  padding: 1px;
  flex-wrap: wrap;
}
nav.menu::-webkit-scrollbar {
  display: none;
}
nav.menu::-webkit-scrollbar-track-piece {
  background: transparent;
}
nav.menu::-webkit-scrollbar-thumb {
  display: none;
}
nav.menu a.nav-item {
  text-overflow: ellipsis;
  word-break: keep-all;
  margin: 1px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  overflow: hidden;
  padding: 0.375rem 0.75rem;
  color: var(--text-p3);
  text-align: center;
}
nav.menu a.nav-item.active,
nav.menu a.nav-item:hover {
  color: var(--text-p1);
  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);
}
.l_left .menu a.nav-item {
  flex-grow: 1;
}
.l_left .widgets {
  overflow: scroll;
  flex-grow: 1;
  z-index: 1;
}
.l_left .widgets::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.l_left .widgets::-webkit-scrollbar-track-piece {
  background: transparent;
}
.l_left .widgets::-webkit-scrollbar-thumb {
  background: var(--text-meta);
  cursor: pointer;
  border-radius: 0;
}
.l_left .widgets::-webkit-scrollbar-thumb:hover {
  background: var(--text-p3);
}
.l_left .widgets .widget-wrap {
  margin: 1rem 0 3rem 0;
}
.l_left .widgets .widget-wrap .widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  position: sticky;
  position: -webkit-sticky;
  top: -2px;
  background: var(--site-bg);
  padding-top: 2px;
  z-index: 1;
  line-height: 2;
  color: var(--text-p4);
  font-size: 0.875rem;
}
.l_left .widgets .widget-wrap .widget-header:empty {
  display: none;
}
.l_left .widgets .widget-wrap .widget-header .cap-action {
  border-radius: 4px;
  padding: 4px 4px;
  transition: color 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out;
  line-height: 0;
  color: var(--text-meta);
  transition: color 0.2s ease-out, background 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, background 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background 0.2s ease-out;
}
.l_left .widgets .widget-wrap .widget-header .cap-action:hover {
  background: var(--block-hover);
}
.l_left .widgets .widget-wrap .widget-header .cap-action .icon {
  fill: var(--text-meta);
}
.l_left .widgets .widget-wrap .widget-header .cap-action:hover {
  color: #ff5722;
}
.l_left .widgets .widget-wrap .widget-header .cap-action:hover .icon {
  fill: #ff5722;
}
.l_left .widgets .widget-wrap .widget-body {
  margin: 0.5rem 0;
  color: var(--text-p1);
}
.l_left .widgets .widget-wrap .widget-body p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.l_left .widgets .widget-wrap .widget-body p >a:hover {
  text-decoration: underline;
}
.l_left .widgets .widget-wrap .widget-header+.widget-body {
  margin-top: 0;
}
.l_left .widgets .widget-wrap .widget-body .more-item {
  margin: 0.5rem 0;
}
.l_left .widgets .widget-wrap .widget-body .more-item .cap {
  margin-bottom: 0.25rem;
}
.l_left .widgets .widget-wrap#recent .widget-body a {
  line-height: 1.2;
  font-weight: 500;
  color: var(--text-p2);
  font-size: 0.8125rem;
}
.l_left .widgets .widget-wrap#recent .widget-body a:hover {
  color: #ff5722;
}
.l_left .widgets .widget-wrap#related .widget-body >a {
  padding: 0.5rem;
  display: block;
  line-height: 1.2;
  color: var(--text-p2);
  font-weight: 500;
  border: 1px solid var(--block-border);
  border-radius: 6px;
  margin: 4px 0;
  background: var(--block);
}
.l_left .widgets .widget-wrap#related .widget-body >a div.cap {
  margin-bottom: 0.25rem;
  color: var(--text-p4);
  display: flex;
  justify-content: space-between;
}
.l_left .widgets .widget-wrap#related .widget-body >a:hover {
  background: var(--block-hover);
}
.l_left .widgets .widget-wrap#related .widget-body >a.wiki {
  font-weight: 700;
}
.l_left .widgets .widget-wrap#related .widget-body >a div.excerpt {
  margin-top: 0.5rem;
  color: var(--text-p3);
  font-size: 0.75rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}
.widget-wrap.single#toc .doc-tree.active>.toc {
  border-left: 2px solid var(--block-hover);
}
.widget-wrap#toc .widget-header {
  line-height: 2.4;
}
#toc .widget-body {
  line-height: 1.2;
  margin-top: 0;
}
#toc .widget-body ul ul,
#toc .widget-body ul ol {
  padding-left: 0;
}
#toc .widget-body ol ul,
#toc .widget-body ol ol {
  padding-left: 0;
}
#toc .widget-body .doc-tree {
  margin: 4px 0;
}
#toc .widget-body .toc {
  padding: 0;
  margin: 0;
  padding-left: 0.25rem;
}
#toc .widget-body .toc .toc-item .toc-link {
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.8125rem;
  color: var(--text-p2);
}
#toc .widget-body .toc .toc-child .toc-item .toc-link {
  padding: 0.25rem 0.5rem 0.25rem 1.3rem;
  font-weight: 400;
  color: var(--text-p2);
}
#toc .widget-body .toc .toc-child .toc-child .toc-item .toc-link {
  padding-left: 2.1rem;
  font-size: 0.75rem;
  color: var(--text-p3);
}
#toc .widget-body .toc .toc-child .toc-child .toc-child .toc-item .toc-link {
  padding-left: 2.9rem;
}
#toc .toc-item {
  color: var(--text-p2);
  font-size: 0.75rem;
  padding: 0;
  list-style: none;
}
#toc .toc-item.active {
  color: #1bcdfc;
  border-left-color: #1bcdfc;
}
#toc .toc-item .toc-child .toc-item {
  padding: 0;
}
#toc a.toc-link {
  color: inherit;
  display: block;
  line-height: 1.2;
  border-radius: 4px;
  position: relative;
}
#toc a.toc-link:before {
  content: '';
  position: absolute;
  left: -6px;
  top: calc(50% - 6px);
  bottom: calc(50% - 6px);
  width: 2px;
  border-radius: 2px;
  background: #1bcdfc;
  visibility: hidden;
}
#toc a.toc-link:hover {
  background: var(--block-hover);
}
#toc a.toc-link.active {
  color: var(--theme-highlight) !important;
}
#toc a.toc-link.active:before {
  visibility: visible;
}
.widget-wrap#toc .widget-body+.widget-header {
  margin-top: 1rem;
}
.widget-wrap.multi#toc .widget-header {
  color: var(--text-p1);
  font-size: 0.875rem;
}
.widget-wrap.multi#toc .doc-tree {
  border-radius: 6px;
  background: var(--block);
  overflow: hidden;
  border: 1px solid var(--block-border);
}
.widget-wrap.multi#toc .doc-tree a.doc-tree-link {
  color: var(--text-p2);
  padding: 0.5rem;
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  position: relative;
}
.widget-wrap.multi#toc .doc-tree a.doc-tree-link:after {
  position: absolute;
  right: 0.5rem;
}
.widget-wrap.multi#toc .doc-tree a.doc-tree-link.active {
  color: var(--text-p1);
}
.widget-wrap.multi#toc .doc-tree a.doc-tree-link.active:only-child {
  background: var(--card);
}
.widget-wrap.multi#toc .doc-tree a.doc-tree-link:hover {
  background: var(--block-hover);
}
.widget-wrap.multi#toc .doc-tree a.doc-tree-link:hover:after {
  content: '+';
}
.widget-wrap.multi#toc .doc-tree.active a.doc-tree-link {
  background: var(--block);
  font-weight: 700;
}
.widget-wrap.multi#toc .doc-tree.active a.doc-tree-link:not(:only-child) {
  border-bottom: 1px solid var(--block-border);
}
.widget-wrap.multi#toc .doc-tree.active a.doc-tree-link:hover:after {
  content: none;
}
.widget-wrap.multi#toc .doc-tree.active >.toc {
  padding: 4px;
  background: var(--card);
}
.widget-wrap.multi#toc .doc-tree.active >.toc a.toc-link:before {
  left: -2px;
  width: 4px;
}
.widget-wrap.multi#toc .doc-tree.active >.toc a.toc-link:hover {
  background: var(--block);
}
.post-list #archive {
  padding: 1rem;
}
.post-list #archive .archive-header {
  display: inline-block;
  font-family: 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-p3);
}
.post-list #archive .archive-header:after {
  content: "";
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 4px;
  background: var(--block-border);
}
.post-list #archive a.post {
  display: inline-flex;
  align-items: baseline;
  margin: 0.25rem 0;
  color: var(--text-p1);
}
.post-list #archive a.post:hover {
  color: #ff5722;
}
.post-list #archive a.post time {
  font-family: Menlo, Monaco, Consolas, system-ui, "Courier New", monospace, sans-serif;
  margin-right: 1em;
  font-weight: 700;
  flex-shrink: 0;
  opacity: 0.5;
}
.post-list #archive:hover .archive-header {
  color: var(--text-p1);
}
.post-list #archive:hover .archive-header:after {
  background: #1bcdfc;
}
.post-list #cats {
  padding: 0;
}
.post-list #cats a.cat {
  display: flex;
  padding: 0.5em 1rem;
  border-radius: 6px;
  color: var(--text-p2);
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.875rem;
}
.post-list #cats a.cat.child {
  padding-left: 2rem;
}
.post-list #cats a.cat .badge {
  font-weight: 700;
  font-family: 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-p0);
}
.post-list #cats a.cat:hover .badge {
  opacity: 1;
  color: #1bcdfc;
}
.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-p0);
  background: var(--block-hover);
}
.post-list #tags a.tag:hover:before {
  color: #1bcdfc;
  opacity: 1;
}
article.md.error-page {
  text-align: center;
  margin-top: 2rem;
}
article.md.error-page img#error {
  width: 30vw;
  max-height: 150px;
  margin-bottom: 2rem;
}
article.md.error-page h1 {
  font-size: 4rem;
  margin-bottom: 0;
}
article.md.error-page p.what,
article.md.error-page p.why {
  margin: 0.5em;
}
article.md.error-page p.why {
  font-size: 0.8125rem;
}
article.md.error-page a#back {
  margin: 2rem 0;
  display: inline-block;
  background: #fdb62f;
  color: #000;
  border-radius: 4px;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  article.md.error-page {
    margin-top: 4rem;
  }
}
.l_body {
  display: flex;
  margin: auto;
  padding: 0 var(--gap-l);
  justify-content: center;
}
.l_body .l_left {
  z-index: 8;
  width: var(--width-left);
  flex-shrink: 0;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.l_body .l_main {
  flex-shrink: 1;
  flex-grow: 1;
  width: 320px;
  max-width: var(--width-main);
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block !important;
  }
  .l_body {
    padding: 0;
  }
  .l_body .l_left {
    position: fixed;
    transform: translateX(-320px);
    margin: 0;
    left: 0;
    background: var(--site-bg);
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.1), 0 4px 8px 0px rgba(0,0,0,0.1), 0 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 9;
  }
  .l_body .l_main {
    max-width: 100%;
  }
  .l_body.mobile .l_left {
    transition: transform 0.3s ease-out;
  }
  .l_body.mobile.sidebar .l_left {
    transform: translateX(0px);
  }
}
.post-list {
  margin: 1rem;
}
.post-list .post-card {
  display: block;
  margin: 1rem 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px 0px rgba(0,0,0,0.02);
  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;
  overflow: hidden;
  background: var(--card);
  position: relative;
}
.post-list .post-card .excerpt {
  margin: 1rem 0;
}
.post-list .post-card .excerpt >p {
  margin: 1rem 0;
  line-height: 1.5;
}
.post-list .post-card .meta.cap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0.5rem 0;
  line-height: 1.5;
}
.post-list .post-card .meta.cap span+span {
  margin-left: 0.5rem;
}
.post-list .post-card .meta.cap span.pin {
  line-height: 0;
}
.post-list .post-card .meta.cap span.pin img {
  object-fit: contain;
  height: 1.5em;
}
.post-list .post-card:hover {
  box-shadow: 0 1px 4px 0px rgba(0,0,0,0.1), 0 4px 16px 0px rgba(0,0,0,0.1);
}
.post-list article.md {
  padding: 1rem;
}
.post-list article.md p {
  color: var(--text-p2);
}
@media screen and (min-width: 500px) {
  .post-list article.md p {
    font-size: 0.875rem;
  }
}
.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;
}
.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;
  height: 280px;
}
@media screen and (max-width: 900px) {
  .post-list .post-card .post-cover img {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .post-list .post-card .post-cover img {
    height: 280px;
  }
}
@media screen and (max-width: 500px) {
  .post-list .post-card .post-cover img {
    height: 240px;
  }
}
@media screen and (max-width: 425px) {
  .post-list .post-card .post-cover img {
    height: 220px;
  }
}
@media screen and (max-width: 375px) {
  .post-list .post-card .post-cover img {
    height: 180px;
  }
}
.post-list .post-card.post.photo .cover {
  position: relative;
  line-height: 0;
}
.post-list .post-card.post.photo .cover img {
  width: 100%;
}
.post-list .post-card.post.photo .cover .cover-info {
  padding: 1rem;
  position: absolute;
  line-height: 1.2;
  width: calc(100% - 1rem * 2);
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  color: #fff;
}
.post-list .post-card.post.photo .cover .cover-info[position=top] {
  top: 0;
  background-image: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.3), 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.3), rgba(0,0,0,0.4));
}
.post-list .post-card.post.photo .cover .cover-info div+div {
  margin-top: 8px;
}
@media screen and (max-width: 500px) {
  .post-list .post-card.post.photo .cover .cover-info div+div {
    margin-top: 4px;
  }
}
.post-list .post-card.post.photo .cover .cover-info .cap {
  color: #fff;
  font-size: 0.8125rem;
}
.post-list .post-card.post.photo .cover .cover-info .title {
  font-weight: 500;
  font-size: 1.375rem;
}
.post-list .post-card.post.photo h2 {
  margin: 0.25rem 0;
  font-size: 1.125rem;
}
.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;
  width: 200px;
  margin: 1rem 0.5rem;
  align-items: center;
}
@media screen and (min-width: 950px) {
  .post-list .post-card.wiki article .preview {
    margin: 1rem;
  }
}
.post-list .post-card.wiki article .preview img {
  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 p:last-child {
  margin-bottom: 0;
}
.l_main {
  position: relative;
  padding-bottom: calc(1 * var(--gap-l));
}
@media screen and (min-width: 1280px) {
  .l_main {
    margin-left: calc(2 * var(--gap-l));
    margin-right: calc(2 * var(--gap-l) + var(--width-left));
  }
}
@media screen and (min-width: 768px) {
  .l_main {
    padding-top: calc(2 * var(--gap-l));
  }
}
.l_main header {
  margin: 4rem 1rem 2rem;
}
.l_main header .logo-wrap {
  margin: 0;
}
article.md {
  max-width: 100%;
  padding: 1rem;
  color: var(--text-p1);
  line-height: 1.7;
  word-break: break-word;
}
article.md.excerpt p {
  font-size: 0.875rem;
  margin: 1em 0;
}
h1.article-title {
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: 1.2;
  color: var(--text-p0);
}
article.md.content {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
article.md.content.indent >p:not([class]) {
  text-indent: calc(0.9375rem * 2);
  text-align: justify;
}
article.md.content.indent h1,
article.md.content.indent h2,
article.md.content.indent h3,
article.md.content.indent h4,
article.md.content.indent h5,
article.md.content.indent h6 {
  text-align: center;
}
article.md.content.indent >h2:not([class]) {
  align-self: center;
  border-bottom-style: dashed;
  border-bottom-color: #ff5722;
}
article.md.content >:first-child {
  margin-top: 1rem;
}
article.md.content h1:not(:first-child) {
  margin-top: 2em;
}
article.md.content h2:first-child {
  margin-top: 0;
}
article.md.content h2,
article.md.content h3,
article.md.content h4,
article.md.content h5,
article.md.content h6 {
  color: var(--text-p0);
  padding-top: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1.8;
}
article.md.content h2:hover a.headerlink:before,
article.md.content h3:hover a.headerlink:before,
article.md.content h4:hover a.headerlink:before,
article.md.content h5:hover a.headerlink:before,
article.md.content h6:hover a.headerlink:before {
  opacity: 1;
}
.md ul:not(:last-child),
.md ol:not(:last-child) {
  padding-bottom: 0.5rem;
  margin: 0;
}
.md blockquote p,
.md ul p,
.md ol p,
.md blockquote ul,
.md ul ul,
.md ol ul,
.md blockquote ol,
.md ul ol,
.md ol ol {
  font-size: 0.875rem;
  line-height: 1.5;
}
.md p *,
.md blockquote *,
.md .tag-plugin *,
.md ul *,
.md ol *,
.md .highlight *,
.md table * {
  --gap-p: 0.5rem;
}
.md p,
.md >ul:not(:last-child),
.md >ol:not(:last-child) {
  margin-top: calc(var(--gap-p) - 4px);
  margin-bottom: calc(var(--gap-p) - 4px);
}
.md .tag-plugin,
.md iframe {
  margin-top: var(--gap-p);
  margin-bottom: var(--gap-p);
}
.md p .highlight,
.md .tag-plugin .highlight,
.md p table,
.md .tag-plugin table {
  --gap-p: 1rem;
}
.md iframe {
  display: block;
}
article.md.content a.headerlink:before {
  opacity: 0;
  content: '#';
  position: absolute;
  margin-left: -0.75em;
}
article.md.content h2 {
  margin-top: 2rem;
  border-bottom: 1px solid var(--block-border);
  font-weight: 400;
}
article.md.content h3 {
  margin-top: 1.5rem;
  font-weight: 400;
}
article.md.content h4,
article.md.content h5,
article.md.content h6 {
  font-weight: 500;
}
article.md.content h1+h2 {
  margin-top: -0.5rem;
}
article.md.content h2+h3 {
  margin-top: -1rem;
}
article.md.content h3+h4 {
  margin-top: -1rem;
}
article.md.content h4+h5 {
  margin-top: -1rem;
}
article.md.content h5+h6 {
  margin-top: -1rem;
}
article.md p >a:not([class]),
article.md li:not([class]) >a:not([class]) {
  font-weight: 500;
}
article.md p >a:not([class]):hover,
article.md li:not([class]) >a:not([class]):hover {
  text-decoration: underline;
}
article.md p {
  font-size: 0.9375rem;
}
article.md pre {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
article.md .center {
  align-self: center;
}
article.md>div {
  margin: var(--gap-p) 0;
}
article.md blockquote {
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  background: var(--card);
  border-left: 6px solid #1bcdfc;
  border-radius: 6px;
  color: var(--text-p2);
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.1);
}
article.md img {
  border-radius: 6px;
  margin: auto;
  display: block;
}
:root {
  --swiper-theme-color: #1bcdfc !important;
}
.swiper-container {
  width: 100%;
  border-radius: 4px;
  --gap-p: 2rem;
}
.swiper-container:not(.swiper-container-initialized) {
  display: none;
}
div.swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
}
div.swiper-slide img {
  border-radius: 4px;
}
.swiper-container[width='max'] div.swiper-slide {
  width: 100%;
}
.swiper-container[width='min'] div.swiper-slide {
  width: 25%;
}
.swiper-button-prev,
.swiper-button-next {
  padding: 1rem 0.5rem;
  margin-top: -2rem !important;
  border-radius: 4px;
  background: rgba(255,255,255,0.25);
  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;
  --swiper-theme-color: #000 !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #fff !important;
  --swiper-theme-color: #ff5722 !important;
}
