html,
body,
label {
  cursor: var(--cursor-data) 3 3, default;
}
html,
body {
  position: static;
}
body {
  margin: 0;
  color: var(--theme-text);
  background-image: var(--body-background);
  background-color: var(--theme-background);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'JetBrains Mono', 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
}
main {
  height: 100vh;
  width: 100vw;
  overflow: auto;
  overflow: overlay;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--theme-text-light);
  margin-block-start: 0.33em;
  margin-block-end: 0.23em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
p {
  overflow: visible;
}
a {
  text-decoration: none;
}
a,
:is(strong,
em) > a {
  color: var(--theme-highlight);
  padding: 0 3px;
  transition-duration: 0.3s;
  transition-property: color, background-color, line-height, padding, border, opacity;
}
@media (min-width: 769px) {
  a:hover,
  :is(strong:hover,
  em) > a:hover {
    color: var(--theme-text-hover);
    background-color: var(--theme-highlight);
  }
  a:active,
  :is(strong:active,
  em) > a:active {
    color: var(--theme-text-hover);
    background-color: var(--theme-subcolor);
  }
}
a:has(code) {
  padding: unset;
}
button {
  background: var(--theme-bg-soft);
  color: var(--theme-text-light);
  font-family: 'JetBrains Mono';
  border: unset;
}
time {
  font-family: Bender;
}
code,
pre {
  font-family: 'JetBrains Mono';
}
code {
  margin: 0 !important;
  background-color: var(--theme-bg-soft-hover);
  padding: 0 3px !important;
}
pre {
  margin: 6px 0;
  background-color: transparent;
}
kbd {
  color: var(--theme-kbd-text);
  background-color: var(--theme-subcolor);
  box-shadow: 0 0.12em var(--theme-kbd-shadow);
  margin: 0 2px;
  border-radius: 2px;
  padding: 0 3px;
  font-family: 'JetBrains Mono';
}
em {
  font-family: Times, 'Times New Roman', 'FangSong', 'SimSun', serif;
}
strong em,
em strong {
  font-family: 'JetBrains Mono', 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
}
:not(a) > :is(strong,
em) {
  color: var(--theme-light);
}
:not(a) > :is(strong em,
em strong) {
  color: var(--theme-stress);
}
blockquote {
  margin: 1em;
  border-left: var(--theme-highlight) solid 5px;
  padding: 3px 20px;
  background-color: var(--theme-bg-soft);
  transition: 0.3s;
}
blockquote blockquote {
  margin: 0;
  padding-right: 0;
}
blockquote:hover {
  background-color: var(--theme-bg-soft-hover);
}
li {
  margin-block-start: 0.2em;
  margin-block-end: 0.2em;
}
li blockquote {
  margin: 0;
  padding-right: 0;
}
table {
  border: 0;
  border-collapse: collapse;
}
table th {
  color: var(--theme-text-rev);
  background-color: var(--theme-bg-light);
  border: var(--theme-border-light) solid 1px;
  padding: 0 10px;
}
table td {
  padding: 0 8px;
  border: var(--theme-td-border) solid 1px;
}
table td:hover {
  background-color: var(--theme-td-hover);
}
figure:not(.highlight),
figcaption {
  text-align: center;
}
figcaption {
  font-style: italic;
}
a,
button,
input,
textarea {
  cursor: var(--cursor) 3 3, pointer;
}
input {
  cursor: var(--cursor) 3 3, text;
  user-select: none;
  font-family: 'JetBrains Mono', 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
}
.task-list {
  padding-left: 1em;
}
.task-list li {
  display: block;
  margin-block: 0.5em;
}
.task-list li [type=checkbox] {
  display: none;
}
.task-list li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  height: 0.9em;
  width: 0.9em;
  border-radius: 3px;
  background-color: var(--theme-bg-soft);
  border: 1px var(--theme-highlight) solid;
}
.task-list li[checked]::before {
  content: '\2713';
  line-height: 1em;
  text-align: center;
  color: var(--theme-text-light);
}
#cursor-outer {
  z-index: 65538;
  position: fixed;
  transform: translate3d(-50%, -50%, 0);
  height: 36px;
  width: 36px;
  border: 1px solid var(--theme-cursor);
  border-radius: 50%;
  pointer-events: none;
  transition-duration: 0.3s;
  transition-property: background-color, width, height;
}
#cursor-effect {
  z-index: 65538;
  position: fixed;
  transform: translate3d(-50%, -50%, 0) scale(0);
  height: 80px;
  width: 80px;
  border: 4px solid var(--theme-cursor);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
}
.footnote--top {
  position: relative;
  display: inline-block;
}
.footnote--pop-ups,
.footnote--top:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.footnote--top:before {
  transition-delay: 0s;
  content: '';
  background: 0 0;
  border: 6px solid transparent;
  bottom: 100%;
  margin-bottom: -11px;
  left: calc(50% - 6px);
  border-top-color: #3986ac;
}
.footnote--top:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
  z-index: 1000001;
}
.footnote--top:hover .footnote--pop-ups {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.footnote--pop-ups {
  border-radius: 4px;
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
  width: 150px;
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  left: 50%;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: 'JetBrains Mono', 'Microsoft YaHei', '\5b8b\4f53', sans-serif;
  box-shadow: 4px 4px 8px #000;
}
.footnote--pop-ups code {
  background-color: #3986ac !important;
}
@media (min-width: 1200px) {
  .footnote--pop-ups {
    width: 200px;
  }
}
@media (min-width: 769px) {
  main {
    -ms-scrollbar-base-color: var(--theme-bar-color-2);
    -ms-scrollbar-track-color: var(--theme-bar-color-3);
    scrollbar-color: var(--theme-bar-color-0) var(--theme-bar-color-2);
    scrollbar-width: thin;
    scrollbar-gutter: stable;
  }
  ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: var(--theme-bar-color-2);
    border-radius: 0.25em;
  }
  ::-webkit-scrollbar-track {
    background-color: var(--theme-bar-color-3);
  }
  ::-webkit-scrollbar-thumb:hover {
    background-color: var(--theme-bar-color-1);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background-color: var(--theme-bar-color-3);
  }
}
aside {
  scrollbar-width: none;
  height: 100vh;
  position: sticky;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: stretch;
  overflow-y: auto;
  overflow-x: hidden;
  color: var(--theme-text-light);
  padding: 0 20px;
}
aside::-webkit-scrollbar {
  display: none;
}
aside::-ms-scrollbar {
  display: none;
}
aside h1 {
  transition: 0.6s;
  font-family: BenderLight, sans-serif;
  margin-top: 0;
}
aside footer {
  color: var(--theme-unimportant);
  padding: 0 3px 30px 3px;
  font-family: Bender;
  font-weight: bold;
}
#logo {
  user-select: none;
  width: 100%;
  height: 5px;
  display: inline-block;
  margin-bottom: 100%;
  padding: 0;
}
#logo img {
  width: 100%;
}
#Dr {
  text-align: center;
  margin-bottom: 0;
}
#Dr a {
  color: var(--theme-text-light);
}
#total {
  font-family: BenderLight;
}
#total div {
  display: inline-block;
}
#navigation,
#total {
  background-color: var(--theme-bg-trans1);
}
#total-archives {
  color: var(--theme-text-light);
  box-sizing: border-box;
  width: 100%;
  border-left: 5px solid var(--theme-border-light);
  padding: 0 0 0 10px;
  display: inline-block;
  transition: 0.3s;
}
#total-archives .total-title {
  font-size: 23px;
  display: block;
}
#total-archives .total-number {
  font-weight: bolder;
  padding: 0 10px;
  transition: 0.3s;
}
@media (min-width: 769px) {
  #total-archives:hover {
    border-color: var(--theme-highlight);
    background-color: var(--theme-bg-soft-hover);
  }
  #total-archives:hover .total-number {
    color: var(--theme-highlight);
  }
}
#total-tags,
#total-categories,
#total-view {
  margin: 5px;
}
#aside-block {
  flex-grow: 2;
  margin-top: 1em;
}
#aside-block h1 {
  color: var(--theme-text-rev);
  background-color: var(--theme-text-light);
  margin: 0;
  padding: 0 10px;
  font-size: medium;
}
#total-archives .total-number {
  letter-spacing: 2px;
}
#toc-div {
  background: linear-gradient(var(--theme-bg-trans1), var(--theme-bg-trans1) calc(100% - 15px), transparent);
}
@media (min-width: 769px) {
  #toc-div:hover h1 {
    background-color: var(--theme-highlight);
  }
}
#description p {
  margin: unset;
  text-align: center;
}
.icp-title,
.icp-content {
  display: inline-block;
  padding: 0 5px;
  height: 18px;
  color: #000;
  font-size: small;
  font-weight: normal;
  font-family: sans-serif;
  line-height: 18px;
}
.icp-title {
  background-color: var(--theme-highlight);
}
.icp-content {
  margin: 0 10px 0 0;
  padding: 0 28px 0 5px;
  background-color: #fff;
}
#toc-div {
  display: block;
}
#toc-div .toc {
  padding: 10px;
  margin: unset;
  list-style: none;
}
#toc-div .toc-child {
  padding-left: 1em;
  list-style: none;
}
@media (min-width: 769px) {
  #toc-div .toc-child {
    display: none;
  }
}
#toc-div .toc-item {
  overflow: hidden;
  margin: 2px 0;
  white-space: nowrap;
}
#toc-div .has-active {
  display: block;
}
#toc-div .toc-link {
  display: inline-block;
  overflow-y: auto;
  width: 100%;
  position: relative;
  scrollbar-width: none;
}
#toc-div .toc-link::-webkit-scrollbar {
  display: none;
}
#toc-div .toc-link::-ms-scrollbar {
  display: none;
}
@media (min-width: 769px) {
  #toc-div .toc-link:hover .toc-number {
    display: none;
  }
}
#toc-div .active {
  background-color: var(--theme-highlight);
  color: var(--theme-text-hover);
}
#toc-div .active .toc-number {
  display: none;
}
[theme-mode=dark] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme-mode=dark] code.hljs {
  padding: 3px 5px;
}
[theme-mode=dark] .hljs {
  color: #abb2bf;
  background: #282c34;
}
[theme-mode=dark] .hljs-keyword,
[theme-mode=dark] .hljs-operator,
[theme-mode=dark] .hljs-pattern-match {
  color: #f92672;
}
[theme-mode=dark] .hljs-function,
[theme-mode=dark] .hljs-pattern-match .hljs-constructor {
  color: #61aeee;
}
[theme-mode=dark] .hljs-function .hljs-params {
  color: #a6e22e;
}
[theme-mode=dark] .hljs-function .hljs-params .hljs-typing {
  color: #fd971f;
}
[theme-mode=dark] .hljs-module-access .hljs-module {
  color: #7e57c2;
}
[theme-mode=dark] .hljs-constructor {
  color: #e2b93d;
}
[theme-mode=dark] .hljs-constructor .hljs-string {
  color: #9ccc65;
}
[theme-mode=dark] .hljs-comment,
[theme-mode=dark] .hljs-quote {
  color: #b18eb1;
  font-style: italic;
}
[theme-mode=dark] .hljs-doctag,
[theme-mode=dark] .hljs-formula {
  color: #c678dd;
}
[theme-mode=dark] .hljs-deletion,
[theme-mode=dark] .hljs-name,
[theme-mode=dark] .hljs-section,
[theme-mode=dark] .hljs-selector-tag,
[theme-mode=dark] .hljs-subst {
  color: #e06c75;
}
[theme-mode=dark] .hljs-literal {
  color: #56b6c2;
}
[theme-mode=dark] .hljs-addition,
[theme-mode=dark] .hljs-attribute,
[theme-mode=dark] .hljs-meta .hljs-string,
[theme-mode=dark] .hljs-regexp,
[theme-mode=dark] .hljs-string {
  color: #98c379;
}
[theme-mode=dark] .hljs-built_in,
[theme-mode=dark] .hljs-class .hljs-title,
[theme-mode=dark] .hljs-title.class_ {
  color: #e6c07b;
}
[theme-mode=dark] .hljs-attr,
[theme-mode=dark] .hljs-number,
[theme-mode=dark] .hljs-selector-attr,
[theme-mode=dark] .hljs-selector-class,
[theme-mode=dark] .hljs-selector-pseudo,
[theme-mode=dark] .hljs-template-variable,
[theme-mode=dark] .hljs-type,
[theme-mode=dark] .hljs-variable {
  color: #d19a66;
}
[theme-mode=dark] .hljs-bullet,
[theme-mode=dark] .hljs-link,
[theme-mode=dark] .hljs-meta,
[theme-mode=dark] .hljs-selector-id,
[theme-mode=dark] .hljs-symbol,
[theme-mode=dark] .hljs-title {
  color: #61aeee;
}
[theme-mode=dark] .hljs-emphasis {
  font-style: italic;
}
[theme-mode=dark] .hljs-strong {
  font-weight: 700;
}
[theme-mode=dark] .hljs-link {
  text-decoration: underline;
}
[theme-mode=light] pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}
[theme-mode=light] code.hljs {
  padding: 3px 5px;
}
[theme-mode=light] .hljs {
  color: #383a42;
  background: #fafafa;
}
[theme-mode=light] .hljs-comment,
[theme-mode=light] .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}
[theme-mode=light] .hljs-doctag,
[theme-mode=light] .hljs-formula,
[theme-mode=light] .hljs-keyword {
  color: #a626a4;
}
[theme-mode=light] .hljs-deletion,
[theme-mode=light] .hljs-name,
[theme-mode=light] .hljs-section,
[theme-mode=light] .hljs-selector-tag,
[theme-mode=light] .hljs-subst {
  color: #e45649;
}
[theme-mode=light] .hljs-literal {
  color: #0184bb;
}
[theme-mode=light] .hljs-addition,
[theme-mode=light] .hljs-attribute,
[theme-mode=light] .hljs-meta .hljs-string,
[theme-mode=light] .hljs-regexp,
[theme-mode=light] .hljs-string {
  color: #50a14f;
}
[theme-mode=light] .hljs-attr,
[theme-mode=light] .hljs-number,
[theme-mode=light] .hljs-selector-attr,
[theme-mode=light] .hljs-selector-class,
[theme-mode=light] .hljs-selector-pseudo,
[theme-mode=light] .hljs-template-variable,
[theme-mode=light] .hljs-type,
[theme-mode=light] .hljs-variable {
  color: #986801;
}
[theme-mode=light] .hljs-bullet,
[theme-mode=light] .hljs-link,
[theme-mode=light] .hljs-meta,
[theme-mode=light] .hljs-selector-id,
[theme-mode=light] .hljs-symbol,
[theme-mode=light] .hljs-title {
  color: #4078f2;
}
[theme-mode=light] .hljs-built_in,
[theme-mode=light] .hljs-class .hljs-title,
[theme-mode=light] .hljs-title.class_ {
  color: #c18401;
}
[theme-mode=light] .hljs-emphasis {
  font-style: italic;
}
[theme-mode=light] .hljs-strong {
  font-weight: 700;
}
[theme-mode=light] .hljs-link {
  text-decoration: underline;
}
:root {
  --dark-cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGBAMAAAAS4vJ7AAAAElBMVEX///////////////////////+65XQCAAAABXRSTlPUzXppDN7WmLAAAAAZSURBVAjXY3ASVGEwDQ1mYA0NAGEQGyQGAC9SA/00lbgwAAAAAElFTkSuQmCC");
  --light-cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAACxMAAAsTAQCanBgAAABESURBVBhXYwACHiCuAuKzUAxig8QYMoH4PxoGiTFcQRKA4StMQAIrYAZikApvMA8BGkASN4D4KxALAvFzIJ7CwMAwGwDaihLfRIaxUAAAAABJRU5ErkJggg");
  --theme-adm-warning: #fe2;
  --theme-adm-note: #2bf;
  --theme-adm-success: #00c853;
  --theme-adm-failure: #c0392b;
  --theme-adm-detail: var(--theme-ex-header);
}
.social,
#about {
  text-shadow: 2px 2px 4px var(--theme-text-rev);
}
.navBlock > .navItemTitle {
  text-shadow: 1px 1px 2px var(--theme-text-rev), 1px 1px 2px var(--theme-text-rev);
}
[theme-mode=light] .navItemTitle {
  font-weight: bold;
}
@media (min-width: 769px) {
  [theme-mode=light] aside img:hover {
    background-color: var(--theme-bg-soft);
  }
}
[theme-mode=light] button {
  text-shadow: 0 0 10px #000;
}
@media (min-width: 769px) {
  [theme-mode=light] #color-mode:hover::after {
    transform: rotate(-90deg);
  }
}
[theme-mode=light] #color-mode::after {
  transform: rotate(-180deg);
  animation: clockwise 0.3s;
}
@-moz-keyframes clockwise {
  0% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@-webkit-keyframes clockwise {
  0% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@-o-keyframes clockwise {
  0% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(-270deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}
@media (min-width: 769px) {
  [theme-mode=dark] #color-mode:hover::after {
    filter: invert(1);
  }
}
#post-bg,
h1,
h2,
h3,
h4,
h5,
h6 {
  transition: 1s;
}
@property --theme-bg-trans1 {
  syntax: '<color>';
  inherits: true;
  initial-value: #fff;
}
#aside-block {
  transition: --theme-bg-trans1 1s;
}
:root[theme-mode=dark] {
  --cursor-data: var(--dark-cursor);
  --body-background: var(--dark-background);
  --theme-highlight: #2bf;
  --theme-subcolor: #fe2;
  --theme-stress: #c0392b;
  --theme-bar-color-0: #fe2;
  --theme-bar-color-1: rgba(255,238,34,0.667);
  --theme-bar-color-2: rgba(255,238,34,0.267);
  --theme-bar-color-3: rgba(255,238,34,0.133);
  --theme-kbd-shadow: #ba2;
  --theme-kbd-text: #000;
  --theme-cursor: #ccc;
  --theme-cursor-bg: rgba(255,255,255,0.533);
  --theme-text-hover: #000;
  --theme-text: #c4c4c4;
  --theme-text-light: #fff;
  --theme-text-rev: #000;
  --theme-background: #141516;
  --theme-bg-trans0: rgba(20,21,22,0.95);
  --theme-bg-trans1: rgba(20,21,22,0.8);
  --theme-bg-trans2: rgba(50,52,54,0.8);
  --theme-bg-hover: #000;
  --theme-bg-light: #fff;
  --theme-bg-soft: rgba(255,255,255,0.05);
  --theme-bg-soft-hover: rgba(255,255,255,0.1);
  --theme-ex-header: rgba(255,255,255,0.3);
  --theme-btn-bg: #d4d8dd;
  --theme-border: #fe2;
  --theme-border-light: #fff;
  --theme-border-soft: rgba(255,255,255,0.1);
  --theme-unimportant: #898989;
  --theme-unimportant-trans: rgba(137,137,137,0.4);
  --theme-unimportant-2: #535353;
  --theme-td-border: #2bf;
  --theme-td-hover: rgba(34,187,255,0.1);
  --theme-tag-bg: #313131;
  --theme-tag-count-bg: #494949;
  --theme-tag-border: #313131;
  --theme-loadingbar: #fff;
  --theme-loadingbar-fail: #f00;
  --theme-hide: #000;
}
:root[theme-mode=light] {
  --cursor-data: var(--light-cursor);
  --body-background: var(--light-background);
  --theme-highlight: #2bf;
  --theme-subcolor: #fe2;
  --theme-stress: #c0392b;
  --theme-bar-color-0: #fe2;
  --theme-bar-color-1: rgba(255,238,34,0.733);
  --theme-bar-color-2: rgba(255,238,34,0.533);
  --theme-bar-color-3: rgba(255,238,34,0.333);
  --theme-kbd-shadow: #ba2;
  --theme-kbd-text: #000;
  --theme-cursor: #333;
  --theme-cursor-bg: rgba(0,0,0,0.267);
  --theme-text-hover: #000;
  --theme-text: #222;
  --theme-text-light: #000;
  --theme-text-rev: #fff;
  --theme-background: #f4f5f6;
  --theme-bg-trans0: rgba(244,245,246,0.95);
  --theme-bg-trans1: rgba(244,245,246,0.8);
  --theme-bg-trans2: rgba(244,245,246,0.9);
  --theme-bg-hover: #fff;
  --theme-bg-light: #000;
  --theme-bg-soft: rgba(255,255,255,0.3);
  --theme-bg-soft-hover: rgba(255,255,255,0.6);
  --theme-ex-header: #c0c0c0;
  --theme-btn-bg: #2a272d;
  --theme-border: #fe2;
  --theme-border-light: #000;
  --theme-border-soft: rgba(0,0,0,0.1);
  --theme-unimportant: #767676;
  --theme-unimportant-trans: rgba(118,118,118,0.4);
  --theme-unimportant-2: #acacac;
  --theme-td-border: #2bf;
  --theme-td-hover: rgba(34,187,255,0.1);
  --theme-tag-bg: #cecece;
  --theme-tag-count-bg: #bababa;
  --theme-tag-border: #cecece;
  --theme-loadingbar: #000;
  --theme-loadingbar-fail: #f00;
  --theme-hide: #fff;
}
@media (max-width: 768px) {
  header {
    left: 0;
  }
  header .navContent {
    padding-left: 0;
  }
}
@media (max-width: 1023px) {
  main header {
    width: 428px;
    max-width: 100%;
    position: fixed;
  }
  nav {
    max-width: 428px;
    height: max-content;
    min-height: 100vh;
    background-color: var(--theme-bg-trans0);
    transform: translateX(-100%);
    transition: transform 0.6s;
    pointer-events: all;
  }
  .navItem {
    padding: 0.2em 4em;
  }
  .navContent {
    overflow-y: auto;
    width: 100%;
    transition: transform 0.6s;
  }
  .navBlock {
    padding: unset;
    box-sizing: border-box;
  }
  .navItemTitle {
    padding: 0 0.2em 5px 0.2em;
    color: var(--theme-text-light);
    border-bottom: 1px solid var(--theme-unimportant);
  }
  .active > div > .navItemTitle::before {
    border-color: var(--theme-highlight);
  }
  .expanded > nav {
    transform: translateX(0);
  }
  .navItemList {
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  header {
    width: 180px;
  }
  .navItem {
    width: 120px;
  }
  .navBlock {
    position: relative;
    padding: 1.304347826086957em 0;
  }
  .navItemTitle {
    color: var(--theme-text-light);
  }
  .navItemTitle::before {
    height: 100%;
    top: 0;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  header {
    width: 240px;
  }
  .navItem {
    width: 150px;
  }
}
@media (min-width: 1912px) {
  header {
    width: 310px;
  }
}
header {
  pointer-events: none;
  top: 0;
  z-index: 15;
  height: 100%;
  font-family: Bender;
  display: inline;
  position: sticky;
}
nav {
  position: relative;
  height: 100%;
  white-space: nowrap;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
nav::-webkit-scrollbar {
  display: none;
}
nav::-ms-scrollbar {
  display: none;
}
nav li {
  display: block;
}
.navBlock {
  transition: unset;
  position: relative;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
}
.navBlock:hover {
  background-color: unset;
}
.navBlock:active {
  background: unset;
}
.navContent {
  overflow: visible;
  margin: unset;
  position: relative;
  padding: 0;
  pointer-events: all;
}
.navItem {
  overflow: visible;
  position: relative;
  margin: unset;
  transition: 0.6s;
}
.navItem .navItemTitle {
  transition: 0.3s;
  width: 100%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  white-space: normal;
  position: relative;
  display: block;
}
.active > .navBlock > .navItemTitle {
  color: var(--theme-highlight);
}
.active > .navBlock > .navItemTitle::before {
  content: '';
  display: block;
  color: var(--theme-highlight);
  border-color: var(--theme-highlight);
  width: 100%;
  position: absolute;
  left: 0;
}
.navBtn {
  transition: transform 0.3s;
  pointer-events: all;
  display: none;
  position: fixed;
  top: 1em;
  font-size: 2em;
  z-index: 10;
}
.navBtnIcon {
  z-index: 10;
  width: 1em;
  height: 1em;
  display: block;
  position: relative;
}
.navBtnIconBar {
  position: absolute;
  top: 50%;
  width: 1em;
  height: 0.1em;
  background-color: var(--theme-btn-bg);
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform ease-in-out 0.3s;
  box-shadow: 0 0 5px var(--theme-bg-hover), 0 0 5px var(--theme-bg-hover);
  left: 0;
}
.navBtnIconBar:nth-child(1) {
  transform: translate(0, -350%);
}
.navBtnIconBar:nth-child(2) {
  transform: translate(0, -50%);
}
.navBtnIconBar:nth-child(3) {
  transform: translate(0, 250%);
}
.expanded .navBtnIconBar {
  box-shadow: unset;
}
.expanded .navBtnIconBar:nth-child(1) {
  transform: translate(0, -50%) rotateZ(45deg) scaleX(0.5) translate(-50%);
}
.expanded .navBtnIconBar:nth-child(3) {
  transform: translate(0, -50%) rotateZ(45deg) scaleX(0.5) translate(50%);
}
.expanded .navBtnIconBar:nth-child(2) {
  transform: translate(0, -50%) rotateZ(-45deg);
}
@media (max-width: 1023px) {
  .navBtn {
    display: block;
    left: 1em;
  }
  .hide-btn.navBtn {
    transform: translateY(-2em);
  }
}
.navItemList {
  display: none;
  overflow: visible;
  top: 0;
  text-align: left;
  background-color: var(--theme-background);
  padding: 0;
  width: 100%;
}
.navItemList .navItem {
  padding: unset;
  min-width: max-content;
  margin: 0;
}
.navItemList a {
  min-width: max-content;
  padding: 0;
  display: block;
  width: 100%;
  line-height: 40px;
}
.navItemList a:hover > .navItemTitle {
  color: var(--theme-text-hover);
}
@media (max-width: 1023px) {
  .navItemList {
    padding-left: 1em;
  }
  .expanded > .navItemList {
    display: inline-block;
  }
  .expanded > .navItemTitle::before {
    transform: rotate(135deg);
  }
}
@media (min-width: 1024px) {
  .navSecond {
    left: 0;
    transition: 0.3s;
    position: relative;
  }
  .navSecond:hover {
    transition: 0.3s;
  }
  .navSecond:hover::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
  }
  .navItemList {
    position: absolute;
  }
  .navItem > div:hover > .navItemList {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  main {
    padding: 0 12px;
  }
  article {
    border: none;
    width: 100%;
    max-height: none;
  }
  article #post-bg {
    padding: 10px 10px 0 10px;
  }
  .highlight,
  blockquote {
    margin: 1em 0;
  }
  aside {
    position: static;
    width: 100%;
    height: auto;
    padding: 0;
  }
  aside h1 {
    font-size: xx-large;
    text-align: center;
    margin: 0;
  }
  aside footer {
    text-align: center;
    padding: 10px 0;
    position: static;
  }
  #toc-div {
    z-index: 65534;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 20vw;
    transform: translateX(100vw);
    background: var(--theme-bg-trans0);
    transition: 0.6s;
    height: 100vh;
    width: 80vw;
  }
  #toc-div .toc {
    margin-block: auto;
  }
  #toc-div.open {
    transform: translateX(0);
  }
  #paginator {
    margin: 20px 0 0 0;
  }
  #paginator a,
  #paginator span {
    margin: 5px 5px 0 0;
  }
  #post-index {
    margin: 0;
  }
  #logo {
    height: 0;
    margin: 0;
  }
  #logo img {
    opacity: 0.05;
    position: fixed;
    bottom: -50px;
    left: -46%;
    pointer-events: none;
  }
  #total {
    text-align: center;
    margin: 0;
  }
  #total .total-title {
    font-size: medium;
  }
  #total-archives {
    width: auto;
  }
  #total-archives .total-title {
    display: inline-block;
  }
  #post-index {
    margin: 16px 10px 0 10px;
  }
  #archive-flex {
    flex-direction: column;
  }
  #archive-aside {
    order: 1;
  }
  #Categories {
    margin: 10px;
  }
  #cursor-container {
    display: none;
  }
  #Archives {
    margin: 0;
  }
  #Archives time {
    color: var(--theme-text-light);
    padding: 0;
  }
  #Archives .control {
    width: 55px;
  }
}
@media (min-width: 769px) {
  main {
    display: flex;
    justify-content: space-between;
  }
  article {
    width: calc(95% - 212px);
  }
  #total-archives .total-number {
    font-size: 34px;
  }
  #to-index {
    display: none;
  }
  aside {
    top: 0;
    width: 170px;
  }
  aside h1 {
    font-size: xx-large;
  }
  aside img {
    transition: background-color 1s;
  }
  aside img:hover {
    background-color: var(--theme-bg-soft-hover);
  }
  #description p {
    font-size: small;
  }
  #archive-aside {
    position: sticky;
    max-width: 36%;
  }
}
@media (min-width: 1024px) {
  article {
    width: calc(100% - 412px);
  }
  aside {
    width: 190px;
  }
  aside h1 {
    font-size: 45px;
  }
  #total-archives .total-number {
    font-size: 40px;
  }
  #description p {
    font-size: medium;
  }
}
@media (min-width: 1440px) {
  article {
    width: calc(100% - 520px);
  }
  aside {
    width: 230px;
  }
  aside h1 {
    font-size: 50px;
  }
  #total-archives .total-title {
    font-size: 32px;
  }
  #total-archives .total-number {
    font-size: 48px;
  }
  #total-tags,
  #total-categories {
    font-size: 23px;
  }
  .recent-post img {
    width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
  }
}
@media (min-width: 1912px) {
  article {
    width: calc(95% - 630px);
  }
  aside {
    width: 270px;
  }
  aside h1 {
    font-size: 55px;
  }
  #total-archives .total-title {
    font-size: 37px;
  }
  #total-tags,
  #total-categories {
    font-size: 28px;
  }
  .search-pop-overlay .popup {
    left: 65%;
  }
  .recent-post img {
    width: 80%;
  }
}
@media (max-width: 1023px) {
  :is(.moving,
  .up) nav {
    overflow: visible;
  }
  .moving {
    pointer-events: none;
  }
  .moving .navBtn {
    pointer-events: none;
  }
  .moving .navContent {
    overflow: visible;
  }
  :is(.up,
  .moving) main {
    overflow: hidden;
  }
  .up article {
    margin-top: 50px;
  }
  .up .closed .navBtn {
    transform: translateY(-0.5em);
  }
  .up .closed .navContent {
    overflow: visible;
  }
}
@media (max-width: 768px) {
  .up article {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
  aside {
    right: 0;
  }
}
@media (min-width: 992px) {
  aside {
    padding: 0 25px 0 15px;
  }
}
@media (min-width: 1440px) {
  aside {
    margin-left: 10px;
  }
}
@media (min-width: 1912px) {
  aside {
    margin: 0 2.5%;
  }
}
@media (min-width: 769px) {
  header {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .navContent {
    transform: unset;
  }
  .navItem {
    padding-left: 1.2em;
  }
  .navItem .navItemTitle {
    padding-right: 5px;
  }
  .navBlock {
    text-align: right;
  }
  .navBlock .navItemTitle:only-child::before {
    border-left: 4px solid;
    left: 0;
  }
  .navContent .navBlock::before {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 2em;
  }
  .navContent .navBlock:hover > .navItemTitle {
    margin-left: 1em;
  }
  .navContent .navBlock > .navItemList {
    left: calc(100% + 2em);
  }
  .navItemList {
    left: 100%;
  }
  a.navSecond > .navItemTitle {
    padding-left: 1em;
  }
  div.navSecond > .navItemTitle {
    padding-left: 2px;
  }
  .navSecond:not(a):hover {
    left: 0.8em;
  }
  .navSecond:hover::after {
    left: -0.8em;
  }
}
@media (min-width: 1440px) {
  .navItem {
    padding-left: 2.25em;
  }
}
@media (min-width: 1912px) {
  .navItem {
    padding-left: 5.25em;
  }
}
.navItemTitle:not(:only-child)::before {
  content: '';
  display: inline-block;
  height: 6px;
  width: 6px;
  border-right: 2px solid var(--theme-highlight);
  border-top: 2px solid var(--theme-highlight);
  margin: 7px 7px 2px 2px;
  transform: rotate(45deg);
}
@media (max-width: 1023px) {
  .moving {
    pointer-events: none;
  }
  .moving .navBtn {
    pointer-events: none;
  }
  .moving .search-header,
  .moving .search-popup {
    transition: unset;
    pointer-events: none;
  }
  .moving .navContent {
    overflow: visible;
  }
  .up .search-popup {
    left: 100vw;
  }
  .up article {
    margin-top: 50px;
  }
  .up .closed .navBtn {
    transform: translateY(-0.5em);
  }
  .up .closed .navContent {
    overflow: visible;
  }
  .up #search-header {
    padding: 0.5em 2em 0 5em;
    animation: get-in-top 0.3s;
    position: absolute;
  }
  .up #search-header input {
    animation: none;
  }
  .up .search-popup {
    top: 55px;
    height: calc(100vh - 55px);
    background-color: var(--theme-bg-trans0);
    transform: translateX(100%);
  }
  #search-header {
    transition: unset;
    top: 0;
    width: 100%;
    box-sizing: border-box;
  }
  #search-header .navItemTitle {
    border-color: var(--theme-border-light);
  }
  .down.moving header:not(.expanded) #search-header {
    animation: get-out-top 0.3s;
  }
  .search-popup {
    left: 0;
    right: 0;
    transform: translateX(-100%);
  }
  .search-popup.open {
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .up header:not(.expanded) #search-header {
    left: 100vw;
  }
  .up article {
    margin-top: 60px;
  }
}
@media (min-width: 769px) {
@-moz-keyframes get-out-top {
    0% {
      padding: 0.5em 2em 0 5em;
      left: calc(100vw - 238px);
      transform: translate(0, 0);
      position: absolute;
    }
    100% {
      padding: 0.5em 2em 0 5em;
      left: calc(100vw - 238px);
      position: absolute;
      transform: translate(0, -100%);
    }
}
@-webkit-keyframes get-out-top {
    0% {
      padding: 0.5em 2em 0 5em;
      left: calc(100vw - 238px);
      transform: translate(0, 0);
      position: absolute;
    }
    100% {
      padding: 0.5em 2em 0 5em;
      left: calc(100vw - 238px);
      position: absolute;
      transform: translate(0, -100%);
    }
}
@-o-keyframes get-out-top {
    0% {
      padding: 0.5em 2em 0 5em;
      left: calc(100vw - 238px);
      transform: translate(0, 0);
      position: absolute;
    }
    100% {
      padding: 0.5em 2em 0 5em;
      left: calc(100vw - 238px);
      position: absolute;
      transform: translate(0, -100%);
    }
}
@keyframes get-out-top {
    0% {
      padding: 0.5em 2em 0 5em;
      left: calc(100vw - 238px);
      transform: translate(0, 0);
      position: absolute;
    }
    100% {
      padding: 0.5em 2em 0 5em;
      left: calc(100vw - 238px);
      position: absolute;
      transform: translate(0, -100%);
    }
}
}
@media (max-width: 768px) {
@-moz-keyframes get-out-top {
    0% {
      padding: 0.5em 2em 0 5em;
      left: 100vw;
      transform: translate(0, 0);
      position: absolute;
    }
    100% {
      padding: 0.5em 2em 0 5em;
      left: 100vw;
      position: absolute;
      transform: translate(0, -100%);
    }
}
@-webkit-keyframes get-out-top {
    0% {
      padding: 0.5em 2em 0 5em;
      left: 100vw;
      transform: translate(0, 0);
      position: absolute;
    }
    100% {
      padding: 0.5em 2em 0 5em;
      left: 100vw;
      position: absolute;
      transform: translate(0, -100%);
    }
}
@-o-keyframes get-out-top {
    0% {
      padding: 0.5em 2em 0 5em;
      left: 100vw;
      transform: translate(0, 0);
      position: absolute;
    }
    100% {
      padding: 0.5em 2em 0 5em;
      left: 100vw;
      position: absolute;
      transform: translate(0, -100%);
    }
}
@keyframes get-out-top {
    0% {
      padding: 0.5em 2em 0 5em;
      left: 100vw;
      transform: translate(0, 0);
      position: absolute;
    }
    100% {
      padding: 0.5em 2em 0 5em;
      left: 100vw;
      position: absolute;
      transform: translate(0, -100%);
    }
}
}
@-moz-keyframes get-in-top {
  0% {
    padding: 0.5em 2em 0 5em;
    transform: translate(0, -100%);
  }
  100% {
    padding: 0.5em 2em 0 5em;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes get-in-top {
  0% {
    padding: 0.5em 2em 0 5em;
    transform: translate(0, -100%);
  }
  100% {
    padding: 0.5em 2em 0 5em;
    transform: translate(0, 0);
  }
}
@-o-keyframes get-in-top {
  0% {
    padding: 0.5em 2em 0 5em;
    transform: translate(0, -100%);
  }
  100% {
    padding: 0.5em 2em 0 5em;
    transform: translate(0, 0);
  }
}
@keyframes get-in-top {
  0% {
    padding: 0.5em 2em 0 5em;
    transform: translate(0, -100%);
  }
  100% {
    padding: 0.5em 2em 0 5em;
    transform: translate(0, 0);
  }
}
#search-header {
  pointer-events: all;
  position: relative;
}
#search-header input {
  padding: unset;
  box-sizing: border-box;
  color: var(--theme-text-light);
  position: relative;
  font-size: 15px;
  height: 40px;
  background-color: unset;
  border: unset;
  outline: none;
  width: 100%;
}
#search-header input::placeholder {
  transition: 0.3s;
}
#search-header .navItemTitle {
  overflow: hidden;
}
#search-header .navItemTitle:hover {
  margin: unset;
}
#search-header .navItemTitle::before,
#search-header .navItemTitle::after {
  display: block;
  content: '';
  position: absolute;
}
#search-holder {
  display: none;
}
@media (min-width: 1024px) {
  #search-holder {
    height: 40px;
  }
}
@media (max-width: 1023px) {
  #search-holder {
    height: 2.82em;
  }
}
.search #search-holder {
  display: block;
}
main:not(.up) .search #search-header {
  position: absolute;
  top: 40px;
}
main:not(.up) .search #search-header input {
  animation: get-out 0.6s;
}
@media (min-width: 1024px) {
  .search-popup {
    background-color: var(--theme-bg-trans0);
  }
  #search-header .navItemTitle::before {
    z-index: -2;
  }
  #search-header .navItemTitle::after {
    top: 0;
    width: 0;
    height: 100%;
    transition: 0.3s;
    z-index: -1;
    background-color: var(--theme-highlight);
  }
  #search-header .navItemTitle:hover input::placeholder {
    transition: 0.3s;
    color: var(--theme-text-hover);
  }
  #search-header .navItemTitle:hover::after {
    transition: 0.3s;
    width: 100%;
    background-color: var(--theme-highlight);
  }
}
.search-popup {
  scrollbar-width: thin;
  pointer-events: all;
  z-index: 20;
  transition: transform 0.6s;
  overflow-wrap: anywhere;
  position: fixed;
  top: 90px;
  height: calc(100vh - 90px);
  width: 32%;
  padding: 0 0 0 1px;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  .search-popup {
    width: 428px;
    max-width: 100%;
  }
}
#loading {
  font-family: 'JetBrains Mono';
  display: flex;
  justify-content: center;
}
#loading div {
  display: inline-block;
}
#loading p {
  animation: 2s loading infinite steps(4, jump-none);
  overflow-wrap: normal;
  overflow: hidden;
  display: table-caption;
}
#search-result {
  width: 100%;
}
#search-result .recent-post {
  font-family: 'JetBrains Mono';
  margin: 0;
  padding: 8px;
  border: none;
  border-top: 1px solid var(--theme-border-soft);
  border-bottom: 1px solid var(--theme-border-soft);
  overflow: hidden;
}
#search-result .recent-post p {
  margin: 0.5em;
  max-height: 40px;
  white-space: initial;
  overflow: hidden;
}
#search-result .recent-post b {
  color: var(--theme-text-light);
}
#search-result .recent-post:hover .search-keyword {
  color: var(--theme-subcolor);
  transition: 0.3s;
  background-color: unset;
}
#search-result .recent-post .search-keyword {
  background-color: var(--theme-highlight);
  color: var(--theme-text-light);
}
#search-result .recent-post .search-result-title {
  font-size: 1.1em;
}
#no-result p {
  text-align: center;
}
@media (min-width: 1024px) {
  .blur article,
  .blur aside,
  .blur #canvas-dust {
    filter: blur(0.8px);
  }
}
@-moz-keyframes loading {
  0% {
    width: calc(100% - 1.5em);
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loading {
  0% {
    width: calc(100% - 1.5em);
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes loading {
  0% {
    width: calc(100% - 1.5em);
  }
  100% {
    width: 100%;
  }
}
@keyframes loading {
  0% {
    width: calc(100% - 1.5em);
  }
  100% {
    width: 100%;
  }
}
.search .navItem:not(#search-header) {
  transform: translateX(-100%);
  pointer-events: none;
}
.search-popup {
  left: 0;
  transform: translateX(-100%);
}
.search-popup.open {
  transform: translateX(0);
}
@media (min-width: 769px) and (max-width: 1023px) {
  .up :is(#search-header,
  .search-popup) {
    left: calc(100vw - 238px);
  }
  :is(.up,
  .moving) header {
    clip-path: polygon(0 0, 0 100%, calc(100vw - 238px) 100%, calc(100vw - 238px) 0);
  }
}
@media (min-width: 1024px) {
  #search-header input {
    padding: 0 0 0 10px;
  }
  #search-header input::placeholder {
    text-align: right;
  }
  #search-header .navItemTitle::before {
    border-left: 4px solid var(--theme-border-light);
    left: 0;
  }
}
.admonition > .ex-header:nth-child(2) {
  margin-right: 2px;
}
.i-adm {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 2px;
  background: var(--theme-text-light);
}
.i-note {
  mask-image: var(--adm-icon-note);
  -webkit-mask-image: var(--adm-icon-note);
}
.admonition.adm-note {
  --ex-color: var(--theme-adm-note);
}
.i-warning {
  mask-image: var(--adm-icon-warning);
  -webkit-mask-image: var(--adm-icon-warning);
}
.admonition.adm-warning {
  --ex-color: var(--theme-adm-warning);
}
.i-success {
  mask-image: var(--adm-icon-success);
  -webkit-mask-image: var(--adm-icon-success);
}
.admonition.adm-success {
  --ex-color: var(--theme-adm-success);
}
.i-failure {
  mask-image: var(--adm-icon-failure);
  -webkit-mask-image: var(--adm-icon-failure);
}
.admonition.adm-failure {
  --ex-color: var(--theme-adm-failure);
}
.admonition.adm-detail {
  --ex-color: var(--theme-adm-detail);
}

:root {
  --adm-icon-note: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12 2C6.47 2 2 6.47 2 12s4.47 10 10 10 10-4.47 10-10S17.53 2 12 2m3.1 5.07c.14 0 .28.05.4.16l1.27 1.27c.23.22.23.57 0 .78l-1 1-2.05-2.05 1-1c.1-.11.24-.16.38-.16m-1.97 1.74 2.06 2.06-6.06 6.06H7.07v-2.06l6.06-6.06Z"/></svg>');
  --adm-icon-success: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 7 9 19l-5.5-5.5 1.41-1.41L9 16.17 19.59 5.59 21 7Z"/></svg>');
  --adm-icon-warning: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2 1 21Z"/></svg>');
  --adm-icon-failure: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41Z"/></svg>');
}
.hide {
  transition: 0.1s;
  background: var(--theme-hide);
  padding: 5px;
}
.hide p {
  display: inline;
}
.hide code {
  box-sizing: border-box;
}
.hide:hover code {
  border: 1px solid var(--theme-border-soft);
}
.hide:not(:hover) {
  color: var(--theme-hide);
}
.hide:not(:hover) code {
  border: 1px solid transparent;
  background: var(--theme-hide);
}
.hide:not(:hover) strong,
.hide:not(:hover) em,
.hide:not(:hover) p,
.hide:not(:hover) i,
.hide:not(:hover) a {
  color: var(--theme-hide);
}
.hide:not(:hover) strong,
.hide:not(:hover) em,
.hide:not(:hover) p,
.hide:not(:hover) i,
.hide:not(:hover) a,
.hide:not(:hover) span {
  transition: 0.1s;
}
.link-card {
  --card-title: var(--theme-text-light);
  --card-text: var(--theme-text);
  --card-bg: var(--theme-bg-soft);
  --card-bg-hover: var(--theme-bg-soft-hover);
  --card-out: transparent;
  --card-out-hover: var(--theme-highlight);
  --card-border: var(--theme-text-light);
  --card-border-hover: var(--theme-highlight);
  --card-line: var(--theme-border-soft);
}
.link-card {
  display: inline-block;
  width: 320px;
  padding: unset;
  margin: 0.5em 1em;
  position: relative;
  z-index: 1;
}
.link-card:hover {
  background-color: var(--card-bg-hover);
}
.link-card:hover::before {
  --card-out: var(--card-out-hover);
}
.link-card:hover .link-main {
  border-left: 2px solid var(--card-border-hover);
}
.link-card img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  border-bottom: 1px solid var(--card-line);
  margin-bottom: -1px;
}
.link-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: --card-out 0.3s;
  box-shadow: 0 0 5px inset var(--card-out);
}
.link-main {
  transition: border-color 0.3s;
  background-color: var(--card-bg);
  border-left: 2px solid var(--card-border);
  display: flex;
  align-items: center;
  height: 4em;
  padding: 0.5em;
}
.link-main .link-ico {
  height: 50px;
  width: 50px;
}
.link-main .link-ico img {
  border-radius: 50%;
}
.link-main .link-ico.link-full {
  width: 100%;
  display: flex;
  justify-content: center;
}
.link-main .link-data {
  padding: 0 0.5em;
  width: calc(100% - 50px);
  box-sizing: border-box;
}
.link-main .link-data.link-full {
  width: 100%;
}
.link-main .link-title {
  color: var(--card-title);
  font-size: 1.2em;
}
.link-main .link-descr {
  color: var(--card-text);
  font-family: BenderLight, FangSong, sans-serif;
  min-height: 36px;
}
.link-main .link-descr.link-full {
  height: 54px;
  -webkit-line-clamp: 3;
}
.link-main.link-simple {
  min-height: 3em;
  height: max-content;
}
.link-background {
  position: relative;
  z-index: -1;
}
.expand-box {
  --ex-color: var(--theme-ex-header);
  margin: 1em;
  border-left: 5px solid;
  border-color: var(--ex-color);
}
.expand-box > .ex-header::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--ex-color);
  opacity: 0.6;
}
.ex-header {
  position: relative;
  padding: 7px 0px 7px 8px;
  overflow: hidden;
  min-height: 20px;
  user-select: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--theme-text-light);
}
.ex-header:focus-visible {
  outline: #fff auto 1px;
}
.ex-title {
  z-index: 1;
  flex-grow: 1;
}
.i-status {
  font-style: normal;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.i-status::before {
  content: '';
  display: block;
  height: 6px;
  width: 6px;
  border-top: 2px solid var(--theme-text-light);
  border-right: 2px solid var(--theme-text-light);
  margin: 7px 7px 5px 5px;
}
.ex-content {
  position: relative;
  overflow-y: hidden;
  max-height: 0;
  padding-left: 20px;
  background-color: var(--theme-bg-soft);
}
.ex-content:hover {
  background-color: var(--theme-bg-soft-hover);
}
.open > .ex-content {
  transition: max-height 0.5s cubic-bezier(0.5, 0, 1, 0), background 0.3s;
  max-height: 10000px;
}
.open > div > .i-status {
  transform: rotate(135deg);
  transition: transform 0.2s ease;
}
.fold > .ex-content {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1) -0.1s, background 0.3s;
  max-height: 0;
}
.fold > div > .i-status {
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}
#social-links {
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.social {
  padding: 0 3px;
  display: inline-block;
  height: 1.2em;
  font-size: 1.2em;
}
.social.img {
  padding: 0;
}
.social.img img {
  height: 1.2em;
}
.lg-container[role='dialog'] .lg-outer.lg-css3 * {
  cursor: var(--dark-cursor) 3 3, grab;
}
.lg-container {
  position: absolute;
  z-index: 65537;
}
#archive-flex {
  width: 100%;
  height: fit-content;
  min-height: 600px;
  box-sizing: border-box;
  display: flex;
  justify-content: stretch;
  position: relative;
}
#archive-aside {
  scrollbar-width: none;
  padding-bottom: 30px;
  overflow: auto;
  box-sizing: border-box;
  padding-top: 10px;
  top: 0;
  height: fit-content;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
