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;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
html,
body,
#container {
  height: 100%;
}
body {
  background: #eee;
  font: 14px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-text-size-adjust: 100%;
}
.outer {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
}
.outer:before,
.outer:after {
  content: "";
  display: table;
}
.outer:after {
  clear: both;
}
.inner {
  display: inline;
  float: left;
  width: 97.77777777777777%;
  margin: 0 1.111111111111111%;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
.clear {
  clear: both;
}
#container {
  position: relative;
}
.mobile-nav-on {
  overflow: hidden;
}
#wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
  background: #eee;
}
.mobile-nav-on #wrap {
  left: 280px;
}
.article-date,
.article-category-link,
.archive-year {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999;
  margin-bottom: 1em;
  margin-left: 5px;
  line-height: 1em;
  text-shadow: 0 1px #fff;
  font-weight: bold;
}
.article-inner,
.archive-article-inner {
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 1px 2px 3px #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.article-entry h1 {
  font-size: 2em;
}
.article-entry h2 {
  font-size: 1.5em;
}
.article-entry h3 {
  font-size: 1.3em;
}
.article-entry h4 {
  font-size: 1.2em;
}
.article-entry h5 {
  font-size: 1em;
}
.article-entry h6 {
  font-size: 1em;
  color: #999;
}
.article-entry hr {
  border: 1px dashed #ddd;
}
.article-entry strong {
  font-weight: bold;
}
.article-entry em,
.article-entry cite {
  font-style: italic;
}
.article-entry sup,
.article-entry sub {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.article-entry sup {
  top: -0.5em;
}
.article-entry sub {
  bottom: -0.2em;
}
.article-entry small {
  font-size: 0.85em;
}
.article-entry acronym,
.article-entry abbr {
  border-bottom: 1px dotted;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
  margin: 0 20px;
  line-height: 1.6em;
}
.article-entry ul ul,
.article-entry ol ul,
.article-entry ul ol,
.article-entry ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.article-entry ul {
  list-style: disc;
}
.article-entry ol {
  list-style: decimal;
}
.article-entry dt {
  font-weight: bold;
}
#header {
  height: 300px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#header:before,
#header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
}
#header:before {
  top: 0;
  background: -webkit-linear-gradient(rgba(0,0,0,0.2), transparent);
  background: -moz-linear-gradient(rgba(0,0,0,0.2), transparent);
  background: -ms-linear-gradient(rgba(0,0,0,0.2), transparent);
  background: linear-gradient(rgba(0,0,0,0.2), transparent);
}
#header:after {
  bottom: 0;
  background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.2));
  background: -moz-linear-gradient(transparent, rgba(0,0,0,0.2));
  background: -ms-linear-gradient(transparent, rgba(0,0,0,0.2));
  background: linear-gradient(transparent, rgba(0,0,0,0.2));
}
#header-outer {
  height: 100%;
  position: relative;
}
#header-inner {
  position: relative;
  overflow: hidden;
}
#banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/css/images/banner.jpg") center #000;
  background-size: cover;
  z-index: -1;
}
#header-title {
  text-align: center;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
#logo,
#subtitle {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  text-shadow: 0 1px 4px rgba(0,0,0,0.3);
}
#logo {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 2px;
}
#subtitle {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
}
#subtitle-wrap {
  margin-top: 16px;
}
#main-nav {
  float: left;
  margin-left: -15px;
}
.nav-icon,
.main-nav-link {
  float: left;
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: block;
  padding: 20px 15px;
}
.nav-icon:hover,
.main-nav-link:hover {
  opacity: 1;
}
.nav-icon {
  text-align: center;
  font-size: 14px;
  width: 14px;
  height: 14px;
  padding: 20px 15px;
  position: relative;
  cursor: pointer;
}
.main-nav-link {
  font-weight: 300;
  letter-spacing: 1px;
}
@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: 15px;
  width: 150px;
  height: 30px;
  right: -150px;
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
#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: #fff;
  padding: 5px 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.search-form-input {
  border: none;
  background: none;
  color: #555;
  width: 100%;
  font: 13px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", 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: 10px;
  margin-top: -7px;
  font: 13px ForkAwesome;
  border: none;
  background: none;
  color: #bbb;
  cursor: pointer;
}
.search-form-submit:hover,
.search-form-submit:focus {
  color: #777;
}
.article {
  margin: 50px 0;
}
.article-inner {
  overflow: hidden;
}
.article-meta:before,
.article-meta:after {
  content: "";
  display: table;
}
.article-meta:after {
  clear: both;
}
.article-date {
  float: left;
}
.article-category {
  float: left;
  line-height: 1em;
  color: #ccc;
  text-shadow: 0 1px #fff;
  margin-left: 8px;
}
.article-category:before {
  content: "\2022";
}
.article-category-link {
  margin: 0 12px 1em;
}
.article-header {
  padding: 20px 20px 0;
}
.article-title {
  text-decoration: none;
  font-size: 2em;
  font-weight: bold;
  color: #555;
  line-height: 1.1em;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}
