@charset "UTF-8";
:root {
  --kbd-color: #333333;
  --kbd-background-color: #f7f7f7;
  --kbd-border-color: #cccccc;
  --pager-color: #665e7b;
  --pager-background-color: #fefbf1;
  --pager-border-color: #665e7b;
  --pager-selected-color: #fefbf1;
  --pager-selected-background-color: #f1b4b4;
  --hr-background-color: #ffc2d5;
  --search-color: #883e6b;
  --search-focus-color: #db5568;
  --search-border-color: #ff92a5;
  --search-background-color: #fff;
  --lineno-color: #bbb;
  --lineno-background-color: #eeeef0;
}

@media (prefers-color-scheme: dark) {
  :root {
    --kbd-color: #cccccc;
    --kbd-background-color: #080808;
    --kbd-border-color: #333333;
    --pager-color: #8c84a1;
    --pager-background-color: #0e0b01;
    --pager-border-color: #8c84a1;
    --pager-selected-color: #0e0b01;
    --pager-selected-background-color: #b21b4b;
    --hr-background-color: #3d0013;
    --search-color: #aa2436;
    --search-focus-color: #c177a3;
    --search-border-color: #9d1113;
    --search-background-color: #000;
    --lineno-color: #777;
    --lineno-background-color: #202020;
  }
}
:root {
  --minima-brand-color: #828282;
  --minima-brand-color-light: #e8e8e8;
  --minima-brand-color-dark: #424242;
  --minima-site-title-color: #424242;
  --minima-text-color: #665e7b;
  --minima-background-color: #fefbf1;
  --minima-code-background-color: #eeeeff;
  --minima-link-base-color: #db3168;
  --minima-link-visited-color: #a31c48;
  --minima-link-hover-color: #665e7b;
  --minima-border-color-01: #e8e8e8;
  --minima-border-color-02: #dbdbdb;
  --minima-border-color-03: #424242;
  --minima-table-text-color: #948da8;
  --minima-table-zebra-color: #f7f7f7;
  --minima-table-header-bg-color: #f0f0f0;
  --minima-table-header-border: #e0e0e0;
  --minima-table-border-color: #e8e8e8;
}

.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

