/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(tomorrow.css);
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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; 
}

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; 
  background-color: #f0f0f0;
}
blockquote:before, blockquote:after {
  content: none; 
}

q:before, q:after {
  content: none; }

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

body {
  width: 100%;
  *zoom: 1; 
}
body:before, body:after {
  content: "";
  display: table; 
}
body:after {
  clear: both; 
}

html, body {
  height: 100%; 
}

html {
  max-height: 100%;
  color-scheme: light;
}

html.dark-mode {
  background: #111827;
  color-scheme: dark;
}

body {
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased; }

a {
  text-decoration: none;
  color: #00688B; 

}
p a {
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: underline;
}

a:hover {
  color: #0000CD;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 1.0em;
  margin-bottom: .5em;
  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: lighter;
  color: #333333;
  -webkit-font-smoothing: antialiased; }

h1 {
  margin-top: 0;
  font-size: 2.0em;
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: bold;
}

h2 {
  font-size: 1.5em; 
  font-weight: bold;
  /*background:#B9D3EE;*/
  /*text-align: center;*/
}

h3 {
  font-size: 1.2em; 
  text-indent: 4px; 
  border-radius: 4px; 
  padding: 6px 15px;
  margin-bottom: 20px;
  margin-top: 5px;
  background:#B9D3EE;
  /*0px right, 5px botton, 5px fuzzy*/
  box-shadow: 0px 5px 5px #9FB6CD;
  border-left: 6px solid #1874CD; 
  position:relative;
}

h4 {
  font-size: 1.2em; 
  padding: 6px 15px;
  font-weight: bold;
}

h5 {
  font-size: 1em; 
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  margin-top: 5px;
  line-height: 1.7em; 
  padding-left: 20px;
  font-size: 16px;
}

strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  padding-top: 10px;
  padding-bottom: 1px;
  padding-left: 10px;
  margin-left: 20px;

  font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-weight: lighter;
  font-size: 1em;
  border-left: 3px solid #4F4F4F; 
}
blockquote p:last-child {
  margin-bottom: 0; }

ol, ul {
  margin: 0 0 1.3em 1.2em; }  /* 列表的外边距 */
ol li, ul li {
  margin: 0 0 .2em 0;
  line-height: 1.6em; }
ol ol, ol ul, ul ol, ul ul {
  margin: .1em 0 .2em 1em; }  /* 嵌套列表的外边距 */
ol {
  list-style-type: decimal; }

ul {
  list-style-type: disc; }

/* 文章描述样式：description */
code {
  color: #000000;
  padding: .1em .4em;
  background: #e8f2fb;
  border: 1px solid #c9e1f6;
  border-radius: 3px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: 1.0em;
  vertical-align: bottom;
  word-wrap: break-word; }

/* 文章内容样式 */
pre {
  margin-bottom: 1.3em;
  padding: 1em 2.5%;
  background: #e8f2fb;
  border: 1px solid #c9e1f6;
  border-radius: 3px;
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  font-size: .9em;
  font-weight: normal;
  line-height: 1.3em;
  overflow: scroll; }
pre code {
  padding: 0;
  background: none;
  border: none;
  word-wrap: normal; }

table {
  color: #333333;
  font-size: .9em;
  text-align: center;
  line-height: 40px;
  border: 2px solid #363636;
  width: 90%;
  margin: 50px auto; }

thead tr:first-child {
  background-color: #E0EEEE;
  color: #363636;
  text-align: center;
  border: 1px solid #363636;
}
th {
  font-weight: bold; 
  border: 1px solid #363636;
}
table thead tr th {
  text-align: center;
}

th:first-child, td:first-child {
  padding: 0 15px 0 20px; 
}

tbody td {
  font-size: .85em; 
  border: 1px solid #363636;
}
td:last-child {
  padding-right: 10px; 
  border: 1px solid #363636;
}

::-moz-selection { 
  color:#fff;
  text-shadow:none;
  background:#a0b3d6;
  }
::selection {
    color:#fff;
    text-shadow:none;
    background:#666666;
  }
img::selection {
  color:#fff;
  background:0 0
}
img::-moz-selection {
  color:#fff;
  background:0 0
}

