@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.highlight pre {
  background-color: #404040;
}

.highlight .hll {
  background-color: #404040;
}

.highlight .c {
  color: #999999;
  font-style: italic;
} /* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
} /* Error */
.highlight .g {
  color: #d0d0d0;
} /* Generic */
.highlight .k {
  color: #46a891;
  font-weight: bold;
} /* Keyword */
.highlight .l {
  color: #d0d0d0;
} /* Literal */
.highlight .n {
  color: #d0d0d0;
} /* Name */
.highlight .o {
  color: #d0d0d0;
} /* Operator */
.highlight .x {
  color: #d0d0d0;
} /* Other */
.highlight .p {
  color: #d0d0d0;
} /* Punctuation */
.highlight .cm {
  color: #999999;
  font-style: italic;
} /* Comment.Multiline */
.highlight .cp {
  color: #cd2828;
  font-weight: bold;
} /* Comment.Preproc */
.highlight .c1 {
  color: #999999;
  font-style: italic;
} /* Comment.Single */
.highlight .cs {
  color: #e50808;
  font-weight: bold;
  background-color: #520000;
} /* Comment.Special */
.highlight .gd {
  color: #d22323;
} /* Generic.Deleted */
.highlight .ge {
  color: #d0d0d0;
  font-style: italic;
} /* Generic.Emph */
.highlight .gr {
  color: #d22323;
} /* Generic.Error */
.highlight .gh {
  color: #ffffff;
  font-weight: bold;
} /* Generic.Heading */
.highlight .gi {
  color: #589819;
} /* Generic.Inserted */
.highlight .go {
  color: #cccccc;
} /* Generic.Output */
.highlight .gp {
  color: #aaaaaa;
} /* Generic.Prompt */
.highlight .gs {
  color: #d0d0d0;
  font-weight: bold;
} /* Generic.Strong */
.highlight .gu {
  color: #ffffff;
  text-decoration: underline;
} /* Generic.Subheading */
.highlight .gt {
  color: #d22323;
} /* Generic.Traceback */
.highlight .kc {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Constant */
.highlight .kd {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Declaration */
.highlight .kn {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Namespace */
.highlight .kp {
  color: #46a891;
} /* Keyword.Pseudo */
.highlight .kr {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Reserved */
.highlight .kt {
  color: #46a891;
  font-weight: bold;
} /* Keyword.Type */
.highlight .ld {
  color: #d0d0d0;
} /* Literal.Date */
.highlight .m {
  color: #3677a9;
} /* Literal.Number */
.highlight .s {
  color: #ed9d13;
} /* Literal.String */
.highlight .na {
  color: #bbbbbb;
} /* Name.Attribute */
.highlight .nb {
  color: #24909d;
} /* Name.Builtin */
.highlight .nc {
  color: #447fcf;
  text-decoration: underline;
} /* Name.Class */
.highlight .no {
  color: #40ffff;
} /* Name.Constant */
.highlight .nd {
  color: #ffa500;
} /* Name.Decorator */
.highlight .ni {
  color: #d0d0d0;
} /* Name.Entity */
.highlight .ne {
  color: #bbbbbb;
} /* Name.Exception */
.highlight .nf {
  color: #447fcf;
} /* Name.Function */
.highlight .nl {
  color: #d0d0d0;
} /* Name.Label */
.highlight .nn {
  color: #447fcf;
  text-decoration: underline;
} /* Name.Namespace */
.highlight .nx {
  color: #d0d0d0;
} /* Name.Other */
.highlight .py {
  color: #d0d0d0;
} /* Name.Property */
.highlight .nt {
  color: #46a891;
  font-weight: bold;
} /* Name.Tag */
.highlight .nv {
  color: #40ffff;
} /* Name.Variable */
.highlight .ow {
  color: #46a891;
  font-weight: bold;
} /* Operator.Word */
.highlight .w {
  color: #666666;
} /* Text.Whitespace */
.highlight .mf {
  color: #3677a9;
} /* Literal.Number.Float */
.highlight .mh {
  color: #3677a9;
} /* Literal.Number.Hex */
.highlight .mi {
  color: #3677a9;
} /* Literal.Number.Integer */
.highlight .mo {
  color: #3677a9;
} /* Literal.Number.Oct */
.highlight .sb {
  color: #ed9d13;
} /* Literal.String.Backtick */
.highlight .sc {
  color: #ed9d13;
} /* Literal.String.Char */
.highlight .sd {
  color: #ed9d13;
} /* Literal.String.Doc */
.highlight .s2 {
  color: #ed9d13;
} /* Literal.String.Double */
.highlight .se {
  color: #ed9d13;
} /* Literal.String.Escape */
.highlight .sh {
  color: #ed9d13;
} /* Literal.String.Heredoc */
.highlight .si {
  color: #ed9d13;
} /* Literal.String.Interpol */
.highlight .sx {
  color: #ffa500;
} /* Literal.String.Other */
.highlight .sr {
  color: #ed9d13;
} /* Literal.String.Regex */
.highlight .s1 {
  color: #ed9d13;
} /* Literal.String.Single */
.highlight .ss {
  color: #ed9d13;
} /* Literal.String.Symbol */
.highlight .bp {
  color: #24909d;
} /* Name.Builtin.Pseudo */
.highlight .vc {
  color: #40ffff;
} /* Name.Variable.Class */
.highlight .vg {
  color: #40ffff;
} /* Name.Variable.Global */
.highlight .vi {
  color: #40ffff;
} /* Name.Variable.Instance */
.highlight .il {
  color: #3677a9;
} /* Literal.Number.Integer.Long */
#topbar button i {
  color: #999999;
}
@media (max-width: 768px) {
  #topbar {
    justify-content: center !important;
  }
}
#topbar #breadcrumb {
  font-size: 1rem;
  color: var(--text-muted-color);
  padding-left: 0.5rem;
}
@media (max-width: 768px) {
  #topbar #breadcrumb {
    display: none;
  }
}
#topbar #breadcrumb span:not(:last-child)::after {
  content: "›";
  padding: 0 0.3rem;
}