@media (prefers-color-scheme: dark) {
  :root {
    --minima-brand-color: #828282;
    --minima-brand-color-light: #8f8f8f;
    --minima-brand-color-dark: #292929;
    --minima-site-title-color: #8f8f8f;
    --minima-text-color: #8c84a1;
    --minima-background-color: #0e0b01;
    --minima-code-background-color: #271b20;
    --minima-link-base-color: #de346b;
    --minima-link-visited-color: #de346b;
    --minima-link-hover-color: #8c84a1;
    --minima-border-color-01: #292929;
    --minima-border-color-02: #8f8f8f;
    --minima-border-color-03: #828282;
    --minima-table-text-color: #8c84a1;
    --minima-table-zebra-color: #211a02;
    --minima-table-header-bg-color: #3e3004;
    --minima-table-header-border: #725a08;
    --minima-table-border-color: #292929;
  }
  .highlight .c {
    color: #545454;
    font-style: italic;
  }
  .highlight .err {
    color: #f07178;
    background-color: #e3d2d2;
  }
  .highlight .k {
    color: #89DDFF;
    font-weight: bold;
  }
  .highlight .o {
    font-weight: bold;
  }
  .highlight .cm {
    color: #545454;
    font-style: italic;
  }
  .highlight .cp {
    color: #545454;
    font-weight: bold;
  }
  .highlight .c1 {
    color: #545454;
    font-style: italic;
  }
  .highlight .cs {
    color: #545454;
    font-weight: bold;
    font-style: italic;
  }
  .highlight .gd {
    color: #000;
    background-color: #fdd;
  }
  .highlight .gd .x {
    color: #000;
    background-color: #faa;
  }
  .highlight .ge {
    font-style: italic;
  }
  .highlight .gr {
    color: #f07178;
  }
  .highlight .gh {
    color: #999;
  }
  .highlight .gi {
    color: #000;
    background-color: #dfd;
  }
  .highlight .gi .x {
    color: #000;
    background-color: #afa;
  }
  .highlight .go {
    color: #888;
  }
  .highlight .gp {
    color: #555;
  }
  .highlight .gs {
    font-weight: bold;
  }
  .highlight .gu {
    color: #aaa;
  }
  .highlight .gt {
    color: #f07178;
  }
  .highlight .kc {
    font-weight: bold;
  }
  .highlight .kd {
    font-weight: bold;
  }
  .highlight .kp {
    font-weight: bold;
  }
  .highlight .kr {
    font-weight: bold;
  }
  .highlight .kt {
    color: #FFCB6B;
    font-weight: bold;
  }
  .highlight .m {
    color: #F78C6C;
  }
  .highlight .s {
    color: #C3E88D;
  }
  .highlight .na {
    color: #008080;
  }
  .highlight .nb {
    color: #EEFFFF;
  }
  .highlight .nc {
    color: #FFCB6B;
    font-weight: bold;
  }
  .highlight .no {
    color: #008080;
  }
  .highlight .ni {
    color: #800080;
  }
  .highlight .ne {
    color: #900;
    font-weight: bold;
  }
  .highlight .nf {
    color: #82AAFF;
    font-weight: bold;
  }
  .highlight .nn {
    color: #555;
  }
  .highlight .nt {
    color: #FFCB6B;
  }
  .highlight .nv {
    color: #EEFFFF;
  }
  .highlight .ow {
    font-weight: bold;
  }
  .highlight .w {
    color: #EEFFFF;
  }
  .highlight .mf {
    color: #F78C6C;
  }
  .highlight .mh {
    color: #F78C6C;
  }
  .highlight .mi {
    color: #F78C6C;
  }
  .highlight .mo {
    color: #F78C6C;
  }
  .highlight .sb {
    color: #C3E88D;
  }
  .highlight .sc {
    color: #C3E88D;
  }
  .highlight .sd {
    color: #C3E88D;
  }
  .highlight .s2 {
    color: #C3E88D;
  }
  .highlight .se {
    color: #EEFFFF;
  }
  .highlight .sh {
    color: #C3E88D;
  }
  .highlight .si {
    color: #C3E88D;
  }
  .highlight .sx {
    color: #C3E88D;
  }
  .highlight .sr {
    color: #C3E88D;
  }
  .highlight .s1 {
    color: #C3E88D;
  }
  .highlight .ss {
    color: #C3E88D;
  }
  .highlight .bp {
    color: #999;
  }
  .highlight .vc {
    color: #FFCB6B;
  }
  .highlight .vg {
    color: #EEFFFF;
  }
  .highlight .vi {
    color: #EEFFFF;
  }
  .highlight .il {
    color: #F78C6C;
  }
}
@media (prefers-color-scheme: dark) {
  .dark-adaptive {
    filter: invert(1) hue-rotate(180deg);
  }
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

kbd {
  margin: 0px 0.1em;
  padding: 0.1em 0.6em;
  border-radius: 3px;
  border: 1px solid var(--kbd-border-color);
  color: var(--kbd-color);
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: inline-block;
  position: relative;
  top: -2px;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), inset 0px 0px 0px 2px #ffffff;
  background-color: var(--kbd-background-color);
  -moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-shadow: 0 1px 0 #fff;
}

ul.pager {
  text-align: center;
  list-style: none;
}

ul.pager li {
  display: inline;
  padding: 5px;
}
ul.pager li.selected a {
  font-weight: bold;
}

.search-form {
  width: 100%;
  position: relative;
  display: flex;
  padding-bottom: 30px;
}

.search-text {
  width: 100%;
  border: 1px solid var(--search-border-color);
  border-right: none;
  padding: 5px;
  height: 20px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: var(--search-color);
  background-color: var(--search-background-color);
}
.search-text:focus {
  color: var(--search-focus-color);
}