.footer-social-icon {
  width: 30px;
  height: 30px;
  background-size: 15px;
}

  .date,
  .time,
  .author{ color: #c7c7c7; }
  .date a,
  .time a,
  .author a,
  .tags {
    color: #fff;
  }
  .tags a {
  color: #666666; }

  .date a:hover,
  .time a:hover,
  .author a:hover,
  .tags a:hover {
    color: #7b0f19; 
  }

  .excerpt {
    border-left: 3px solid #12B2F8; 
    margin: 0;
    margin-right: 10px;
    font-size: .9em;
    background-color: #FFF;
    text-indent: 10px;
    color: #4F4F4F; 
  }

  .intro {
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 1.2em;
    font-weight: lighter;
    color: #999999; }

  .block-heading {
    display: inline;
    float: left;
    width: 940px;
    margin: 0 10px;
    position: relative;
    bottom: -15px;
    font-size: .8em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0; }

  .label {
    position: relative;
    display: inline-block;
    padding: 8px 18px 9px 18px;
    background: #BF1827;
    border-radius: 3px;
    text-align: center;
    color: #FFF; }

  .container {
    position: relative;
    z-index: 500;
    width: 940px;
    margin: 0 auto; }

  .content-wrapper {
    z-index: 800;
    width: 70%;
    margin-left: 30%; }

  .content-wrapper__inner {
    /*margin: 0 10%;*/
    margin-right: 60px;
    padding: 50px 0; 
    /*margin: 0 auto; */
    /*width: 700px;*/
  }

  .footer {
    display: block;
    padding: 2em 0 0 0;
    border-top: 1px solid #DDDDDD;
    font-size: .7em;
    color: #b3b3b3; }

  .footer__copyright {
    display: block;
    margin-bottom: .7em; 
  }
  .footer__copyright a {
    color: #a6a6a6;
    text-decoration: underline; 
  }
  .footer__copyright a:hover {
    color: #7b0f19; 
  }

  .avatar,
  .logo {
    border-radius: 50%;
    border: 3px solid #FFF;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3); 
  }

  hr {
    border: none; }

  .section-title__divider {
    width: 30%;
    margin: 2.2em 0 2.1em 0;
    border-top: 1px solid #DDDDDD; 
  }

  .hidden {
    display: none !important; }

  .post-comments {
    border-top: 1px solid #DDDDDD;
    padding: 60px 0; }

  .post-meta {
    margin: 0;
    color: #c7c7c7; 
  }

  .post-meta__date span {
    margin: 0px;
    /*margin-right: .5em; */
  }

/*  .post-meta__tags {
    margin-left: .2em; 
    background-color: #efefef;
    border-width: 1px;
    border-color: #eee;
    color: #333;
    font-size: 2.0em;
  }
*/
 /* .post-meta__author {
    margin-left: 1.5em; 
  }

  .post-meta__avatar {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 .3em -.4em 0;
    border: none;
    box-shadow: none; 
  }*/

  .post img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
    display: block; }
  .post pre {
    width: 95%;
    overflow: auto; }
  .post hr {
    display: block;
    width: 30%;
    margin: 2em 0;
    border-top: 1px solid #DDDDDD; }

  .panel {
    display: table;
    width: 100%;
    height: 100%; }

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

  .panel-title {
    margin: 20px 0 5px;
    font-size: 1.8em;
    letter-spacing: 0;
    color: #FFF; }

  .panel-subtitle {
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 0.6em;
    font-weight: lighter;
    letter-spacing: 0;
    color: #CCCCCC;
    -webkit-font-smoothing: antialiased; }

  .panel-cover {
    display: block;
    position: fixed;
    z-index: 900;
    width: 100%;
    max-width: none;
    height: 100%;
    background: url(/images/background-cover.jpg) top left no-repeat #666666;
    background-size: cover; }

  .panel-cover--collapsed {
    width: 22%;
    max-width: 320px; }

  .panel-cover--overlay {
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(68, 68, 68, 0.4); /* 降低透明度从0.6到0.4 */
    background-image: -webkit-linear-gradient(-410deg, rgba(68, 68, 68, 0.4) 20%, rgba(0, 0, 0, 0.7)); /* 降低透明度 */
    background-image: linear-gradient(140deg,rgba(68, 68, 68, 0.4) 20%, rgba(0, 0, 0, 0.7)); /* 降低透明度 */ }

  .panel-cover__logo {
    margin-bottom: .2em; }

  .panel-cover__description {
    margin: 0 30px;
    font-family: "ff-tisa-web-pro-1", "ff-tisa-web-pro-2", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", "WenQuanYi Micro Hei", serif;
    font-size: 1.1em;
    font-weight: 300;
    font-style: italic; /*斜体字*/
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0; }

  .panel-cover__divider {
    width: 50%;
    margin: 20px auto;
    border-top: 1px solid rgba(255, 255, 255, 0.14); }

  .panel-cover__divider--secondary {
    width: 15%; }

  .panel-main {
    display: table;
    width: 100%;
    height: 100%; }

  .panel-main__inner {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 800;
    padding: 0; }

  .panel-main__content {
    max-width: 620px;
    margin: 0 auto; }

  .panel-main__content--fixed {
    width: 480px;
  }

  .panel-inverted {
    font-weight: 100;
    text-align: center;
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
  .panel-inverted a {
    color: #FFF; }

  .cover-navigation {
    margin-top: 0;
    width: 100%;
  }
  .cover-blue {
    background-color: rgba(37, 104, 163, 0.6);
    background-image: -webkit-linear-gradient(-410deg, rgba(37, 104, 163, 0.6) 20%, rgba(18, 51, 80, 0.8));
    background-image: linear-gradient(140deg,rgba(37, 104, 163, 0.6) 20%, rgba(18, 51, 80, 0.8)); }

  .cover-green {
    background-color: rgba(21, 111, 120, 0.6);
    background-image: -webkit-linear-gradient(-410deg, rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8));
    background-image: linear-gradient(140deg,rgba(21, 111, 120, 0.6) 20%, rgba(6, 31, 33, 0.8)); }

  .cover-purple {
    background-color: rgba(73, 50, 82, 0.6);
    background-image: -webkit-linear-gradient(-410deg, rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8));
    background-image: linear-gradient(140deg,rgba(73, 50, 82, 0.6) 20%, rgba(17, 11, 19, 0.8)); }

  .cover-red {
    background-color: rgba(119, 31, 18, 0.6);
    background-image: -webkit-linear-gradient(-410deg, rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8));
    background-image: linear-gradient(140deg,rgba(119, 31, 18, 0.6) 20%, rgba(30, 8, 5, 0.8)); }

  .cover-orange {
    background-color: rgba(174, 80, 4, 0.6);
    background-image: -webkit-linear-gradient(-410deg, rgba(174, 80, 4, 0.6) 20%, rgba(74, 34, 2, 0.8));
    background-image: linear-gradient(140deg,rgba(174, 80, 4, 0.6) 20%, rgba(74, 34, 2, 0.8)); }

  .cover-slate {
    background-color: rgba(61, 66, 96, 0.6);
    background-image: -webkit-linear-gradient(-410deg, rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8));
    background-image: linear-gradient(140deg,rgba(61, 66, 96, 0.6) 20%, rgba(21, 23, 34, 0.8)); }

  .cover-disabled {
    background: none; 
  }

  .navigation__flink {
    color: #999;
    margin-top: 40px;
    text-align: left;
    font-size: .6em;
  }

  .btn, .navigation__flink_item a {
    display: block;
    text-align: left;  
    margin-left: 10px;
    margin-right: 10px;
    font-size: .4em;
    color: #666;
    border-bottom: 0.1px solid #666;
    text-shadow: none;
  }
  .btn:hover, .navigation__flink_item a:hover {
    color: #fff;
    border-color: #fff; 
  }

  .btn-border-small {
    font-size: 1.0em;
    height: 30px;
    margin-left: 20px; 
    color: #1289F8;
  }

  .btn-secondary {
    border-color: #5BA4E5;
    color: #5BA4E5; 
  }
  .btn-secondary:hover {
    color: #217fd2;
    border-color: #217fd2; 
  }

  .btn-tertiary {
    border-color: #999999;
    color: #999999; 
  }
  .btn-tertiary:hover {
    color: #737373;
    border-color: #737373; 
  }

  .btn-large {
    padding: 10px 24px;
    font-size: 1.1em; 
  }

  .btn-small {
    padding: 8px 12px;
    font-size: .7em; 
  }

  .btn-mobile-menu {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 40px;
    background: rgba(51, 51, 51, 0.98);
    text-align: center; 
  }
  .btn-mobile-menu_item {
    position: relative;
    top: 12px;
    margin-right: 20px;
    float: right;
    color: #FFF; 
  }
  .btn-mobile-menu_item a {
    color: #666; 
  }

  .btn-mobile-menu_item a :hover, 
  .btn-mobile-menu_item :hover {
    color: #FFF; 
  }

  nav {
    display: inline-block;
    position: relative; 
  }
  .navigation {
    display: inline-block;
    float: left;
    position: relative;
    margin: 0;
    list-style-type: none; 
  }

  .btn, .navigation__item a {
    display: inline-block;
    margin-right: 0px;
    padding: 5px;
    font-size: .6em;
    text-shadow: none;
    color: #BF1827;
  }
  .navigation__item {
    display: inline-block;
    margin-left: 0px;
    line-height: 1em; 
  }

  .navigation__item a {
    display: inline-block;
    position: relative;
    width: 100%;
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.6);
    /*opacity: .8; */
  }

  .navigation__item a:hover {
    color: #fff;
  }

  .navigation__item_social {
    display: inline-block;
    /*margin-right: 20px;*/
    width: 50px;
  }
  .navigation__item_social a {
    position: relative;
    color: #999;
  }

  .navigation__item_social a:hover {
    color: #000;
  }

  .navigation--social a {
    border: 0px;
    padding: 10px 10px 10px 10px; 
  }
  .navigation--social a .label {
    display: none; 
  }
  .navigation--social a .icon {
    display: block;
    font-size: 1.7em; 
  }
  .pagination {
    display: block;
    margin: 0 0 4em 0; 
  }

  .pagination__page-number {
    margin: 0;
    font-size: .8em;
    color: #999999; 
  }

  .pagination__newer {
    margin-right: 1em; 
  }

  .pagination__older {
    margin-left: 1em; 
  }

  i {
    font-family: 'entypo';
    font-weight: normal;
    font-style: normal;
    font-size: 18px; 
  }

  .social {
    font-size: 22px; 
  }

  .icon-social {
    font-family: 'entypo-social';
    font-size: 22px;
    display: block;
    position: relative;
   }

  .post-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left; 
    display: inline-block;
  }
  .post-list li {
    margin: 0 0 2.2em 0;
    float: left;
    width: 100%;
    border-radius: 8px;

    -moz-box-shadow:4px 4px 4px #efefef, 
    -4px -4px 4px #efefef, 
    4px -4px 4px #efefef, 
    -4px 4px 4px #efefef; 
    -webkit-box-shadow:4px 4px 4px #efefef, 
    -4px -4px 4px #efefef, 
    4px -4px 4px #efefef, 
    -4px 4px 4px #efefef; 
    box-shadow:4px 4px 4px #efefef, 
    -4px -4px 4px #efefef, 
    4px -4px 4px #efefef, 
    -4px 4px 4px #efefef;
  }
  .post-list li:hover {
    -moz-box-shadow:4px 4px 4px #c9e1f6, 
    -4px -4px 4px #c9e1f6, 
    4px -4px 4px #c9e1f6, 
    -4px 4px 4px #c9e1f6; 
    -webkit-box-shadow:4px 4px 4px #c9e1f6, 
    -4px -4px 4px #c9e1f6, 
    4px -4px 4px #c9e1f6, 
    -4px 4px 4px #c9e1f6; 
    box-shadow:4px 4px 4px #c9e1f6, 
    -4px -4px 4px #c9e1f6, 
    4px -4px 4px #c9e1f6, 
    -4px 4px 4px #c9e1f6;
    /*background-color: #F5FFFA;*/
  }

  .post-list li:last-child hr {
      display: none; 
  }

  .post-list__post-title {
   margin-top: 5px;
    margin-bottom: .2em;
    font-size: 1.5em;
    line-height: 1.3em;
  }
  .post-list__post-title a {
   color: #333333; 
   padding-top: 5px;
   padding-left: 10px;
  }
  .post-list__post-title a:hover {
    color: #000000; 
    background-color: #FAFAFA;
  }

.post-list__meta {
  margin: .7em 0 0 0;
  font-size: .9em;
  color: #c7c7c7; 
  display: inline-block;
}

.tag-img-icon img{
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
  float: left;
}

.post-list__meta--date {
  margin-right: .5em;
  margin-left: 10px;
  margin-top: 3px;
  color: #c7c7c7; 
  float: left;

}

.post-list__meta--tags {
  
  height: 19px;
  width: 10px;
  margin-top: 4px;
  margin-left: 5px;
  margin-right: 0px;

  padding-left: 5px;
  padding-right: 0px;
  float: left;
  color: #8A97A1;
  
}
.post-list__meta--tags-right {
  color: #8A97A1;
  font-size: 0.7em;
}

.post-list-icon-mate {
  height: 20px;
  /*width: 20px;*/
  /*background-size: 100% 100%;*/
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 2px;
  float: left;
}

.post-list-small-mate {
  height: 30px;
  background-size: 100% 100%;
  margin-top: 3px;
  float: left;
  color: #4F4F4F;
}

.post-list__divider {
  width: 30%;
  margin: 2.2em 0 2.1em 0;
  border-top: 1px solid #DDDDDD; }

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 3px solid var(--lz-focus-ring, #0f766e);
  outline-offset: 3px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
  width: 240px;
  padding: 1em 1em;
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  font-size: .9em;
  color: #666666; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus {
  border-color: #5BA4E5; }
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder {
  color: #CCCCCC; }
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder {
  color: #CCCCCC; }
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder {
  color: #CCCCCC; }
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder {
  color: #CCCCCC; }

.cover-navigation .navigation {
  display: block;
  width: 100%;      
  margin-left: 0px;
  text-align: center;
}
@media all and (max-width: 1300px) {
  .panel-cover__logo {
    width: 70px; }

  .panel-title {
    font-size: 1em; 
  }

  .panel-subtitle {
    font-size: 0.6em; }

  .panel-cover__description {
    margin: 0 10px;
    font-size: .9em; }
}
@media all and (max-width: 1100px) {
  .btn-mobile-menu {
    display: block; 
  }
  .panel-main {
    display: table;
    position: relative; 
  }

  .panel-cover--collapsed {
    width: 100%;
    max-width: none; 
  }

  .panel-main__inner {
    display: table-cell;
    padding: 60px 10%; 
  }

  .panel-cover__description {
    display: block;
    max-width: 600px;
    margin: 0 auto; 
  }

  .panel-cover__divider--secondary {
    display: none; 
  }

  .panel-cover {
    width: 100%;
    height: 100%;
    background-position: center center; 
  }
  .panel-cover.panel-cover--collapsed {
    display: block;
    position: relative;
    height: auto;
    padding: 0;
    background-position: center center; 
  }
  .panel-cover.panel-cover--collapsed .panel-main__inner {
    display: block;
    padding: 70px 0 30px 0; 
  }
  .panel-cover.panel-cover--collapsed .panel-cover__logo {
    width: 60px;
    border-width: 2px; 
  }
  .panel-cover.panel-cover--collapsed .panel-cover__description {
    display: none; 
  }
  .panel-cover.panel-cover--collapsed .panel-cover__divider {
    display: none;
    margin: 1em auto; 
  }
  .navigation-wrapper {
    display: none;
    position: fixed;
    top: 20px;
    left: 0;
    float: left;
    width: 300px;
    padding: 20px 0;
    background: rgba(51, 51, 51, 0.98);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); 
  }
  .navigation-wrapper.visible {
    display: block; 
  }
  .content-wrapper {
    width: 80%;
    max-width: none;
    margin: 0 auto; 
  }
  .content-wrapper__inner {
    margin-right: 0;
    margin-left: 0; 
  }
}

@media all and (max-width: 420px) {
  .panel-main__inner {
    padding: 0 5%; 
  }
  .content-wrapper {
    width: 90%;
    max-width: none;
    margin: 0 auto; 
  }
  h1 {
    margin-top: 0;
    font-size: 1.6em;
    line-height: 1.0em;
    letter-spacing: 0;
  }
 .panel-title {
    margin-bottom: .1em;
  }

  .panel-subtitle {
    font-size: .6em; 
  }
 }


/*头像效果-start*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

.ih-item.circle.effect {
    margin: 0 auto;
}
.ih-item.circle.effect .img {
    z-index: 11;
}

.ih-item.circle.effect .info .info-back {
    opacity: 1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #333333;
}

.ih-item.circle.effect .info h2 {
    color: #fff;    
    position: relative;
    font-size: 18px;
    margin: 0 auto;
    padding-top: 30px;
    height: 30px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ih-item.circle.effect .info p {
    color: #bbb;
    padding: 0px 0px 0px 0px;
    font-style: italic;
    font-size: 10px;
}

.ih-item a {
    color: #333;
}

.ih-item a:hover {
    text-decoration: none;
}

.ih-item img {
    width: 100%;
    height: 100%;
}

.ih-item.circle {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.ih-item.circle .img {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.ih-item.circle .img:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.ih-item.circle .img img {
    border-radius: 50%;
}

.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@media all and (max-width: 780px) {
   .ih-item.circle .img {
      position: relative;
      width: 100px;
      height: 100px;
      /*margin-top: 20px;*/
      border-radius: 50%;
  }
  .ih-item.circle {
      position: relative;
      width: 100px;
      height: 100px;
      border-radius: 50%;
  }
  .ih-item.circle .info .info-back h2{
    font-size: 0.9em;
  }
}
/*头像效果-end*/

/*导航按钮-start*/
nav a {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  margin-right: 20px;
}

.nav-menu-item a {
  padding: 0px;
  color: #999;
  font-weight: 700;
  font-size: .8em;
  text-shadow: none;
}

.nav-menu-item a::before,
.nav-menu-item a::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  content: '';
  opacity: 0;
}

.nav-menu-item a::before {
  top: 0px;
}

.nav-menu-item a::after {
  bottom: -6px;
}

.nav-menu-item a:hover{
  color: #fff;
}

.nav-menu-item a:hover::before,
.nav-menu-item a:hover::after {
  opacity: 1;
}
/*导航按钮-end*/

/* Footer Styles (Moved from inline) */
.footer {
    margin-top: 20px;
    padding: 20px 0;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.footer_div {
    padding: 10px 0;
}

.beian-info {
    margin-top: 10px;
    text-align: center;
}

.beian-icon {
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.beian-text {
    color: #6c757d;
    text-decoration: none;
}

.beian-text:hover {
    text-decoration: underline;
}

.dynamic-post-count,
.footer-stat-divider {
    color: #6c757d;
}

.dynamic-post-count {
    margin-right: 8px;
}

.footer-stat-divider {
    margin-right: 8px;
}

/* Modern layout polish */
:root {
  --lz-sidebar-width: clamp(280px, 24vw, 340px);
  --lz-bg: #eef5f7;
  --lz-surface: #ffffff;
  --lz-surface-raised: #ffffff;
  --lz-surface-soft: #f4f8fb;
  --lz-border: #d8e4ea;
  --lz-border-strong: #b8ccd6;
  --lz-text: #172033;
  --lz-heading: #111827;
  --lz-muted: #526173;
  --lz-accent: #2f6f8f;
  --lz-accent-soft: #e8f4f7;
  --lz-link: #1d5fbf;
  --lz-warm: #b45309;
  --lz-code-bg: #f8fafc;
  --lz-code-inline-bg: #eff6ff;
  --lz-code-border: #dbeafe;
  --lz-code-text: #1e3a8a;
  --lz-quote-bg: #f2faf6;
  --lz-focus-ring: #0f766e;
  --lz-shadow: 0 18px 46px rgba(41, 72, 88, 0.14);
}

body {
  background: var(--lz-bg);
  color: var(--lz-text);
  line-height: 1.65;
}

a {
  color: var(--lz-link);
}

a:hover {
  color: var(--lz-accent);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  color: var(--lz-heading);
}

h3 {
  background: var(--lz-accent-soft);
  border-left-color: var(--lz-accent);
  box-shadow: none;
  border-radius: 6px;
}

p {
  color: var(--lz-text);
}

.panel-cover--overlay {
  background-color: rgba(17, 24, 39, 0.48);
  background-image: none;
}

.panel-cover--collapsed {
  width: var(--lz-sidebar-width);
  max-width: 340px;
}

body:not(.dark-mode)::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(248, 252, 252, 0.04) 0%, rgba(238, 247, 248, 0.08) 100%),
    url("/images/daylight-tree-bg.jpg");
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

body:not(.dark-mode)::after {
  display: none;
}

body:not(.dark-mode) .panel-cover--collapsed {
  background-color: transparent;
  background-image: none !important;
  box-shadow: none;
}

body:not(.dark-mode) .panel-cover:not(.panel-cover--collapsed) {
  background-color: #edf4f7;
  background-image: url("/images/daylight-tree-bg.jpg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body:not(.dark-mode) .panel-cover--collapsed .panel-cover--overlay {
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(238, 247, 248, 0.6) 0%, rgba(238, 247, 248, 0.42) 100%);
  border-right: 1px solid rgba(255, 255, 255, 0.34);
  box-shadow: inset -18px 0 30px rgba(238, 247, 248, 0.08);
}

body:not(.dark-mode) .panel-cover--collapsed .panel-inverted,
body:not(.dark-mode) .panel-cover--collapsed .panel-inverted a {
  color: #172033;
  text-shadow: none;
}

body:not(.dark-mode) .panel-cover--collapsed .panel-subtitle,
body:not(.dark-mode) .panel-cover--collapsed .panel-cover__description {
  color: #526173;
  text-shadow: none;
}

body:not(.dark-mode) .panel-cover--collapsed .panel-cover__divider {
  border-top-color: rgba(82, 97, 115, 0.2);
}

.panel-title {
  letter-spacing: 0;
  font-weight: 700;
}

.panel-subtitle {
  letter-spacing: 0;
}

.panel-cover__description {
  font-style: normal;
}

.navigation__item a {
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.78);
}

.navigation__item a:hover {
  background: rgba(255, 255, 255, 0.1);
}

body:not(.dark-mode) .panel-cover--collapsed .navigation__item a {
  color: #244055;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(184, 204, 214, 0.38);
}

body:not(.dark-mode) .panel-cover--collapsed .navigation__item a:hover {
  color: #172033;
  background: rgba(255, 255, 255, 0.74);
}

.content-wrapper {
  width: auto;
  min-height: 100%;
  margin-left: var(--lz-sidebar-width);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #edf4f7;
}

body:not(.dark-mode) .content-wrapper {
  background: transparent;
}

body:not(.dark-mode) .content-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--lz-sidebar-width);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(238, 247, 248, 0.34) 0%, rgba(238, 247, 248, 0.18) 28%, rgba(238, 247, 248, 0.1) 100%);
}

.content-wrapper__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px clamp(24px, 4vw, 56px) 48px;
  position: relative;
  z-index: 1;
}