/* #topbar */
search {
  --search-border-color: rgb(240, 240, 240);
  --search-icon-color: #c2c6cc;
  display: flex;
  border-radius: 1rem;
  border: 1px solid var(--search-border-color);
  background: var(--main-bg);
  padding: 0 0.5rem;
}
search i {
  z-index: 2;
  font-size: 0.9rem;
  color: var(--search-icon-color);
}

#search-input {
  --text-color: #34343c;
  background: center;
  border: 0;
  border-radius: 0;
  padding: 0.18rem 0.3rem;
  color: var(--text-color);
  height: auto;
}
#search-input:focus {
  box-shadow: none;
}

/*
  Style for Homepage
*/
.card .card-body .card-text.content p, .card .card-body .card-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-preview::before, .post-preview {
  border-radius: 0.625rem;
}

.post-preview {
  --heading-color: #2a2a2a;
  --text-muted-color: #757575;
  --text-muted-hightlight-color: inherit;
  --card-hovor-bg: #e2e2e2;
  --card-bg: white;
  --card-shadow: rgb(104, 104, 104, 0.05) 0 2px 6px 0,
    rgba(211, 209, 209, 0.15) 0 0 0 1px;
  border: 0;
  background: var(--card-bg);
  box-shadow: var(--card-shadow);
}
.post-preview::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: var(--card-hovor-bg);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.post-preview:hover::before {
  opacity: 0.3;
}

.card-wrapper:hover {
  text-decoration: none;
}
.card-wrapper:not(:last-child) {
  margin-bottom: 1.25rem;
}