#archive-aside::-webkit-scrollbar {
  display: none;
}
#archive-aside::-ms-scrollbar {
  display: none;
}
@media (min-width: 769px) {
  #archive-aside {
    max-height: 100vh;
  }
}
#Archives,
#Categories,
#Tags {
  margin: 0 10px;
  background-color: var(--theme-bg-trans1);
  overflow-y: auto;
}
#Archives,
#Categories,
#Tags,
#Archives h1,
#Categories h1,
#Tags h1 {
  transition: 0.3s;
}
#Archives h1,
#Categories h1,
#Tags h1 {
  margin: 0;
  padding: 0 15px;
  color: var(--theme-text-rev);
  background-color: var(--theme-bg-light);
  font-size: medium;
  font-family: BenderLight;
}
@media (min-width: 769px) {
  #Archives:hover,
  #Categories:hover,
  #Tags:hover,
  #Archives:target,
  #Categories:target,
  #Tags:target {
    background-color: var(--theme-bg-trans2);
  }
  #Archives:hover h1,
  #Categories:hover h1,
  #Tags:hover h1,
  #Archives:target h1,
  #Categories:target h1,
  #Tags:target h1 {
    background-color: var(--theme-highlight);
  }
}
#Archives {
  margin-bottom: 30px;
  margin-top: 10px;
  flex-grow: 5;
  position: relative;
}
@media (min-width: 769px) {
  #Archives {
    min-height: calc(100vh - 40px);
  }
}
#Archives h2 {
  margin: 10px 0;
  font-size: large;
}
#Archives h2:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 15px;
  margin-right: 5px;
  background-color: var(--theme-subcolor);
}
#Archives time {
  color: var(--theme-text-light);
}
.categories,
.tags {
  display: inline-block;
}
#Archives-bg {
  box-sizing: border-box;
  padding: 10px;
  padding-bottom: 60px;
}
.article-item {
  padding-inline: 20px;
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
.article-item::after {
  content: '';
  width: calc(100% - 30px);
  position: absolute;
  display: block;
  bottom: -5px;
  left: 15px;
  border-bottom: 1px var(--theme-unimportant-trans) solid;
}
#Categories {
  height: fit-content;
  overflow: visible;
  height: 50%;
  flex-grow: 1;
  margin-bottom: 20px;
}
#Categories p {
  text-align: center;
}
#Tags {
  height: fit-content;
  overflow: visible;
  height: 100%;
  flex-grow: 1;
}
#Tags p {
  text-align: center;
}
#navigation a {
  width: 100%;
  display: inline-block;
  padding: 6px 0;
  font-size: x-large;
  font-weight: 900;
  font-family: BenderLight;
  text-align: center;
}
.control-archive {
  width: 55px;
  display: inline-block;
}
.control-archive + a {
  width: calc(100% - 55px);
}
article {
  transition: margin 0.3s;
  box-sizing: border-box;
  position: relative;
  min-height: calc(100vh - 10px);
  height: fit-content;
  min-width: 1px;
}
article #post-content p,
article .recent-excerpt p {
  line-height: 150%;
}
.posts {
  margin-top: 10px;
  padding-bottom: 72px;
  width: 100%;
  min-height: calc(100vh - 82px);
}
.recent-post {
  background-color: var(--theme-bg-trans1);
  color: var(--theme-unimportant);
  display: block;
  margin-bottom: -1px;
  border: 1px solid var(--theme-unimportant);
  padding: 13px 15px;
  transition: 0.3s;
}
.recent-post .recent-info::after {
  transition: 0.3s;
}
.recent-post .categories,
.recent-post .tags {
  font-family: BenderLight, sans-serif;
}
.recent-post .categories {
  color: var(--theme-highlight);
  font-size: large;
  font-weight: bold;
  padding: 0 10px 0 0;
}
.recent-post .tags {
  font-size: small;
}
.recent-post .tags span {
  display: inline-block;
  padding: 0 5px 0 0;
}
.recent-post time {
  color: var(--theme-unimportant);
  display: inline-block;
  text-align: left;
  float: right;
}
.recent-post hr {
  color: var(--theme-unimportant);
  border-color: var(--theme-unimportant);
}
.recent-post img {
  width: 100%;
}
.recent-post h1 {
  font-family: sans-serif;
  color: var(--theme-text-light);
  margin: 0;
  padding: 15px 0 0 0;
}
@media (min-width: 769px) {
  .recent-post:hover {
    color: var(--theme-text-hover);
    background-color: var(--theme-highlight);
  }
  .recent-post:hover time,
  .recent-post:hover .categories {
    color: var(--theme-text-hover);
  }
  .recent-post:hover a,
  .recent-post:hover a:active {
    color: var(--theme-text-rev);
  }
  .recent-post:hover .recent-info::after {
    background-color: var(--theme-bg-hover);
  }
  .recent-post:hover .recent-excerpt a,
  .recent-post:hover a:hover {
    color: var(--theme-text-light);
  }
  .recent-post:hover hr {
    color: var(--theme-highlight);
    border-color: var(--theme-highlight);
  }
  .recent-post:hover figure table .gutter {
    background-color: var(--theme-border);
  }
  .recent-post:hover figure table .code {
    background-color: var(--theme-bg-trans1);
  }
  .recent-post:hover figure table .code,
  .recent-post:hover figure table .code:hover {
    color: var(--theme-text-light);
  }
  .recent-post:hover blockquote,
  .recent-post:hover blockquote:hover {
    color: var(--theme-text-light);
    border-color: var(--theme-border);
    background-color: var(--theme-bg-trans1);
  }
  .recent-post:hover .read-more {
    color: var(--theme-text-light);
    background-color: var(--theme-bg-hover);
  }
  .recent-post:hover .post-sticky {
    color: var(--theme-text-light);
    background-color: var(--theme-bg-hover);
    transition: 0.3s;
  }
}
.recent-info {
  min-height: 25px;
}
.recent-info:after {
  content: '';
  width: 13%;
  display: block;
  height: 5px;
  background-color: var(--theme-highlight);
  position: relative;
  bottom: -6px;
}
.recent-excerpt {
  margin: 12px 0 28px 0;
}
.post-sticky {
  background-color: var(--theme-highlight);
  color: var(--theme-text-rev);
  padding: 1px 2px;
  margin-right: 5px;
  transition: 0.3s;
}
.read-more {
  color: var(--theme-background);
  display: block;
  float: right;
  font-size: smaller;
  font-weight: 600;
  background-color: var(--theme-highlight);
  margin-top: -21px;
  padding: 3px 10px 3px 40px;
  font-family: BenderLight;
}
#paginator {
  width: 100%;
  user-select: none;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