.post-container--single {
  max-width: 940px;
  margin: 0 auto 64px;
  padding: 0;
}

body:not(.dark-mode) .post-container--single {
  padding: clamp(26px, 4vw, 42px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(41, 72, 88, 0.14);
}

.post-header {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--lz-border);
}

.post-container--single > .post-header .post-title {
  margin: 0;
  font-size: 2.55rem;
  line-height: 1.18;
  font-weight: 750;
  color: #111827;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: var(--lz-muted);
  font-size: 0.92rem;
}

.post-meta__icon {
  width: 18px;
  height: 18px;
  opacity: 0.72;
}

.main-post-list {
  max-width: 980px;
  margin: 0 auto;
}

.post-list {
  display: block;
  width: 100%;
}

.post-list li {
  float: none;
  width: 100%;
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(41, 72, 88, 0.16);
}

.post-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.post-list li:hover {
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(96, 141, 164, 0.38);
  box-shadow: 0 24px 60px rgba(41, 72, 88, 0.2);
}

.post-list__card {
  position: relative;
  padding: 26px 28px 24px;
}

.post-list__post-title {
  margin: 0 0 10px;
  font-size: 1.48rem;
  line-height: 1.32;
}

.post-list__post-title a {
  padding: 0;
  color: #102033;
  font-weight: 750;
}