.card {
  border: 0;
  background: none;
}
.card .preview-img img, .card .preview-img {
  border-radius: 0.625rem 0.625rem 0 0;
}
.card .card-body {
  height: 100%;
  padding: 1rem;
}
.card .card-body .card-title {
  color: var(--heading-color) !important;
  font-size: 1.25rem;
}
.card .card-body .post-meta, .card .card-body .card-text.content {
  color: var(--text-muted-color) !important;
}
.card .card-body .card-text.content p {
  line-height: 1.5;
  margin: 0;
}
.card .card-body .post-meta i:not(:first-child) {
  margin-left: 1.5rem;
}
.card .card-body .post-meta em {
  font-style: normal;
  color: inherit;
}
.card .card-body .post-meta > div:first-child {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pagination {
  color: var(--text-color);
  font-family: Lato, sans-serif;
  justify-content: space-evenly;
  /* .page-item */
}
.pagination a:hover {
  text-decoration: none;
}
.pagination .page-item .page-link {
  color: var(--btn-patinator-text-color);
  padding: 0 0.6rem;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  border-radius: 0.5rem;
  border: 0;
  background-color: inherit;
}
.pagination .page-item.active .page-link {
  background-color: var(--btn-paginator-hover-color);
}
.pagination .page-item:not(.active) .page-link:hover {
  box-shadow: inset var(--btn-border-color) 0 0 0 1px;
}
.pagination .page-item.disabled {
  cursor: not-allowed;
}
.pagination .page-item.disabled .page-link {
  color: rgba(108, 117, 125, 0.57);
}

/* .pagination */
/* Tablet */
@media all and (min-width: 768px) {
  .card .preview-img, .card .preview-img img {
    border-radius: 0 0.625rem 0.625rem 0;
  }
  .card .card-body {
    padding: 1.75rem 1.75rem 1.25rem 1.75rem;
  }
  .card .card-body .card-text {
    display: inherit !important;
  }
  .card .card-body .post-meta i:not(:first-child) {
    margin-left: 1.75rem;
  }
}
/* Hide SideBar and TOC */
@media all and (max-width: 830px) {
  .pagination .page-item:not(:first-child):not(:last-child) {
    display: none;
  }
}
/* Sidebar is visible */
@media all and (min-width: 831px) {
  .pagination {
    font-size: 0.85rem;
    justify-content: center;
  }
  .pagination .page-item:not(:last-child) {
    margin-right: 0.7rem;
  }
  .pagination .page-index {
    display: none;
  }
  /* .pagination */
}
/*
  Style for Tab Categories
*/
.categories i {
  color: gray;
}

.categories {
  margin-bottom: 2rem;
  border-color: var(--categories-border);
  /* categories */
  --categories-border: rgb(64, 66, 69, 0.5);
  --categories-hover-bg: rgb(73, 75, 76);
  --categories-icon-hover-color: white;
}
.categories .card-header {
  padding: 0.75rem;
  border-radius: calc(0.625rem - 1px);
  border-bottom: 0;
}
.categories .card-header.hide-border-bottom {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.categories i {
  font-size: 86%; /* fontawesome icons */
}
.categories .list-group-item {
  border-left: none;
  border-right: none;
  padding-left: 2rem;
}
.categories .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categories .list-group-item:last-child {
  border-bottom: 0;
}

/* .categories */
.category-trigger {
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  text-align: center;
  color: #6c757d !important;
}
.category-trigger i {
  position: relative;
  height: 0.7rem;
  width: 1rem;
  transition: transform 300ms ease;
}
.category-trigger:hover i {
  color: var(--categories-icon-hover-color);
}

/* only works on desktop */
@media (hover: hover) {
  .category-trigger:hover {
    background-color: var(--categories-hover-bg);
  }
}
.rotate {
  transform: rotate(-90deg);
}

/*
  Style for page Category and Tag
*/
.dash {
  --dash-color: silver;
  margin: 0 0.5rem 0.6rem 0.5rem;
  border-bottom: 2px dotted var(--dash-color);
}

#page-category ul > li,
#page-tag ul > li {
  line-height: 1.5rem;
  padding: 0.6rem 0;
  /* dot */
  /* post's title */
}
#page-category ul > li::before,
#page-tag ul > li::before {
  background: #999999;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: block;
  content: "";
  position: relative;
  top: 0.6rem;
  margin-right: 0.5rem;
}
#page-category ul > li > a,
#page-tag ul > li > a {
  font-size: 1.1rem;
}

/* tag icon */
#page-tag h1 > i {
  font-size: 1.2rem;
}

#page-category h1 > i {
  font-size: 1.25rem;
}

#page-category a:hover,
#page-tag a:hover,
#access-lastmod a:hover {
  margin-bottom: -1px; /* Avoid jumping */
}

@media all and (max-width: 576px) {
  #page-category ul > li::before,
  #page-tag ul > li::before {
    margin: 0 0.5rem;
  }
  #page-category ul > li > a,
  #page-tag ul > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#search-result-wrapper {
  margin: 10px;
  padding: 0.5rem;
}