#paginator a,
#paginator span {
  color: var(--theme-text-light);
  font-weight: bold;
  margin: 0 10px 0 0;
  border: 1px solid var(--theme-highlight);
  padding: 5px 10px;
}
#paginator a:last-child,
#paginator span:last-child {
  margin: 0;
}
@media (min-width: 769px) {
  #paginator a:hover {
    color: var(--theme-text-hover);
    background-color: var(--theme-highlight);
  }
}
#paginator .current {
  color: var(--theme-text-hover);
  background-color: var(--theme-highlight);
}
.category-list,
.tag-list {
  list-style: none;
  display: block;
  margin: 0;
}
.category-list {
  padding: 0;
}
.category-list-child {
  list-style-type: unset;
  padding-left: 15px;
}
.category-list-item {
  position: relative;
}
.category-list-item a:hover {
  background-color: var(--theme-bg-soft-hover);
}
@media (min-width: 769px) {
  .category-list-item:hover>a {
    color: var(--theme-highlight);
    border-left: var(--theme-highlight) solid 5px;
  }
  .category-list-item:hover span {
    color: var(--theme-text-light);
  }
}
.category-list-link {
  width: 100%;
  padding: 6px 40% 6px 10px;
  display: inline-block;
  box-sizing: border-box;
}
.category-list-link:before,
.category-list-link:after {
  color: var(--theme-highlight);
  content: '#';
  padding: 0 5px;
}
.category-list-count {
  padding: 6px 10px;
  position: absolute;
  right: 0;
}
.tag-list {
  padding: 10px;
}
.tag-list-item {
  position: relative;
  line-height: 23px;
  background-color: var(--theme-tag-bg);
  display: inline-block;
  margin: 5px;
  border: var(--theme-tag-border) solid 1px;
  border-radius: 3px;
}
.tag-list-item,
.tag-list-item a,
.tag-list-item span {
  transition: 0.3s;
}
@media (min-width: 769px) {
  .tag-list-item:hover {
    border-color: var(--theme-highlight);
  }
  .tag-list-item:hover a {
    color: var(--theme-text-hover);
    background-color: var(--theme-highlight);
  }
  .tag-list-item:hover span {
    background-color: var(--theme-tag-bg);
  }
  .tag-list-item:active {
    border-color: var(--theme-border);
  }
  .tag-list-item:active a {
    background-color: var(--theme-subcolor);
  }
}
.tag-list-link {
  color: var(--theme-text-light);
  padding: 3px 6px 3px 12px;
  display: table-cell;
  box-sizing: border-box;
}
.tag-list-link::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tag-list-count {
  width: 10px;
  padding: 3px 6px;
  color: var(--theme-text-light);
  background-color: var(--theme-tag-count-bg);
  display: table-cell;
  pointer-events: none;
  vertical-align: middle;
}
.bottom-btn {
  position: sticky;
  bottom: 0;
  z-index: 65536;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .bottom-btn {
    position: fixed;
    left: 0;
    width: 100vw;
  }
}
.bottom-btn div {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.bottom-btn a {
  position: absolute;
  overflow: hidden;
  display: block;
  right: 0;
  width: 40px;
  height: 40px;
  color: var(--theme-text-light);
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  padding: 0;
  user-select: none;
}
.bottom-btn a:nth-last-child(1) {
  bottom: 0;
}
.bottom-btn a:nth-last-child(2) {
  bottom: 40px;
}
.bottom-btn a:nth-last-child(3) {
  bottom: 80px;
}
@media (min-width: 769px) {
  .bottom-btn a:hover {
    background-color: var(--theme-subcolor);
    color: var(--theme-text-hover);
  }
}
@media (min-width: 769px) {
  .i-top:hover {
    line-height: 30px;
  }
}
.i-color {
  display: flex;
}
@media (min-width: 769px) {
  .i-color:hover {
    line-height: 40px;
  }
  .i-color:hover::after {
    transform: rotate(90deg);
  }
}
.i-color::after {
  margin: auto;
  content: '';
  height: 16px;
  width: 16px;
  display: inline-block;
  border: 4px solid var(--theme-bg-light);
  border-radius: 50%;
  background: linear-gradient(45deg, transparent 10px, var(--theme-bg-light) 12px, var(--theme-bg-light));
  transition: transform 0.3s, filter 0.3s;
}
.i-index .tocBtnIconBar {
  background-color: var(--theme-text-light);
  width: 25px;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 0.1em;
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  transition: transform ease-in-out 0.3s;
  left: 8px;
}
.i-index .tocBtnIconBar:nth-child(1) {
  transform: translate(0, -250%);
}
.i-index .tocBtnIconBar:nth-child(2) {
  transform: translate(0, -50%);
}
.i-index .tocBtnIconBar:nth-child(3) {
  transform: translate(0, 150%);
}
.i-index.open .tocBtnIconBar:nth-child(1) {
  transform: translate(0, -50%) rotate(45deg) scaleX(1.2);
}
.i-index.open .tocBtnIconBar:nth-child(2) {
  transform: translate(0, -50%) translateX(-300%);
}
.i-index.open .tocBtnIconBar:nth-child(3) {
  transform: translate(0, -50%) rotate(-45deg) scaleX(1.2);
}
.gutter pre {
  margin: 6px 0;
  padding-top: 5px;
}
.code pre {
  margin: 6px 0;
}
.hljs span {
  line-height: 0;
}
.highlight {
  line-height: 20px;
  margin: 1em;
  overflow-x: hidden;
  border: unset;
}
.highlight table {
  display: block;
  overflow: auto;
}
.code-title {
  color: var(--theme-text-light);
  flex-grow: 1;
}
.highlight > .ex-content {
  padding-left: 0;
  background: unset;
}
.highlight > .ex-content:hover {
  background: unset;
}
.ex-header:not(:focus-visible)~.ex-content:not(:hover) > .code-copy:not(.copied,
:focus-visible) {
  opacity: 0;
}
.code-copy {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  height: 25px;
  width: 25px;
  border: 1px solid var(--theme-border-light);
  color: var(--theme-text-light);
  border-radius: 2px;
  transition: 0.3s;
}
.code-copy::before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  height: 9px;
  width: 9px;
  border: 2px solid;
  border-radius: 2px;
}
.code-copy::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 2px;
  height: 9px;
  width: 9px;
  border: 2px solid;
  border-radius: 2px;
  clip-path: polygon(0 0, 4px 0, 4px 9px, 100% 9px, 100% 100%, 0 100%);
}
@media (min-width: 769px) {
  .code-copy:hover:not(.copied) {
    color: var(--theme-text-hover);
    border-color: var(--theme-subcolor);
    background: var(--theme-subcolor);
  }
}
@media (max-width: 768px) {
  .code-copy:active {
    color: var(--theme-subcolor);
  }
}
.code-copy.copied {
  border-color: var(--theme-subcolor);
  color: var(--theme-subcolor);
}
table td {
  border: 0;
}
table code {
  padding: 0 8px 5px 8px;
  background-color: transparent !important;
}
table .gutter {
  position: sticky;
  color: var(--theme-text-rev);
  text-align: right;
  background-color: var(--theme-highlight);
  left: 0;
  padding: 0 8px 5px 8px;
}
table .gutter,
table .gutter pre,
table .gutter span {
  user-select: none;
  pointer-events: none;
}
table .code {
  width: 100%;
  background-color: var(--theme-bg-soft);
  transition: 0.3s;
}
@media (min-width: 769px) {
  table .code:hover {
    background-color: var(--theme-bg-soft-hover);
  }
}
.MathJax {
  transform: translateZ(0);
}
.math.display {
  display: block;
  width: 100%;
  overflow: auto;
}
#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4,
#post-content h5,
#post-content h6 {
  border-bottom: var(--theme-unimportant-trans) solid 1px;
  display: flex;
}
#post-content h1 {
  font-size: 1.75em;
}
#post-content h2 {
  font-size: 1.6em;
}
#post-content h3 {
  font-size: 1.45em;
}
#post-content h4 {
  font-size: 1.3em;
}
#post-content h5 {
  font-size: 1.15em;
}
#post-content h6 {
  font-size: 1em;
}
#post-bg {
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  background-color: var(--theme-bg-trans1);
  overflow-x: visible;
  min-height: calc(100vh - 20px);
}
#post-bg img {
  max-width: 100%;
}
#post-title {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#post-title h1 {
  display: inline-block;
  font-size: 2em;
}
#post-title hr {
  color: var(--theme-unimportant-2);
  position: relative;
}
#post-title hr:before {
  content: '';
  width: 13%;
  height: 3px;
  display: block;
  position: absolute;
  background-color: var(--theme-text-light);
  top: -3px;
  left: -1px;
}
#post-info {
  text-align: right;
}
#post-info time {
  color: var(--theme-highlight);
}
#post-info .control {
  text-align: left;
  display: inline-block;
  width: 90px;
}
#post-source span {
  color: var(--theme-subcolor);
  background-color: var(--theme-unimportant-2);
}
#post-content {
  padding-bottom: 1em;
}
#post-content table {
  width: 100%;
}
#post-content .footnote-ref:before {
  content: '';
  display: inline-block;
  margin-top: -60px;
  width: 1px;
  height: 60px;
  visibility: hidden;
}
#post-content .footnotes li:before {
  content: '';
  display: block;
  margin-top: -60px;
  height: 60px;
  visibility: hidden;
}
#post-content .headerlink {
  background-color: var(--theme-highlight);
  margin: 5px 7px 5px 0;
}
#post-content h1:target .headerlink,
#post-content h2:target .headerlink {
  background-color: var(--theme-subcolor);
}
#post-content h1 .headerlink,
#post-content h2 .headerlink {
  padding: 0 0 0 6px;
}
#post-content h3:target .headerlink,
#post-content h4:target .headerlink,
#post-content h5:target .headerlink,
#post-content h6:target .headerlink {
  background-color: var(--theme-subcolor);
}
#post-content h3 .headerlink,
#post-content h4 .headerlink,
#post-content h5 .headerlink,
#post-content h6 .headerlink {
  padding: 0 0 0 5px;
}
#reward {
  margin: 1em 0;
  color: var(--theme-text-rev);
  text-align: center;
  background-color: var(--theme-bg-soft);
}
#reward:hover {
  background-color: var(--theme-bg-soft-hover);
}
#reward summary {
  background-color: var(--theme-subcolor);
}
#reward div {
  width: 45%;
  margin: 0;
  padding: 20px 0;
  display: inline-block;
}
#reward span {
  color: var(--theme-highlight);
  padding-right: 10px;
}
#reward img {
  width: 80%;
  max-width: 280px;
  padding: 0 20px;
}
#pages {
  padding: 5px;
  display: flex;
  justify-content: center;
  border-top: var(--theme-border) solid 2px;
}
.footer-link {
  padding: 5px;
  width: 50%;
  align-self: center;
  height: 100%;
  position: relative;
}
:root[theme-mode=dark] {
  --theme-highlight: #2e90e6;
  --theme-subcolor: #e8832e;
  --theme-stress: #e04040;
  --theme-bar-color-0: #2e90e6;
  --theme-bar-color-1: rgba(46,144,230,0.55);
  --theme-bar-color-2: rgba(46,144,230,0.3);
  --theme-bar-color-3: rgba(46,144,230,0.08);
  --theme-kbd-shadow: rgba(30,100,180,0.35);
  --theme-kbd-text: #000;
  --theme-cursor: #aaa;
  --theme-cursor-bg: rgba(255,255,255,0.4);
  --theme-text-hover: #000;
  --theme-text: #b0b0b0;
  --theme-text-light: #fff;
  --theme-text-rev: #000;
  --theme-background: #0a0a0c;
  --theme-bg-trans0: rgba(10,10,12,0.97);
  --theme-bg-trans1: rgba(16,16,20,0.85);
  --theme-bg-trans2: rgba(20,20,24,0.88);
  --theme-bg-hover: #000;
  --theme-bg-light: #fff;
  --theme-bg-soft: rgba(255,255,255,0.03);
  --theme-bg-soft-hover: rgba(255,255,255,0.06);
  --theme-ex-header: rgba(255,255,255,0.2);
  --theme-btn-bg: #c0c0c0;
  --theme-border: #2e90e6;
  --theme-border-light: #fff;
  --theme-border-soft: rgba(255,255,255,0.05);
  --theme-unimportant: #666;
  --theme-unimportant-trans: rgba(255,255,255,0.15);
  --theme-unimportant-2: #444;
  --theme-td-border: #2e90e6;
  --theme-td-hover: rgba(46,144,230,0.05);
  --theme-tag-bg: #1a1a20;
  --theme-tag-count-bg: #25252c;
  --theme-tag-border: #25252c;
  --theme-loadingbar: #2e90e6;
  --theme-loadingbar-fail: #e04040;
  --theme-hide: #000;
  --body-background: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #0a0a0c;
  color: rgba(255,255,255,0.65);
  font-family: 'Inter', 'Noto Sans SC', 'Microsoft YaHei', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::selection {
  background: rgba(46,144,230,0.3);
  color: #fff;
}
::-moz-selection {
  background: rgba(46,144,230,0.3);
  color: #fff;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #0a0a0c;
}
::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.18);
}
a {
  text-decoration: none;
  color: inherit;
}
main,
header.closed,
aside,
.bottom-btn,
.navBtn {
  display: none !important;
}
#particle-canvas {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.floating-geometry {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.geo-hexagon {
  position: absolute;
  width: 120px;
  height: 138px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 1px solid rgba(255,255,255,0.025);
  background: rgba(255,255,255,0.008);
  animation: floatGeo 25s linear infinite;
}
.geo-diamond {
  position: absolute;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  border: 1px solid rgba(46,144,230,0.035);
  animation: floatGeoReverse 20s linear infinite;
}
.geo-ring {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.025);
  animation: floatGeo 30s linear infinite;
}
.scanline {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.015) 2px, rgba(0,0,0,0.015) 4px);
}
.scan-bar {
  position: fixed;
  top: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(180,210,240,0.015) 50%, transparent 100%);
  animation: scanMove 8s linear infinite;
}
.grain-overlay {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}
.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #0a0a0c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading-logo {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 900;
  font-size: 48px;
  letter-spacing: 0.12em;
  color: #fff;
  animation: logoReveal 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