.post-list__post-title a:hover {
  color: var(--lz-accent);
  background: transparent;
}

.excerpt {
  margin: 0;
  padding: 0;
  border-left: 0;
  background: transparent;
  color: #2f3c4d;
  display: -webkit-box;
  text-indent: 0;
  line-height: 1.75;
  font-weight: 450;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.post-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 16px;
  color: #526173;
}

.post-list__meta--date,
.post-list__tags {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  float: none;
  margin: 0;
  color: #526173;
}

.post-list__meta--date img,
.post-list__tags img {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

.post-list__meta--tags-right {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  color: #245c73;
}

.post-list__meta--tags-right span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 8px;
  background: rgba(232, 244, 247, 0.94);
  border: 1px solid rgba(47, 111, 143, 0.2);
  border-radius: 999px;
  color: #245c73;
  font-size: 0.78rem;
  line-height: 1.3;
}

.btn-border-small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin-left: auto;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(29, 95, 191, 0.32);
  border-radius: 999px;
  color: #1d5fbf;
  font-size: 0.88rem;
  line-height: 1;
}

.btn-border-small:hover {
  background: #eff6ff;
  color: #1d4ed8;
  text-decoration: none;
}

.post-list__divider,
.tag-img-icon,
.post-list-icon-mate,
.post-list-small-mate {
  display: none;
}