.search-submit {
  width: 90px;
  height: 32px;
  border: 1px solid var(--search-border-color);
  background: var(--search-border-color);
  text-align: center;
  color: var(--search-background-color);
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 16px;
}

.qrcode {
  fill: var(--minima-text-color);
}

.highlighter-rouge {
  tab-size: 4;
}

.language-ruby {
  tab-size: 2;
}

.rouge-table {
  border: none;
  margin: 0px 0px 15px 0px;
  overflow-x: auto;
  display: block;
}
.rouge-table tbody {
  border: none;
}
.rouge-table tbody tr {
  background: none !important;
  border: none;
}
.rouge-table tbody tr td {
  padding: 8px 12px;
  border: none;
}
.rouge-table tbody tr td pre {
  border: none;
  padding: 0;
  margin: 0;
}

.rouge-gutter {
  position: sticky;
  left: 0;
  color: var(--lineno-color);
  text-align: right;
  background: var(--lineno-background-color);
  width: 1px;
}
.rouge-gutter pre {
  background: transparent;
}

.highlight {
  width: 100%;
}

table:has(.katex-display), td:has(.katex-display) {
  border: none;
  margin-bottom: 0px;
  color: inherit;
}

table .katex-display {
  margin: 0px;
}

p:has(> .katex-display) {
  overflow-x: auto;
  margin-bottom: 0px;
}

p:has(+ div table .katex-display), p:has(+ p .katex-display), p:has(+ .katex-display) {
  margin-bottom: 0px;
}

div:has(> table .katex-display) {
  overflow-x: auto;
}

.line-block {
  margin-bottom: 15px;
}

a[target=_blank]:not([rel=me]):after {
  content: "↗";
  font-size: 10px;
  vertical-align: super;
  font-weight: thin;
}

/* variables */
:root {
  --gt-color-main: #e86195;
  --gt-color-sub: #a1a1a1;
  --gt-color-loader: #999999;
  --gt-color-error: #ff3860;
  --gt-color-hr: #E9E9E9;
  --gt-color-input: #000;
  --gt-color-input-placeholder: #999;
  --gt-color-input-border: rgba(0, 0, 0, 0.1);
  --gt-color-input-bg: #f6f6f6;
  --gt-color-comment-bg: #fef9f6;
  --gt-color-comment-adminbg: #fef9f6;
  --gt-color-comment-txt: #333333;
  --gt-color-link-active: #333333;
  --gt-color-btn: #ffffff;
  --gt-color-popbg: #ffffff;
  --gt-color-main-hover: #f5bad1;
  --gt-color-input-bg-hover: white;
}