/*
  Style for Archives
*/
#archives {
  --timeline-color: rgba(0, 0, 0, 0.075);
  --timeline-node-bg: #c2c6cc;
  --timeline-year-dot-color: #ffffff;
  letter-spacing: 0.03rem;
  /* #archives ul */
}
#archives ul li::before, #archives .year:first-child::before, #archives .year::before {
  content: "";
  width: 4px;
  position: relative;
  float: left;
  background-color: var(--timeline-color);
}
#archives .year {
  height: 3.5rem;
  font-size: 1.5rem;
  position: relative;
  left: 2px;
  margin-left: -4px;
  /* Year dot */
}
#archives .year::before {
  height: 72px;
  left: 79px;
  bottom: 16px;
}
#archives .year:first-child::before {
  height: 32px;
  top: 24px;
}
#archives .year::after {
  content: "";
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  left: 15.5px;
  border: 3px solid;
  background-color: var(--timeline-year-dot-color);
  border-color: var(--timeline-node-bg);
  box-shadow: 0 0 2px 0 #c2c6cc;
  z-index: 1;
}
#archives ul li {
  font-size: 1.1rem;
  line-height: 3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#archives ul li:nth-child(odd) {
  background-color: var(--main-bg, #ffffff);
  background-image: linear-gradient(to left, #ffffff, #fbfbfb, #fbfbfb, #fbfbfb, #ffffff);
}
#archives ul li::before {
  top: 0;
  left: 77px;
  height: 3.1rem;
}
#archives ul:last-child li:last-child::before {
  height: 1.5rem;
}
#archives .date {
  white-space: nowrap;
  display: inline-block;
  position: relative;
  right: 0.5rem;
}
#archives .date.month {
  width: 1.4rem;
  text-align: center;
}
#archives .date.day {
  font-size: 85%;
  font-family: Lato, sans-serif;
}
#archives a {
  /* post title in Archvies */
  margin-left: 2.5rem;
  position: relative;
  top: 0.1rem;
}
#archives a:hover {
  border-bottom: none;
}
#archives a::before {
  /* the dot before post title */
  content: "";
  display: inline-block;
  position: relative;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  float: left;
  top: 1.35rem;
  left: 71px;
  background-color: var(--timeline-node-bg);
  box-shadow: 0 0 3px 0 #c2c6cc;
  z-index: 1;
}

/* #archives */
@media all and (max-width: 576px) {
  #archives {
    margin-top: -1rem;
  }
  #archives ul {
    letter-spacing: 0;
  }
}
/* 0. Variables
   ========================================================================== */
