body {
  width: 100%;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: #000;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
a img {
  border: none;
}
input,
button {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html,
body,
#container {
  height: 100%;
}
::selection {
  background: rgba(99,102,241,0.25);
  color: #1e1b4b;
}
::-moz-selection {
  background: rgba(99,102,241,0.25);
  color: #1e1b4b;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: -webkit-linear-gradient(270deg, #818cf8, #a78bfa);
  background: -moz-linear-gradient(270deg, #818cf8, #a78bfa);
  background: -ms-linear-gradient(270deg, #818cf8, #a78bfa);
  background: linear-gradient(180deg, #818cf8, #a78bfa);
  border-radius: 4px;
  border: 2px solid #f1f5f9;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
::-webkit-scrollbar-thumb:hover {
  background: -webkit-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: linear-gradient(180deg, #6366f1, #8b5cf6);
}
::-webkit-scrollbar-corner {
  background: #f1f5f9;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #a78bfa #f1f5f9;
}
body {
  background: -webkit-radial-gradient(circle at 20% 0%, rgba(99,102,241,0.06) 0%, transparent 50%), -webkit-radial-gradient(circle at 80% 0%, rgba(139,92,246,0.06) 0%, transparent 50%), #f1f5f9;
  background: -moz-radial-gradient(circle at 20% 0%, rgba(99,102,241,0.06) 0%, transparent 50%), -moz-radial-gradient(circle at 80% 0%, rgba(139,92,246,0.06) 0%, transparent 50%), #f1f5f9;
  background: -ms-radial-gradient(circle at 20% 0%, rgba(99,102,241,0.06) 0%, transparent 50%), -ms-radial-gradient(circle at 80% 0%, rgba(139,92,246,0.06) 0%, transparent 50%), #f1f5f9;
  background: radial-gradient(circle at 20% 0%, rgba(99,102,241,0.06) 0%, transparent 50%), radial-gradient(circle at 80% 0%, rgba(139,92,246,0.06) 0%, transparent 50%), #f1f5f9;
  font: 15px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #334155;
  scroll-behavior: smooth;
}
.outer {
  max-width: 1272px;
  margin: 0 auto;
  padding: 0 24px;
}
.outer:before,
.outer:after {
  content: "";
  display: table;
}
.outer:after {
  clear: both;
}
.inner {
  display: inline;
  float: left;
  width: 98.07692307692307%;
  margin: 0 0.961538461538462%;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
.clear {
  clear: both;
}
#container {
  position: relative;
}
.mobile-nav-on {
  overflow: hidden;
}
#wrap {
  min-height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
}
@media screen and (min-width: 768px) {
  #main {
    display: inline;
    float: left;
    width: 73.07692307692307%;
    margin: 0 0.961538461538462%;
  }
}
.article {
  -webkit-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -moz-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -ms-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.article:nth-child(1) {
  -webkit-animation-delay: 0.08s;
  -moz-animation-delay: 0.08s;
  -ms-animation-delay: 0.08s;
  animation-delay: 0.08s;
}
.article:nth-child(2) {
  -webkit-animation-delay: 0.16s;
  -moz-animation-delay: 0.16s;
  -ms-animation-delay: 0.16s;
  animation-delay: 0.16s;
}
.article:nth-child(3) {
  -webkit-animation-delay: 0.24s;
  -moz-animation-delay: 0.24s;
  -ms-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.article:nth-child(4) {
  -webkit-animation-delay: 0.32s;
  -moz-animation-delay: 0.32s;
  -ms-animation-delay: 0.32s;
  animation-delay: 0.32s;
}
.article:nth-child(5) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.widget-wrap {
  -webkit-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -moz-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  -ms-animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.widget-wrap:nth-child(1) {
  -webkit-animation-delay: 0.28s;
  -moz-animation-delay: 0.28s;
  -ms-animation-delay: 0.28s;
  animation-delay: 0.28s;
}
.widget-wrap:nth-child(2) {
  -webkit-animation-delay: 0.36s;
  -moz-animation-delay: 0.36s;
  -ms-animation-delay: 0.36s;
  animation-delay: 0.36s;
}
.widget-wrap:nth-child(3) {
  -webkit-animation-delay: 0.44s;
  -moz-animation-delay: 0.44s;
  -ms-animation-delay: 0.44s;
  animation-delay: 0.44s;
}
.widget-wrap:nth-child(4) {
  -webkit-animation-delay: 0.52s;
  -moz-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
.widget-wrap:nth-child(5) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#header-title {
  -webkit-animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -moz-animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  -ms-animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
  animation: fadeInScale 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}
.page-nav {
  text-align: center;
  margin: 40px 0 20px;
  padding: 0;
}
.page-nav .page-number,
.page-nav .extend,
.page-nav .prev,
.page-nav .next {
  display: inline-block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  margin: 0 5px;
  border-radius: 10px;
  background: #fff;
  color: #64748b;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #e2e8f0;
  -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-nav .page-number:hover,
.page-nav .extend:hover,
.page-nav .prev:hover,
.page-nav .next:hover {
  background: -webkit-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  border-color: transparent;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 16px rgba(99,102,241,0.35);
  box-shadow: 0 6px 16px rgba(99,102,241,0.35);
}
.page-nav .current {
  background: -webkit-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 4px 14px rgba(99,102,241,0.4);
  box-shadow: 0 4px 14px rgba(99,102,241,0.4);
  cursor: default;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.page-nav .space {
  display: inline-block;
  min-width: 20px;
  color: #64748b;
}
.archive-article-title {
  text-decoration: none;
  color: #334155;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.archive-article-title:hover {
  color: #6366f1;
  padding-left: 6px;
}
@media screen and (max-width: 479px) {
  .article-inner {
    border-radius: 8px;
  }
  .widget {
    border-radius: 10px;
  }
  #header-title {
    padding: 18px 24px;
    border-radius: 14px;
  }
  #logo {
    font-size: 28px;
    letter-spacing: 1px;
  }
}
.article-date,
.article-category-link,
.archive-year,
.widget-title {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #64748b;
  margin-bottom: 1em;
  margin-left: 5px;
  line-height: 1em;
  text-shadow: 0 1px #fff;
  font-weight: 600;
}
.article-inner,
.archive-article-inner {
  background: #fff;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -2px rgba(0,0,0,0.06);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -2px rgba(0,0,0,0.06);
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-inner:hover,
.archive-article-inner:hover {
  -webkit-box-shadow: 0 10px 25px -5px rgba(99,102,241,0.1), 0 8px 10px -6px rgba(99,102,241,0.08);
  box-shadow: 0 10px 25px -5px rgba(99,102,241,0.1), 0 8px 10px -6px rgba(99,102,241,0.08);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.article-entry h1,
.widget h1 {
  font-size: 2em;
  font-weight: 700;
  color: #1e293b;
}
.article-entry h2,
.widget h2 {
  font-size: 1.6em;
  font-weight: 700;
  color: #1e293b;
}
.article-entry h3,
.widget h3 {
  font-size: 1.35em;
  font-weight: 600;
  color: #1e293b;
}
.article-entry h4,
.widget h4 {
  font-size: 1.2em;
  font-weight: 600;
  color: #1e293b;
}
.article-entry h5,
.widget h5 {
  font-size: 1.05em;
  font-weight: 600;
  color: #334155;
}
.article-entry h6,
.widget h6 {
  font-size: 1em;
  color: #64748b;
  font-weight: 600;
}
.article-entry hr,
.widget hr {
  border: none;
  height: 1px;
  background: -webkit-linear-gradient(0deg, transparent, #6366f1, #8b5cf6, transparent);
  background: -moz-linear-gradient(0deg, transparent, #6366f1, #8b5cf6, transparent);
  background: -ms-linear-gradient(0deg, transparent, #6366f1, #8b5cf6, transparent);
  background: linear-gradient(90deg, transparent, #6366f1, #8b5cf6, transparent);
  margin: 2em 0;
}
.article-entry strong,
.widget strong {
  font-weight: 700;
  color: #1e293b;
}
.article-entry em,
.widget em,
.article-entry cite,
.widget cite {
  font-style: italic;
}
.article-entry sup,
.widget sup,
.article-entry sub,
.widget sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.article-entry sup,
.widget sup {
  top: -0.5em;
}
.article-entry sub,
.widget sub {
  bottom: -0.2em;
}
.article-entry small,
.widget small {
  font-size: 0.85em;
}
.article-entry acronym,
.widget acronym,
.article-entry abbr,
.widget abbr {
  border-bottom: 1px dotted;
}
.article-entry ul,
.widget ul,
.article-entry ol,
.widget ol,
.article-entry dl,
.widget dl {
  margin: 0 20px;
  line-height: 1.7em;
}
.article-entry ul ul,
.widget ul ul,
.article-entry ol ul,
.widget ol ul,
.article-entry ul ol,
.widget ul ol,
.article-entry ol ol,
.widget ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article-entry ul,
.widget ul {
  list-style: disc;
}
.article-entry ol,
.widget ol {
  list-style: decimal;
}
.article-entry dt,
.widget dt {
  font-weight: 600;
}
#header {
  height: 360px;
  position: relative;
  border-bottom: none;
  overflow: hidden;
}
#header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-linear-gradient(315deg, rgba(99,102,241,0.75) 0%, rgba(139,92,246,0.75) 100%);
  background: -moz-linear-gradient(315deg, rgba(99,102,241,0.75) 0%, rgba(139,92,246,0.75) 100%);
  background: -ms-linear-gradient(315deg, rgba(99,102,241,0.75) 0%, rgba(139,92,246,0.75) 100%);
  background: linear-gradient(135deg, rgba(99,102,241,0.75) 0%, rgba(139,92,246,0.75) 100%);
  z-index: 0;
}
#header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  background: -webkit-linear-gradient(top, transparent, rgba(241,245,249,0.95));
  background: -moz-linear-gradient(top, transparent, rgba(241,245,249,0.95));
  background: -ms-linear-gradient(top, transparent, rgba(241,245,249,0.95));
  background: linear-gradient(to bottom, transparent, rgba(241,245,249,0.95));
  z-index: 1;
}
#header-outer {
  height: 100%;
  position: relative;
  z-index: 2;
}
#header-inner {
  position: relative;
  overflow: visible;
}
#banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("images/banner.jpg") center #1e293b;
  background-size: cover;
  z-index: -1;
  filter: saturate(1.1) contrast(1.05);
}
#header-title {
  text-align: center;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  padding: 28px 48px;
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.2);
  -webkit-box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}
#logo,
#subtitle {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 2px 12px rgba(0,0,0,0.35);
}
#logo {
  font-size: 44px;
  line-height: 1.3;
  letter-spacing: 3px;
  display: block;
  font-weight: 700;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#logo:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-shadow: 0 0 30px rgba(255,255,255,0.6), 0 2px 12px rgba(0,0,0,0.35);
}
#subtitle {
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 300;
  opacity: 0.95;
}
#subtitle-wrap {
  margin-top: 16px;
}
#main-nav {
  float: left;
  margin-left: -15px;
}
.nav-icon,
.main-nav-link {
  float: left;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
  text-shadow: 0 1px 4px rgba(0,0,0,0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  padding: 22px 18px;
  position: relative;
  font-weight: 500;
}
.nav-icon:after,
.main-nav-link:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: -webkit-linear-gradient(0deg, #fff, rgba(255,255,255,0.6));
  background: -moz-linear-gradient(0deg, #fff, rgba(255,255,255,0.6));
  background: -ms-linear-gradient(0deg, #fff, rgba(255,255,255,0.6));
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0.6));
  border-radius: 2px;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.nav-icon:hover,
.main-nav-link:hover {
  opacity: 1;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
.nav-icon:hover:after,
.main-nav-link:hover:after {
  width: 60%;
}
.nav-icon {
  text-align: center;
  font-size: 15px;
  width: 15px;
  height: 15px;
  padding: 22px 18px;
  position: relative;
  cursor: pointer;
}
.main-nav-link {
  font-weight: 500;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 479px) {
  .main-nav-link {
    display: none;
  }
}
#main-nav-toggle {
  display: none;
}
@media screen and (max-width: 479px) {
  #main-nav-toggle {
    display: block;
  }
}
#sub-nav {
  float: right;
  margin-right: -15px;
}
#search-form-wrap {
  position: absolute;
  top: 18px;
  width: 200px;
  height: 36px;
  right: -200px;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