table {
  width: 100%;
  margin: 28px 0;
  border: 1px solid var(--lz-border-strong);
  border-collapse: collapse;
  background: var(--lz-surface);
  color: var(--lz-text);
  font-size: 0.93rem;
  line-height: 1.55;
  text-align: left;
}

thead tr:first-child {
  background: #eef6f5;
  color: #173b37;
}

th,
td,
tbody td,
td:last-child {
  border: 1px solid var(--lz-border);
}

th,
td {
  padding: 10px 12px;
  vertical-align: top;
}

tbody tr:nth-child(even) {
  background: #f7fbf8;
}

pre {
  border-color: var(--lz-border);
  background: #f6faf8;
}

code {
  border-color: #dbeafe;
  background: #eff6ff;
  color: #1e3a8a;
}

blockquote {
  border-left-color: var(--lz-accent);
  background: #f2faf6;
  color: #334155;
}

.card {
  padding: 20px 0;
}

.hat_title h3 {
  margin-top: 26px;
  background: transparent;
  border-left: 0;
  box-shadow: none;
  color: var(--lz-warm);
  font-size: 1.2rem;
}

.post_list ul,
.card ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.post_list li,
.card li {
  padding: 10px 0;
  border-bottom: 1px solid var(--lz-border);
}

.post_list li span {
  display: inline-block;
  min-width: 100px;
  color: var(--lz-muted);
}