/* 1. General
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}

html,
html.light {
  --bg_color: #eee;
  --sidebar_bg: #fafafa;
  --content_bg: #fff;
  --archive_font: #000;
  --archive_title: #46a891;
  --archive_title_hover: #87CDBD;
  --name_font: #2F3437;
  --job_font: #003845;
  --nav_font: #858585;
  --nav_font_hover: #2F3437;
  --shadow_color: rgba(160, 160, 160, 0.05);
  --post_title: #003845;
  --post_date: #003845;
  --post_text: #4c4c4c;
  --post_h3: #4c4c4c;
  --post_link: #0056b2;
  --post_link_hover: #000;
  --inlinecode_text: #FFAA00;
  --blockquote: #333;
  --footer_font: #858585;
  --footer_font_a: #000;
  --border_radius: 15px;
}

html.dark {
  --bg_color: #1C1C1E;
  --sidebar_bg: #24292E;
  --content_bg: #2F3437;
  --archive_font: #CACCCE;
  --archive_title: #46a891;
  --archive_title_hover: #87CDBD;
  --name_font: #fff;
  --job_font: #CACCCE;
  --nav_font: #8d7edc;
  --nav_font_hover: #D4CEF2;
  --shadow_color: rgba(0, 0, 0, 1);
  --post_title: #46a891;
  --post_date: #e9ead7;
  --post_text: #CACCCE;
  --post_h3: #fff;
  --post_link: rgb(88, 116, 253);
  --post_link_hover: #FFF;
  --inlinecode_text: #FFAA00;
  --blockquote: #CACCCE;
  --footer_font_a: #d1d1d1;
  --border_radius: 1px;
}

@media (prefers_color: light), (prefers_color: no-preference) {
  html {
    --bg_color: #eee;
    --sidebar_bg: #fafafa;
    --content_bg: #fff;
    --archive_font: #000;
    --archive_title: #46a891;
    --archive_title_hover: #87CDBD;
    --name_font: #2F3437;
    --job_font: #003845;
    --nav_font: #858585;
    --nav_font_hover: #2F3437;
    --shadow_color: rgba(160, 160, 160, 0.05);
    --post_title: #003845;
    --post_date: #003845;
    --post_text: #4c4c4c;
    --post_h3: #4c4c4c;
    --post_link: #0056b2;
    --post_link_hover: #000;
    --inlinecode_text: #FFAA00;
    --blockquote: #333;
    --footer_font: #858585;
    --footer_font_a: #000;
    --border_radius: 15px;
  }
  html.dark {
    --bg_color: #1C1C1E;
    --sidebar_bg: #24292E;
    --content_bg: #2F3437;
    --archive_font: #CACCCE;
    --archive_title: #46a891;
    --archive_title_hover: #87CDBD;
    --name_font: #fff;
    --job_font: #CACCCE;
    --nav_font: #8d7edc;
    --nav_font_hover: #D4CEF2;
    --shadow_color: rgba(0, 0, 0, 1);
    --post_title: #46a891;
    --post_date: #e9ead7;
    --post_text: #CACCCE;
    --post_h3: #fff;
    --post_link: rgb(88, 116, 253);
    --post_link_hover: #FFF;
    --inlinecode_text: #FFAA00;
    --blockquote: #CACCCE;
    --footer_font_a: #d1d1d1;
    --border_radius: 1px;
  }
}
@media (prefers_color: dark) {
  html {
    --bg_color: #1C1C1E;
    --sidebar_bg: #24292E;
    --content_bg: #2F3437;
    --archive_font: #CACCCE;
    --archive_title: #46a891;
    --archive_title_hover: #87CDBD;
    --name_font: #fff;
    --job_font: #CACCCE;
    --nav_font: #8d7edc;
    --nav_font_hover: #D4CEF2;
    --shadow_color: rgba(0, 0, 0, 1);
    --post_title: #46a891;
    --post_date: #e9ead7;
    --post_text: #CACCCE;
    --post_h3: #fff;
    --post_link: rgb(88, 116, 253);
    --post_link_hover: #FFF;
    --inlinecode_text: #FFAA00;
    --blockquote: #CACCCE;
    --footer_font_a: #d1d1d1;
    --border_radius: 1px;
  }
  html.light {
    --bg_color: #eee;
    --sidebar_bg: #fafafa;
    --content_bg: #fff;
    --archive_font: #000;
    --archive_title: #46a891;
    --archive_title_hover: #87CDBD;
    --name_font: #2F3437;
    --job_font: #003845;
    --nav_font: #858585;
    --nav_font_hover: #2F3437;
    --shadow_color: rgba(160, 160, 160, 0.05);
    --post_title: #003845;
    --post_date: #003845;
    --post_text: #4c4c4c;
    --post_h3: #4c4c4c;
    --post_link: #0056b2;
    --post_link_hover: #000;
    --inlinecode_text: #FFAA00;
    --blockquote: #333;
    --footer_font: #858585;
    --footer_font_a: #000;
    --border_radius: 15px;
  }
}
body {
  height: 100%;
  font-weight: normal;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Titillium Web", "Segoe UI", Roboto, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  padding: 0;
  background-color: var(--bg_color);
  transition: background-color 0.5s ease;
  background-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media (min-width: 769px) {
  body {
    zoom: 1;
  }
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body > .blog {
  box-shadow: 0 0 2px 2px var(--shadow_color);
}

.blog {
  display: grid;
  margin: 1.4em auto;
  z-index: 0;
  background: var(--content_bg);
  position: relative;
  max-width: 92%;
  min-height: 85%;
  border-radius: 15px;
}
@media (min-width: 769px) {
  .blog {
    grid-template-columns: 30% 70%;
    grid-template-rows: 100px 1fr;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .blog {
    grid-template-rows: 3rem auto auto 1fr;
    min-height: 75%;
    max-width: 92%;
  }
}

.main {
  padding: 0.5rem;
  margin: 10px;
}
@media (min-width: 769px) {
  .main {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .main {
    grid-row: 4/5;
  }
}

@media (min-width: 769px) {
  .aboutme {
    max-width: 30rem;
    margin-top: 5.5rem;
  }
}
@media (max-width: 768px) {
  .aboutme {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.aboutme img {
  float: left;
}

::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

.fourzerofour {
  text-align: center;
  font-size: 1.3rem;
  margin-top: 10rem;
}

/* 2. Archive
   ========================================================================== */