@media (prefers-color-scheme: dark) {
  :root {
    --gt-color-main: #e86195;
    --gt-color-sub: #5e5e5e;
    --gt-color-loader: #666666;
    --gt-color-error: #ff3860;
    --gt-color-hr: #161616;
    --gt-color-input: #fff;
    --gt-color-input-placeholder: #666;
    --gt-color-input-border: rgba(1, 1, 1, 0.1);
    --gt-color-input-bg: #292929;
    --gt-color-comment-bg: #292421;
    --gt-color-comment-adminbg: #292421;
    --gt-color-comment-txt: #cccccc;
    --gt-color-link-active: #cccccc;
    --gt-color-btn: #000000;
    --gt-color-popbg: #000000;
    --gt-color-main-hover: #f5bad1;
    --gt-color-input-bg-hover: #434343;
  }
}
/* functions & mixins */
/* variables - calculated */
/* styles */
.gt-container {
  box-sizing: border-box;
  font-size: 16px;
  /* loader */
  /* error */
  /* initing */
  /* no int */
  /* link */
  /* meta */
  /* popup */
  /* header */
  /* comments */
  /* comment */
}
.gt-container * {
  box-sizing: border-box;
}
.gt-container a {
  color: var(--gt-color-main);
}
.gt-container a:hover {
  color: var(--gt-color-main-hover);
  border-color: var(--gt-color-main-hover);
}
.gt-container a.is--active {
  color: var(--gt-color-link-active);
  cursor: default !important;
}
.gt-container a.is--active:hover {
  color: var(--gt-color-link-active);
}
.gt-container .hide {
  display: none !important;
}
.gt-container .gt-svg {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: sub;
}
.gt-container .gt-svg svg {
  width: 100%;
  height: 100%;
  fill: var(--gt-color-main);
}
.gt-container .gt-ico {
  display: inline-block;
}
.gt-container .gt-ico-text {
  margin-left: 0.3125em;
}
.gt-container .gt-ico-github {
  width: 100%;
  height: 100%;
}
.gt-container .gt-ico-github .gt-svg {
  width: 100%;
  height: 100%;
}
.gt-container .gt-ico-github svg {
  fill: inherit;
}
.gt-container .gt-spinner {
  position: relative;
}
.gt-container .gt-spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.1875em;
  margin-left: -0.375em;
  border-radius: 50%;
  border: 1px solid var(--gt-color-btn);
  border-top-color: var(--gt-color-main);
  animation: gt-kf-rotate 0.6s linear infinite;
}
.gt-container .gt-loader {
  position: relative;
  border: 1px solid var(--gt-color-loader);
  animation: ease gt-kf-rotate 1.5s infinite;
  display: inline-block;
  font-style: normal;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  border-radius: 50%;
}
.gt-container .gt-loader:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  margin-top: -0.1875em;
  margin-left: -0.1875em;
  width: 0.375em;
  height: 0.375em;
  background-color: var(--gt-color-loader);
  border-radius: 50%;
}
.gt-container .gt-avatar {
  display: inline-block;
  width: 3.125em;
  height: 3.125em;
}
@media (max-width: 479px) {
  .gt-container .gt-avatar {
    width: 2em;
    height: 2em;
  }
}
.gt-container .gt-avatar img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}
.gt-container .gt-avatar-github {
  width: 3em;
  height: 3em;
  cursor: pointer;
}
@media (max-width: 479px) {
  .gt-container .gt-avatar-github {
    width: 1.875em;
    height: 1.875em;
  }
}
.gt-container .gt-btn {
  padding: 0.75em 1.25em;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid var(--gt-color-main);
  border-radius: 5px;
  background-color: var(--gt-color-main);
  color: var(--gt-color-btn);
  outline: none;
  font-size: 0.75em;
}
.gt-container .gt-btn-text {
  font-weight: 400;
}
.gt-container .gt-btn-loading {
  position: relative;
  margin-left: 0.5em;
  display: inline-block;
  width: 0.75em;
  height: 1em;
  vertical-align: top;
}
.gt-container .gt-btn.is--disable {
  cursor: not-allowed;
  opacity: 0.5;
}
.gt-container .gt-btn-login {
  margin-right: 0;
}
.gt-container .gt-btn-preview {
  background-color: var(--gt-color-btn);
  color: var(--gt-color-main);
}
.gt-container .gt-btn-preview:hover {
  background-color: var(--gt-color-btn-hover);
  border-color: var(--gt-color-main-hover);
}
.gt-container .gt-btn-public:hover {
  background-color: var(--gt-color-main-hover);
  border-color: var(--gt-color-main-hover);
}
.gt-container .gt-error {
  text-align: center;
  margin: 0.625em;
  color: var(--gt-color-error);
}
.gt-container .gt-initing {
  padding: 1.25em 0;
  text-align: center;
}
.gt-container .gt-initing-text {
  margin: 0.625em auto;
  font-size: 92%;
}
.gt-container .gt-no-init {
  padding: 1.25em 0;
  text-align: center;
}
.gt-container .gt-link {
  border-bottom: 1px dotted var(--gt-color-main);
}
.gt-container .gt-link-counts, .gt-container .gt-link-project {
  text-decoration: none;
}
.gt-container .gt-meta {
  margin: 1.25em 0;
  padding: 1em 0;
  position: relative;
  border-bottom: 1px solid var(--gt-color-hr);
  font-size: 1em;
  position: relative;
  z-index: 10;
}
.gt-container .gt-meta:before, .gt-container .gt-meta:after {
  content: " ";
  display: table;
}
.gt-container .gt-meta:after {
  clear: both;
}
.gt-container .gt-counts {
  margin: 0 0.625em 0 0;
}
.gt-container .gt-user {
  float: right;
  margin: 0;
  font-size: 92%;
}
.gt-container .gt-user-pic {
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin-right: 0.5em;
}
.gt-container .gt-user-inner {
  display: inline-block;
  cursor: pointer;
}
.gt-container .gt-user .gt-ico {
  margin: 0 0 0 0.3125em;
}
.gt-container .gt-user .gt-ico svg {
  fill: inherit;
}
.gt-container .gt-user .is--poping .gt-ico svg {
  fill: var(--gt-color-main);
}
.gt-container .gt-version {
  color: var(--gt-color-sub);
  margin-left: 0.375em;
}
.gt-container .gt-copyright {
  margin: 0 0.9375em 0.5em;
  border-top: 1px solid var(--gt-color-hr);
  padding-top: 0.5em;
}
.gt-container .gt-popup {
  position: absolute;
  right: 0;
  top: 2.375em;
  background: var(--gt-color-popbg);
  display: inline-block;
  border: 1px solid var(--gt-color-hr);
  padding: 0.625em 0;
  font-size: 0.875em;
  letter-spacing: 0.5px;
}
.gt-container .gt-popup .gt-action {
  cursor: pointer;
  display: block;
  margin: 0.5em 0;
  padding: 0 1.125em;
  position: relative;
  text-decoration: none;
}
.gt-container .gt-popup .gt-action.is--active:before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background: var(--gt-color-main);
  position: absolute;
  left: 0.5em;
  top: 0.4375em;
}
.gt-container .gt-header {
  position: relative;
  display: flex;
}
.gt-container .gt-header-comment {
  flex: 1;
  margin-left: 1.25em;
}
@media (max-width: 479px) {
  .gt-container .gt-header-comment {
    margin-left: 0.875em;
  }
}
.gt-container .gt-header-textarea {
  color: var(--gt-color-input);
  padding: 0.75em;
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-height: 5.125em;
  max-height: 15em;
  border-radius: 5px;
  border: 1px solid var(--gt-color-input-border);
  font-size: 0.875em;
  word-wrap: break-word;
  resize: vertical;
  background-color: var(--gt-color-input-bg);
  outline: none;
  transition: all 0s ease;
}
.gt-container .gt-header-textarea::placeholder {
  color: var(--gt-color-input-placeholder);
}
.gt-container .gt-header-textarea:hover {
  background-color: var(--gt-color-input-bg-hover);
}
.gt-container .gt-header-preview {
  padding: 0.75em;
  border-radius: 5px;
  border: 1px solid var(--gt-color-input-border);
  background-color: var(--gt-color-input-bg);
}
.gt-container .gt-header-controls {
  position: relative;
  margin: 0.75em 0 0;
}
.gt-container .gt-header-controls:before, .gt-container .gt-header-controls:after {
  content: " ";
  display: table;
}
.gt-container .gt-header-controls:after {
  clear: both;
}
@media (max-width: 479px) {
  .gt-container .gt-header-controls {
    margin: 0;
  }
}
.gt-container .gt-header-controls-tip {
  font-size: 0.875em;
  color: var(--gt-color-main);
  text-decoration: none;
  vertical-align: sub;
}
@media (max-width: 479px) {
  .gt-container .gt-header-controls-tip {
    display: none;
  }
}
.gt-container .gt-header-controls .gt-btn {
  float: right;
  margin-left: 1.25em;
}
@media (max-width: 479px) {
  .gt-container .gt-header-controls .gt-btn {
    float: none;
    width: 100%;
    margin: 0.75em 0 0;
  }
}
.gt-container:after {
  content: "";
  position: fixed;
  bottom: 100%;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
}
.gt-container.gt-input-focused {
  position: relative;
}
.gt-container.gt-input-focused:after {
  content: "";
  position: fixed;
  bottom: 0%;
  left: 0;
  right: 0;
  top: 0;
  background: #000;
  opacity: 0.6;
  transition: opacity 0s, bottom 0s;
  z-index: 9999;
}
.gt-container.gt-input-focused .gt-header-comment {
  z-index: 10000;
}
.gt-container .gt-comments {
  padding-top: 1.25em;
}
.gt-container .gt-comments-null {
  text-align: center;
}
.gt-container .gt-comments-controls {
  margin: 1.25em 0;
  text-align: center;
}
.gt-container .gt-comment {
  position: relative;
  padding: 0.625em 0;
  display: flex;
}
.gt-container .gt-comment-content {
  flex: 1;
  margin-left: 1.25em;
  padding: 0.75em 1em;
  background-color: var(--gt-color-comment-bg);
  overflow: auto;
  transition: all ease 0s;
}
@media (max-width: 479px) {
  .gt-container .gt-comment-content {
    margin-left: 0.875em;
    padding: 0.625em 0.75em;
  }
}
.gt-container .gt-comment-header {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  position: relative;
}
.gt-container .gt-comment-block-1 {
  float: right;
  height: 1.375em;
  width: 2em;
}
.gt-container .gt-comment-block-2 {
  float: right;
  height: 1.375em;
  width: 4em;
}
.gt-container .gt-comment-username {
  font-weight: 500;
  color: var(--gt-color-main);
  text-decoration: none;
}
.gt-container .gt-comment-username:hover {
  text-decoration: underline;
}
.gt-container .gt-comment-text {
  margin-left: 0.5em;
  color: var(--gt-color-sub);
}
.gt-container .gt-comment-date {
  margin-left: 0.5em;
  color: var(--gt-color-sub);
}
.gt-container .gt-comment-like, .gt-container .gt-comment-edit, .gt-container .gt-comment-reply {
  position: absolute;
  height: 1.375em;
}
.gt-container .gt-comment-like:hover, .gt-container .gt-comment-edit:hover, .gt-container .gt-comment-reply:hover {
  cursor: pointer;
}
.gt-container .gt-comment-like {
  top: 0;
  right: 2em;
}
.gt-container .gt-comment-edit, .gt-container .gt-comment-reply {
  top: 0;
  right: 0;
}
.gt-container .gt-comment-body {
  color: var(--gt-color-comment-txt) !important;
}
.gt-container .gt-comment-body .email-hidden-toggle a {
  display: inline-block;
  height: 12px;
  padding: 0 9px;
  font-size: 12px;
  font-weight: 600;
  line-height: 6px;
  color: #444d56;
  text-decoration: none;
  vertical-align: middle;
  background: #dfe2e5;
  border-radius: 1px;
}
.gt-container .gt-comment-body .email-hidden-toggle a:hover {
  background-color: #c6cbd1;
}
.gt-container .gt-comment-body .email-hidden-reply {
  display: none;
  white-space: pre-wrap;
}
.gt-container .gt-comment-body .email-hidden-reply .email-signature-reply {
  padding: 0 15px;
  margin: 15px 0;
  color: #586069;
  border-left: 4px solid #dfe2e5;
}
.gt-container .gt-comment-body .email-hidden-reply.expanded {
  display: block;
}
.gt-container .gt-comment-admin .gt-comment-content {
  background-color: var(--gt-color-comment-adminbg);
}