.loading-bar {
  position: absolute;
  bottom: 40vh;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #2e90e6;
  animation: loadingLine 1.2s 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.viewport {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.pages-container {
  display: flex;
  flex-direction: row;
  height: 100vh;
  will-change: transform;
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fullscreen-page {
  min-width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.page-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 60px;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  background: rgba(8,8,10,0.78);
  backdrop-filter: blur(12px) saturate(100%);
  -webkit-backdrop-filter: blur(12px) saturate(100%);
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.06) 30%, rgba(255,255,255,0.06) 70%, transparent 100%) 1;
}
.nav-logo {
  font-family: 'Noto Sans SC', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  gap: 4px;
  align-items: center;
}
.nav-item {
  font-family: 'Rajdhani', 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  padding: 6px 14px;
  cursor: pointer;
  transition: color 0.3s ease;
  position: relative;
  background: none;
  border: none;
}
.nav-item:hover {
  color: rgba(255,255,255,0.85);
}
.nav-item.active {
  color: #2e90e6;
}
.nav-item.active::after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 2px;
  background: #2e90e6;
}
.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
}
.nav-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: rgba(255,255,255,0.7);
  transition: all 0.3s ease;
}
.nav-hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.nav-hamburger.open span:nth-child(2) {
  opacity: 0;
}
.nav-hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.btn-ark,
.recent-post .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 38px;
  font-family: 'Rajdhani', 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #2e90e6;
  text-decoration: none;
  background: transparent;
  border: none;
  clip-path: polygon(6px 0%, 100% 0%, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0% 100%, 0% 6px);
  outline: 1px solid #2e90e6;
  outline-offset: -1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.btn-ark:hover,