a.article-title:hover {
  color: #258fb8;
}
.article-entry {
  color: #555;
  padding: 0 20px;
}
.article-entry:before,
.article-entry:after {
  content: "";
  display: table;
}
.article-entry:after {
  clear: both;
}
.article-entry p,
.article-entry table {
  line-height: 1.6em;
  margin: 1.6em 0;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  font-weight: bold;
}
.article-entry h1,
.article-entry h2,
.article-entry h3,
.article-entry h4,
.article-entry h5,
.article-entry h6 {
  line-height: 1.1em;
  margin: 1.1em 0;
}
.article-entry a {
  color: #258fb8;
  text-decoration: none;
}
.article-entry a:hover {
  text-decoration: underline;
}
.article-entry ul,
.article-entry ol,
.article-entry dl {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}
.article-entry img,
.article-entry video {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.article-entry iframe {
  border: none;
}
.article-entry table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.article-entry th {
  font-weight: bold;
  border-bottom: 3px solid #ddd;
  padding-bottom: 0.5em;
}
.article-entry td {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.article-entry blockquote {
  font-family: Georgia, "Times New Roman", serif;
  margin: 1.6em 20px;
  text-align: center;
}
.article-entry blockquote footer {
  font-size: 14px;
  margin: 1.6em 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.article-entry blockquote footer cite:before {
  content: "—";
  padding: 0 0.5em;
}
.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: #999;
  display: block;
  font-size: 0.9em;
  margin-top: 0.5em;
  position: relative;
  text-align: center;
}
.article-entry .video-container {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.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: 6px 15px;
  border-radius: 15px;
  background: #eee;
  color: #999;
  text-shadow: 0 1px #fff;
  text-decoration: none;
}
.article-more-link a:hover {
  background: #258fb8;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px #1e7293;
}
.article-footer {
  font-size: 0.85em;
  line-height: 1.6em;
  border-top: 1px solid #ddd;
  padding-top: 1.6em;
  margin: 0 20px 20px;
}
.article-footer:before,
.article-footer:after {
  content: "";
  display: table;
}
.article-footer:after {
  clear: both;
}
.article-footer a {
  color: #999;
  text-decoration: none;
}
.article-footer a:hover {
  color: #555;
}
.article-tag-list-item {
  float: left;
  margin-right: 10px;
}
.article-tag-list-link:before {
  content: "#";
}
.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: 50px 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: #ddd;
    -webkit-box-shadow: 0 1px 2px #fff;
    box-shadow: 0 1px 2px #fff;
  }
}
.article-nav-link-wrap {
  text-decoration: none;
  text-shadow: 0 1px #fff;
  color: #999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 50px;
  text-align: center;
  display: block;
}
.article-nav-link-wrap:hover {
  color: #555;
}
@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: 20px;
  }
}
@media screen and (min-width: 768px) {
  #article-nav-older {
    float: right;
    text-align: left;
    padding-left: 20px;
  }
}
.article-nav-caption {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ddd;
  line-height: 1em;
  font-weight: bold;
}
#article-nav-newer .article-nav-caption {
  margin-right: -2px;
}
.article-nav-title {
  font-size: 0.85em;
  line-height: 1.6em;
  margin-top: 0.5em;
}
.article-share-box {
  position: absolute;
  display: none;
  background: #fff;
  -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
  box-shadow: 1px 2px 10px rgba(0,0,0,0.2);
  border-radius: 3px;
  margin-left: -145px;
  overflow: hidden;
  z-index: 1;
}
.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", sans-serif;
  padding: 0 15px;
  color: #555;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 3px 3px 0 0;
  height: 36px;
  line-height: 36px;
}
.article-share-links {
  background: #eee;
}
.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: 36px;
  display: block;
  float: left;
  position: relative;
  color: #999;
  text-shadow: 0 1px #fff;
}
.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;
}
.article-share-twitter:hover {
  background: #00aced;
  text-shadow: 0 1px #008abe;
}
.article-share-facebook:hover {
  background: #3b5998;
  text-shadow: 0 1px #2f477a;
}
.article-share-pinterest:hover {
  background: #cb2027;
  text-shadow: 0 1px #a21a1f;
}
.article-share-linkedin:hover {
  background: #0077b5;
  text-shadow: 0 1px #005f91;
}
.article-gallery {
  background: #000;
  position: relative;
}
.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: 20px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 50px 0;
}
#comments a {
  color: #258fb8;
}
.archives-wrap {
  margin: 50px 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: #555;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1.6em;
}
.archive-article-title:hover {
  color: #258fb8;
}
.archive-article-footer {
  margin-top: 1em;
}
.archive-article-date {
  color: #999;
  text-decoration: none;
  font-size: 0.85em;
  line-height: 1em;
  margin-bottom: 0.5em;
  display: block;
}
#page-nav {
  margin: 50px auto;
  background: #fff;
  -webkit-box-shadow: 1px 2px 3px #ddd;
  box-shadow: 1px 2px 3px #ddd;
  border: 1px solid #ddd;
  border-radius: 3px;
  text-align: center;
  color: #999;
  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: #999;
  text-decoration: none;
}
#page-nav a:hover {
  background: #999;
  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: #555;
  font-weight: bold;
}
#page-nav .space {
  color: #ddd;
}
#footer {
  background: #262a30;
  padding: 50px 0;
  border-top: 1px solid #ddd;
  color: #999;
}
#footer a {
  color: #258fb8;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer-info {
  line-height: 1.6em;
  font-size: 0.85em;
}
.article-entry pre,
.article-entry .highlight {
  background: #2d2d2d;
  margin: 0 -20px;
  padding: 15px 20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  overflow: auto;
  color: #ccc;
  line-height: 22.400000000000002px;
}
.article-entry .highlight .gutter pre,
.article-entry .gist .gist-file .gist-data .line-numbers {
  color: #666;
  font-size: 0.85em;
}
.article-entry pre,
.article-entry code {
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace;
}
.article-entry code {
  background: #eee;
  text-shadow: 0 1px #fff;
  padding: 0 0.3em;
}
.article-entry pre code {
  background: none;
  text-shadow: none;
  padding: 0;
}
.article-entry .highlight pre {
  border: none;
  margin: 0;
  padding: 0;
}
.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: #999;
  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: 20px;
}
.article-entry .highlight .line {
  height: 22.400000000000002px;
}
.article-entry .highlight .line.marked {
  background: #515151;
}
.article-entry .gist {
  margin: 0 -20px;
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0;
  background: #2d2d2d;
  padding: 15px 20px 15px 0;
}
.article-entry .gist .gist-file {
  border: none;
  font-family: "Source Code Pro", Consolas, Monaco, Menlo, Consolas, 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: 0 20px 0 0;
}
.article-entry .gist .gist-file .gist-data .line-data {
  padding: 0 !important;
}
.article-entry .gist .gist-file .highlight {
  margin: 0;
  padding: 0;
  border: none;
}
.article-entry .gist .gist-file .gist-meta {
  background: #2d2d2d;
  color: #999;
  font: 0.85em -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-shadow: 0 0;
  padding: 0;
  margin-top: 1em;
  margin-left: 20px;
}
.article-entry .gist .gist-file .gist-meta a {
  color: #258fb8;
  font-weight: normal;
}
.article-entry .gist .gist-file .gist-meta a:hover {
  text-decoration: underline;
}
pre .comment,
pre .title {
  color: #999;
}
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: #191919;
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 479px) {
  .mobile-nav-link {
    display: block;
    color: #999;
    text-decoration: none;
    padding: 15px 20px;
    font-weight: bold;
  }
  .mobile-nav-link:hover {
    color: #fff;
  }
}
body {
  background: #0b1119 url("/images/background.jpg") center/cover fixed no-repeat;
  color: #e8eef7;
  font-family: Arial, "PingFang SC", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.article-title,
.recent-title,
.taxonomy-name,
.topic-card-label,
#logo {
  font-family: Arial, Consolas, "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}
a {
  color: inherit;
}
.fa {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", Arial, sans-serif;
  font-style: normal;
  line-height: 1;
}
.fa:before {
  display: inline-block;
  line-height: 1;
}
.fa-home:before {
  content: "🏠";
}
.fa-archive:before {
  content: "🗄️";
}
.fa-tags:before {
  content: "🏷️";
}
.fa-folder-open:before {
  content: "🗂️";
}
.fa-users:before {
  content: "🤝";
}
.fa-user:before {
  content: "👤";
}
.fa-code-fork:before {
  content: "🛠️";
}
.fa-github:before {
  content: "💻";
}
.fa-search:before {
  content: "🔎";
}
.fa-bars:before {
  content: "☰";
}
.fa-angle-up:before {
  content: "⌃";
}
.fa-arrow-right:before {
  content: "➜";
}
.fa-university:before {
  content: "🏫";
}
.fa-building:before {
  content: "🏢";
}
.fa-clock:before {
  content: "🕘";
}
.fa-envelope:before {
  content: "✉️";
}
.fa-sun:before {
  content: "☀️";
}
.fa-moon:before {
  content: "🌙";
}
.fa-share:before {
  content: "↗";
}
.fa-comment:before {
  content: "💬";
}
.fa-twitter:before {
  content: "✦";
}
.fa-facebook:before {
  content: "◆";
}
.fa-pinterest:before {
  content: "●";
}
.fa-linkedin:before {
  content: "▣";
}
.fa-rss:before {
  content: "📡";
}
.fa-circle-o:before {
  content: "•";
}
html {
  scrollbar-color: rgba(142,169,210,0.58) rgba(13,20,31,0.58);
}
body:before,
body:after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
}
body:before {
  z-index: 0;
  background: url("/images/background.jpg") center/cover no-repeat;
  background-attachment: fixed;
  opacity: 0.82;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
body:after {
  z-index: 0;
  background: -webkit-radial-gradient(circle at 18% 0%, rgba(68,122,210,0.22), transparent 30%), rgba(6,10,16,0.54);
  background: -moz-radial-gradient(circle at 18% 0%, rgba(68,122,210,0.22), transparent 30%), rgba(6,10,16,0.54);
  background: -ms-radial-gradient(circle at 18% 0%, rgba(68,122,210,0.22), transparent 30%), rgba(6,10,16,0.54);
  background: radial-gradient(circle at 18% 0%, rgba(68,122,210,0.22), transparent 30%), rgba(6,10,16,0.54);
}
#wrap {
  position: relative;
  min-height: 100%;
  height: auto;
  background: transparent;
}
#container {
  position: relative;
  z-index: 1;
}
.site-shell {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  min-height: 100vh;
}
.mobile-rail-toggle {
  display: none;
}
.mobile-rail-backdrop {
  display: none;
}
.site-rail {
  position: sticky;
  top: 0;
  -webkit-align-self: start;
  align-self: start;
  -ms-flex-item-align: start;
  height: 100vh;
  padding: 16px 22px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  scrollbar-width: thin;
  background: rgba(12,18,28,0.84);
  border-right: 1px solid rgba(158,173,196,0.16);
  -webkit-box-shadow: 18px 0 44px rgba(0,0,0,0.28);
  box-shadow: 18px 0 44px rgba(0,0,0,0.28);
  backdrop-filter: blur(22px);
}
.rail-avatar {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 8px;
  text-decoration: none;
  background: url("/images/avatar.jpg") center/cover, url("images/banner.jpg") center/cover;
  border: 1px solid rgba(255,255,255,0.18);
  -webkit-box-shadow: 0 18px 40px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.08);
  box-shadow: 0 18px 40px rgba(0,0,0,0.28), inset 0 0 0 1px rgba(255,255,255,0.08);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.22s ease, box-shadow 0.22s ease;
  -moz-transition: -moz-transform 0.22s ease, box-shadow 0.22s ease;
  -ms-transition: -ms-transform 0.22s ease, box-shadow 0.22s ease;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.rail-avatar:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 22px 48px rgba(0,0,0,0.36), 0 0 0 5px rgba(108,157,255,0.12);
  box-shadow: 0 22px 48px rgba(0,0,0,0.36), 0 0 0 5px rgba(108,157,255,0.12);
}
.rail-username {
  margin: 0 auto 6px;
  text-align: center;
  color: #f6f9ff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}
.rail-tagline {
  max-width: 210px;
  margin: 0 auto 10px;
  color: #9cadc3;
  font-size: 11.5px;
  line-height: 1.45;
  text-align: center;
}
.rail-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 10px;
  text-align: center;
}
.rail-stats a {
  padding: 4px 3px;
  border-radius: 8px;
  text-decoration: none;
  color: #94a3b8;
  -webkit-transition: background 0.18s ease, color 0.18s ease;
  -moz-transition: background 0.18s ease, color 0.18s ease;
  -ms-transition: background 0.18s ease, color 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease;
}
.rail-stats a:hover {
  background: rgba(255,255,255,0.06);
  color: #eaf1ff;
}
.rail-stats strong {
  display: block;
  font-size: 18px;
  color: #f7fbff;
}
.rail-stats span {
  display: block;
  margin-top: 3px;
  font-size: 11px;
}
.rail-profile {
  display: grid;
  gap: 6px;
  margin: 0 0 10px;
  padding: 9px 0 10px;
  border-top: 1px solid rgba(158,173,196,0.12);
  border-bottom: 1px solid rgba(158,173,196,0.12);
}
.rail-profile div,
.rail-profile a {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  gap: 10px;
  color: #b5c2d5;
  text-decoration: none;
  font-size: 11.5px;
  line-height: 1.45;
}
.rail-profile a:hover {
  color: #f5f9ff;
}
.rail-profile .fa {
  width: 18px;
  color: #8fb7ff;
  font-size: 13px;
  line-height: 1.45;
}
.rail-nav {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}
.rail-nav-link,
.rail-github {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 8px;
  color: #a7b3c5;
  text-decoration: none;
  font-weight: 740;
  font-size: 13px;
  letter-spacing: 0;
  -webkit-transition: -webkit-transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  -moz-transition: -moz-transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  -ms-transition: -ms-transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}
