/*! 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 */
  -webkit-text-decoration: underline dotted;
          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; }

* {
  box-sizing: border-box;
  outline: none;
  margin: 0;
  padding: 0; }

html {
  height: 100%;
  max-height: 100%;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  height: 100%;
  max-height: 100%;
  font-family: "Oswald", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  color: #414141;
  -webkit-font-feature-settings: 'kern' 1;
  -moz-font-feature-settings: 'kern' 1;
  -o-font-feature-settings: 'kern' 1;
  text-rendering: geometricPrecision; }

::-moz-selection {
  background: #D6EDFF; }

::selection {
  background: #D6EDFF; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -moz-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  -o-font-feature-settings: 'dlig' 1, 'liga' 1, 'lnum' 1, 'kern' 1;
  text-rendering: geometricPrecision;
  margin: 0 0 0.4em 0; }

h1 {
  font-size: 1.8em; }

h2 {
  font-size: 1.6em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.2em; }

h5 {
  font-size: 1em; }

h6 {
  font-size: 1em; }

a {
  color: #414141;
  text-decoration: none;
  transition: all 0.24s ease; }
  a:hover {
    text-decoration: none; }

pre {
  -o-tab-size: 2;
     tab-size: 2;
  -moz-tab-size: 2; }

::-webkit-input-placeholder {
  color: #b5b5b5;
  font-weight: 300; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #b5b5b5;
  font-weight: 300; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #b5b5b5;
  font-weight: 300; }

:-ms-input-placeholder {
  color: #b5b5b5;
  font-weight: 300; }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hidden {
  text-indent: -9999px;
  visibility: hidden;
  display: none; }

.vertical {
  display: table-cell;
  vertical-align: middle; }

.right {
  float: right; }

.left {
  float: left; }

.site-wrapper {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  transition: all 0.24s ease;
  z-index: 10; }
  @media (prefers-color-scheme: dark) {
    .site-wrapper {
      background-color: #090a0b; } }
  @media (prefers-color-scheme: dark) {
    .site-wrapper.is_post_page {
      background-color: #202427; } }
  .site-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.24s ease;
    visibility: hidden;
    z-index: 9999; }

#loading-bar-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow: visible;
  z-index: 999; }

#loading-bar {
  position: relative;
  width: 0;
  height: 2px;
  background-color: rgba(255, 162, 26, 0.7);
  transition: all 0.5s ease; }

body.bio-open .site-sidebar {
  transform: translate3d(0, 0, 0); }

body.bio-open .site-wrapper {
  transform: translate3d(-280px, 0, 0); }
  body.bio-open .site-wrapper .overlay {
    opacity: 1;
    visibility: visible; }

.site-header {
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 20px; }
  .site-header .square {
    position: relative;
    display: block;
    font-weight: normal;
    cursor: pointer;
    overflow: hidden; }
    .site-header .square.logo {
      float: left; }
    .site-header .square.me {
      position: fixed;
      top: 20px;
      right: 20px;
      visibility: visible;
      opacity: 1;
      transition: all 0.24s;
      z-index: 65535; }
      .site-header .square.me.active {
        opacity: 0;
        visibility: hidden; }
    .site-header .square span {
      display: block;
      float: left;
      width: 30px;
      height: 30px;
      line-height: 30px;
      vertical-align: middle;
      text-align: center;
      transition: all 0.24s; }
      .site-header .square span.b {
        background-color: #414141;
        color: #ffffff; }
        @media (prefers-color-scheme: dark) {
          .site-header .square span.b {
            background-color: #202427; } }
        .site-header .square span.b:hover {
          color: #ff9800;
          background-color: #414141; }
          @media (prefers-color-scheme: dark) {
            .site-header .square span.b:hover {
              background-color: #090a0b; } }
      .site-header .square span.w {
        background: transparent;
        color: #414141; }
        @media (prefers-color-scheme: dark) {
          .site-header .square span.w {
            color: #ff9800; } }
        .site-header .square span.w:hover {
          color: #ffffff;
          background-color: #414141; }
          @media (prefers-color-scheme: dark) {
            .site-header .square span.w:hover {
              background-color: #202427; } }

#site-main {
  position: relative;
  width: 100%;
  padding: 20px 0; }
  #site-main .page-header {
    text-align: center;
    margin-bottom: 20px;
    color: #8e8e8e;
    font-size: 15px; }

/* Post list */
.post-list {
  position: relative;
  list-style: none;
  margin: 0 auto;
  width: 1280px;
  opacity: 1;
  transition: opacity 0.4s; }
  @media (max-width: 1300px) {
    .post-list {
      width: 960px; } }
  @media (max-width: 960px) {
    .post-list {
      width: 640px; } }
  @media (max-width: 640px) {
    .post-list {
      width: 100%;
      padding: 0 20px; } }
  .post-list.show {
    opacity: 1; }
  .post-list .post-item {
    position: relative;
    float: left;
    width: 300px;
    height: 300px;
    margin: 0 10px 20px 10px; }
    @media (max-width: 640px) {
      .post-list .post-item {
        width: 100%;
        margin: 0 0 20px 0; } }
    .post-list .post-item .post-link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      border: 3px solid #414141;
      padding: 20px; }
      @media (prefers-color-scheme: dark) {
        .post-list .post-item .post-link {
          background-color: #191b1f;
          border-color: #24272d; } }
      .post-list .post-item .post-link:hover {
        border-color: #ff9800; }
        .post-list .post-item .post-link:hover .post-title {
          color: #ff9800; }
        .post-list .post-item .post-link:hover .post-meta {
          background-color: #ff9800;
          color: #414141; }
    .post-list .post-item .post-title {
      position: absolute;
      bottom: 15px;
      right: 20px;
      padding-left: 50px;
      text-align: right;
      font-size: 20px;
      font-weight: 500;
      transition: all 0.24s; }
      @media (prefers-color-scheme: dark) {
        .post-list .post-item .post-title {
          color: white; } }
    .post-list .post-item .post-meta {
      position: absolute;
      top: -2px;
      left: -2px;
      background-color: #414141;
      padding: 2px 14px 2px 10px;
      font-family: "Oswald", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
      font-size: 14px;
      font-weight: 700;
      color: white;
      transition: all 0.24s; }
      @media (prefers-color-scheme: dark) {
        .post-list .post-item .post-meta {
          background-color: #24272d; } }

.treat-block {
  margin: 30px auto;
  width: 100%; }
  .treat-block.treat-block-footer {
    max-width: 728px; }
    .treat-block.treat-block-footer img {
      width: 100%; }

/* Pagination */
#page-nav {
  position: relative;
  width: 100%;
  max-width: 728px;
  margin: 20px auto 0 auto;
  transition: all 0.4s;
  transform: translate3d(0px, -20px, 0px);
  opacity: 0;
  text-align: center; }
  #page-nav.show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); }
  #page-nav span,
  #page-nav a {
    display: inline-block;
    padding: 0 10px;
    margin: 5px 0;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: middle;
    text-align: center;
    transition: all 0.24s;
    border-bottom: 1px solid transparent; }
  #page-nav span.current {
    background-color: #ececec;
    border-bottom: 1px solid #c6c6c6;
    color: #414141; }
    @media (prefers-color-scheme: dark) {
      #page-nav span.current {
        background-color: #0e0f11;
        border-color: #191b1f;
        color: #757e8f; } }
  #page-nav span.space {
    background-color: #ffffff;
    color: #414141; }
    @media (prefers-color-scheme: dark) {
      #page-nav span.space {
        background-color: #191b1f;
        border-color: #24272d;
        color: #757e8f; } }
  #page-nav a {
    background-color: #ffffff;
    color: #414141; }
    @media (prefers-color-scheme: dark) {
      #page-nav a {
        background-color: #191b1f;
        border-color: #24272d;
        color: #757e8f; } }
    #page-nav a:hover {
      background: #f1f1f1;
      color: #414141; }
      @media (prefers-color-scheme: dark) {
        #page-nav a:hover {
          background-color: #24272d;
          color: #ff9800; } }

#footer {
  position: relative;
  padding: 20px 20px 40px 20px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  transform: translate3d(0px, -20px, 0px);
  transition: all 0.4s;
  z-index: 3; }
  #footer.show {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }
  @media (prefers-color-scheme: dark) {
    #footer {
      color: #65707b; } }
  #footer a {
    color: #828282; }
    @media (prefers-color-scheme: dark) {
      #footer a {
        color: #d2d6da; } }
    #footer a:hover {
      background: rgba(255, 152, 0, 0.2);
      color: #ff9800; }

/* Search */
.search {
  position: relative;
  width: 100%;
  max-width: 728px;
  margin: 0 auto 20px auto;
  z-index: 2; }
  .search #searchform {
    position: relative;
    display: block;
    width: 100%; }
    .search #searchform #u-search-btn-submit {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 36px;
      height: 36px;
      background: transparent;
      color: white;
      border: 0;
      text-align: center;
      font-size: 18px;
      cursor: pointer; }
      .search #searchform #u-search-btn-submit span {
        line-height: 36px; }
  .search #searchinput {
    width: 100%;
    padding: 0 10px;
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    font-family: "Oswald", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
    border: none;
    border-radius: 0 !important;
    background: #414141;
    color: white;
    box-sizing: border-box;
    transition: all 0.24s ease; }
    @media (prefers-color-scheme: dark) {
      .search #searchinput {
        background: #24272d; } }
    .search #searchinput:focus {
      background: black; }
      @media (prefers-color-scheme: dark) {
        .search #searchinput:focus {
          background: #141619; } }

.dark-btn {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid black;
  padding: 0 15px;
  font-size: 13px;
  font-family: "Oswald", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
  text-align: center;
  color: #c2c2c2; }
  .dark-btn:hover {
    color: #414141;
    background-color: #ff9800; }
  .dark-btn .icon {
    position: relative;
    margin-right: 3px;
    font-size: 16px;
    vertical-align: middle;
    line-height: 44px; }
  .dark-btn .text {
    vertical-align: middle;
    line-height: 44px; }

.site-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 280px;
  height: 100%;
  padding: 20px;
  background-color: #414141;
  text-align: center;
  overflow: hidden;
  transform: translate3d(280px, 0, 0);
  transition: all 0.24s ease;
  z-index: 1; }
  @media (prefers-color-scheme: dark) {
    .site-sidebar {
      background: #24272d; } }
  .site-sidebar .shortcuts {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center; }
    .site-sidebar .shortcuts .dark-btn {
      display: inline-block;
      width: 36px;
      height: 36px;
      margin: 0 5px;
      padding: 0;
      font-size: 13px;
      cursor: pointer; }
      .site-sidebar .shortcuts .dark-btn .icon {
        line-height: 34px;
        font-size: 14px;
        margin: 0;
        padding: 0; }
  .site-sidebar .sidebar-switch {
    width: 200px;
    margin: 0 auto 20px auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.24s ease; }
    .site-sidebar .sidebar-switch.show {
      opacity: 1;
      visibility: visible; }
    .site-sidebar .sidebar-switch .dark-btn {
      display: block;
      float: left;
      width: 100px;
      margin-left: -1px;
      cursor: pointer; }
      .site-sidebar .sidebar-switch .dark-btn.active {
        color: whitesmoke;
        background-color: #ff9800; }
        @media (prefers-color-scheme: dark) {
          .site-sidebar .sidebar-switch .dark-btn.active {
            color: #414141; } }
      .site-sidebar .sidebar-switch .dark-btn .icon {
        line-height: 30px;
        top: 1px; }
      .site-sidebar .sidebar-switch .dark-btn .text {
        line-height: 30px; }

.site-bio {
  position: relative;
  opacity: 0;
  transform: translate3d(0px, -20px, 0px);
  transition: all 0.24s ease; }
  .site-bio.show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px); }
  .site-bio .window-nav {
    width: 125px;
    padding: 0 0 0 15px;
    text-align: left; }
  .site-bio .about-me {
    padding: 12px 5px 15px 5px;
    transition: background 0.24s, border-color 0.24s; }
    .site-bio .about-me .avatar {
      display: block;
      width: 96px;
      height: 96px;
      margin: 0 auto;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      border: 1px solid black;
      padding: 3px;
      overflow: hidden; }
      .site-bio .about-me .avatar img {
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .site-bio .about-me .dark-btn {
      padding: 5px 15px;
      margin: 5px 0; }
      .site-bio .about-me .dark-btn:hover {
        background-color: #009688;
        color: rgba(0, 0, 0, 0.7); }
      .site-bio .about-me .dark-btn .icon {
        margin-right: 0; }
    .site-bio .about-me .info {
      color: darkgray;
      margin-top: 10px;
      line-height: 140%;
      padding: 0 15px;
      font-size: 13px; }
  .site-bio .social {
    position: relative;
    margin: 15px 0;
    padding: 0; }
    .site-bio .social a {
      display: inline-block;
      color: #ffffff;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      line-height: 46px;
      vertical-align: middle;
      width: 46px;
      height: 46px;
      background-color: rgba(0, 0, 0, 0.3);
      border: 1px solid black;
      margin: 5px 2px; }
      .site-bio .social a.feed:hover {
        background-color: #ff9800; }
      .site-bio .social a.github:hover {
        background-color: #467cc2; }
      .site-bio .social a.twitter:hover {
        background-color: #55acee; }
      .site-bio .social a.facebook:hover {
        background-color: #3765a3; }
      .site-bio .social a.google:hover {
        background-color: #db4437; }
      .site-bio .social a.dribbble:hover {
        background-color: #ed699c; }
      .site-bio .social a.pinterest:hover {
        background-color: #bc1725; }
      .site-bio .social a.weibo:hover {
        background-color: #f8712a; }
      .site-bio .social a.tumblr:hover {
        background-color: #35465c; }
      .site-bio .social a.instagram:hover {
        background-color: #3f729b; }
      .site-bio .social a.linkedin:hover {
        background-color: #0077B5; }
      .site-bio .social a.behance:hover {
        background-color: #1769FF; }
      .site-bio .social a:hover {
        background: #009688; }
        .site-bio .social a:hover .icon {
          color: whitesmoke; }
      .site-bio .social a .avatar,
      .site-bio .social a .icon {
        transition: all 0.24s; }
      .site-bio .social a .avatar {
        display: block;
        width: 30px;
        height: 30px;
        margin: 7px;
        border-radius: 50%; }
      .site-bio .social a .icon {
        font-size: 18px;
        color: darkgray;
        line-height: 46px; }

.site-toc {
  position: relative;
  padding: 12px 10px 15px 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #262626;
  max-height: 450px;
  overflow: auto;
  opacity: 0;
  transform: translate3d(0px, -20px, 0px);
  transition: all 0.24s ease; }
  .site-toc.show {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1; }
  .site-toc > ol {
    text-align: left;
    list-style: none; }
    .site-toc > ol li a {
      color: #e6e6e6;
      font-size: 15px; }
      .site-toc > ol li a:hover {
        color: #009688; }
    .site-toc > ol li ol {
      list-style: none;
      padding-left: 15px; }

.article {
  position: relative;
  width: 100%;
  max-width: 728px;
  margin: 0 auto 20px auto; }
  @media (prefers-color-scheme: dark) {
    .article {
      color: #d2d6da; } }
  @media (max-width: 768px) {
    .article {
      padding: 20px; } }
  .article .article-header {
    padding: 20px 0 40px 0; }
    @media (max-width: 768px) {
      .article .article-header {
        padding: 0 0 40px 0; } }
    .article .article-header h1 {
      font-size: 2em;
      line-height: 1.2;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .article .article-header h1 {
          font-size: 1.5em; } }
  .article .article-meta {
    font-size: 14px;
    color: #9c9c9c;
    padding-left: 1px; }

/* Blog article styling */
.article-entry,
.post-excerpt {
  position: relative;
  font-family: "Crimson Text", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
  font-size: 18px;
  color: #393a3a;
  padding-bottom: 30px; }
  @media (prefers-color-scheme: dark) {
    .article-entry,
    .post-excerpt {
      color: #d2d6da; } }
  .article-entry a,
  .post-excerpt a {
    color: #f59200; }
    .article-entry a:hover,
    .post-excerpt a:hover {
      color: #f08f00;
      background: rgba(255, 152, 0, 0.1); }
    .article-entry a:active,
    .post-excerpt a:active {
      background: rgba(255, 152, 0, 0.2);
      color: #ffffff; }
  .article-entry h1,
  .article-entry h2,
  .article-entry h3,
  .article-entry h4,
  .article-entry h5,
  .article-entry h6,
  .post-excerpt h1,
  .post-excerpt h2,
  .post-excerpt h3,
  .post-excerpt h4,
  .post-excerpt h5,
  .post-excerpt h6 {
    position: relative;
    font-family: "Oswald", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", Microsoft JhengHei, WenQuanYi Micro Hei, "Microsoft YaHei", sans-serif;
    font-weight: bold;
    margin: 40px auto 30px auto; }
    @media (max-width: 768px) {
      .article-entry h1,
      .article-entry h2,
      .article-entry h3,
      .article-entry h4,
      .article-entry h5,
      .article-entry h6,
      .post-excerpt h1,
      .post-excerpt h2,
      .post-excerpt h3,
      .post-excerpt h4,
      .post-excerpt h5,
      .post-excerpt h6 {
        left: 15px; } }
    .article-entry h1::before,
    .article-entry h2::before,
    .article-entry h3::before,
    .article-entry h4::before,
    .article-entry h5::before,
    .article-entry h6::before,
    .post-excerpt h1::before,
    .post-excerpt h2::before,
    .post-excerpt h3::before,
    .post-excerpt h4::before,
    .post-excerpt h5::before,
    .post-excerpt h6::before {
      position: absolute;
      left: -20px;
      top: 0;
      content: "#";
      color: #4caf50;
      font-weight: normal; }
  .article-entry p,
  .post-excerpt p {
    margin-bottom: 20px;
    line-height: 1.75em; }
  .article-entry figure,
  .post-excerpt figure {
    width: 100%;
    font-size: 13px;
    margin: 20px 0;
    padding: 10px 15px;
    background-color: #F9F9F9;
    overflow: auto; }
    @media (prefers-color-scheme: dark) {
      .article-entry figure,
      .post-excerpt figure {
        background-color: #24272d; } }
    .article-entry figure td.gutter,
    .post-excerpt figure td.gutter {
      padding-right: 10px;
      color: #969696;
      font-size: 12px;
      border-right: 1px solid #ececec; }
    .article-entry figure td.code,
    .post-excerpt figure td.code {
      padding-left: 10px; }
  .article-entry ul,
  .article-entry ol,
  .post-excerpt ul,
  .post-excerpt ol {
    margin: 20px 0 20px 0;
    padding-left: 30px;
    list-style: circle; }
  .article-entry img,
  .post-excerpt img {
    display: block;
    border: none;
    max-width: 100%;
    height: auto; }
  .article-entry blockquote,
  .post-excerpt blockquote {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
    border-left: 4px solid #4caf50; }
  .article-entry code,
  .post-excerpt code {
    color: #008c7f;
    padding: 3px 5px;
    margin: 0 2px;
    border-radius: 2px;
    white-space: nowrap;
    font-size: 0.8em;
    background-color: #F9F9F9; }
    @media (prefers-color-scheme: dark) {
      .article-entry code,
      .post-excerpt code {
        background-color: #24272d;
        color: #d2d6da; } }
  .article-entry pre,
  .post-excerpt pre {
    white-space: pre; }
    .article-entry pre code,
    .post-excerpt pre code {
      color: #414141;
      padding: 0 0 0 30px;
      margin: 0;
      font-size: 1em;
      background-color: transparent;
      border: 0;
      white-space: inherit; }
      @media (prefers-color-scheme: dark) {
        .article-entry pre code,
        .post-excerpt pre code {
          background-color: #24272d; } }
    .article-entry pre figure,
    .post-excerpt pre figure {
      margin: 0; }
  @media (max-width: 768px) {
    .article-entry,
    .post-excerpt {
      font-size: 16px; }
      .article-entry h1,
      .article-entry h2,
      .article-entry h3,
      .post-excerpt h1,
      .post-excerpt h2,
      .post-excerpt h3 {
        margin: 30px 0; }
      .article-entry h4,
      .article-entry h5,
      .article-entry h6,
      .post-excerpt h4,
      .post-excerpt h5,
      .post-excerpt h6 {
        margin: 20px 0; }
      .article-entry h1,
      .post-excerpt h1 {
        font-size: 1.5em; }
      .article-entry h2,
      .post-excerpt h2 {
        font-size: 1.4em; }
      .article-entry h3,
      .post-excerpt h3 {
        font-size: 1.3em; }
      .article-entry h4,
      .post-excerpt h4 {
        font-size: 1.2em; }
      .article-entry h5,
      .post-excerpt h5 {
        font-size: 1.1em; }
      .article-entry h6,
      .post-excerpt h6 {
        font-size: 1em; }
      .article-entry figure,
      .post-excerpt figure {
        font-size: 13px;
        line-height: 1.6em; } }

.article-tags {
  margin-bottom: 30px; }
  .article-tags .tag-link {
    position: relative;
    display: inline-block;
    padding: 4px 10px 6px 10px;
    margin: 0 5px 5px 0;
    line-height: normal;
    font-size: 14px;
    background-color: #F9F9F9;
    border-radius: 2px; }
    @media (prefers-color-scheme: dark) {
      .article-tags .tag-link {
        background-color: #191b1f;
        color: #ffffff; } }
    .article-tags .tag-link:hover {
      background-color: #414141;
      color: #ffffff; }
      @media (prefers-color-scheme: dark) {
        .article-tags .tag-link:hover {
          background-color: #24272d; } }
    .article-tags .tag-link::before {
      content: "#";
      margin-right: 3px; }

/* Comments */
#comments {
  position: relative;
  padding: 30px 0; }

/* Tomorrow Theme */
.tomorrow-comment, pre .comment, pre .title {
  color: #8e908c; }

.tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
  color: #c82829; }

.tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
  color: #f5871f; }

.tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
  color: #eab700; }

.tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
  color: #718c00; }

.tomorrow-aqua, pre .css .hexcolor {
  color: #3e999f; }

.tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
  color: #4271ae; }

.tomorrow-purple, pre .keyword, pre .javascript .function {
  color: #8959a8; }

pre code {
  display: block;
  background-color: #ffffff;
  color: #4d4d4c;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px; }
  @media (prefers-color-scheme: dark) {
    pre code {
      background-color: #24272d; } }

body.us-modal__active {
  overflow: hidden; }
  @media (max-width: 680px) {
    body.us-modal__active {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

#universal-search {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 60px 20px;
  z-index: 999999; }
  @media (max-width: 680px) {
    #universal-search {
      padding: 0; } }
  #universal-search .us-modal {
    position: fixed;
    height: 80%;
    width: 100%;
    max-width: 640px;
    left: 50%;
    top: 0;
    margin: 64px 0 0px -320px;
    background: #fff;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    overflow: hidden;
    z-index: 3; }
    @media (max-width: 680px) {
      #universal-search .us-modal {
        box-shadow: none;
        max-width: none;
        top: 0;
        left: 0;
        margin: 0;
        height: 100%;
        border-radius: 0; } }
    #universal-search .us-modal__ajax-content {
      opacity: 0;
      visibility: hidden;
      transition: all 0.36s; }
      #universal-search .us-modal__ajax-content.loaded {
        opacity: 1;
        visibility: visible; }
    #universal-search .us-modal__close {
      display: block;
      position: absolute;
      width: 50px;
      height: 50px;
      top: 0;
      right: 0;
      color: #313232;
      cursor: pointer;
      text-align: center;
      line-height: 50px;
      vertical-align: middle;
      font-size: 18px;
      transition: all 0.24s;
      z-index: 2; }
      #universal-search .us-modal__close:hover {
        transform: rotate(90deg); }
    #universal-search .us-modal__loading {
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      background: transparent;
      z-index: 3; }
      #universal-search .us-modal__loading__bar {
        display: block;
        position: relative;
        width: 0;
        height: 100%;
        background: #ffb74d;
        transition: width 0.24s; }
    #universal-search .us-modal__header {
      position: relative;
      width: 100%;
      height: 50px;
      background-color: white;
      z-index: 3; }
      #universal-search .us-modal__header__form {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 2; }
        #universal-search .us-modal__header__form__input {
          width: 100%;
          padding: 0 50px 0 40px;
          font-size: 14px;
          line-height: 50px;
          vertical-align: middle;
          color: #313232;
          border: none;
          background: transparent;
          border-bottom: 1px solid #ddd;
          transition: all ease 0.24s;
          -webkit-appearance: none;
          box-shadow: none;
          border-radius: 0; }
          #universal-search .us-modal__header__form__input:focus {
            border-bottom-color: #2196f3;
            background-color: #f7f8fc; }
        #universal-search .us-modal__header__form__submit {
          position: absolute;
          top: 0;
          left: 0;
          padding-left: 5px;
          padding-top: 2px;
          background: transparent;
          border: none;
          width: 40px;
          height: 50px;
          vertical-align: middle;
          font-size: 20px;
          color: #313232;
          z-index: 2; }
    #universal-search .us-modal__logo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      z-index: 0; }
      #universal-search .us-modal__logo a {
        display: inline-block; }
      #universal-search .us-modal__logo.google img {
        height: 24px;
        margin-top: 13px; }
      #universal-search .us-modal__logo img {
        position: relative;
        display: inline-block;
        width: auto;
        height: 18px;
        margin-top: 16px; }
    #universal-search .us-modal__footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50px;
      padding: 0 15px;
      background: #fff;
      border-top: 1px solid #dadada; }
      #universal-search .us-modal__footer__metadata {
        position: relative;
        float: left;
        vertical-align: middle;
        line-height: 50px;
        font-size: 13px;
        z-index: 1; }
    #universal-search .us-modal__nav {
      position: relative;
      display: block;
      float: right;
      vertical-align: middle;
      font-size: 12px;
      font-weight: normal;
      line-height: 50px;
      color: #828282;
      cursor: pointer;
      z-index: 1; }
      #universal-search .us-modal__nav:hover {
        color: #414141; }
      #universal-search .us-modal__nav__next {
        margin-left: 10px; }
      #universal-search .us-modal__nav .icon {
        position: relative;
        top: -1px;
        font-size: 12px;
        vertical-align: middle; }
    #universal-search .us-modal__body {
      position: absolute;
      padding: 50px 0;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch; }
    #universal-search .us-modal__results {
      list-style: none; }
      #universal-search .us-modal__results li {
        border-bottom: 1px solid #e6e8ea; }
        #universal-search .us-modal__results li:last-child {
          border-bottom: none; }
        #universal-search .us-modal__results li.us-modal__error {
          padding: 20px;
          font-size: 13px;
          font-weight: normal;
          color: #828282; }
    #universal-search .us-modal__result {
      position: relative;
      display: block;
      padding: 24px 44px 24px 30px;
      text-decoration: none;
      transition: all ease 0.32s; }
      @media (max-width: 680px) {
        #universal-search .us-modal__result {
          padding: 24px 34px 24px 25px; } }
      #universal-search .us-modal__result:hover {
        background-color: #f7f8fc; }
        #universal-search .us-modal__result:hover__excerpt,
        #universal-search .us-modal__result:hover .icon {
          color: #414141; }
      #universal-search .us-modal__result__title {
        display: inline-block;
        max-width: 100%;
        color: #313232;
        font-size: 16px;
        font-weight: bold;
        padding: 1px 1px 2px 1px;
        border-bottom: 1px solid #e6e8ea;
        margin-bottom: 5px;
        line-height: 110%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      #universal-search .us-modal__result__excerpt {
        display: block;
        font-size: 13px;
        line-height: 160%;
        color: #4a4c4c;
        transition: color 0.24s; }
        #universal-search .us-modal__result__excerpt em {
          font-weight: bold;
          font-style: normal; }
      #universal-search .us-modal__result .icon {
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -4px;
        font-size: 12px;
        color: #828282; }
        @media (max-width: 680px) {
          #universal-search .us-modal__result .icon {
            right: 12px; } }
    #universal-search .us-modal__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      z-index: 1; }