.tag_box.inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 24px;
  list-style: none;
}

.tag_box.inline li {
  margin: 0;
}

.tag_box.inline a {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: var(--lz-accent-soft);
  color: var(--lz-accent);
}

.tag_box.inline span {
  color: var(--lz-muted);
}

.footer {
  margin-top: 36px;
  padding: 28px 0 22px;
  background: transparent;
  border-top: 1px solid var(--lz-border);
}

.footer_div {
  text-align: center;
}

.beian-info {
  margin-top: 18px;
}

.dark-mode-toggle-btn {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 42px;
  height: 42px;
  padding: 0;
  appearance: none;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 50%;
  color: var(--lz-heading);
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.dark-mode-toggle-btn .fa {
  color: inherit;
  font-size: 20px;
  line-height: 1;
}

.dark-mode-toggle-btn:hover {
  background: #ffffff;
  border-color: rgba(47, 111, 143, 0.36);
  color: var(--lz-accent);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.2);
  transform: translateY(-1px);
}

.dark-mode-toggle-btn:active {
  transform: translateY(0);
}

body,
.content-wrapper,
.footer,
.panel-cover--overlay {
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

body.dark-mode {
  --lz-bg: #111827;
  --lz-surface: #172033;
  --lz-surface-raised: #1c2940;
  --lz-surface-soft: #223047;
  --lz-border: #3a4a61;
  --lz-border-strong: #53657d;
  --lz-text: #d8dee9;
  --lz-heading: #f8fafc;
  --lz-muted: #9baabd;
  --lz-accent: #5eead4;
  --lz-accent-soft: rgba(20, 184, 166, 0.14);
  --lz-link: #93c5fd;
  --lz-warm: #fbbf24;
  --lz-code-bg: #0b1220;
  --lz-code-inline-bg: #15213b;
  --lz-code-border: #2c3d63;
  --lz-code-text: #c7d2fe;
  --lz-quote-bg: #10231f;
  --lz-focus-ring: #5eead4;
  --lz-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
  background: var(--lz-bg);
  color: var(--lz-text);
}

body.dark-mode .content-wrapper {
  background: transparent;
}

body.dark-mode::before {
  content: "";
  display: block;
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(15, 23, 42, 0.06) 0%, rgba(15, 23, 42, 0.18) 100%),
    url("/images/background-cover.jpg");
  background-position: center center, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

body.dark-mode::after {
  display: none;
}

body.dark-mode .panel-cover--collapsed {
  background-color: transparent;
  background-image: none !important;
  box-shadow: none;
}

body.dark-mode .panel-cover:not(.panel-cover--collapsed) {
  background-color: var(--lz-bg);
  background-image: url("/images/background-cover.jpg") !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body.dark-mode .content-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--lz-sidebar-width);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(12, 26, 46, 0.16) 0%, rgba(17, 24, 39, 0.22) 30%, rgba(15, 23, 42, 0.34) 100%);
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6,
body.dark-mode .post-container--single > .post-header .post-title,
body.dark-mode .post-list__post-title a {
  color: var(--lz-heading);
}