.recent-post .read-more:hover {
  background: #2e90e6;
  color: #fff;
  box-shadow: 0 0 25px rgba(46,144,230,0.3);
  transform: translateY(-1px);
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding-top: 0;
}
.hero-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.hero-title-main {
  font-family: 'Noto Sans SC', 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(50px, 7vw, 100px);
  letter-spacing: -0.02em;
  line-height: 0.9;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.hero-sub {
  font-family: 'Noto Serif SC', 'Georgia', serif;
  font-weight: 400;
  font-size: clamp(16px, 2vw, 22px);
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.4);
  margin: 0;
}
.hero-line {
  width: 50px;
  height: 2px;
  background: #2e90e6;
  margin: 8px 0;
}
.hero-desc {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.3);
  max-width: 460px;
  margin: 12px 0 20px 0;
}
.illust-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
}
.illust-portrait {
  max-height: 65vh;
  width: auto;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.92;
  filter: drop-shadow(0 0 25px rgba(46,144,230,0.12));
  animation: floatGentle 7s ease-in-out infinite;
}
.illust-glow {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 65%;
  height: 35px;
  background: radial-gradient(ellipse at center, rgba(46,144,230,0.1) 0%, transparent 70%);
  filter: blur(18px);
  pointer-events: none;
  animation: glowPulse 6s ease-in-out infinite;
}
.split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.split-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.section-heading {
  font-family: 'Noto Serif SC', 'Georgia', serif;
  font-weight: 600;
  font-size: clamp(24px, 3.5vw, 36px);
  letter-spacing: 0.04em;
  color: #fff;
  margin: 0;
}
.section-line {
  width: 50px;
  height: 2px;
  background: #2e90e6;
}
.section-desc {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  line-height: 1.8;
  max-width: 480px;
}
.feature-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}
.card-ark,
.recent-post,
.about-card {
  position: relative;
  background: rgba(20,20,24,0.78);
  backdrop-filter: blur(16px) saturate(110%);
  -webkit-backdrop-filter: blur(16px) saturate(110%);
  border: 1px solid rgba(255,255,255,0.05);
  border-radius: 2px;
  padding: 28px 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: visible;
}
.card-ark::before,
.recent-post::before,
.about-card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  width: 18px;
  height: 18px;
  border-top: 1px solid rgba(46,144,230,0.35);
  border-left: 1px solid rgba(46,144,230,0.35);
}
.card-ark::after,
.recent-post::after,
.about-card::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 18px;
  height: 18px;
  border-bottom: 1px solid rgba(46,144,230,0.35);
  border-right: 1px solid rgba(46,144,230,0.35);
}
.card-ark:hover,
.recent-post:hover,
.about-card:hover {
  border-color: rgba(46,144,230,0.18);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4), 0 0 0 1px rgba(46,144,230,0.06) inset;
  transform: translateY(-2px);
}
.card-title {
  font-family: 'Noto Sans SC', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: #fff;
  padding-left: 14px;
  border-left: 2px solid #2e90e6;
  margin-bottom: 8px;
}
.card-desc {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
}
.tag-chip {
  display: inline-block;
  padding: 5px 14px;
  border: 1px solid rgba(46,144,230,0.25);
  border-radius: 1px;
  font-family: 'Rajdhani', 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(46,144,230,0.75);
  background: rgba(46,144,230,0.05);
  margin: 2px 6px 2px 0;
}
.blog-layout {
  max-width: 800px;
  margin: 0 auto;
  padding: 80px 0 40px 0;
  width: 100%;
}
.posts {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 60px;
}
.recent-post {
  display: block;
  text-decoration: none;
  padding: 24px 32px;
  background-image: radial-gradient(circle, rgba(255,255,255,0.01) 0.5px, transparent 0.5px);
  background-size: 3px 3px;
}
.recent-post .categories {
  font-family: 'Rajdhani', 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2e90e6;
}
.recent-post .categories a {
  color: #2e90e6;
}
.recent-post .tags {
  font-size: 11px;
  letter-spacing: 0.04em;
}
.recent-post .tags a {
  color: #555;
}
.recent-post time {
  font-family: 'Rajdhani', 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #555;
}
.recent-post h1,
.recent-post .recent-title {
  font-family: 'Noto Sans SC', 'Inter', sans-serif;
  font-weight: 600;
  font-size: 1.15em;
  letter-spacing: 0.02em;
  color: #fff;
  padding-left: 14px;
  border-left: 2px solid #2e90e6;
  margin: 12px 0;
}
.recent-post .recent-excerpt {
  color: rgba(255,255,255,0.4);
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
}
.recent-post .read-more {
  font-size: 10px;
  padding: 5px 16px;
  margin-top: 8px;
}
.recent-post .post-sticky {
  background: #2e90e6;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 2px 6px;
  margin-right: 6px;
}
@media (min-width: 769px) {
  .recent-post:hover .read-more {
    background: #2e90e6;
    color: #fff;
  }
}
.recent-info {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.recent-info::after {
  display: none !important;
}
#paginator {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 32px 0 60px 0;
}
#paginator a,
#paginator span {
  font-family: 'Rajdhani', 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  padding: 8px 20px;
  clip-path: polygon(5px 0%, 100% 0%, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0% 100%, 0% 5px);
  outline: 1px solid rgba(46,144,230,0.25);
  outline-offset: -1px;
  transition: all 0.3s ease;
  text-decoration: none;
}
#paginator a:hover {
  background: #2e90e6;
  color: #fff;
  outline-color: #2e90e6;
}
#paginator .current {
  background: #2e90e6;
  color: #fff;
  outline-color: #2e90e6;
}
.about-card {
  margin-bottom: 40px;
}
.about-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(232,131,46,0.08) 6px, rgba(232,131,46,0.08) 8px);
}
.about-text {
  color: rgba(255,255,255,0.4);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  margin: 0 0 24px 0;
}
.about-footer {
  color: rgba(255,255,255,0.15);
  font-size: 12px;
  letter-spacing: 0.05em;
  border-top: 1px solid rgba(255,255,255,0.04);
  padding-top: 16px;
}
.about-footer p {
  margin: 4px 0;
}
.page-indicators {
  position: fixed;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  display: flex;
  gap: 14px;
}
.page-indicator-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
  transition: all 0.4s ease;
}
.page-indicator-dot.active {
  background: #2e90e6;
  border-color: #2e90e6;
  box-shadow: 0 0 10px rgba(46,144,230,0.35);
  transform: scale(1.3);
}
.page-indicator-dot:hover {
  background: rgba(255,255,255,0.25);
}
.anim-item {
  opacity: 0;
}
@media (max-width: 768px) {
  .navbar {
    height: 50px;
    padding: 0 16px;
  }
  .nav-links {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.96);
    backdrop-filter: blur(12px);
    flex-direction: column;
    justify-content: center;
    gap: 28px;
    z-index: 999;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-item {
    font-size: 16px;
  }
  .nav-hamburger {
    display: flex;
  }
  .page-content {
    padding: 0 20px;
  }
  .hero-layout,
  .split-layout {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }
  .hero-title-main {
    font-size: clamp(40px, 10vw, 64px);
  }
  .hero-text,
  .split-content {
    align-items: center;
  }
  .hero-desc,
  .section-desc {
    max-width: 100%;
  }
  .illust-wrap {
    height: 40vh;
    order: -1;
  }
  .illust-portrait {
    max-height: 40vh;
  }
  .btn-ark {
    padding: 12px 30px;
    font-size: 11px;
    clip-path: none;
    border-radius: 2px;
    outline: none;
    border: 1px solid #2e90e6;
  }
  .card-ark {
    padding: 20px;
  }
  .card-ark::before,
  .card-ark::after {
    display: none;
  }
  .blog-layout {
    padding: 70px 0 30px 0;
  }
  .recent-post {
    padding: 20px;
  }
  .page-indicators {
    bottom: 24px;
    gap: 12px;
  }
  .page-indicator-dot {
    width: 8px;
    height: 8px;
  }
  .floating-geometry {
    opacity: 0.4;
  }
  .scan-bar {
    display: none;
  }
}
#ark-splash {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #0a0a0c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#ark-splash.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#ark-splash .splash-logo {
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
  animation: ark-pulse 2s ease-in-out infinite;
}
#ark-splash .splash-title {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #c4c4c4;
  margin-bottom: 8px;
}
#ark-splash .splash-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  color: #535353;
  margin-bottom: 48px;
  text-transform: uppercase;
}
#ark-splash .splash-bar-wrap {
  width: 200px;
  height: 2px;
  background: rgba(255,255,255,0.08);
  position: relative;
  overflow: hidden;
}
#ark-splash .splash-bar {
  height: 100%;
  background: linear-gradient(90deg, #2e90e6, #5cb0f0);
  width: 0%;
  transition: width 0.1s linear;
}
#ark-splash .splash-percent {
  font-family: 'Rajdhani', 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #535353;
  margin-top: 12px;
}
#ark-splash .splash-line {
  position: absolute;
  bottom: 60px;
  display: flex;
  gap: 12px;
}
#ark-splash .splash-diamond {
  width: 6px;
  height: 6px;
  background: #2e90e6;
  transform: rotate(45deg);
  opacity: 0.3;
}
#ark-splash .splash-diamond:nth-child(1) {
  animation: ark-dot 1.5s ease-in-out infinite;
}
#ark-splash .splash-diamond:nth-child(2) {
  animation: ark-dot 1.5s ease-in-out 0.2s infinite;
}
#ark-splash .splash-diamond:nth-child(3) {
  animation: ark-dot 1.5s ease-in-out 0.4s infinite;
}
#ark-splash .splash-diamond:nth-child(4) {
  animation: ark-dot 1.5s ease-in-out 0.6s infinite;
}
#ark-splash .splash-diamond:nth-child(5) {
  animation: ark-dot 1.5s ease-in-out 0.8s infinite;
}
@-moz-keyframes floatGeo {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.15;
  }
  25% {
    transform: translate(60px, -40px) rotate(90deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(20px, -80px) rotate(180deg);
    opacity: 0.1;
  }
  75% {
    transform: translate(-40px, -30px) rotate(270deg);
    opacity: 0.25;
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
    opacity: 0.15;
  }
}
@-webkit-keyframes floatGeo {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.15;
  }
  25% {
    transform: translate(60px, -40px) rotate(90deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(20px, -80px) rotate(180deg);
    opacity: 0.1;
  }
  75% {
    transform: translate(-40px, -30px) rotate(270deg);
    opacity: 0.25;
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
    opacity: 0.15;
  }
}
@-o-keyframes floatGeo {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.15;
  }
  25% {
    transform: translate(60px, -40px) rotate(90deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(20px, -80px) rotate(180deg);
    opacity: 0.1;
  }
  75% {
    transform: translate(-40px, -30px) rotate(270deg);
    opacity: 0.25;
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
    opacity: 0.15;
  }
}
@keyframes floatGeo {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.15;
  }
  25% {
    transform: translate(60px, -40px) rotate(90deg);
    opacity: 0.3;
  }
  50% {
    transform: translate(20px, -80px) rotate(180deg);
    opacity: 0.1;
  }
  75% {
    transform: translate(-40px, -30px) rotate(270deg);
    opacity: 0.25;
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
    opacity: 0.15;
  }
}
@-moz-keyframes floatGeoReverse {
  0% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0.12;
  }
  33% {
    transform: translate(-50px, -30px) rotate(135deg);
    opacity: 0.25;
  }
  66% {
    transform: translate(30px, -60px) rotate(225deg);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0) rotate(405deg);
    opacity: 0.12;
  }
}
@-webkit-keyframes floatGeoReverse {
  0% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0.12;
  }
  33% {
    transform: translate(-50px, -30px) rotate(135deg);
    opacity: 0.25;
  }
  66% {
    transform: translate(30px, -60px) rotate(225deg);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0) rotate(405deg);
    opacity: 0.12;
  }
}
@-o-keyframes floatGeoReverse {
  0% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0.12;
  }
  33% {
    transform: translate(-50px, -30px) rotate(135deg);
    opacity: 0.25;
  }
  66% {
    transform: translate(30px, -60px) rotate(225deg);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0) rotate(405deg);
    opacity: 0.12;
  }
}
@keyframes floatGeoReverse {
  0% {
    transform: translate(0, 0) rotate(45deg);
    opacity: 0.12;
  }
  33% {
    transform: translate(-50px, -30px) rotate(135deg);
    opacity: 0.25;
  }
  66% {
    transform: translate(30px, -60px) rotate(225deg);
    opacity: 0.1;
  }
  100% {
    transform: translate(0, 0) rotate(405deg);
    opacity: 0.12;
  }
}
@-moz-keyframes scanMove {
  0% {
    top: -200px;
  }
  100% {
    top: 100vh;
  }
}
@-webkit-keyframes scanMove {
  0% {
    top: -200px;
  }
  100% {
    top: 100vh;
  }
}
@-o-keyframes scanMove {
  0% {
    top: -200px;
  }
  100% {
    top: 100vh;
  }
}
@keyframes scanMove {
  0% {
    top: -200px;
  }
  100% {
    top: 100vh;
  }
}
@-moz-keyframes logoReveal {
  0% {
    opacity: 0;
    letter-spacing: 0.4em;
    filter: blur(8px);
  }
  50% {
    opacity: 0.7;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    letter-spacing: 0.12em;
    filter: blur(0);
  }
}
@-webkit-keyframes logoReveal {
  0% {
    opacity: 0;
    letter-spacing: 0.4em;
    filter: blur(8px);
  }
  50% {
    opacity: 0.7;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    letter-spacing: 0.12em;
    filter: blur(0);
  }
}
@-o-keyframes logoReveal {
  0% {
    opacity: 0;
    letter-spacing: 0.4em;
    filter: blur(8px);
  }
  50% {
    opacity: 0.7;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    letter-spacing: 0.12em;
    filter: blur(0);
  }
}
@keyframes logoReveal {
  0% {
    opacity: 0;
    letter-spacing: 0.4em;
    filter: blur(8px);
  }
  50% {
    opacity: 0.7;
    filter: blur(2px);
  }
  100% {
    opacity: 1;
    letter-spacing: 0.12em;
    filter: blur(0);
  }
}
@-moz-keyframes loadingLine {
  from {
    width: 0;
  }
  to {
    width: 160px;
  }
}
@-webkit-keyframes loadingLine {
  from {
    width: 0;
  }
  to {
    width: 160px;
  }
}
@-o-keyframes loadingLine {
  from {
    width: 0;
  }
  to {
    width: 160px;
  }
}
@keyframes loadingLine {
  from {
    width: 0;
  }
  to {
    width: 160px;
  }
}
@-moz-keyframes floatGentle {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-4px) rotate(0.3deg);
  }
  66% {
    transform: translateY(-2px) rotate(-0.2deg);
  }
}
@-webkit-keyframes floatGentle {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-4px) rotate(0.3deg);
  }
  66% {
    transform: translateY(-2px) rotate(-0.2deg);
  }
}
@-o-keyframes floatGentle {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-4px) rotate(0.3deg);
  }
  66% {
    transform: translateY(-2px) rotate(-0.2deg);
  }
}
@keyframes floatGentle {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  33% {
    transform: translateY(-4px) rotate(0.3deg);
  }
  66% {
    transform: translateY(-2px) rotate(-0.2deg);
  }
}
@-moz-keyframes glowPulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
@-webkit-keyframes glowPulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
@-o-keyframes glowPulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.8;
  }
}
@-moz-keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-o-keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes slideLeftFade {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes slideLeftFade {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-o-keyframes slideLeftFade {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideLeftFade {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@-moz-keyframes cardPop {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes cardPop {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@-o-keyframes cardPop {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes cardPop {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@-moz-keyframes lineExtend {
  from {
    width: 0;
  }
  to {
    width: 50px;
  }
}
@-webkit-keyframes lineExtend {
  from {
    width: 0;
  }
  to {
    width: 50px;
  }
}
@-o-keyframes lineExtend {
  from {
    width: 0;
  }
  to {
    width: 50px;
  }
}
@keyframes lineExtend {
  from {
    width: 0;
  }
  to {
    width: 50px;
  }
}
@-moz-keyframes ark-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@-webkit-keyframes ark-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@-o-keyframes ark-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@keyframes ark-pulse {
  0%, 100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}
@-moz-keyframes ark-dot {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
}
@-webkit-keyframes ark-dot {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
}
@-o-keyframes ark-dot {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
}
@keyframes ark-dot {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.8;
  }
}