.archive {
  color: var(--archive_font);
}
.archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.archive ul li {
  margin-bottom: 0.6rem;
}
.archive a {
  text-decoration: none;
  color: var(--archive_title);
}
.archive a:hover, .archive a:focus {
  color: var(--archive_title_hover);
}
@media (min-width: 769px) {
  .archive {
    max-width: 30rem;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .archive {
    margin-top: 2rem;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}

.archive_date {
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .archive_date {
    float: right;
  }
}

.archive_title {
  word-wrap: normal;
}
@media (min-width: 769px) {
  .archive_title {
    max-width: 80%;
  }
}

.archive_type {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.archive_year {
  font-size: 1.2rem;
  margin-top: 1.4rem;
  margin-bottom: 0.6rem;
}

/* 3. Sidebar
   ========================================================================== */
.controlbar {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background-color: var(--sidebar_bg);
  border-radius: var(--border_radius) 0 0 0;
}
@media (min-width: 769px) {
  .controlbar {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
@media (max-width: 768px) {
  .controlbar {
    grid-row: 1/2;
  }
}

.sidebar {
  background-color: var(--sidebar_bg);
  z-index: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 0 var(--border_radius);
}
@media (min-width: 769px) {
  .sidebar {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .sidebar {
    grid-row: 2/3;
  }
}
@media (max-width: 768px) {
  .sidebar {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .sidebar {
    height: 100%;
    min-height: 100%;
  }
}

#topbar-wrapper {
  width: 100%;
}
@media (min-width: 769px) {
  #topbar-wrapper {
    grid-column: 2/3;
    grid-row: 1/2;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  #topbar-wrapper {
    grid-row: 1/2;
    position: absolute;
    padding-top: 1rem;
  }
}

.sidebar_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.sidebar_circle {
  display: block;
  border: none;
  box-sizing: border-box;
  height: 7rem;
  width: 7rem;
  margin: 1rem;
  border-radius: 50%;
  box-shadow: #f4f4f4 0 0 0 2px;
  overflow: hidden;
}
.sidebar_circle img {
  transition: transform 0.5s;
}
.sidebar_circle img:hover {
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .sidebar_circle {
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

.sidebar_name {
  display: block;
  color: var(--name_font);
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .sidebar_name {
    display: none;
  }
}

.sidebar_job {
  display: block;
  margin-top: 0.1rem;
  color: var(--job_font);
  font-size: 0.75em;
  font-weight: 700;
}

.go_github {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
}

.light .go_github {
  background: url("../img/light_github.png");
  background-size: cover;
}

.dark .go_github {
  background: url("../img/dark_github.png");
  background-size: cover;
}

.theme_changer {
  cursor: pointer;
}
.theme_changer input {
  display: none;
}
.theme_changer input + div {
  background: url("../img/m.png") no-repeat center center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  transition: box-shadow 0.5s ease 0s, transform 0.5s ease 0.1s;
}
.theme_changer input + div:before {
  content: "";
  width: inherit;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  transition: background 0.5s ease;
}
.theme_changer input + div:after {
  background: url("../img/s.png") no-repeat center;
  border-radius: 50%;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  transform: scale(0);
  transition: all 0.5s ease;
}
.theme_changer input:checked + div {
  transform: scale(0.5);
}
.theme_changer input:checked + div:after {
  transform: scale(2);
  transition: transform 0.5s ease 0.15s;
}

.nav {
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}

.nav_list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0 20px;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .nav_list {
    text-align: center;
    flex-direction: row;
  }
}

.nav_item {
  *display: inline;
  zoom: 1;
  line-height: 2.5rem;
}
.nav_item a {
  color: var(--nav_font);
  font-size: 90%;
}
.nav_item a:hover, .nav_item a:focus {
  color: var(--nav_font_hover);
}
@media (max-width: 768px) {
  .nav_item:after {
    content: "/";
    color: var(--nav_font);
  }
  .nav_item:first-child::before, .nav_item:last-child::after {
    content: none;
  }
  .nav_item:last-child {
    margin-right: 0;
  }
}

.mobile_menu {
  display: none;
}
@media (max-width: 768px) {
  .mobile_menu {
    grid-row: 3/4;
    display: block;
  }
}
@media (min-width: 769px) {
  .mobile_menu {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
  }
}

@keyframes jiggle {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(0);
  }
  75% {
    transform: rotate(3deg);
  }
}
/* 4. Post
   ========================================================================== */
.post {
  color: var(--post_text);
}
@media (min-width: 769px) {
  .post {
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .post {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.post_title {
  color: var(--post_title);
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .post_title {
    text-align: center;
    font-size: 1.5rem;
  }
}

.post_data {
  margin-top: -0.5rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 768px) {
  .post_data {
    text-align: center;
    margin-top: -1rem;
  }
}

.post_date {
  color: var(--post_date);
  letter-spacing: -0.5px;
  line-height: 1;
}

.post_categories {
  line-height: 1;
  margin-left: 0.3rem;
}
.post_categories a {
  color: var(--nav_font);
}
.post_categories a:hover, .post_categories a:focus {
  color: var(--nav_font_hover);
}

.post_content {
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: var(--post_text);
}
.post_content h1,
.post_content h2 {
  margin-top: 2rem;
}
.post_content h3 {
  margin-top: 2rem;
  color: var(--post_h3);
}
.post_content h4 {
  margin-top: 2rem;
  margin-bottom: -0.5rem;
  color: var(--post_h3);
}
.post_content p {
  max-width: 49rem;
}
.post_content a {
  color: var(--post_link);
  font-weight: 100;
}
.post_content a:hover, .post_content a:focus {
  color: var(--post_link_hover);
}
.post_content li {
  margin-bottom: 0.3rem;
}
.post_content pre {
  font-size: 0.85rem;
  text-decoration: none;
  display: block;
  padding: 1rem;
  overflow-x: scroll;
  border-radius: 10px;
  white-space: pre;
}
.post_content code {
  color: var(--inlinecode_text);
  padding: 0.1em 0.4em;
  border-radius: 5px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 0.85rem;
}
.post_content pre code {
  color: #fafafa;
  padding: 0;
  border: none;
}
.post_content img {
  border-radius: 5px;
}
.post_content hr {
  margin-top: 2rem;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.post_content blockquote {
  border-left: 5px solid var(--blockquote);
  margin: 10px 0 10px 0;
  padding: 2px 8px 2px 8px;
  font-style: italic;
}
.post_content dfn {
  border-bottom: dashed 1px var(--job_font);
  padding: 0 0.2rem;
  font-style: normal;
  position: relative;
}
.post_content dfn::after {
  content: attr(info);
  display: inline;
  position: absolute;
  top: 22px;
  left: 0;
  opacity: 0;
  width: 11rem;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.5rem 0.8rem;
  background: #064b4d;
  pointer-events: none;
  transition: opacity 200ms, top 200ms;
}
.post_content dfn::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 20px;
  opacity: 0;
  width: 0;
  height: 0;
  border: solid transparent 5px;
  border-bottom-color: #064b4d;
  transition: opacity 200ms, top 200ms;
}
.post_content dfn:hover::after,
.post_content dfn:hover::before {
  opacity: 1;
}
.post_content dfn:hover::after {
  top: 30px;
}
.post_content dfn:hover::before {
  top: 20px;
}

.post_comment {
  margin-top: 8rem;
  padding: 10px;
}

/* 6. Footer
   ========================================================================== */
.footer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 2.4rem;
  text-align: center;
  color: var(--footer_font);
  font-size: 0.7rem;
}
.footer a {
  text-decoration: none;
  color: var(--footer_font_a);
}

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