body.dark-mode p,
body.dark-mode li {
  color: var(--lz-text);
}

body.dark-mode a {
  color: var(--lz-link);
}

body.dark-mode a:hover {
  color: var(--lz-accent);
}

body.dark-mode h3 {
  background: var(--lz-accent-soft);
  border-left-color: var(--lz-accent);
  box-shadow: none;
}

body.dark-mode .panel-cover--overlay {
  background: linear-gradient(155deg, rgba(19, 34, 57, 0.3) 0%, rgba(7, 18, 36, 0.58) 100%);
}

body.dark-mode .panel-cover--collapsed .panel-cover--overlay {
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(15, 29, 50, 0.38) 0%, rgba(12, 26, 46, 0.24) 100%);
  border-right: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: inset -18px 0 30px rgba(2, 8, 23, 0.12);
}

body.dark-mode .panel-inverted,
body.dark-mode .panel-inverted a {
  color: var(--lz-heading);
}

body.dark-mode .panel-cover__description,
body.dark-mode .navigation__item a {
  color: #cbd5e1;
}

body.dark-mode .navigation__item a:hover {
  color: #ffffff;
}

body.dark-mode .post-header,
body.dark-mode .post-list li,
body.dark-mode .post_list li,
body.dark-mode .card li,
body.dark-mode .footer {
  border-color: var(--lz-border);
}