.rail-nav-link .fa,
.rail-github .fa {
  width: 18px;
  text-align: center;
  color: #9eb5d8;
}
.rail-nav-link:hover,
.rail-nav-link.is-active,
.rail-github:hover {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  color: #fff;
  background: -webkit-linear-gradient(315deg, rgba(78,139,255,0.96), rgba(73,116,203,0.74));
  background: -moz-linear-gradient(315deg, rgba(78,139,255,0.96), rgba(73,116,203,0.74));
  background: -ms-linear-gradient(315deg, rgba(78,139,255,0.96), rgba(73,116,203,0.74));
  background: linear-gradient(135deg, rgba(78,139,255,0.96), rgba(73,116,203,0.74));
  -webkit-box-shadow: 0 14px 28px rgba(54,116,230,0.28);
  box-shadow: 0 14px 28px rgba(54,116,230,0.28);
}
.rail-nav-link:hover .fa,
.rail-nav-link.is-active .fa,
.rail-github:hover .fa {
  color: #fff;
}
.rail-social {
  padding: 8px 0;
  margin: 0 0 10px;
  border-top: 1px solid rgba(158,173,196,0.12);
  border-bottom: 1px solid rgba(158,173,196,0.12);
}
.theme-toggle {
  width: 100%;
  min-height: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 10px;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  color: #dce7f8;
  font: 740 13px Arial, sans-serif;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.18s ease, background 0.18s ease, color 0.18s ease;
  -moz-transition: -moz-transform 0.18s ease, background 0.18s ease, color 0.18s ease;
  -ms-transition: -ms-transform 0.18s ease, background 0.18s ease, color 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.theme-toggle:hover {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  background: rgba(100,154,255,0.18);
}
.mobile-rail-toggle:focus-visible,
.theme-toggle:focus-visible,
.rail-nav-link:focus-visible,
.rail-github:focus-visible,
.profile-link:focus-visible,
.recent-jump:focus-visible,
.soft-button:focus-visible {
  outline: 2px solid rgba(124,172,255,0.58);
  outline-offset: 2px;
}
.rail-search .search-form {
  position: relative;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  -webkit-box-shadow: 0 14px 30px rgba(0,0,0,0.18);
  box-shadow: 0 14px 30px rgba(0,0,0,0.18);
}
.rail-search .search-form-input {
  font-size: 14px;
  color: #eef4ff;
}
.rail-search .search-form-input::placeholder {
  color: #8795aa;
}
.rail-search .search-form-submit {
  color: #9eb0c8;
  font-size: 0;
}
.rail-search .search-form-submit:before {
  content: "🔎";
  font-size: 14px;
  font-weight: 400;
}
.site-main {
  min-width: 0;
  min-height: 100vh;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.outer {
  max-width: 1120px;
  padding: 0 36px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body.is-inner .outer {
  padding-top: 34px;
}
body.is-home .outer {
  max-width: 1180px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
body.is-home #main {
  float: none;
  width: auto;
}
body.is-home #footer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 42px;
  border-top: 1px solid rgba(158,173,196,0.12);
}
#header {
  height: 210px;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 28px;
  -webkit-box-shadow: 0 24px 58px rgba(0,0,0,0.24);
  box-shadow: 0 24px 58px rgba(0,0,0,0.24);
  background: rgba(10,15,23,0.35);
  isolation: isolate;
}
#banner {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
#header:before,
#header:after {
  display: none;
}
#header-title {
  left: 34px;
  right: 34px;
  text-align: left;
}
#header-inner {
  display: none;
}
#logo {
  font-size: 34px;
  letter-spacing: 0;
  font-weight: 820;
}
#subtitle {
  letter-spacing: 0;
}
.article {
  margin: 0 0 28px;
}
.article-inner,
#comments,
.archives-wrap,
#page-nav {
  border-radius: 8px;
  background: rgba(16,24,37,0.9);
  border: 1px solid rgba(158,173,196,0.15);
  -webkit-box-shadow: 0 18px 45px rgba(0,0,0,0.24);
  box-shadow: 0 18px 45px rgba(0,0,0,0.24);
}
.article-title {
  color: #f6f9ff;
  font-size: 30px;
  letter-spacing: 0;
}
.article-entry {
  color: #cad6e7;
  font-size: 16px;
  line-height: 1.8;
}
.article-entry a {
  color: #8bb7ff;
}
.article-entry img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  border: 1px solid rgba(158,173,196,0.16);
  -webkit-box-shadow: 0 16px 34px rgba(0,0,0,0.24);
  box-shadow: 0 16px 34px rgba(0,0,0,0.24);
}
.article-entry mjx-container {
  color: #eef4ff;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  padding: 4px 0;
}
.article-entry mjx-container svg {
  color: inherit;
  fill: currentColor;
}
.article-entry mjx-container[display="true"] {
  margin: 1.2em 0;
  text-align: left !important;
}
.article-entry .math-display {
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 100%;
  margin: 1.2em 0;
  padding: 6px 0;
}
.article-entry .math-inline {
  color: #eef4ff;
}
.article-meta {
  margin: 0 0 10px;
}
.article-date,
.article-category-link {
  color: #98a8bf;
  text-shadow: none;
}
.article-category-link:hover {
  color: #8bb7ff;
}
.article-more-link a,
.soft-button {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  background: #eaf2ff;
  color: #174e9b !important;
  font-weight: 760;
  text-decoration: none;
  text-shadow: none;
  -webkit-box-shadow: 0 12px 30px rgba(60,124,230,0.22);
  box-shadow: 0 12px 30px rgba(60,124,230,0.22);
}
.home-board {
  padding-bottom: 82px;
}
.home-hero,
.page-hero {
  margin-bottom: 26px;
  padding: 28px 4px 8px;
}
.home-hero h1,
.page-hero h1 {
  margin: 0;
  color: #f8fbff;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 840;
  letter-spacing: 0;
}
.home-hero p,
.page-hero p {
  max-width: 720px;
  margin: 14px 0 0;
  color: #a9b7ca;
  font-size: 17px;
  line-height: 1.7;
}
.page-hero.compact {
  padding-top: 8px;
}
.page-hero.compact h1 {
  font-size: 38px;
}
.home-kicker {
  margin: 0 0 8px !important;
  color: #79adff !important;
  font-size: 13px !important;
  font-weight: 820;
  text-transform: uppercase;
}
.profile-link {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  color: #f0f6ff;
  text-decoration: none;
  font-weight: 760;
  -webkit-transition: -webkit-transform 0.18s ease, background 0.18s ease;
  -moz-transition: -moz-transform 0.18s ease, background 0.18s ease;
  -ms-transition: -ms-transform 0.18s ease, background 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease;
}
.profile-link:hover {
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  background: rgba(100,154,255,0.22);
}
.profile-readme-card {
  margin-bottom: 26px;
  padding: 0;
  border-radius: 8px;
  background: rgba(16,24,37,0.78);
  border: 1px solid rgba(158,173,196,0.15);
  -webkit-box-shadow: 0 18px 44px rgba(0,0,0,0.18);
  box-shadow: 0 18px 44px rgba(0,0,0,0.18);
  overflow: hidden;
}
.readme-titlebar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 16px;
  padding: 15px 20px;
  color: #dce7f8;
  font: 800 14px Consolas, Arial, sans-serif;
  border-bottom: 1px solid rgba(158,173,196,0.14);
}
.readme-content {
  max-height: 520px;
  overflow-y: auto;
  padding: 22px 26px 26px;
  scrollbar-width: thin;
}
.readme-content h2 {
  margin: 0 0 14px;
  color: #f8fbff;
  font-size: 28px;
}
.readme-content h3 {
  margin: 26px 0 12px;
  color: #f1f6ff;
  font-size: 21px;
}
.readme-content p,
.readme-content li {
  color: #c4d1e3;
  font-size: 15px;
  line-height: 1.75;
}
.readme-content p {
  margin: 0 0 14px;
}
.readme-content ul {
  margin: 0 0 10px 20px;
  padding: 0;
}
.readme-content strong {
  color: #f6f9ff;
}
.topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 26px;
}
.topic-card {
  position: relative;
  min-height: 138px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
  border: 1px solid rgba(255,255,255,0.12);
  -webkit-box-shadow: 0 20px 38px rgba(0,0,0,0.22);
  box-shadow: 0 20px 38px rgba(0,0,0,0.22);
  -webkit-transition: -webkit-transform 0.2s ease, box-shadow 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease, box-shadow 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.topic-card:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 26px 48px rgba(0,0,0,0.3);
  box-shadow: 0 26px 48px rgba(0,0,0,0.3);
}
.topic-card-image {
  position: absolute;
  inset: 0;
  background: url("images/banner.jpg") center/cover;
  z-index: -2;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.topic-card:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: -webkit-linear-gradient(315deg, rgba(15,21,31,0.84), rgba(25,35,50,0.24));
  background: -moz-linear-gradient(315deg, rgba(15,21,31,0.84), rgba(25,35,50,0.24));
  background: -ms-linear-gradient(315deg, rgba(15,21,31,0.84), rgba(25,35,50,0.24));
  background: linear-gradient(135deg, rgba(15,21,31,0.84), rgba(25,35,50,0.24));
}
.topic-card-rl:after {
  background: -webkit-linear-gradient(315deg, rgba(13,68,70,0.86), rgba(45,120,116,0.24));
  background: -moz-linear-gradient(315deg, rgba(13,68,70,0.86), rgba(45,120,116,0.24));
  background: -ms-linear-gradient(315deg, rgba(13,68,70,0.86), rgba(45,120,116,0.24));
  background: linear-gradient(135deg, rgba(13,68,70,0.86), rgba(45,120,116,0.24));
}
.topic-card-ml:after {
  background: -webkit-linear-gradient(315deg, rgba(42,52,87,0.88), rgba(78,106,157,0.25));
  background: -moz-linear-gradient(315deg, rgba(42,52,87,0.88), rgba(78,106,157,0.25));
  background: -ms-linear-gradient(315deg, rgba(42,52,87,0.88), rgba(78,106,157,0.25));
  background: linear-gradient(135deg, rgba(42,52,87,0.88), rgba(78,106,157,0.25));
}
.topic-card-others:after {
  background: -webkit-linear-gradient(315deg, rgba(73,61,95,0.86), rgba(121,91,160,0.22));
  background: -moz-linear-gradient(315deg, rgba(73,61,95,0.86), rgba(121,91,160,0.22));
  background: -ms-linear-gradient(315deg, rgba(73,61,95,0.86), rgba(121,91,160,0.22));
  background: linear-gradient(135deg, rgba(73,61,95,0.86), rgba(121,91,160,0.22));
}
.topic-card-label {
  position: absolute;
  left: 22px;
  bottom: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 840;
}
.topic-card-count {
  position: absolute;
  left: 23px;
  bottom: 17px;
  color: rgba(255,255,255,0.78);
  font-size: 13px;
  font-weight: 740;
}
.recent-panel details {
  border-radius: 8px;
  background: rgba(14,22,34,0.88);
  border: 1px solid rgba(158,173,196,0.17);
  -webkit-box-shadow: 0 20px 48px rgba(0,0,0,0.25);
  box-shadow: 0 20px 48px rgba(0,0,0,0.25);
  overflow: hidden;
}
.recent-panel summary {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  cursor: pointer;
  color: #f5f8ff;
  list-style: none;
  border-bottom: 1px solid rgba(158,173,196,0.13);
}
.recent-panel summary strong {
  display: block;
  font-size: 20px;
  line-height: 1.2;
}
.recent-panel summary::-webkit-details-marker {
  display: none;
}
.recent-panel small {
  display: block;
  margin-top: 3px;
  color: #8fa1ba;
  font-size: 12px;
  font-weight: 720;
}
.recent-panel b {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 8px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.09);
  color: #dbe7f8;
  font-size: 13px;
  font-style: normal;
  font-weight: 740;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  transition: background 0.18s ease;
}
.recent-panel summary:hover b {
  background: rgba(100,154,255,0.18);
}
.recent-details:not([open]) .recent-close {
  display: none;
}
.recent-details:not([open]) b .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.recent-details[open] .recent-open {
  display: none;
}
.recent-list {
  display: grid;
  max-height: 540px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.recent-list::-webkit-scrollbar,
.readme-content::-webkit-scrollbar,
.taxonomy-list::-webkit-scrollbar,
.taxonomy-preview::-webkit-scrollbar {
  width: 10px;
}
.recent-list::-webkit-scrollbar-thumb,
.readme-content::-webkit-scrollbar-thumb,
.taxonomy-list::-webkit-scrollbar-thumb,
.taxonomy-preview::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(142,169,210,0.5);
  border: 3px solid rgba(13,20,31,0.7);
}
.recent-list::-webkit-scrollbar-track,
.readme-content::-webkit-scrollbar-track,
.taxonomy-list::-webkit-scrollbar-track,
.taxonomy-preview::-webkit-scrollbar-track {
  background: rgba(13,20,31,0.55);
}
.recent-item {
  display: grid;
  grid-template-columns: 42px 132px minmax(0, 1fr) 48px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  min-height: 112px;
  padding: 18px 22px;
  border-top: 1px solid rgba(158,173,196,0.11);
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  transition: background 0.18s ease;
}
.recent-item:first-child {
  border-top: 0;
}
.recent-item:hover {
  background: rgba(255,255,255,0.04);
}
.recent-item:hover .recent-jump {
  background: #eaf2ff;
  color: #174e9b;
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}
.recent-index {
  color: #63738a;
  font-size: 14px;
  font-weight: 760;
  letter-spacing: 0;
}
.recent-cover {
  display: block;
  width: 132px;
  height: 76px;
  border-radius: 8px;
  background: rgba(8,13,21,0.46), url("images/banner.jpg") center center/cover no-repeat;
  background-color: rgba(8,13,21,0.68);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 1px solid rgba(255,255,255,0.12);
  -webkit-box-shadow: 0 14px 30px rgba(0,0,0,0.24);
  box-shadow: 0 14px 30px rgba(0,0,0,0.24);
}
.recent-copy {
  min-width: 0;
}
.recent-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 7px;
  color: #93a4bb;
  font-size: 12px;
  font-weight: 730;
}
.recent-meta span:before {
  content: "-";
  margin-right: 12px;
  color: #52657f;
}
.post-row-terms {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}
.post-row-terms em {
  color: #52657f;
  font-style: normal;
}
.post-row-term {
  color: #9fb2cf;
  text-decoration: none;
  -webkit-transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  -moz-transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  -ms-transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.post-row-term:hover {
  color: #8bb7ff;
}
.post-row-tag {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 999px;
  background: rgba(124,172,255,0.11);
  border: 1px solid rgba(124,172,255,0.22);
  color: #aecaef;
  font-size: 11px;
  font-weight: 780;
}
.post-row-tag:hover {
  background: rgba(124,172,255,0.2);
  border-color: rgba(124,172,255,0.38);
  color: #f2f7ff;
}
.recent-title {
  color: #f7fbff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0;
}
.recent-title:hover {
  color: #86b6ff;
}
.recent-excerpt {
  margin-top: 7px;
  color: #a7b5c8;
  line-height: 1.6;
  font-size: 14px;
}
.recent-jump {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  justify-self: end;
  text-decoration: none;
  background: rgba(255,255,255,0.07);
  color: #dce7f8;
  border: 1px solid rgba(255,255,255,0.09);
  -webkit-transition: -webkit-transform 0.18s ease, background 0.18s ease, color 0.18s ease;
  -moz-transition: -moz-transform 0.18s ease, background 0.18s ease, color 0.18s ease;
  -ms-transition: -ms-transform 0.18s ease, background 0.18s ease, color 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease, color 0.18s ease;
}
.taxonomy-page,
.project-page,
.friends-page,
.about-page {
  padding-bottom: 36px;
}
.taxonomy-search {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 12px;
  height: 52px;
  margin: 22px 0 18px;
  padding: 0 18px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.11);
  color: #9eb1cc;
}
.taxonomy-search input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f2f7ff;
  font-size: 16px;
}
.taxonomy-search input::placeholder {
  color: #8290a6;
}
.taxonomy-list {
  display: grid;
  gap: 12px;
  max-height: calc(100vh - 265px);
  overflow-y: auto;
  padding-right: 6px;
}
.taxonomy-row {
  border-radius: 8px;
  background: rgba(16,24,37,0.82);
  border: 1px solid rgba(158,173,196,0.15);
  overflow: hidden;
  -webkit-box-shadow: 0 18px 38px rgba(0,0,0,0.18);
  box-shadow: 0 18px 38px rgba(0,0,0,0.18);
  -webkit-transition: -webkit-transform 0.18s ease, border-color 0.18s ease;
  -moz-transition: -moz-transform 0.18s ease, border-color 0.18s ease;
  -ms-transition: -ms-transform 0.18s ease, border-color 0.18s ease;
  transition: transform 0.18s ease, border-color 0.18s ease;
}
.taxonomy-row:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  border-color: rgba(124,172,255,0.36);
}
.taxonomy-row:hover .taxonomy-preview {
  max-height: 275px;
  opacity: 1;
  padding: 0 18px 18px 72px;
}
.taxonomy-main {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto 32px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 14px;
  min-height: 74px;
  padding: 0 18px;
  text-decoration: none;
}
.taxonomy-index {
  color: #61728a;
  font-weight: 760;
}
.taxonomy-name {
  color: #f3f7ff;
  font-size: 20px;
  font-weight: 800;
}
.taxonomy-count {
  color: #92a3bb;
  font-weight: 720;
}
.taxonomy-arrow {
  color: #90b8ff;
}
.taxonomy-preview {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-height: 0;
  opacity: 0;
  padding: 0 18px 0 72px;
  overflow-y: auto;
  -webkit-transition: max-height 0.22s ease, opacity 0.22s ease, padding 0.22s ease;
  -moz-transition: max-height 0.22s ease, opacity 0.22s ease, padding 0.22s ease;
  -ms-transition: max-height 0.22s ease, opacity 0.22s ease, padding 0.22s ease;
  transition: max-height 0.22s ease, opacity 0.22s ease, padding 0.22s ease;
}
.taxonomy-preview .taxonomy-post-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  min-height: 76px;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  text-decoration: none;
  -webkit-transition: background 0.18s ease, -webkit-transform 0.18s ease;
  -moz-transition: background 0.18s ease, -moz-transform 0.18s ease;
  -ms-transition: background 0.18s ease, -ms-transform 0.18s ease;
  transition: background 0.18s ease, transform 0.18s ease;
}
.taxonomy-preview .taxonomy-post-card:hover {
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
  background: rgba(124,172,255,0.12);
}
.taxonomy-preview strong {
  display: block;
  color: #f3f7ff;
  line-height: 1.35;
}
.taxonomy-preview small {
  display: block;
  margin-top: 8px;
  color: #8fa1ba;
}
.taxonomy-preview em {
  display: block;
  margin-top: 6px;
  color: #aebbd0;
  font-size: 13px;
  line-height: 1.45;
  font-style: normal;
}
.taxonomy-post-cover {
  width: 92px;
  height: 58px;
  border-radius: 8px;
  background: url("images/banner.jpg") center center/cover no-repeat;
  background-color: rgba(8,13,21,0.68);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 1px solid rgba(255,255,255,0.1);
}
.category-taxonomy-row .taxonomy-preview {
  padding-left: 18px;
}
.category-taxonomy-row:hover .taxonomy-preview {
  padding-left: 18px;
}
.category-taxonomy-main {
  position: relative;
  min-height: 116px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.category-taxonomy-main:before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-linear-gradient(0deg, rgba(7,12,19,0.9), rgba(12,18,28,0.48));
  background: -moz-linear-gradient(0deg, rgba(7,12,19,0.9), rgba(12,18,28,0.48));
  background: -ms-linear-gradient(0deg, rgba(7,12,19,0.9), rgba(12,18,28,0.48));
  background: linear-gradient(90deg, rgba(7,12,19,0.9), rgba(12,18,28,0.48));
}
.category-taxonomy-main span {
  position: relative;
}
.taxonomy-row.is-hidden {
  display: none;
}
.category-grid,
.project-grid,
.friend-grid,
.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.category-card,
.project-card,
.friend-card,
.about-card,
.about-grid section {
  border-radius: 8px;
  background: rgba(16,24,37,0.86);
  border: 1px solid rgba(158,173,196,0.15);
  -webkit-box-shadow: 0 18px 40px rgba(0,0,0,0.2);
  box-shadow: 0 18px 40px rgba(0,0,0,0.2);
}
.category-card,
.project-card,
.friend-card {
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  -moz-transition: -moz-transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  -ms-transition: -ms-transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.category-card:hover,
.project-card:hover,
.friend-card:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  border-color: rgba(124,172,255,0.38);
  background: rgba(21,32,49,0.94);
}
.category-card {
  min-height: 190px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.category-card-top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 14px;
}
.category-card-top strong {
  color: #f7fbff;
  font-size: 24px;
  font-weight: 820;
}
.category-card-top small {
  color: #9badc4;
  font-weight: 740;
}
.category-card-preview {
  display: grid;
  gap: 7px;
  margin: 18px 0;
}
.category-card-preview em {
  color: #aebbd0;
  font-style: normal;
}
.category-card-action {
  color: #8bb7ff;
  font-weight: 760;
}
.project-card {
  min-height: 190px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.project-card h2 {
  margin: 0;
  color: #f7fbff;
  font-size: 22px;
}
.project-card p {
  margin: 0;
  color: #aebbd0;
  line-height: 1.65;
}
.project-card small {
  margin-top: auto;
  color: #8394ab;
}
.project-lang {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
  padding: 5px 9px;
  border-radius: 8px;
  background: rgba(118,166,255,0.16);
  color: #9fc2ff;
  font-size: 12px;
  font-weight: 760;
}
.friend-grid {
  grid-template-columns: minmax(0, 1fr);
}
.friend-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 36px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 16px;
  min-height: 86px;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.friend-card strong {
  display: block;
  color: #f7fbff;
  font-size: 18px;
}
.friend-card small {
  display: block;
  margin-top: 5px;
  color: #9badc4;
}
.friend-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: -webkit-linear-gradient(315deg, #9cc2ff, #d8e6ff);
  background: -moz-linear-gradient(315deg, #9cc2ff, #d8e6ff);
  background: -ms-linear-gradient(315deg, #9cc2ff, #d8e6ff);
  background: linear-gradient(135deg, #9cc2ff, #d8e6ff);
  color: #123a71;
  font-size: 22px;
  font-weight: 840;
}
.friend-avatar-image {
  background-position: center;
  background-size: cover;
  color: transparent;
  border: 1px solid rgba(255,255,255,0.18);
}
.giscus-comments {
  margin: 0 0 28px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(16,24,37,0.9);
  border: 1px solid rgba(158,173,196,0.15);
  -webkit-box-shadow: 0 18px 45px rgba(0,0,0,0.24);
  box-shadow: 0 18px 45px rgba(0,0,0,0.24);
}
.archives-wrap {
  margin: 0 0 28px;
  padding: 26px;
  backdrop-filter: blur(16px);
}
.archive-row-section {
  padding: 0;
  overflow: hidden;
}
.archive-year-wrap {
  margin: 0;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(158,173,196,0.12);
}
.archive-year {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 42px;
  padding: 0 14px;
  border-radius: 8px;
  background: rgba(124,172,255,0.14);
  color: #f7fbff;
  font: 840 24px Arial, Consolas, sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}
.archives {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.archive-post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  max-height: none;
  overflow: visible;
}
.archive-post-list .post-row {
  border-top-color: rgba(158,173,196,0.1);
}
.archive-post-list .post-row:first-child {
  border-top: 0;
}
.archive-article {
  margin: 0;
  padding: 0;
}
.archive-article-inner {
  min-height: 74px;
  padding: 14px 16px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.1);
  -webkit-transition: -webkit-transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  -moz-transition: -moz-transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  -ms-transition: -ms-transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}
.archive-article-inner:hover {
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  background: rgba(124,172,255,0.13);
  border-color: rgba(124,172,255,0.32);
}
.archive-article-date {
  display: block;
  margin: 0 0 8px;
  color: #97a9c2;
  font-size: 13px;
  font-weight: 740;
  text-decoration: none;
}
.archive-article-title {
  color: #f5f8ff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  text-decoration: none;
}
.comments-heading {
  margin-bottom: 18px;
}
.comments-heading span {
  display: block;
  margin-bottom: 8px;
  color: #7facff;
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.comments-heading h2 {
  margin: 0;
  color: #f8fbff;
  font-size: 28px;
  line-height: 1.2;
}
.comments-heading p {
  margin: 8px 0 0;
  color: #a9b7ca;
}
.giscus-setup-note {
  padding: 18px;
  border-radius: 8px;
  background: rgba(124,172,255,0.11);
  border: 1px solid rgba(124,172,255,0.22);
  color: #c7d5e8;
}
.giscus-setup-note strong {
  display: block;
  margin-bottom: 8px;
  color: #f5f9ff;
}
.giscus-setup-note p {
  margin: 0;
  line-height: 1.65;
}
.giscus-setup-note code {
  padding: 2px 5px;
  border-radius: 5px;
  background: rgba(255,255,255,0.08);
  color: #eef4ff;
}
.article-footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
  border-top-color: rgba(158,173,196,0.13);
  color: #9eb0c8;
}
.article-footer .article-share-link,
.article-footer .article-comment-link {
  float: none;
  margin-left: 0;
  min-height: 30px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 6px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
  color: #aebbd0;
  font-weight: 760;
  text-decoration: none;
}
.article-footer .article-share-link:hover,
.article-footer .article-comment-link:hover {
  color: #eef5ff;
  background: rgba(124,172,255,0.16);
  border-color: rgba(124,172,255,0.28);
}
.article-tag-list {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-tag-list-item {
  float: none;
  margin: 0;
}
.article-tag-list-link {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(124,172,255,0.12);
  border: 1px solid rgba(124,172,255,0.24);
  color: #b8d1f6 !important;
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}
.article-tag-list-link:before {
  content: "#";
  margin-right: 4px;
}
.article-tag-list-link:hover {
  color: #f5f9ff !important;
  background: rgba(124,172,255,0.22);
  border-color: rgba(124,172,255,0.42);
}
html[data-theme="light"] {
  scrollbar-color: rgba(82,104,138,0.48) rgba(238,243,250,0.76);
}
html[data-theme="light"] body {
  background: #edf2f8 url("/images/background_light.jpg") center/cover fixed no-repeat;
  color: #1a2433;
}
html[data-theme="light"] body:after {
  background: -webkit-radial-gradient(circle at 18% 0%, rgba(75,130,220,0.13), transparent 32%), rgba(242,247,252,0.56);
  background: -moz-radial-gradient(circle at 18% 0%, rgba(75,130,220,0.13), transparent 32%), rgba(242,247,252,0.56);
  background: -ms-radial-gradient(circle at 18% 0%, rgba(75,130,220,0.13), transparent 32%), rgba(242,247,252,0.56);
  background: radial-gradient(circle at 18% 0%, rgba(75,130,220,0.13), transparent 32%), rgba(242,247,252,0.56);
}
html[data-theme="light"] body:before {
  background-image: url("/images/background_light.jpg");
  opacity: 0.62;
  filter: saturate(0.92) brightness(1.08);
}
html[data-theme="light"] .site-rail {
  background: rgba(247,250,254,0.86);
  border-right-color: rgba(82,104,138,0.2);
  -webkit-box-shadow: 18px 0 44px rgba(53,72,96,0.12);
  box-shadow: 18px 0 44px rgba(53,72,96,0.12);
}
html[data-theme="light"] .rail-username,
html[data-theme="light"] .rail-stats strong,
html[data-theme="light"] .home-hero h1,
html[data-theme="light"] .page-hero h1,
html[data-theme="light"] .readme-content h2,
html[data-theme="light"] .readme-content h3,
html[data-theme="light"] .article-title,
html[data-theme="light"] .recent-title,
html[data-theme="light"] .taxonomy-name,
html[data-theme="light"] .category-card-top strong,
html[data-theme="light"] .project-card h2,
html[data-theme="light"] .friend-card strong,
html[data-theme="light"] .about-card h2,
html[data-theme="light"] .about-grid section h2 {
  color: #111827;
}
html[data-theme="light"] .rail-stats a,
html[data-theme="light"] .rail-tagline,
html[data-theme="light"] .rail-profile div,
html[data-theme="light"] .rail-profile a,
html[data-theme="light"] .rail-nav-link,
html[data-theme="light"] .rail-github,
html[data-theme="light"] .home-hero p,
html[data-theme="light"] .page-hero p,
html[data-theme="light"] .readme-content p,
html[data-theme="light"] .readme-content li,
html[data-theme="light"] .article-entry,
html[data-theme="light"] .recent-excerpt,
html[data-theme="light"] .taxonomy-preview em,
html[data-theme="light"] .project-card p,
html[data-theme="light"] .friend-card small,
html[data-theme="light"] .about-card p,
html[data-theme="light"] .about-card li,
html[data-theme="light"] .about-grid section p,
html[data-theme="light"] .about-grid section li {
  color: #516176;
}
html[data-theme="light"] .rail-nav-link .fa,
html[data-theme="light"] .rail-github .fa {
  color: #6c7f99;
}
html[data-theme="light"] .rail-nav-link.is-active,
html[data-theme="light"] .rail-nav-link:hover,
html[data-theme="light"] .rail-github:hover {
  color: #fff;
}
html[data-theme="light"] .rail-nav-link.is-active .fa,
html[data-theme="light"] .rail-nav-link:hover .fa,
html[data-theme="light"] .rail-github:hover .fa {
  color: #fff;
}
html[data-theme="light"] .readme-content strong,
html[data-theme="light"] .article-entry strong,
html[data-theme="light"] .taxonomy-preview strong,
html[data-theme="light"] .taxonomy-post-copy strong {
  color: #172033;
}
html[data-theme="light"] .profile-readme-card,
html[data-theme="light"] .recent-panel details,
html[data-theme="light"] .taxonomy-row,
html[data-theme="light"] .article-inner,
html[data-theme="light"] #comments,
html[data-theme="light"] .archives-wrap,
html[data-theme="light"] #page-nav,
html[data-theme="light"] .project-card,
html[data-theme="light"] .friend-card,
html[data-theme="light"] .about-card,
html[data-theme="light"] .about-grid section {
  background: rgba(255,255,255,0.74);
  border-color: rgba(82,104,138,0.18);
  -webkit-box-shadow: 0 18px 42px rgba(53,72,96,0.13);
  box-shadow: 0 18px 42px rgba(53,72,96,0.13);
  backdrop-filter: blur(16px);
}
html[data-theme="light"] .archive-year {
  background: rgba(78,139,255,0.12);
  color: #172033;
}
html[data-theme="light"] .archive-article-inner {
  background: rgba(245,248,252,0.78);
  border-color: rgba(82,104,138,0.16);
}
html[data-theme="light"] .archive-article-inner:hover {
  background: rgba(78,139,255,0.1);
  border-color: rgba(78,139,255,0.28);
}
html[data-theme="light"] .archive-article-date {
  color: #65758d;
}
html[data-theme="light"] .archive-article-title {
  color: #172033;
}
html[data-theme="light"] .taxonomy-search,
html[data-theme="light"] .theme-toggle,
html[data-theme="light"] .rail-search .search-form,
html[data-theme="light"] .profile-link,
html[data-theme="light"] .recent-panel b,
html[data-theme="light"] .recent-jump {
  background: rgba(255,255,255,0.76);
  border-color: rgba(82,104,138,0.18);
  color: #26364d;
}
html[data-theme="light"] .taxonomy-search input,
html[data-theme="light"] .rail-search .search-form-input {
  color: #172033;
}
html[data-theme="light"] .readme-titlebar,
html[data-theme="light"] .recent-panel summary {
  color: #172033;
  border-bottom-color: rgba(82,104,138,0.16);
}
html[data-theme="light"] .recent-item,
html[data-theme="light"] .rail-profile,
html[data-theme="light"] .rail-social {
  border-color: rgba(82,104,138,0.14);
}
html[data-theme="light"] .recent-meta,
html[data-theme="light"] .taxonomy-count {
  color: #65758d;
}
html[data-theme="light"] .post-row-term {
  color: #526176;
}
html[data-theme="light"] .post-row-term:hover {
  color: #2457a6;
}
html[data-theme="light"] .post-row-tag,
html[data-theme="light"] .article-tag-list-link {
  background: rgba(78,139,255,0.1);
  border-color: rgba(78,139,255,0.22);
  color: #2457a6 !important;
}
html[data-theme="light"] .post-row-tag:hover,
html[data-theme="light"] .article-tag-list-link:hover {
  background: rgba(78,139,255,0.16);
  border-color: rgba(78,139,255,0.34);
  color: #143d82 !important;
}
html[data-theme="light"] .article-footer {
  border-top-color: rgba(82,104,138,0.14);
  color: #65758d;
}
html[data-theme="light"] .article-footer .article-share-link,
html[data-theme="light"] .article-footer .article-comment-link {
  background: rgba(255,255,255,0.66);
  border-color: rgba(82,104,138,0.16);
  color: #526176;
}
html[data-theme="light"] .article-footer .article-share-link:hover,
html[data-theme="light"] .article-footer .article-comment-link:hover {
  background: rgba(78,139,255,0.12);
  border-color: rgba(78,139,255,0.3);
  color: #143d82;
}
html[data-theme="light"] .taxonomy-preview .taxonomy-post-card {
  background: rgba(245,248,252,0.82);
  border-color: rgba(82,104,138,0.16);
}
html[data-theme="light"] .recent-cover,
html[data-theme="light"] .taxonomy-post-cover {
  background-color: rgba(255,255,255,0.74);
  border-color: rgba(82,104,138,0.18);
  background-position: center center;
  background-size: cover;
}
html[data-theme="light"] .category-taxonomy-main:before {
  background: -webkit-linear-gradient(0deg, rgba(7,12,19,0.86), rgba(12,18,28,0.42));
  background: -moz-linear-gradient(0deg, rgba(7,12,19,0.86), rgba(12,18,28,0.42));
  background: -ms-linear-gradient(0deg, rgba(7,12,19,0.86), rgba(12,18,28,0.42));
  background: linear-gradient(90deg, rgba(7,12,19,0.86), rgba(12,18,28,0.42));
}
html[data-theme="light"] .category-taxonomy-main .taxonomy-index,
html[data-theme="light"] .category-taxonomy-main .taxonomy-name,
html[data-theme="light"] .category-taxonomy-main .taxonomy-count,
html[data-theme="light"] .category-taxonomy-main .taxonomy-arrow {
  color: #f7fbff;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}
html[data-theme="light"] .giscus-comments {
  background: rgba(255,255,255,0.84);
  border-color: rgba(82,104,138,0.18);
}
html[data-theme="light"] .comments-heading h2,
html[data-theme="light"] .giscus-setup-note strong {
  color: #111827;
}
html[data-theme="light"] .comments-heading p,
html[data-theme="light"] .giscus-setup-note {
  color: #516176;
}
html[data-theme="light"] .giscus-setup-note {
  background: rgba(78,139,255,0.08);
  border-color: rgba(82,104,138,0.18);
}
html[data-theme="light"] .giscus-setup-note code {
  background: rgba(17,24,39,0.08);
  color: #172033;
}
html[data-theme="light"] .article-entry code {
  background: rgba(17,24,39,0.08);
  color: #172033;
  text-shadow: none;
}
html[data-theme="light"] .article-entry mjx-container,
html[data-theme="light"] .article-entry .math-inline {
  color: #243249 !important;
  text-shadow: none;
}
html[data-theme="light"] .article-entry mjx-container svg {
  color: inherit;
  fill: currentColor;
}
html[data-theme="light"] .article-entry pre,
html[data-theme="light"] .article-entry .highlight {
  background: #f6f8fb;
  color: #1f2937;
  border-color: rgba(82,104,138,0.22);
  text-shadow: none;
}
html[data-theme="light"] .article-entry .highlight pre,
html[data-theme="light"] .article-entry pre code {
  background: transparent;
  color: #1f2937;
  text-shadow: none;
}
html[data-theme="light"] .article-entry .highlight .gutter pre {
  color: #7a8799;
}
html[data-theme="light"] .article-entry .highlight figcaption,
html[data-theme="light"] pre .comment,
html[data-theme="light"] pre .title {
  color: #64748b;
}
.about-card,
.about-grid section {
  padding: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about-card h2,
.about-grid section h2 {
  margin: 0 0 12px;
  color: #f7fbff;
}
.about-card p,
.about-grid section p,
.about-card li,
.about-grid section li {
  color: #aebbd0;
  line-height: 1.7;
}
.about-card ul,
.about-grid section ul {
  margin-bottom: 0;
}
.about-card {
  margin-bottom: 16px;
}
.about-quote {
  margin: 18px 0;
  padding: 18px 20px;
  border-left: 3px solid #7facff;
  border-radius: 8px;
  background: rgba(124,172,255,0.1);
  color: #dce8f8;
}
#footer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: auto;
  padding: 24px 36px 28px;
  background: transparent;
  border-top: 0;
}
.footer-outer {
  max-width: 1120px;
  padding: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.footer-card {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 24px;
  min-height: 76px;
  padding: 18px 24px;
  border-radius: 8px;
  background: rgba(7,12,18,0.76);
  border: 1px solid rgba(158,173,196,0.13);
  -webkit-box-shadow: 0 18px 42px rgba(0,0,0,0.22);
  box-shadow: 0 18px 42px rgba(0,0,0,0.22);
  backdrop-filter: blur(18px);
  color: #98a8bf;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer-info {
  width: auto;
  float: none;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  color: inherit;
  line-height: 1.5;
}
#footer-info a {
  color: #80b5ff;
  text-decoration: none;
}
#footer-info a:hover {
  color: #eef5ff;
}
.footer-nav {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-nav a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #b8c5d8;
  text-decoration: none;
  font-size: 13px;
  font-weight: 760;
  -webkit-transition: background 0.18s ease, color 0.18s ease;
  -moz-transition: background 0.18s ease, color 0.18s ease;
  -ms-transition: background 0.18s ease, color 0.18s ease;
  transition: background 0.18s ease, color 0.18s ease;
}
.footer-nav a:hover {
  color: #f5f9ff;
  background: rgba(124,172,255,0.14);
}
#mobile-nav {
  display: none;
}
html[data-theme="light"] #footer {
  background: transparent;
}
html[data-theme="light"] .footer-card {
  background: rgba(255,255,255,0.68);
  border-color: rgba(82,104,138,0.16);
  -webkit-box-shadow: 0 18px 42px rgba(53,72,96,0.13);
  box-shadow: 0 18px 42px rgba(53,72,96,0.13);
  color: #65758d;
}
html[data-theme="light"] #footer-info a {
  color: #2457a6;
}
html[data-theme="light"] #footer-info a:hover {
  color: #143d82;
}
html[data-theme="light"] .footer-nav a {
  color: #526176;
}
html[data-theme="light"] .footer-nav a:hover {
  color: #143d82;
  background: rgba(78,139,255,0.12);
}
@media screen and (max-width: 980px) {
  body.mobile-rail-locked {
    overflow: hidden;
  }
  .site-shell {
    grid-template-columns: 1fr;
  }
  .mobile-rail-toggle {
    position: fixed;
    top: 14px;
    left: 14px;
    z-index: 60;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 8px;
    min-width: 46px;
    height: 46px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 8px;
    background: rgba(10,16,25,0.84);
    color: #f5f9ff;
    font: 800 13px Arial, sans-serif;
    -webkit-box-shadow: 0 14px 34px rgba(0,0,0,0.32);
    box-shadow: 0 14px 34px rgba(0,0,0,0.32);
    backdrop-filter: blur(18px);
    cursor: pointer;
  }
  .mobile-rail-backdrop {
    position: fixed;
    inset: 0;
    z-index: 35;
    background: rgba(4,9,16,0.58);
    backdrop-filter: blur(3px);
  }
  #container.is-rail-open .mobile-rail-backdrop {
    display: block;
  }
  #container.is-rail-open .mobile-rail-toggle {
    background: rgba(78,139,255,0.94);
    border-color: rgba(255,255,255,0.18);
    color: #fff;
  }
  #container.is-rail-open .mobile-rail-toggle .fa-bars:before {
    content: "✕";
  }
  .site-rail {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: min(320px, calc(100vw - 42px));
    max-width: calc(100vw - 42px);
    height: 100dvh;
    min-height: 100vh;
    overflow-y: auto;
    padding: 72px 18px 18px;
    -webkit-transform: translateX(-104%);
    -moz-transform: translateX(-104%);
    -ms-transform: translateX(-104%);
    transform: translateX(-104%);
    -webkit-transition: -webkit-transform 0.22s ease, box-shadow 0.22s ease;
    -moz-transition: -moz-transform 0.22s ease, box-shadow 0.22s ease;
    -ms-transition: -ms-transform 0.22s ease, box-shadow 0.22s ease;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
  }
  #container.is-rail-open .site-rail {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 20px 0 56px rgba(0,0,0,0.34);
    box-shadow: 20px 0 56px rgba(0,0,0,0.34);
  }
  .rail-avatar {
    width: 76px;
    height: 76px;
    margin-bottom: 12px;
  }
  .rail-profile {
    max-width: none;
  }
  .rail-nav {
    grid-template-columns: 1fr;
  }
  .site-main {
    padding-top: 0;
  }
  body.is-inner .site-main {
    padding-top: 72px;
  }
  .outer {
    max-width: none;
    padding: 0 clamp(18px, 4vw, 30px);
  }
  body.is-home .home-hero {
    padding-top: 76px;
  }
  #header-title {
    left: 76px;
    right: 24px;
  }
  .taxonomy-list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .topic-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .recent-item {
    grid-template-columns: 32px 110px minmax(0, 1fr) 42px;
    gap: 14px;
  }
  .recent-cover {
    width: 110px;
    height: 68px;
  }
  .archives {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .archive-post-list {
    grid-template-columns: 1fr;
  }
  html[data-theme="light"] .mobile-rail-toggle {
    background: rgba(255,255,255,0.82);
    border-color: rgba(82,104,138,0.18);
    color: #172033;
    -webkit-box-shadow: 0 14px 34px rgba(53,72,96,0.16);
    box-shadow: 0 14px 34px rgba(53,72,96,0.16);
  }
  html[data-theme="light"] .mobile-rail-backdrop {
    background: rgba(226,235,246,0.58);
  }
  html[data-theme="light"] #container.is-rail-open .mobile-rail-toggle {
    background: rgba(78,139,255,0.92);
    color: #fff;
  }
}
@media screen and (max-width: 640px) {
  .outer {
    padding: 0 14px;
  }
  .home-hero,
  .page-hero {
    padding-top: 22px;
  }
  .home-hero h1,
  .page-hero h1 {
    font-size: 32px;
    line-height: 1.16;
  }
  .home-hero p,
  .page-hero p {
    font-size: 15px;
  }
  body.is-home .home-hero {
    padding-top: 74px;
  }
  .mobile-rail-toggle-text {
    display: none;
  }
  .readme-titlebar {
    display: grid;
    gap: 12px;
  }
  .profile-link {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .readme-content {
    max-height: 460px;
    padding: 18px;
  }
  .topic-grid,
  .category-grid,
  .project-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }
  .recent-panel summary {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 18px;
  }
  .recent-panel summary b {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .recent-list {
    max-height: none;
    overflow: visible;
  }
  .recent-item {
    grid-template-columns: 1fr 40px;
    gap: 12px;
    padding: 16px;
  }
  .recent-index {
    display: none;
  }
  .recent-cover {
    grid-column: 1/-1;
    width: 100%;
    height: 150px;
  }
  .recent-copy {
    min-width: 0;
  }
  .recent-meta {
    gap: 7px 10px;
  }
  .recent-meta span:before {
    margin-right: 10px;
  }
  .recent-title {
    font-size: 18px;
    line-height: 1.35;
  }
  .recent-excerpt {
    font-size: 13px;
  }
  .taxonomy-main {
    grid-template-columns: 32px minmax(0, 1fr) 28px;
    gap: 10px;
    padding: 0 14px;
  }
  .taxonomy-count {
    grid-column: 2;
  }
  .taxonomy-arrow {
    grid-column: 3;
    grid-row: 1/3;
  }
  .taxonomy-row:hover .taxonomy-preview {
    padding-left: 18px;
  }
  .taxonomy-preview {
    grid-template-columns: 1fr;
    padding-left: 14px;
    padding-right: 14px;
  }
  .taxonomy-preview .taxonomy-post-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }
  .taxonomy-post-cover {
    width: 76px;
    height: 52px;
  }
  #header {
    height: 170px;
    border-radius: 0;
    margin-bottom: 20px;
  }
  #header-title {
    left: 64px;
    right: 18px;
  }
  #logo {
    font-size: 28px;
  }
  .archives {
    grid-template-columns: 1fr;
  }
  .archives-wrap {
    padding: 18px;
  }
  .archive-row-section {
    padding: 0;
  }
  .archive-year-wrap {
    padding: 18px;
  }
  #footer {
    padding: 18px;
  }
  .footer-card {
    display: grid;
    gap: 12px;
    padding: 18px;
  }
  #footer-info,
  .footer-nav {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
  }
}
