@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?37382099");
  src: url("../font/fontello.eot?37382099#iefix") format("embedded-opentype"), url("../font/fontello.woff2?37382099") format("woff2"), url("../font/fontello.woff?37382099") format("woff"), url("../font/fontello.ttf?37382099") format("truetype"), url("../font/fontello.svg?37382099#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?37382099#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-calendar:before {
  content: '\e800'; }

/* '' */
.icon-calendar-1:before {
  content: '\e801'; }

/* '' */
.icon-search:before {
  content: '\e805'; }

/* '' */
.icon-github-circled:before {
  content: '\f09b'; }

/* '' */
.icon-pinterest-squared:before {
  content: '\f0d3'; }

/* '' */
.icon-mail-alt:before {
  content: '\f199'; }

/* '' */
.icon-youtube:before {
  content: '\f166'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-flickr:before {
  content: '\f16e'; }

/* '' */
.icon-dribbble:before {
  content: '\f17d'; }

/* '' */
.icon-gitlab:before {
  content: '\f296'; }

/* '' */
.icon-telegram:before {
  content: '\f2c6'; }

/* '' */
.icon-twitter-squared:before {
  content: '\f304'; }

/* '' */
.icon-facebook-squared:before {
  content: '\f308'; }

/* '' */
.icon-linkedin-squared:before {
  content: '\f30c'; }

/* '' */
.icon-soundcloud:before {
  content: '\f348'; }

/* '' */
.icon-stack-overflow:before {
  content: '\f16c'; }

/* '' */
.icon-category:before {
  content: '\e802'; }

/* '' */
.icon-right-arrow:before {
  content: ""; }

/* '' */
.icon-chart:before {
  content: ""; }

/* '' */
.icon-shield:before {
  content: ""; }

/* '' */
.icon-rss:before {
  content: ""; }

/* '' */
.icon-phone-squared:before {
  content: ""; }

/* '' */
.icon-angle-circled-right:before {
  content: ""; }

/* '' */
.icon-angle-circled-left:before {
  content: ""; }

/* '' */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Solarized Light 
For use with Jekyll and Pygments
http://ethanschoonover.com/solarized
SOLARIZED HEX      ROLE
--------- -------- ------------------------------------------
base01    #586e75  body text / default code / primary content
base1     #93a1a1  comments / secondary content
base3     #fdf6e3  background
orange    #cb4b16  constants
red       #dc322f  regex, special keywords
blue      #268bd2  reserved keywords
cyan      #2aa198  strings, numbers
green     #859900  operators, other keywords
*/
.highlight {
  background-color: #fdf6e3;
  color: #586e75; }

.highlight .c {
  color: #93a1a1; }

/* Comment */
.highlight .err {
  color: #586e75; }

/* Error */
.highlight .g {
  color: #586e75; }

/* Generic */
.highlight .k {
  color: #859900; }

/* Keyword */
.highlight .l {
  color: #586e75; }

/* Literal */
.highlight .n {
  color: #586e75; }

/* Name */
.highlight .o {
  color: #859900; }

/* Operator */
.highlight .x {
  color: #cb4b16; }

/* Other */
.highlight .p {
  color: #586e75; }

/* Punctuation */
.highlight .cm {
  color: #93a1a1; }

/* Comment.Multiline */
.highlight .cp {
  color: #859900; }

/* Comment.Preproc */
.highlight .c1 {
  color: #93a1a1; }

/* Comment.Single */
.highlight .cs {
  color: #859900; }

/* Comment.Special */
.highlight .gd {
  color: #2aa198; }

/* Generic.Deleted */
.highlight .ge {
  color: #586e75;
  font-style: italic; }

/* Generic.Emph */
.highlight .gr {
  color: #dc322f; }

/* Generic.Error */
.highlight .gh {
  color: #cb4b16; }

/* Generic.Heading */
.highlight .gi {
  color: #859900; }

/* Generic.Inserted */
.highlight .go {
  color: #586e75; }

/* Generic.Output */
.highlight .gp {
  color: #586e75; }

/* Generic.Prompt */
.highlight .gs {
  color: #586e75;
  font-weight: bold; }

/* Generic.Strong */
.highlight .gu {
  color: #cb4b16; }

/* Generic.Subheading */
.highlight .gt {
  color: #586e75; }

/* Generic.Traceback */
.highlight .kc {
  color: #cb4b16; }

/* Keyword.Constant */
.highlight .kd {
  color: #268bd2; }

/* Keyword.Declaration */
.highlight .kn {
  color: #859900; }

/* Keyword.Namespace */
.highlight .kp {
  color: #859900; }

/* Keyword.Pseudo */
.highlight .kr {
  color: #268bd2; }

/* Keyword.Reserved */
.highlight .kt {
  color: #dc322f; }

/* Keyword.Type */
.highlight .ld {
  color: #586e75; }

/* Literal.Date */
.highlight .m {
  color: #2aa198; }

/* Literal.Number */
.highlight .s {
  color: #2aa198; }

/* Literal.String */
.highlight .na {
  color: #586e75; }

/* Name.Attribute */
.highlight .nb {
  color: #B58900; }

/* Name.Builtin */
.highlight .nc {
  color: #268bd2; }

/* Name.Class */
.highlight .no {
  color: #cb4b16; }

/* Name.Constant */
.highlight .nd {
  color: #268bd2; }

/* Name.Decorator */
.highlight .ni {
  color: #cb4b16; }

/* Name.Entity */
.highlight .ne {
  color: #cb4b16; }

/* Name.Exception */
.highlight .nf {
  color: #268bd2; }

/* Name.Function */
.highlight .nl {
  color: #586e75; }

/* Name.Label */
.highlight .nn {
  color: #586e75; }

/* Name.Namespace */
.highlight .nx {
  color: #586e75; }

/* Name.Other */
.highlight .py {
  color: #586e75; }

/* Name.Property */
.highlight .nt {
  color: #268bd2; }

/* Name.Tag */
.highlight .nv {
  color: #268bd2; }

/* Name.Variable */
.highlight .ow {
  color: #859900; }

/* Operator.Word */
.highlight .w {
  color: #586e75; }

/* Text.Whitespace */
.highlight .mf {
  color: #2aa198; }

/* Literal.Number.Float */
.highlight .mh {
  color: #2aa198; }

/* Literal.Number.Hex */
.highlight .mi {
  color: #2aa198; }

/* Literal.Number.Integer */
.highlight .mo {
  color: #2aa198; }

/* Literal.Number.Oct */
.highlight .sb {
  color: #93a1a1; }

/* Literal.String.Backtick */
.highlight .sc {
  color: #2aa198; }

/* Literal.String.Char */
.highlight .sd {
  color: #586e75; }

/* Literal.String.Doc */
.highlight .s2 {
  color: #2aa198; }

/* Literal.String.Double */
.highlight .se {
  color: #cb4b16; }

/* Literal.String.Escape */
.highlight .sh {
  color: #586e75; }

/* Literal.String.Heredoc */
.highlight .si {
  color: #2aa198; }

/* Literal.String.Interpol */
.highlight .sx {
  color: #2aa198; }

/* Literal.String.Other */
.highlight .sr {
  color: #dc322f; }

/* Literal.String.Regex */
.highlight .s1 {
  color: #2aa198; }

/* Literal.String.Single */
.highlight .ss {
  color: #2aa198; }

/* Literal.String.Symbol */
.highlight .bp {
  color: #268bd2; }

/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #268bd2; }

/* Name.Variable.Class */
.highlight .vg {
  color: #268bd2; }

/* Name.Variable.Global */
.highlight .vi {
  color: #268bd2; }

/* Name.Variable.Instance */
.highlight .il {
  color: #2aa198; }

/* Literal.Number.Integer.Long */
.highlight {
  background-color: #f4f4f4; }

div.highlight {
  padding: 5px 20px; }

pre.highlight, code {
  font-family: 'Consolas', Menlo, monospace;
  line-height: 1.4em;
  tab-size: 4; }

@keyframes fadeInIcon {
  from {
    opacity: 0;
    transform: scale(0.8); }
  to {
    opacity: 1;
    transform: scale(1); } }
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInTooltip {
  from {
    opacity: 0;
    transform: translateX(-50%) scale(0.8); }
  to {
    opacity: 1;
    transform: translateX(-50%) scale(1); } }
*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body {
  overflow-x: hidden;
  min-width: 0; }

html {
  overflow-y: auto;
  height: auto; }

body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-y: visible !important;
  height: auto !important;
  min-height: 100vh; }

img,
embed,
object,
video {
  max-width: 100%; }

a {
  color: #000;
  transition: color 0.3s; }
  a:hover {
    color: #0a59b0; }

h2 {
  margin: 0.7em 0; }
  @media screen and (max-width: 768px) {
    h2 {
      margin: 0.3em 0; } }

main {
  margin: 0 90px;
  display: flex;
  height: auto;
  min-height: 100vh;
  overflow: visible; }
  @media screen and (min-width: 1600px) {
    main {
      margin: 0 auto;
      max-width: 1440px; } }
  @media screen and (max-width: 1280px) {
    main {
      margin: 0 75px; } }
  @media screen and (max-width: 1024px) {
    main {
      margin: 0 35px; } }
  @media screen and (max-width: 768px) {
    main {
      margin: 0 10px;
      flex-direction: column; } }
  @media screen and (max-width: 480px) {
    main {
      margin: 0; } }
  @media screen and (min-width: 769px) {
    main .content {
      max-width: calc(100% - 220px);
      margin-left: 220px;
      width: 100%; } }
  main .about {
    display: flex;
    height: 100vh;
    padding-bottom: 15vh;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    @media screen and (max-width: 768px) {
      main .about {
        height: auto;
        padding: 5vh 30px; } }
    @media screen and (max-width: 480px) {
      main .about {
        padding: 5vh 20px; } }
    @media screen and (min-width: 769px) {
      main .about {
        position: fixed;
        max-width: 280px; } }
    main .about h2 {
      font-size: 22px;
      margin-top: 25px;
      margin-bottom: 0;
      color: #222222;
      font-weight: normal; }
    main .about .tagline {
      text-align: center;
      font-size: 22px;
      margin-top: 0px;
      color: #aaa;
      white-space: pre-wrap;
      line-height: normal; }
    main .about img {
      max-width: 150px; }
    main .about img.dark {
      display: none; }
    main .about .about-header {
      display: flex;
      flex-direction: column; }
      main .about .about-header .about-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 17px; }

#title a {
  text-decoration: none; }

.social {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  animation: fadeInIcon 0.4s ease-out forwards;
  animation-delay: 0.2s; }
  .social a {
    margin-bottom: .5em; }
  .social li i {
    color: #000 !important;
    font-size: 34px; }
    .social li i:hover {
      color: #000 !important; }
  .social li:hover .social-tooltip {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s;
    animation: fadeInTooltip 0.2s ease-out forwards; }

.social-tooltip {
  color: #ececec;
  position: absolute;
  top: -35px;
  left: 50%;
  background-color: #777;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 100;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s;
  pointer-events: none; }
  .social-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform-origin: center center;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #777; }

.navigation {
  width: 80%; }
  .navigation ul {
    list-style-type: none;
    padding: 0;
    margin-top: 0; }
    .navigation ul li:last-child a {
      border-bottom: 0; }
    .navigation ul a {
      display: block;
      text-align: center;
      padding: 1rem 0;
      text-decoration: none;
      border-bottom: 1px solid #ececec; }
      @media screen and (max-width: 768px) {
        .navigation ul a {
          padding: 2rem 0; } }

.dark-mode-toggle.no-transition + .slider,
.dark-mode-toggle.no-transition + .slider:before {
  -webkit-transition: none !important;
  transition: none !important; }

.post {
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.6s; }

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 0 0 0;
  padding-top: 10px; }
  .post-navigation a {
    color: #333;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
    .post-navigation a:hover {
      color: #0a59b0; }
  .post-navigation .previous-post,
  .post-navigation .next-post {
    color: #333;
    padding-left: 15px;
    font-size: 1em;
    opacity: 0;
    animation: fadeInSlide 0.4s ease-out forwards;
    animation-delay: 0.6s; }
  .post-navigation .previous-post-placeholder,
  .post-navigation .next-post-placeholder {
    min-width: 120px; }

.post-wrapper {
  border-bottom: 1px solid #ececec;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.post-categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 1s; }
  .post-categories li {
    font-size: 14px;
    float: left;
    background-color: #e3e3e3;
    padding: 5px 20px;
    border-radius: 2px;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .post-categories li {
        margin-top: 5px; } }

.post-date {
  margin-right: 10px;
  color: #555;
  min-width: 150px; }

.post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.6s; }
  @media screen and (max-width: 768px) {
    .post-meta {
      flex-direction: column;
      align-items: baseline; }
      .post-meta .post-date {
        margin: 10px 0; } }

.icon-search {
  vertical-align: middle; }
  .icon-search:hover {
    color: #222 !important; }

.icon-calendar,
.icon-category,
.icon-chart {
  color: #555;
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle; }

.post-link {
  text-decoration: none;
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.6s;
  transition: color 0.3s; }
  .post-link:hover {
    color: #0a59b0;
    text-decoration: none; }

.post-title {
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.8s;
  line-height: 1.3em;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 10px; }

.posts {
  padding-left: 110px; }

.posts,
.post-container {
  list-style-type: none;
  margin: 0; }
  @media screen and (max-width: 480px) {
    .posts,
    .post-container {
      margin: 0 10px 0 10px;
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .posts,
    .post-container {
      margin: 0 10px 0 10px;
      padding: 0; } }

.post-container {
  list-style-type: none;
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.6s; }
  @media screen and (max-width: 480px) {
    .post-container {
      padding: 0;
      margin-top: 0; } }
  @media screen and (max-width: 768px) {
    .post-container {
      padding: 0;
      margin-top: 0; } }

#giscus-comments {
  margin-top: 40px;
  margin-bottom: 40px; }

.posts .posts-labelgroup {
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.2s; }
.posts > li {
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.2s; }

.category-list-direct .category-section {
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.6s; }

.post {
  font-family: "Merriweather", sans-serif;
  font-weight: 300;
  color: #222;
  line-height: 1.9em;
  transition: color 0.3s;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 10px; }
  .post p {
    margin-top: 10px; }
  .post a {
    color: #0a59b0;
    text-decoration: none;
    transition: border-bottom 0.4s; }
    .post a:hover {
      border-bottom: 0.5px solid #0a59b0; }
  .post h1,
  .post h2,
  .post h3,
  .post h4,
  .post h5,
  .post h6 {
    font-family: Raleway, sans-serif; }

.posts-labelgroup {
  margin: 0 0 0.67em 0;
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 10; }

.search-container {
  position: relative;
  z-index: 20; }

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 30; }

#posts-label {
  font-size: 15px;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 0;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  transition: width 0.1s; }

table th, table td {
  padding: 8px 13px;
  border: 1px solid #dfe2e5; }
table th {
  background-color: #eee;
  font-family: Raleway; }

footer {
  display: none; }

@media screen and (max-width: 768px) {
  .about .about-header.condensed {
    align-items: start;
    align-self: start; }
    .about .about-header.condensed .about-title {
      flex-direction: row;
      margin-bottom: 10px; }
      .about .about-header.condensed .about-title img {
        max-height: 40px; }
      .about .about-header.condensed .about-title h2 {
        margin: 0 10px; }
    .about .about-header.condensed .tagline {
      font-size: 18px;
      margin-bottom: 0px; }
  .about .about-footer.condensed {
    display: none; }

  footer.condensed {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 40px;
    border-top: 1px solid #eee; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    footer.condensed {
      margin: 0 20px; } }

.category-header {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px; }

.category-header.is-expanded .icon-right-arrow {
  transform-origin: center center;
  transform: rotate(90deg); }

.category-name {
  color: #000;
  font-weight: normal; }

.category-count {
  color: #999;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal; }

.icon-right-arrow {
  color: #555;
  padding-right: 5px;
  font-size: 14px;
  vertical-align: middle;
  transition: transform 0.3s ease; }

.category-section {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px; }

.category-post-separator {
  color: #555; }

.post-hyperlinks {
  list-style: none;
  padding: 0;
  margin-left: 10px;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out; }
  .post-hyperlinks li {
    margin-left: 20px;
    margin-bottom: 5px; }
  .post-hyperlinks a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 0.3s; }
    .post-hyperlinks a:hover {
      color: #0a59b0; }
  .post-hyperlinks.closed {
    max-height: 0; }

.archive-year {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  margin-bottom: 10px; }

.category-header.is-expanded .icon-right-arrow {
  transform-origin: center center;
  transform: rotate(90deg); }

.archive-year-heading .icon-right-arrow,
.archive-month-heading .icon-right-arrow {
  color: #555;
  font-size: 14px;
  vertical-align: middle;
  transition: transform 0.3s ease; }

.archive-year-heading.is-expanded .icon-right-arrow,
.archive-month-heading.is-expanded .icon-right-arrow {
  transform-origin: center center;
  transform: rotate(90deg); }

.archive-year-heading {
  color: #555;
  font-weight: lighter;
  margin: 10px 0 10px 0;
  padding-left: 5px; }

.archive-month-heading {
  color: #555;
  margin: 0; }

.archive-month-count {
  margin: 0;
  color: #999; }

.archive-post-detail-list {
  margin: 10px 0 10px 0;
  padding-left: 0; }

.archive-year,
.archive-month-list li {
  list-style-type: none;
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.6s; }

.archive-post-detail-list li {
  list-style-type: none; }

.archive-post-item {
  margin: 0;
  display: flex;
  align-items: baseline;
  list-style-type: none; }

.archive-post-date {
  color: #555; }

.archive-post-separator {
  color: #555;
  margin-right: 5px;
  visibility: inherit; }

.archive-post-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s; }
  .archive-post-link:hover {
    color: #0a59b0; }

.archive-date-group {
  width: 37px;
  flex-shrink: 0;
  text-align: right; }

.archive-post-item.no-date .archive-date-group {
  visibility: hidden; }

.github-stats-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.6s; }
  @media screen and (max-width: 480px) {
    .github-stats-container a:first-child {
      width: 100%; } }
  @media screen and (max-width: 480px) {
    .github-stats-container a:last-child {
      width: 65%; } }
  @media screen and (max-width: 480px) {
    .github-stats-container {
      flex-direction: column;
      align-items: flex-start; } }
  @media screen and (max-width: 768px) {
    .github-stats-container {
      flex-direction: column;
      align-items: flex-start; } }

.github-stat-item {
  max-height: 200; }
  @media screen and (max-width: 768px) {
    .github-stat-item {
      width: 100%; } }

.category-stats-container {
  max-width: 100%;
  margin: 10px 0 10px 0;
  padding: 15px 15px 15px 15px;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  position: relative;
  opacity: 0;
  animation: fadeInSlide 0.4s ease-out forwards;
  animation-delay: 0.6s; }

.latest-update-info {
  color: #999;
  font-size: 15px;
  font-weight: normal;
  text-align: right;
  position: absolute;
  bottom: 5px;
  right: 5px; }
  .latest-update-info .icon-sync {
    margin: 0; }

.category-stat-item {
  padding: 0;
  margin: 0; }

.category-label-group {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin: 0;
  padding: 0;
  font-size: 1.1em; }

.category-stat-name {
  color: #999;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  align-items: center; }

.category-stat-name::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-left: 8px;
  background-color: var(--bar-color, #0a59b0);
  box-shadow: 0 0 0 2px rgba(var(--bar-color-rgb, 10, 89, 176), 0.3); }

.category-info-right {
  display: flex;
  align-items: center; }

.category-percentage {
  font-size: 0.9em;
  color: #999;
  white-space: nowrap; }

.stat-bar-wrapper {
  margin-bottom: 15px;
  position: relative; }
  .stat-bar-wrapper:hover .stat-bar-tooltip {
    opacity: 0;
    visibility: visible;
    transition: opacity 0.3s, visibility 0s;
    animation: fadeInTooltip 0.2s ease-out forwards; }

.stat-bar-tooltip {
  color: #ececec;
  position: absolute;
  top: -35px;
  left: 50%;
  background-color: #777;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s;
  pointer-events: none; }
  .stat-bar-tooltip::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform-origin: center center;
    transform: translateX(-50%) rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #777; }

.stat-bar-background {
  background-color: #eee;
  height: 12px;
  border-radius: 0;
  overflow: hidden; }

.stat-bar {
  height: 100%;
  transition: width 0.8s ease-out;
  border-radius: 0;
  width: 0; }

.stat-axis-container {
  max-width: 100%;
  position: relative;
  height: 25px;
  margin-top: 5px; }

.stat-axis-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ddd; }

.stat-axis-labels {
  color: #777;
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 500; }

.stat-axis-labels span {
  position: absolute;
  transform: translateX(-50%);
  white-space: nowrap; }
  .stat-axis-labels span::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 5px;
    background-color: #ccc; }
  .stat-axis-labels span:first-child {
    transform: translateX(0);
    left: 0 !important; }
  .stat-axis-labels span:last-child {
    transform: translateX(-100%);
    left: 100% !important; }

/* Post Label And Search */
/* Hack iOS Safari Unfocus */
main {
  outline: none;
  min-height: 100vh; }

.posts-labelgroup {
  /* Firefox Flex Hack */ }
@-moz-document url-prefix() {
  .posts-labelgroup {
    align-items: center; } }
  .posts-labelgroup .search-section {
    display: flex;
    flex-grow: 1;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    align-items: center;
    border-radius: 5px; }
  .posts-labelgroup i {
    color: #777;
    flex-grow: 0;
    padding: 0 8px;
    transition: color 0.5s;
    font-size: 15px; }
  .posts-labelgroup input {
    color: #555;
    background-color: transparent;
    font-size: 15px;
    flex-grow: 1;
    height: 39px;
    border: none;
    padding: 10px 0;
    outline: none;
    transition: color 0.5s; }
  .posts-labelgroup .search-results {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    width: 100%;
    min-height: 50px;
    box-shadow: 0 1px 2px 0 rgba(32, 33, 36, 0.28);
    z-index: 3;
    padding: 10px 0;
    font-size: 15px;
    border: 1px solid rgba(223, 225, 229, 0); }
    .posts-labelgroup .search-results:empty::before {
      content: attr(data-placeholder);
      padding: 8px 25px 8px 14px; }
    .posts-labelgroup .search-results a {
      padding: 8px 25px 8px 14px;
      text-decoration: none;
      display: flex;
      background-color: transparent; }
      .posts-labelgroup .search-results a:hover {
        color: black;
        background-color: #eee; }
      .posts-labelgroup .search-results a::before {
        content: '\e805';
        font-family: "fontello";
        font-style: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-feature-settings: 'liga';
        margin-right: 14px;
        padding: 0 3px;
        color: #9aa0a6; }
  .posts-labelgroup .search-container {
    display: block;
    flex-grow: 1;
    position: relative; }
  .posts-labelgroup:hover i {
    color: black; }
  .posts-labelgroup.focus-within .search-section {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(32, 33, 36, 0.28);
    border: 1px solid rgba(223, 225, 229, 0);
    border-bottom: solid 1px #eee;
    z-index: 3;
    margin: 0 auto; }
  .posts-labelgroup.focus-within input {
    color: black; }
  .posts-labelgroup.focus-within i {
    color: black;
    padding: 0 14px; }

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #002b36; }

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3; }

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px); }

/* Rounded sliders */
.slider.round {
  border-radius: 17px; }

.slider.round:before {
  border-radius: 50%; }

.dark,
.dark * {
  background-color: #171717;
  color: #e6e6e6;
  border-color: #e6e6e6;
  /* Solarized Dark 
  
  For use with Jekyll and Pygments
  
  http://ethanschoonover.com/solarized
  
  SOLARIZED HEX      ROLE
  --------- -------- ------------------------------------------
  base03    #002b36  background
  base01    #586e75  comments / secondary content
  base1     #93a1a1  body text / default code / primary content
  orange    #cb4b16  constants
  red       #dc322f  regex, special keywords
  blue      #268bd2  reserved keywords
  cyan      #2aa198  strings, numbers
  green     #859900  operators, other keywords
  */
  /* Comment */
  /* Error */
  /* Generic */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Other */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */ }
  .dark .about img.light,
  .dark * .about img.light {
    display: none; }
  .dark .about img.dark,
  .dark * .about img.dark {
    display: inline; }
  .dark .post,
  .dark * .post {
    background-color: #171717;
    border: 1px solid #272727;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.01); }
    .dark .post a,
    .dark * .post a {
      color: #4da3ff; }
      .dark .post a:hover,
      .dark * .post a:hover {
        border-bottom: 0.5px solid #4da3ff; }
  .dark .post p,
  .dark * .post p {
    color: #ddd; }
  .dark .post-navigation a,
  .dark * .post-navigation a {
    color: #ccc;
    background-color: #171717;
    border: 1px solid #272727;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.01); }
    .dark .post-navigation a:hover,
    .dark * .post-navigation a:hover {
      color: #4da3ff; }
  .dark .next-post,
  .dark * .next-post {
    color: #ccc; }
  .dark .previous-post,
  .dark * .previous-post {
    color: #ccc; }
  .dark .social [class^="icon-"],
  .dark * .social [class^="icon-"] {
    color: #e6e6e6; }
  .dark .social li i,
  .dark * .social li i {
    color: #fff !important; }
    .dark .social li i:hover,
    .dark * .social li i:hover {
      color: #fff !important; }
  .dark .social-tooltip,
  .dark * .social-tooltip {
    color: #222;
    background: #eee; }
    .dark .social-tooltip::after,
    .dark * .social-tooltip::after {
      background: #eee; }
  .dark .icon-calendar,
  .dark * .icon-calendar {
    color: #999; }
  .dark .icon-category,
  .dark * .icon-category {
    color: #999; }
  .dark #posts-label,
  .dark * #posts-label {
    color: #e6e6e6;
    border-bottom: 1px solid #272727; }
  .dark .highlight,
  .dark * .highlight {
    background-color: #002b36;
    color: #93a1a1; }
  .dark .highlight .c,
  .dark * .highlight .c {
    color: #586e75; }
  .dark .highlight .err,
  .dark * .highlight .err {
    color: #93a1a1; }
  .dark .highlight .g,
  .dark * .highlight .g {
    color: #93a1a1; }
  .dark .highlight .k,
  .dark * .highlight .k {
    color: #859900; }
  .dark .highlight .l,
  .dark * .highlight .l {
    color: #93a1a1; }
  .dark .highlight .n,
  .dark * .highlight .n {
    color: #93a1a1; }
  .dark .highlight .o,
  .dark * .highlight .o {
    color: #859900; }
  .dark .highlight .x,
  .dark * .highlight .x {
    color: #cb4b16; }
  .dark .highlight .p,
  .dark * .highlight .p {
    color: #93a1a1; }
  .dark .highlight .cm,
  .dark * .highlight .cm {
    color: #586e75; }
  .dark .highlight .cp,
  .dark * .highlight .cp {
    color: #859900; }
  .dark .highlight .c1,
  .dark * .highlight .c1 {
    color: #586e75; }
  .dark .highlight .cs,
  .dark * .highlight .cs {
    color: #859900; }
  .dark .highlight .gd,
  .dark * .highlight .gd {
    color: #2aa198; }
  .dark .highlight .ge,
  .dark * .highlight .ge {
    color: #93a1a1;
    font-style: italic; }
  .dark .highlight .gr,
  .dark * .highlight .gr {
    color: #dc322f; }
  .dark .highlight .gh,
  .dark * .highlight .gh {
    color: #cb4b16; }
  .dark .highlight .gi,
  .dark * .highlight .gi {
    color: #859900; }
  .dark .highlight .go,
  .dark * .highlight .go {
    color: #93a1a1; }
  .dark .highlight .gp,
  .dark * .highlight .gp {
    color: #93a1a1; }
  .dark .highlight .gs,
  .dark * .highlight .gs {
    color: #93a1a1;
    font-weight: bold; }
  .dark .highlight .gu,
  .dark * .highlight .gu {
    color: #cb4b16; }
  .dark .highlight .gt,
  .dark * .highlight .gt {
    color: #93a1a1; }
  .dark .highlight .kc,
  .dark * .highlight .kc {
    color: #cb4b16; }
  .dark .highlight .kd,
  .dark * .highlight .kd {
    color: #268bd2; }
  .dark .highlight .kn,
  .dark * .highlight .kn {
    color: #859900; }
  .dark .highlight .kp,
  .dark * .highlight .kp {
    color: #859900; }
  .dark .highlight .kr,
  .dark * .highlight .kr {
    color: #268bd2; }
  .dark .highlight .kt,
  .dark * .highlight .kt {
    color: #dc322f; }
  .dark .highlight .ld,
  .dark * .highlight .ld {
    color: #93a1a1; }
  .dark .highlight .m,
  .dark * .highlight .m {
    color: #2aa198; }
  .dark .highlight .s,
  .dark * .highlight .s {
    color: #2aa198; }
  .dark .highlight .na,
  .dark * .highlight .na {
    color: #93a1a1; }
  .dark .highlight .nb,
  .dark * .highlight .nb {
    color: #B58900; }
  .dark .highlight .nc,
  .dark * .highlight .nc {
    color: #268bd2; }
  .dark .highlight .no,
  .dark * .highlight .no {
    color: #cb4b16; }
  .dark .highlight .nd,
  .dark * .highlight .nd {
    color: #268bd2; }
  .dark .highlight .ni,
  .dark * .highlight .ni {
    color: #cb4b16; }
  .dark .highlight .ne,
  .dark * .highlight .ne {
    color: #cb4b16; }
  .dark .highlight .nf,
  .dark * .highlight .nf {
    color: #268bd2; }
  .dark .highlight .nl,
  .dark * .highlight .nl {
    color: #93a1a1; }
  .dark .highlight .nn,
  .dark * .highlight .nn {
    color: #93a1a1; }
  .dark .highlight .nx,
  .dark * .highlight .nx {
    color: #93a1a1; }
  .dark .highlight .py,
  .dark * .highlight .py {
    color: #93a1a1; }
  .dark .highlight .nt,
  .dark * .highlight .nt {
    color: #268bd2; }
  .dark .highlight .nv,
  .dark * .highlight .nv {
    color: #268bd2; }
  .dark .highlight .ow,
  .dark * .highlight .ow {
    color: #859900; }
  .dark .highlight .w,
  .dark * .highlight .w {
    color: #93a1a1; }
  .dark .highlight .mf,
  .dark * .highlight .mf {
    color: #2aa198; }
  .dark .highlight .mh,
  .dark * .highlight .mh {
    color: #2aa198; }
  .dark .highlight .mi,
  .dark * .highlight .mi {
    color: #2aa198; }
  .dark .highlight .mo,
  .dark * .highlight .mo {
    color: #2aa198; }
  .dark .highlight .sb,
  .dark * .highlight .sb {
    color: #586e75; }
  .dark .highlight .sc,
  .dark * .highlight .sc {
    color: #2aa198; }
  .dark .highlight .sd,
  .dark * .highlight .sd {
    color: #93a1a1; }
  .dark .highlight .s2,
  .dark * .highlight .s2 {
    color: #2aa198; }
  .dark .highlight .se,
  .dark * .highlight .se {
    color: #cb4b16; }
  .dark .highlight .sh,
  .dark * .highlight .sh {
    color: #93a1a1; }
  .dark .highlight .si,
  .dark * .highlight .si {
    color: #2aa198; }
  .dark .highlight .sx,
  .dark * .highlight .sx {
    color: #2aa198; }
  .dark .highlight .sr,
  .dark * .highlight .sr {
    color: #dc322f; }
  .dark .highlight .s1,
  .dark * .highlight .s1 {
    color: #2aa198; }
  .dark .highlight .ss,
  .dark * .highlight .ss {
    color: #2aa198; }
  .dark .highlight .bp,
  .dark * .highlight .bp {
    color: #268bd2; }
  .dark .highlight .vc,
  .dark * .highlight .vc {
    color: #268bd2; }
  .dark .highlight .vg,
  .dark * .highlight .vg {
    color: #268bd2; }
  .dark .highlight .vi,
  .dark * .highlight .vi {
    color: #268bd2; }
  .dark .highlight .il,
  .dark * .highlight .il {
    color: #2aa198; }
  .dark .highlight, .dark .highlight *,
  .dark * .highlight,
  .dark * .highlight * {
    background-color: #00080a;
    color: #93a1a1; }
  .dark div.highlight-dark,
  .dark * div.highlight-dark {
    padding: 5px 20px; }
  .dark pre.highlight-dark, .dark code,
  .dark * pre.highlight-dark,
  .dark * code {
    font-family: 'Consolas', Menlo, monospace;
    line-height: 1.4em;
    tab-size: 4; }
  .dark .social li i,
  .dark .post-title,
  .dark * .social li i,
  .dark * .post-title {
    transition: color 0.3s; }
    .dark .social li i:hover,
    .dark .post-title:hover,
    .dark * .social li i:hover,
    .dark * .post-title:hover {
      color: #4da3ff; }
  .dark .post-title,
  .dark * .post-title {
    text-shadow: 0 2px 10px rgba(255, 255, 255, 0.01); }
  .dark .post-categories li,
  .dark * .post-categories li {
    background-color: #333;
    color: #fff; }
  .dark #title a,
  .dark * #title a {
    color: #e6e6e6; }
    .dark #title a:hover,
    .dark * #title a:hover {
      color: #0a59b0; }
  .dark .posts-labelgroup,
  .dark * .posts-labelgroup {
    border-bottom: 1px solid #333; }
    .dark .posts-labelgroup .search-results,
    .dark * .posts-labelgroup .search-results {
      background-color: #333; }
      .dark .posts-labelgroup .search-results a,
      .dark * .posts-labelgroup .search-results a {
        color: white; }
        .dark .posts-labelgroup .search-results a:hover,
        .dark * .posts-labelgroup .search-results a:hover {
          background-color: #171717; }
    .dark .posts-labelgroup .search-section i,
    .dark * .posts-labelgroup .search-section i {
      background-color: transparent; }
  .dark .posts-labelgroup:hover i,
  .dark * .posts-labelgroup:hover i {
    color: white; }
  .dark .posts-labelgroup:hover input,
  .dark * .posts-labelgroup:hover input {
    color: white; }
  .dark .posts-labelgroup.focus-within .search-section,
  .dark * .posts-labelgroup.focus-within .search-section {
    background-color: #333; }
  .dark .posts-labelgroup.focus-within input,
  .dark * .posts-labelgroup.focus-within input {
    color: #e6e6e6; }
  .dark .posts-labelgroup.focus-within i,
  .dark * .posts-labelgroup.focus-within i {
    color: white; }
  .dark .post-content a,
  .dark * .post-content a {
    color: #e6e6e6; }
  .dark .category-name,
  .dark * .category-name {
    color: #fff; }
  .dark .category-count,
  .dark * .category-count {
    color: #ccc; }
  .dark .icon-right-arrow,
  .dark * .icon-right-arrow {
    color: #e6e6e6; }
  .dark .category-section,
  .dark * .category-section {
    background-color: #171717;
    border: 1px solid #272727;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.01); }
  .dark .category-post-separator,
  .dark * .category-post-separator {
    color: #e6e6e6; }
  .dark .post-hyperlinks a,
  .dark * .post-hyperlinks a {
    color: #ccc;
    transition: color 0.3s; }
    .dark .post-hyperlinks a:hover,
    .dark * .post-hyperlinks a:hover {
      color: #4da3ff; }
  .dark .archive-year,
  .dark * .archive-year {
    background-color: #171717;
    border: 1px solid #272727;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.01); }
  .dark .archive-year-heading,
  .dark * .archive-year-heading {
    color: #999; }
  .dark .archive-month-heading,
  .dark * .archive-month-heading {
    color: #ececec; }
  .dark .archive-month-count,
  .dark * .archive-month-count {
    color: #ccc; }
  .dark .archive-post-detail-list,
  .dark * .archive-post-detail-list {
    border-left: 1px solid #272727; }
  .dark .archive-post-date,
  .dark * .archive-post-date {
    color: #999; }
  .dark .archive-post-separator,
  .dark * .archive-post-separator {
    color: #ccc; }
  .dark .archive-post-link,
  .dark * .archive-post-link {
    color: #ccc;
    transition: color 0.3s; }
    .dark .archive-post-link:hover,
    .dark * .archive-post-link:hover {
      color: #4da3ff; }
  .dark .github-stats-container,
  .dark .category-stats-container,
  .dark * .github-stats-container,
  .dark * .category-stats-container {
    background-color: #171717;
    border: 1px solid #272727;
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.01); }
  .dark .latest-update-info,
  .dark .latest-category-header,
  .dark .latest-category-name,
  .dark * .latest-update-info,
  .dark * .latest-category-header,
  .dark * .latest-category-name {
    color: #999;
    background-color: #171717; }
  .dark .category-stat-item,
  .dark .category-label-group,
  .dark .category-info-right,
  .dark .icon-chart,
  .dark .stat-axis-container,
  .dark .stat-bar-wrapper,
  .dark .stat-axis-name,
  .dark * .category-stat-item,
  .dark * .category-label-group,
  .dark * .category-info-right,
  .dark * .icon-chart,
  .dark * .stat-axis-container,
  .dark * .stat-bar-wrapper,
  .dark * .stat-axis-name {
    color: #999;
    background-color: #171717; }
  .dark .stat-bar-background,
  .dark * .stat-bar-background {
    background-color: #222; }
  .dark .stat-bar-tooltip,
  .dark .stat-bar-name,
  .dark * .stat-bar-tooltip,
  .dark * .stat-bar-name {
    color: #222;
    background: #eee; }
    .dark .stat-bar-tooltip::after,
    .dark .stat-bar-name::after,
    .dark * .stat-bar-tooltip::after,
    .dark * .stat-bar-name::after {
      background: #eee; }
  .dark .category-stat-name,
  .dark .category-percentage,
  .dark * .category-stat-name,
  .dark * .category-percentage {
    color: #999;
    background-color: #171717; }
  .dark .stat-axis-line,
  .dark .stat-axis-labels,
  .dark * .stat-axis-line,
  .dark * .stat-axis-labels {
    background-color: #ccc; }
  .dark .stat-axis-labels span::before,
  .dark * .stat-axis-labels span::before {
    background-color: #ccc; }

.dark table th, .dark table td {
  border: 1px solid #333; }
.dark table th {
  background-color: #171717; }