#search-form-wrap.on {
  opacity: 1;
  right: 0;
}
@media screen and (max-width: 479px) {
  #search-form-wrap {
    width: 100%;
    right: -100%;
  }
}
.search-form {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255,255,255,0.98);
  padding: 6px 16px;
  border-radius: 20px;
  -webkit-box-shadow: 0 8px 24px rgba(99,102,241,0.25), 0 2px 6px rgba(0,0,0,0.1);
  box-shadow: 0 8px 24px rgba(99,102,241,0.25), 0 2px 6px rgba(0,0,0,0.1);
  backdrop-filter: blur(8px);
}
.search-form-input {
  border: none;
  background: none;
  color: #334155;
  width: 100%;
  font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  outline: none;
}
.search-form-input::-webkit-search-results-decoration,
.search-form-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.search-form-submit {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -8px;
  font: 15px ForkAwesome;
  border: none;
  background: none;
  color: #64748b;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.search-form-submit:hover,
.search-form-submit:focus {
  color: #6366f1;
}
.article {
  margin: 40px 0;
}
.article-inner {
  overflow: hidden;
  position: relative;
}
.article-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-linear-gradient(0deg, #6366f1, #8b5cf6, #6366f1);
  background: -moz-linear-gradient(0deg, #6366f1, #8b5cf6, #6366f1);
  background: -ms-linear-gradient(0deg, #6366f1, #8b5cf6, #6366f1);
  background: linear-gradient(90deg, #6366f1, #8b5cf6, #6366f1);
  background-size: 200% 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.article-inner:hover:before {
  opacity: 1;
}
.article-meta {
  margin-bottom: 8px;
}
.article-meta:before,
.article-meta:after {
  content: "";
  display: table;
}
.article-meta:after {
  clear: both;
}
.article-date {
  float: left;
  color: #6366f1;
  font-weight: 600;
  background: -webkit-linear-gradient(315deg, rgba(99,102,241,0.08), rgba(139,92,246,0.08));
  background: -moz-linear-gradient(315deg, rgba(99,102,241,0.08), rgba(139,92,246,0.08));
  background: -ms-linear-gradient(315deg, rgba(99,102,241,0.08), rgba(139,92,246,0.08));
  background: linear-gradient(135deg, rgba(99,102,241,0.08), rgba(139,92,246,0.08));
  padding: 4px 12px;
  border-radius: 10px;
  margin-left: 0;
  text-shadow: none;
}
.article-category {
  float: left;
  line-height: 1em;
  color: #64748b;
  text-shadow: none;
  margin-left: 12px;
  margin-top: 4px;
}
.article-category:before {
  content: "·";
  margin-right: 8px;
  color: #e2e8f0;
}
.article-category-link {
  margin: 0 12px 1em;
}
.article-header {
  padding: 28px 28px 12px;
  border-bottom: 1px solid transparent;
  -webkit-border-image: -webkit-linear-gradient(0deg, transparent, #e2e8f0, transparent) 1;
  -moz-border-image: -moz-linear-gradient(0deg, transparent, #e2e8f0, transparent) 1;
  border-image: linear-gradient(90deg, transparent, #e2e8f0, transparent) 1;
  position: relative;
}
.article-title {
  text-decoration: none;
  font-size: 1.85em;
  font-weight: 700;
  background: -webkit-linear-gradient(315deg, #1e293b 0%, #334155 100%);
  background: -moz-linear-gradient(315deg, #1e293b 0%, #334155 100%);
  background: -ms-linear-gradient(315deg, #1e293b 0%, #334155 100%);
  background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1.2em;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
}
a.article-title:hover {
  background: -webkit-linear-gradient(315deg, #6366f1 0%, #8b5cf6 100%);
  background: -moz-linear-gradient(315deg, #6366f1 0%, #8b5cf6 100%);
  background: -ms-linear-gradient(315deg, #6366f1 0%, #8b5cf6 100%);
  background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.article-entry {
  color: #334155;
  padding: 16px 28px;
}
.article-entry:before,
.article-entry:after {
  content: "";
  display: table;
}
.article-entry:after {
  clear: both;
}
.article-entry p,
.article-entry table {
  line-height: 1.7em;
  margin: 1.7em 0;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  font-weight: 700;
  position: relative;
  padding-left: 14px;
}
.article-entry h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 5px;
  border-radius: 3px;
  background: -webkit-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: linear-gradient(180deg, #6366f1, #8b5cf6);
}
.article-entry h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  bottom: 0.15em;
  width: 4px;
  border-radius: 2px;
  background: -webkit-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: linear-gradient(180deg, #6366f1, #8b5cf6);
}
.article-entry h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  bottom: 0.2em;
  width: 3px;
  border-radius: 2px;
  background: #8b5cf6;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  line-height: 1.2em;
  margin: 1.6em 0 0.8em;
}
.article-entry a {
  color: #6366f1;
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
.article-entry a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-linear-gradient(0deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(0deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(0deg, #6366f1, #8b5cf6);
  background: linear-gradient(90deg, #6366f1, #8b5cf6);
  border-radius: 1px;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: -ms-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-entry a:hover {
  color: #8b5cf6;
  text-decoration: none;
}
.article-entry a:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}
.article-entry img,
.article-entry video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.article-entry img:hover,
.article-entry video:hover {
  -webkit-box-shadow: 0 8px 28px rgba(99,102,241,0.15), 0 4px 12px rgba(0,0,0,0.08);
  box-shadow: 0 8px 28px rgba(99,102,241,0.15), 0 4px 12px rgba(0,0,0,0.08);
}
.article-entry iframe {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.article-entry table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.article-entry th {
  font-weight: 700;
  border-bottom: none;
  padding: 12px 16px;
  background: -webkit-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: -moz-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: -ms-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: linear-gradient(135deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  color: #1e293b;
}
.article-entry td {
  border-bottom: 1px solid #e2e8f0;
  padding: 12px 16px;
}
.article-entry td:last-child {
  border-bottom: none;
}
.article-entry blockquote {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  margin: 1.5em 0;
  padding: 16px 20px 16px 20px;
  border-left: 4px solid;
  -webkit-border-image: -webkit-linear-gradient(270deg, #6366f1, #8b5cf6) 1;
  -moz-border-image: -moz-linear-gradient(270deg, #6366f1, #8b5cf6) 1;
  border-image: linear-gradient(180deg, #6366f1, #8b5cf6) 1;
  background: -webkit-linear-gradient(315deg, rgba(99,102,241,0.04), rgba(139,92,246,0.04));
  background: -moz-linear-gradient(315deg, rgba(99,102,241,0.04), rgba(139,92,246,0.04));
  background: -ms-linear-gradient(315deg, rgba(99,102,241,0.04), rgba(139,92,246,0.04));
  background: linear-gradient(135deg, rgba(99,102,241,0.04), rgba(139,92,246,0.04));
  border-radius: 0 10px 10px 0;
  text-align: left;
  -webkit-box-shadow: 2px 4px 12px rgba(99,102,241,0.06);
  box-shadow: 2px 4px 12px rgba(99,102,241,0.06);
  position: relative;
}
.article-entry blockquote:before {
  content: "\201C";
  font-size: 3em;
  font-family: Georgia, serif;
  color: rgba(99,102,241,0.15);
  position: absolute;
  top: -4px;
  left: 8px;
  line-height: 1;
}
.article-entry blockquote footer {
  font-size: 0.9em;
  margin-top: 0.8em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #64748b;
}
.article-entry blockquote footer cite:before {
  content: "— ";
  padding: 0 0.3em;
}
.article-entry .pullquote {
  text-align: left;
  width: 45%;
  margin: 0;
}
.article-entry .pullquote.left {
  margin-left: 0.5em;
  margin-right: 1em;
}
.article-entry .pullquote.right {
  margin-right: 0.5em;
  margin-left: 1em;
}
.article-entry .caption {
  color: #64748b;
  display: block;
  font-size: 0.9em;
  margin-top: 0.8em;
  position: relative;
  text-align: center;
}
.article-entry .video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.1);
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.article-entry .video-container iframe,
.article-entry .video-container object,
.article-entry .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.article-more-link a {
  display: inline-block;
  line-height: 1em;
  padding: 10px 22px;
  border-radius: 20px;
  background: -webkit-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  text-shadow: none;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.92em;
  letter-spacing: 0.5px;
  -webkit-box-shadow: 0 4px 14px rgba(99,102,241,0.35);
  box-shadow: 0 4px 14px rgba(99,102,241,0.35);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.article-more-link a:hover {
  background: -webkit-linear-gradient(315deg, #8b5cf6, #6366f1);
  background: -moz-linear-gradient(315deg, #8b5cf6, #6366f1);
  background: -ms-linear-gradient(315deg, #8b5cf6, #6366f1);
  background: linear-gradient(135deg, #8b5cf6, #6366f1);
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  -webkit-transform: translateY(-2px) scale(1.03);
  -moz-transform: translateY(-2px) scale(1.03);
  -ms-transform: translateY(-2px) scale(1.03);
  transform: translateY(-2px) scale(1.03);
  -webkit-box-shadow: 0 6px 20px rgba(139,92,246,0.45);
  box-shadow: 0 6px 20px rgba(139,92,246,0.45);
}
.article-footer {
  font-size: 0.88em;
  line-height: 1.7em;
  border-top: 1px dashed #e2e8f0;
  padding-top: 16px;
  margin: 8px 28px 28px;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
.article-footer a {
  color: #64748b;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.article-footer a:hover {
  color: #6366f1;
}
.article-tag-list-item {
  float: left;
  margin-right: 8px;
  margin-bottom: 6px;
}
.article-tag-list-link {
  display: inline-block;
  padding: 3px 10px;
  background: -webkit-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: -moz-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: -ms-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: linear-gradient(135deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  border-radius: 12px;
  color: #6366f1;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.article-tag-list-link:before {
  content: "#";
  margin-right: 2px;
}
.article-tag-list-link:hover {
  background: -webkit-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.article-comment-link {
  float: right;
}
.article-comment-link:before {
  padding-right: 8px;
}
.article-share-link {
  cursor: pointer;
  float: right;
  margin-left: 20px;
}
.article-share-link:before {
  padding-right: 6px;
}
#article-nav {
  position: relative;
}
#article-nav:before,
#article-nav:after {
  content: "";
  display: table;
}
#article-nav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  #article-nav {
    margin: 40px 0;
  }
  #article-nav:before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -4px;
    content: "";
    border-radius: 50%;
    background: -webkit-linear-gradient(315deg, #6366f1, #8b5cf6);
    background: -moz-linear-gradient(315deg, #6366f1, #8b5cf6);
    background: -ms-linear-gradient(315deg, #6366f1, #8b5cf6);
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-box-shadow: 0 2px 8px rgba(99,102,241,0.3);
    box-shadow: 0 2px 8px rgba(99,102,241,0.3);
  }
}
.article-nav-link-wrap {
  text-decoration: none;
  text-shadow: none;
  color: #64748b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px;
  text-align: center;
  display: block;
  padding: 16px 20px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.article-nav-link-wrap:hover {
  color: #6366f1;
  -webkit-box-shadow: 0 6px 18px rgba(99,102,241,0.12);
  box-shadow: 0 6px 18px rgba(99,102,241,0.12);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  border-color: rgba(99,102,241,0.2);
}
@media screen and (min-width: 768px) {
  .article-nav-link-wrap {
    width: 50%;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #article-nav-newer {
    float: left;
    text-align: right;
    padding-right: 24px;
  }
}
@media screen and (min-width: 768px) {
  #article-nav-older {
    float: right;
    text-align: left;
    padding-left: 24px;
  }
}
.article-nav-caption {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #e2e8f0;
  line-height: 1em;
  font-weight: 700;
}
#article-nav-newer .article-nav-caption {
  margin-right: -2px;
}
.article-nav-title {
  font-size: 0.9em;
  line-height: 1.7em;
  margin-top: 0.6em;
  font-weight: 500;
}
.article-share-box {
  position: absolute;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 12px 32px rgba(0,0,0,0.15), 0 4px 8px rgba(0,0,0,0.08);
  box-shadow: 0 12px 32px rgba(0,0,0,0.15), 0 4px 8px rgba(0,0,0,0.08);
  border-radius: 12px;
  margin-left: -145px;
  overflow: hidden;
  z-index: 10;
  border: 1px solid #e2e8f0;
}
.article-share-box.on {
  display: block;
}
.article-share-input {
  width: 100%;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  padding: 0 15px;
  color: #334155;
  outline: none;
  border: none;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 12px 12px 0 0;
  height: 42px;
  line-height: 42px;
}
.article-share-links {
  background: #f8fafc;
}
.article-share-links:before,
.article-share-links:after {
  content: "";
  display: table;
}
.article-share-links:after {
  clear: both;
}
.article-share-twitter,
.article-share-facebook,
.article-share-pinterest,
.article-share-linkedin {
  width: 50px;
  height: 42px;
  display: block;
  float: left;
  position: relative;
  color: #94a3b8;
  text-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.article-share-twitter .fa,
.article-share-facebook .fa,
.article-share-pinterest .fa,
.article-share-linkedin .fa {
  font-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  text-align: center;
}
.article-share-twitter:hover,
.article-share-facebook:hover,
.article-share-pinterest:hover,
.article-share-linkedin:hover {
  color: #fff;
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}
.article-share-twitter:hover {
  background: #00aced;
  text-shadow: none;
}
.article-share-facebook:hover {
  background: #3b5998;
  text-shadow: none;
}
.article-share-pinterest:hover {
  background: #cb2027;
  text-shadow: none;
}
.article-share-linkedin:hover {
  background: #0077b5;
  text-shadow: none;
}
.article-gallery {
  background: #0f172a;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.article-gallery-photos {
  position: relative;
  overflow: hidden;
}
.article-gallery-img {
  display: none;
  max-width: 100%;
}
.article-gallery-img:first-child {
  display: block;
}
.article-gallery-img.loaded {
  position: absolute;
  display: block;
}
.article-gallery-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
#comments {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 1px 2px 3px #ddd;
  padding: 28px;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  margin: 40px 0;
}
#comments a {
  color: #6366f1;
}
.archives-wrap {
  margin: 40px 0;
}
.archives:before,
.archives:after {
  content: "";
  display: table;
}
.archives:after {
  clear: both;
}
.archive-year-wrap {
  margin-bottom: 1em;
}
.archives {
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .archives {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 768px) {
  .archives {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.archive-article {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  overflow: hidden;
  break-inside: avoid-column;
}
.archive-article-inner {
  padding: 10px;
  margin-bottom: 15px;
}
.archive-article-title {
  text-decoration: none;
  font-weight: bold;
  color: #334155;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.7em;
}
.archive-article-title:hover {
  color: #6366f1;
}
.archive-article-footer {
  margin-top: 1em;
}
.archive-article-date {
  color: #64748b;
  text-decoration: none;
  font-size: 0.85em;
  line-height: 1em;
  margin-bottom: 0.5em;
  display: block;
}
#page-nav {
  margin: 40px auto;
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 1px 2px 3px #ddd;
  border: 1px solid #e2e8f0;
  border-radius: 3px;
  text-align: center;
  color: #64748b;
  overflow: hidden;
}
#page-nav:before,
#page-nav:after {
  content: "";
  display: table;
}
#page-nav:after {
  clear: both;
}
#page-nav a,
#page-nav span {
  padding: 10px 20px;
  line-height: 1;
  height: 2ex;
}
#page-nav a {
  color: #64748b;
  text-decoration: none;
}
#page-nav a:hover {
  background: #64748b;
  color: #fff;
}
#page-nav .prev {
  float: left;
}
#page-nav .next {
  float: right;
}
#page-nav .page-number {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  #page-nav .page-number {
    display: none;
  }
}
#page-nav .current {
  color: #334155;
  font-weight: bold;
}
#page-nav .space {
  color: #e2e8f0;
}
#footer {
  background: -webkit-linear-gradient(315deg, #312e81 0%, #4c1d95 50%, #312e81 100%);
  background: -moz-linear-gradient(315deg, #312e81 0%, #4c1d95 50%, #312e81 100%);
  background: -ms-linear-gradient(315deg, #312e81 0%, #4c1d95 50%, #312e81 100%);
  background: linear-gradient(135deg, #312e81 0%, #4c1d95 50%, #312e81 100%);
  padding: 70px 0 40px 0;
  border-top: none;
  color: rgba(255,255,255,0.75);
  position: relative;
  margin-top: 30px;
}
#footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 50' preserveAspectRatio='none'%3E%3Cpath fill='%234c1d95' fill-opacity='0.3' d='M0,32L80,34.7C160,37,320,43,480,37.3C640,32,800,16,960,18.7C1120,21,1280,43,1360,53.3L1440,64L1440,50L1360,50C1280,50,1120,50,960,50C800,50,640,50,480,50C320,50,160,50,80,50L0,50Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: cover;
}
#footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: -webkit-linear-gradient(0deg, #818cf8, #c084fc, #818cf8);
  background: -moz-linear-gradient(0deg, #818cf8, #c084fc, #818cf8);
  background: -ms-linear-gradient(0deg, #818cf8, #c084fc, #818cf8);
  background: linear-gradient(90deg, #818cf8, #c084fc, #818cf8);
  background-size: 200% 100%;
}
#footer a {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
#footer a:hover {
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 16px rgba(255,255,255,0.5);
}
#footer-info {
  line-height: 1.9;
  font-size: 0.9em;
  text-align: center;
}
#footer-info:before {
  content: "\f21e";
  font-family: ForkAwesome;
  margin-right: 10px;
  opacity: 0.8;
}
#footer-info a {
  color: #e0e7ff;
  font-weight: 500;
  position: relative;
}
#footer-info a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 1px;
  background: -webkit-linear-gradient(0deg, #818cf8, #c084fc);
  background: -moz-linear-gradient(0deg, #818cf8, #c084fc);
  background: -ms-linear-gradient(0deg, #818cf8, #c084fc);
  background: linear-gradient(90deg, #818cf8, #c084fc);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}
#footer-info a:hover:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#footer-info .outer {
  padding: 0 20px;
}
#footer-info #footer-info-inner {
  display: inline-block;
  padding: 16px 32px;
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}
.article-entry .highlight .gutter pre,
.article-entry .gist .gist-file .gist-data .line-numbers {
  color: #999;
  font-size: 0.85em;
}
.article-entry pre,
.article-entry code {
  font-family: "JetBrains Mono", "Fira Code", "Source Code Pro", Consolas, Monaco, Menlo, monospace;
  font-size: 1em;
}
.article-entry code {
  background: #eee;
  color: #333;
  text-shadow: 0 1px #fff;
  padding: 0 0.3em;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.article-entry > pre {
  background: #eee;
  color: #333;
  margin: 1em 0;
  padding: 15px 20px;
  overflow: auto;
  text-shadow: 0 1px #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.article-entry > pre code {
  background: none;
  text-shadow: none;
  padding: 0;
  border: none;
  color: #333;
}
.article-entry pre .line {
  height: 1.5em;
}
.article-entry .highlight {
  background: #eee;
  color: #333;
  margin: 1em 0;
  padding: 15px 20px;
  overflow: auto;
  text-shadow: 0 1px #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.article-entry .highlight code {
  background: none;
  text-shadow: none;
  padding: 0;
  border: none;
  color: #333;
}
.article-entry .highlight pre {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.article-entry .highlight table {
  margin: 0;
  width: auto;
}
.article-entry .highlight td {
  border: none;
  padding: 0;
}
.article-entry .highlight figcaption {
  font-size: 0.85em;
  color: #888;
  line-height: 1em;
  margin-bottom: 1em;
}
.article-entry .highlight figcaption:before,
.article-entry .highlight figcaption:after {
  content: "";
  display: table;
}
.article-entry .highlight figcaption:after {
  clear: both;
}
.article-entry .highlight figcaption a {
  float: right;
}
.article-entry .highlight .gutter {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.article-entry .highlight .gutter pre {
  text-align: right;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #ddd;
}
.article-entry .highlight .line.marked {
  background: #d6d6d6;
}
.article-entry .gist {
  margin: 0 -20px;
  margin: 0;
  padding: 15px 20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  background: #eee;
  text-shadow: 0 1px #fff;
}
.article-entry .gist .gist-file {
  border: none;
  font-family: "JetBrains Mono", "Fira Code", "Source Code Pro", Consolas, Monaco, Menlo, monospace;
  margin: 0;
}
.article-entry .gist .gist-file .gist-data {
  background: none;
  border: none;
}
.article-entry .gist .gist-file .gist-data .line-numbers {
  background: none;
  border: none;
  padding-right: 15px;
}
.article-entry .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
  border: none;
}
.article-entry .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.article-entry .gist .gist-file .gist-meta {
  overflow: hidden;
  background: transparent;
  color: #7f8ea3;
  font: 0.85em -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "PingFang SC", "Microsoft YaHei", sans-serif;
  text-shadow: none;
  padding: 0;
  margin-top: 1em;
  margin-left: 0;
  border: none;
}
.article-entry .gist .gist-file .gist-meta a {
  color: #6366f1;
  font-weight: normal;
}
.article-entry .gist .gist-file .gist-meta a:hover {
  color: #8b5cf6;
}
pre .comment,
pre .title {
  color: #888;
}
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: #f2777a;
}
pre .number,
pre .preprocessor,
pre .built_in,
pre .literal,
pre .params,
pre .constant {
  color: #f99157;
}
pre .class,
pre .ruby .class .title,
pre .css .rules .attribute {
  color: #9c9;
}
pre .string,
pre .value,
pre .inheritance,
pre .header,
pre .ruby .symbol,
pre .xml .cdata {
  color: #9c9;
}
pre .css .hexcolor {
  color: #6cc;
}
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: #69c;
}
pre .keyword,
pre .javascript .function {
  color: #c9c;
}
@media screen and (max-width: 479px) {
  #mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #0f172a;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 479px) {
  .mobile-nav-link {
    display: block;
    color: #64748b;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: bold;
  }
  .mobile-nav-link:hover {
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #sidebar {
    display: inline;
    float: left;
    width: 23.076923076923077%;
    margin: 0 0.961538461538462%;
  }
}
.widget-wrap {
  margin: 0 0 40px 0;
}
.widget-title {
  font-weight: 700;
  color: #1e293b;
  letter-spacing: 1.5px;
  position: relative;
  padding-left: 12px;
  margin-left: 0;
  text-shadow: none;
}
.widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 2px;
  background: -webkit-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(270deg, #6366f1, #8b5cf6);
  background: linear-gradient(180deg, #6366f1, #8b5cf6);
}
.widget-title:after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -6px;
  right: 0;
  height: 1px;
  background: -webkit-linear-gradient(0deg, #e2e8f0, transparent);
  background: -moz-linear-gradient(0deg, #e2e8f0, transparent);
  background: -ms-linear-gradient(0deg, #e2e8f0, transparent);
  background: linear-gradient(90deg, #e2e8f0, transparent);
}
.widget {
  color: #475569;
  text-shadow: none;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px -2px rgba(0,0,0,0.06), 0 2px 4px -2px rgba(0,0,0,0.04);
  box-shadow: 0 4px 10px -2px rgba(0,0,0,0.06), 0 2px 4px -2px rgba(0,0,0,0.04);
  border: 1px solid #e2e8f0;
  padding: 20px 18px;
  border-radius: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: -webkit-linear-gradient(0deg, transparent, rgba(99,102,241,0.2), transparent);
  background: -moz-linear-gradient(0deg, transparent, rgba(99,102,241,0.2), transparent);
  background: -ms-linear-gradient(0deg, transparent, rgba(99,102,241,0.2), transparent);
  background: linear-gradient(90deg, transparent, rgba(99,102,241,0.2), transparent);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.widget:hover {
  -webkit-box-shadow: 0 10px 25px -5px rgba(99,102,241,0.1), 0 8px 10px -6px rgba(99,102,241,0.06);
  box-shadow: 0 10px 25px -5px rgba(99,102,241,0.1), 0 8px 10px -6px rgba(99,102,241,0.06);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  border-color: rgba(99,102,241,0.15);
}
.widget:hover:before {
  opacity: 1;
}
.widget a {
  color: #6366f1;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.widget a:hover {
  color: #8b5cf6;
  text-decoration: none;
}
.widget ul,
.widget ol,
.widget dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget ul li,
.widget ol li,
.widget dl li {
  padding: 8px 0;
  border-bottom: 1px dashed #e2e8f0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  padding-left: 14px;
}
.widget ul li:last-child,
.widget ol li:last-child,
.widget dl li:last-child {
  border-bottom: none;
}
.widget ul li:before,
.widget ol li:before,
.widget dl li:before {
  content: "›";
  position: absolute;
  left: 0;
  color: #6366f1;
  font-weight: 700;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.widget ul li:hover,
.widget ol li:hover,
.widget dl li:hover {
  padding-left: 18px;
}
.widget ul li:hover:before,
.widget ol li:hover:before,
.widget dl li:hover:before {
  opacity: 1;
  color: #8b5cf6;
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
.widget ul ul,
.widget ol ul,
.widget dl ul,
.widget ul ol,
.widget ol ol,
.widget dl ol,
.widget ul dl,
.widget ol dl,
.widget dl dl {
  margin-left: 12px;
  margin-top: 6px;
}
.category-list-count,
.tag-list-count,
.archive-list-count {
  padding-left: 6px;
  color: #fff;
  font-size: 0.78em;
  font-weight: 600;
  background: -webkit-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -moz-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: -ms-linear-gradient(315deg, #6366f1, #8b5cf6);
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  padding: 1px 8px;
  border-radius: 10px;
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
}
.category-list-count:before,
.tag-list-count:before,
.archive-list-count:before,
.category-list-count:after,
.tag-list-count:after,
.archive-list-count:after {
  content: "";
  display: none;
}
.tagcloud a {
  margin-right: 6px;
  margin-bottom: 8px;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 14px;
  font-size: 0.88em !important;
  font-weight: 500;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-decoration: none;
  background: -webkit-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: -moz-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: -ms-linear-gradient(315deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  background: linear-gradient(135deg, rgba(99,102,241,0.06), rgba(139,92,246,0.06));
  color: #6366f1;
  border: 1px solid rgba(99,102,241,0.1);
}
.tagcloud a:hover {
  -webkit-transform: translateY(-2px) rotate(-1deg) scale(1.05);
  -moz-transform: translateY(-2px) rotate(-1deg) scale(1.05);
  -ms-transform: translateY(-2px) rotate(-1deg) scale(1.05);
  transform: translateY(-2px) rotate(-1deg) scale(1.05);
  color: #fff;
  border-color: transparent;
}
.widget {
  line-height: 1.7em;
  word-wrap: break-word;
  font-size: 0.9em;
}
.widget ul,
.widget ol {
  list-style: none;
  margin: 0;
}
.widget ul ul,
.widget ol ul,
.widget ul ol,
.widget ol ol {
  margin: 0 20px;
}
.widget ul ul,
.widget ol ul {
  list-style: disc;
}
.widget ul ol,
.widget ol ol {
  list-style: decimal;
}
.category-list-count,
.tag-list-count,
.archive-list-count {
  padding-left: 5px;
  color: #64748b;
  font-size: 0.85em;
}
.category-list-count:before,
.tag-list-count:before,
.archive-list-count:before {
  content: "(";
}
.category-list-count:after,
.tag-list-count:after,
.archive-list-count:after {
  content: ")";
}
.tagcloud a {
  margin-right: 5px;
  display: inline-block;
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(24px);
    -moz-transform: translateY(24px);
    -ms-transform: translateY(24px);
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