@-webkit-keyframes gt-kf-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes gt-kf-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes gt-kf-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes gt-kf-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gt-kf-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (prefers-color-scheme: dark) {
  .gt-ico-github {
    filter: invert(1);
  }
}
html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 "Noto Sans", "Noto Sans CJK SC", sans-serif, "Times New Roman", 宋体;
  color: var(--minima-text-color);
  background-color: var(--minima-background-color);
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: var(--minima-link-base-color);
  text-decoration: none;
}
a:visited {
  color: var(--minima-link-visited-color);
}
a:hover {
  color: var(--minima-link-hover-color);
  text-decoration: underline;
}
.social-media-list a:hover, .pagination a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username, .pagination a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: var(--minima-brand-color);
  border-left: 4px solid var(--minima-border-color-01);
  padding-left: 15px;
  font-size: 1.125rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: monospace;
  font-size: 0.9375em;
  border: 1px solid var(--minima-border-color-01);
  border-radius: 3px;
  background-color: var(--minima-code-background-color);
}

code {
  padding: 1px 5px;
}

pre {
  padding: 8px 12px;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.highlight {
  border-radius: 3px;
  background: var(--minima-code-background-color);
}
.highlighter-rouge .highlight {
  background: var(--minima-code-background-color);
}

/**
 * Wrapper
 */
.wrapper {
  max-width: calc(800px - (30px));
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 800px) {
  .wrapper {
    max-width: calc(800px - 30px * 2);
    padding-right: 30px;
    padding-left: 30px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: var(--minima-table-text-color);
  border-collapse: collapse;
  border: 1px solid var(--minima-table-border-color);
}
table tr:nth-child(even) {
  background-color: var(--minima-table-zebra-color);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: var(--minima-table-header-bg-color);
  border: 1px solid var(--minima-table-header-border);
}
table td {
  border: 1px solid var(--minima-table-border-color);
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  border-top: 5px solid var(--minima-border-color-03);
  border-bottom: 1px solid var(--minima-border-color-01);
  min-height: 55.95px;
  line-height: 54px;
  position: relative;
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: var(--minima-site-title-color);
}

.site-nav {
  position: absolute;
  top: 9px;
  right: 15px;
  background-color: var(--minima-background-color);
  border: 1px solid var(--minima-border-color-01);
  border-radius: 5px;
  text-align: right;
}
.site-nav .nav-trigger {
  display: none;
}
.site-nav .menu-icon {
  float: right;
  width: 36px;
  height: 26px;
  line-height: 0;
  padding-top: 10px;
  text-align: center;
}
.site-nav .menu-icon > svg path {
  fill: var(--minima-border-color-03);
}
.site-nav label[for=nav-trigger] {
  display: block;
  float: right;
  width: 36px;
  height: 36px;
  z-index: 2;
  cursor: pointer;
}
.site-nav input ~ .trigger {
  clear: both;
  display: none;
}
.site-nav input:checked ~ .trigger {
  display: block;
  padding-bottom: 5px;
}
.site-nav .page-link {
  color: var(--minima-text-color);
  line-height: 1.5;
  display: block;
  padding: 5px 10px;
  margin-left: 20px;
}
.site-nav .page-link:not(:last-child) {
  margin-right: 0;
}
@media screen and (min-width: 600px) {
  .site-nav {
    position: static;
    float: right;
    border: none;
    background-color: inherit;
  }
  .site-nav label[for=nav-trigger] {
    display: none;
  }
  .site-nav .menu-icon {
    display: none;
  }
  .site-nav input ~ .trigger {
    display: block;
  }
  .site-nav .page-link {
    display: inline;
    padding: 0;
    margin-left: auto;
  }
  .site-nav .page-link:not(:last-child) {
    margin-right: 20px;
  }
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid var(--minima-border-color-01);
  padding: 30px 0;
}

.footer-heading {
  font-size: 1.125rem;
  margin-bottom: 15px;
}

.feed-subscribe .svg-icon {
  padding: 5px 5px 2px 0;
}

.contact-list,
.social-media-list,
.pagination {
  list-style: none;
  margin-left: 0;
}

.footer-col-wrapper,
.social-links {
  font-size: 0.9375rem;
  color: var(--minima-brand-color);
}

.footer-col {
  margin-bottom: 15px;
}

.footer-col-1,
.footer-col-2 {
  width: calc(50% - 30px / 2);
}

.footer-col-3 {
  width: calc(100% - 30px / 2);
}

@media screen and (min-width: 800px) {
  .footer-col-1 {
    width: calc(35% - 30px / 2);
  }
  .footer-col-2 {
    width: calc(20% - 30px / 2);
  }
  .footer-col-3 {
    width: calc(45% - 30px / 2);
  }
}
@media screen and (min-width: 600px) {
  .footer-col-wrapper {
    display: flex;
  }
  .footer-col {
    width: calc(100% - 30px / 2);
    padding: 0 15px;
  }
  .footer-col:first-child {
    padding-right: 15px;
    padding-left: 0;
  }
  .footer-col:last-child {
    padding-right: 0;
    padding-left: 15px;
  }
}
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  flex: 1 0 auto;
}

.page-heading {
  font-size: 2rem;
}

.post-list-heading {
  font-size: 1.75rem;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 14px;
  color: var(--minima-brand-color);
}

.post-link {
  display: block;
  font-size: 1.5rem;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title,
.post-content h1 {
  font-size: 2.625rem;
  letter-spacing: -1px;
  line-height: 1.15;
}
@media screen and (min-width: 800px) {
  .post-title,
  .post-content h1 {
    font-size: 2.625rem;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  margin-top: 30px;
}
.post-content h2 {
  font-size: 1.75rem;
}
@media screen and (min-width: 800px) {
  .post-content h2 {
    font-size: 2rem;
  }
}
.post-content h3 {
  font-size: 1.375rem;
}
@media screen and (min-width: 800px) {
  .post-content h3 {
    font-size: 1.625rem;
  }
}
.post-content h4 {
  font-size: 1.25rem;
}
.post-content h5 {
  font-size: 1.125rem;
}
.post-content h6 {
  font-size: 1.0625rem;
}

.social-media-list, .pagination {
  display: table;
  margin: 0 auto;
}
.social-media-list li, .pagination li {
  float: left;
  margin: 5px 10px 5px 0;
}
.social-media-list li:last-of-type, .pagination li:last-of-type {
  margin-right: 0;
}
.social-media-list li a, .pagination li a {
  display: block;
  padding: 10px 12px;
  border: 1px solid var(--minima-border-color-01);
}
.social-media-list li a:hover, .pagination li a:hover {
  border-color: var(--minima-border-color-02);
}

/**
 * Pagination navbar
 */
.pagination {
  margin-bottom: 30px;
}
.pagination li a, .pagination li div {
  min-width: 41px;
  text-align: center;
  box-sizing: border-box;
}
.pagination li div {
  display: block;
  padding: 7.5px;
  border: 1px solid transparent;
}
.pagination li div.pager-edge {
  color: var(--minima-border-color-01);
  border: 1px dashed;
}

/**
 * Grid helpers
 */
@media screen and (min-width: 800px) {
  .one-half {
    width: calc(50% - 30px / 2);
  }
}
hr {
  border: 0;
  height: 2.00001px;
  width: 50%;
  position: relative;
  margin: 30px auto;
  overflow: visible;
  background-image: linear-gradient(to right, color-mix(in srgb, var(--hr-background-color) 0%, transparent), color-mix(in srgb, var(--hr-background-color) 100%, transparent), color-mix(in srgb, var(--hr-background-color) 0%, transparent));
}
hr:before {
  content: "♥";
  color: var(--hr-background-color);
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -3px;
  font-size: 15px;
  line-height: 0;
}

blockquote {
  font-style: initial;
  font-size: inherit;
  letter-spacing: initial;
}

pre.highlight {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

pre, code {
  font-size: inherit;
}

.footer-col-1, .footer-col-2, .footer-col-3 {
  width: calc(100% - 30px / 2);
}

/*# sourceMappingURL=style.css.map */