body.dark-mode .post-container--single {
  padding: clamp(26px, 4vw, 42px);
  background: linear-gradient(180deg, rgba(28, 41, 64, 0.9) 0%, rgba(17, 24, 39, 0.86) 100%);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

body.dark-mode .post-list li {
  background: linear-gradient(180deg, var(--lz-surface-raised) 0%, #18253a 100%);
  border-color: rgba(148, 163, 184, 0.24);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

body.dark-mode .post-list li::before {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

body.dark-mode .post-list li:hover {
  background: linear-gradient(180deg, #24344d 0%, #1d2d45 100%);
  border-color: rgba(45, 212, 191, 0.36);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36);
}

body.dark-mode .excerpt,
body.dark-mode .post-meta,
body.dark-mode .post-list__meta,
body.dark-mode .post-list__meta--date,
body.dark-mode .post-list__tags,
body.dark-mode .post_list li span {
  color: var(--lz-muted);
}

body.dark-mode .post-list__meta--tags-right span,
body.dark-mode .tag_box.inline a {
  background: rgba(20, 184, 166, 0.12);
  border-color: rgba(45, 212, 191, 0.18);
  color: var(--lz-accent);
}

body.dark-mode table {
  background: var(--lz-surface-raised);
  border-color: var(--lz-border-strong);
  color: var(--lz-text);
}

body.dark-mode thead tr:first-child {
  background: #20332f;
  color: #d7fffb;
}

body.dark-mode th,
body.dark-mode td,
body.dark-mode tbody td,
body.dark-mode td:last-child {
  border-color: var(--lz-border);
}

body.dark-mode tbody tr:nth-child(even) {
  background: var(--lz-surface-soft);
}

body.dark-mode blockquote {
  background: var(--lz-quote-bg);
  border-left-color: var(--lz-accent);
  color: var(--lz-text);
}

body.dark-mode code {
  background: var(--lz-code-inline-bg);
  border-color: var(--lz-code-border);
  color: var(--lz-code-text);
}

body.dark-mode pre {
  background: var(--lz-code-bg);
  border-color: var(--lz-border);
}

body.dark-mode strong,
body.dark-mode b {
  color: var(--lz-heading);
}

body.dark-mode em,
body.dark-mode i {
  color: #e5e7eb;
}

body.dark-mode .hat_title h3 {
  color: var(--lz-warm);
}

body.dark-mode .post_list a,
body.dark-mode .card a {
  color: var(--lz-link);
}

body.dark-mode .post_list a:hover,
body.dark-mode .card a:hover {
  color: var(--lz-accent);
}

body.dark-mode .tag_box.inline span,
body.dark-mode .copyright,
body.dark-mode .beian-text {
  color: #cbd5e1;
}

body.dark-mode .footer {
  background: rgba(15, 23, 42, 0.28);
  color: var(--lz-muted);
}

body.dark-mode .copyright a {
  color: var(--lz-link);
}

body.dark-mode .dynamic-post-count,
body.dark-mode .footer-stat-divider,
body.dark-mode #busuanzi_container_site_pv {
  color: var(--lz-muted);
}

body.dark-mode .btn-border-small:hover {
  background: rgba(37, 99, 235, 0.18);
  color: #bfdbfe;
}

body.dark-mode .dark-mode-toggle-btn {
  background: rgba(23, 32, 51, 0.9);
  border-color: rgba(148, 163, 184, 0.3);
  color: #fbbf24;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34);
}

body.dark-mode .dark-mode-toggle-btn:hover {
  background: #202c42;
  border-color: rgba(94, 234, 212, 0.42);
  color: #fde68a;
}

body.dark-mode .hljs {
  background: transparent;
  color: #d6deeb;
}

body.dark-mode .hljs-comment {
  color: #7f8c98;
}

body.dark-mode .hljs-keyword,
body.dark-mode .javascript .hljs-function {
  color: #c4a7e7;
}

body.dark-mode .hljs-string,
body.dark-mode .hljs-value,
body.dark-mode .hljs-inheritance,
body.dark-mode .hljs-header,
body.dark-mode .ruby .hljs-symbol,
body.dark-mode .xml .hljs-cdata {
  color: #a6e3a1;
}

body.dark-mode .hljs-number,
body.dark-mode .hljs-preprocessor,
body.dark-mode .hljs-pragma,
body.dark-mode .hljs-built_in,
body.dark-mode .hljs-literal,
body.dark-mode .hljs-params,
body.dark-mode .hljs-constant {
  color: #fab387;
}

body.dark-mode .hljs-title,
body.dark-mode .hljs-function,
body.dark-mode .python .hljs-decorator,
body.dark-mode .css .hljs-hexcolor {
  color: #89b4fa;
}

body.dark-mode .hljs-variable,
body.dark-mode .hljs-attribute,
body.dark-mode .hljs-tag,
body.dark-mode .hljs-regexp {
  color: #f9e2af;
}

@media all and (max-width: 1100px) {
  .dark-mode-toggle-btn {
    top: 6px;
    right: auto;
    left: 10px;
    width: 36px;
    height: 36px;
  }

  body.dark-mode .panel-cover {
    background-color: var(--lz-bg);
    background-image: url("/images/background-cover.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  body.dark-mode .content-wrapper::before {
    left: 0;
  }

  body:not(.dark-mode) .panel-cover {
    background-color: #edf4f7;
    background-image: url("/images/daylight-tree-bg.jpg") !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .panel-cover--collapsed {
    width: 100%;
    max-width: none;
  }

  .content-wrapper {
    width: 100%;
    margin: 0;
  }

  body:not(.dark-mode) .content-wrapper::before {
    left: 0;
  }

  .content-wrapper__inner {
    padding: 34px 22px 42px;
  }

  .post-container--single {
    max-width: 100%;
  }
}

@media all and (max-width: 620px) {
  body {
    font-size: 15px;
  }

  .content-wrapper__inner {
    padding: 28px 16px 36px;
  }

  .post-list li {
    border-radius: 14px;
    margin-bottom: 16px;
  }

  .post-list__card {
    padding: 20px 18px;
  }

  .post-container--single > .post-header .post-title {
    font-size: 2rem;
  }

  body.dark-mode .post-container--single {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .post-list__post-title {
    font-size: 1.25rem;
  }

  .post-list__meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .btn-border-small {
    margin-left: 0;
  }

  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  body,
  .content-wrapper,
  .footer,
  .panel-cover--overlay,
  .dark-mode-toggle-btn,
  .post-list li {
    transition: none;
  }
}
