@charset"utf-8";
/* reset */
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;
}
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;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*主题变量*/
:root,[data-theme=light] {
  --hl-page-width:60%;
  --hl-header-height:4.75rem;
  
  --hl-body-bg:#f0f0f0;
  --hl-gray-bg:#f6f6f6;
  --hl-text-color:#111;
  --hl-text-secondary-color:#777;
  --hl-article-color:#111;
  --hl-primary:#111;
  --hl-primary-hover:#000;
  
  --hl-warning-rgb:255, 80, 41;
  --hl-success-rgb:189, 255, 28;
  --hl-success-rgb-hover:107, 151, 0;
  
  --hl-border-radius:12px;
  --hl-dark-lighter-bg:#fff;
  --hl-dark-lighter-shadow:rgba(10, 10, 10, 0.06) 0px 1.2px 1.2px 0px, rgba(10, 10, 10, 0.04) 0px 5px 10px 0px; 

  --hl-black:#000;  
  --hl-white:#fff;
  --hl-box-bg:#fff;
  --hl-box-shadow:rgba(10, 10, 10, 0.06) 0px 1.2px 1.2px 0px, rgba(10, 10, 10, 0.04) 0px 5px 10px 0px;
  --hl-box-shadow-inset: 0 0 0 2px #e0e0e0 inset;
  --hl-box-shadow-deep:0 1.3436836425447838px .5374734570179134px -.625px #00000017,0 3.184767494094558px 1.273906997637823px -1.25px #00000016,0 5.80934510345105px 2.3237380413804196px -1.875px #00000015,0 9.658024572418071px 3.8632098289672276px -2.5px #00000014,0 15.596922177565284px 6.238768871026112px -3.125px #00000012,0 25.530614085937845px 10.212245634375137px -3.75px #00000010,0 43.96199341069441px 17.58479736427776px -4.375px #0000000a,0 80px 31.999999999999993px -5px #0000;
  --hl-img-border:1px solid #f0f0f0;
  --hl-box-border:1.6px solid #eee;
  --hl-box-tint-bg:#f9f9f9;
  --hl-box-tint-shadow:rgba(0, 0, 0, 0.08) 0px 0.8px 0.8px 0px, rgba(0, 0, 0, 0.04) 0px 3.2px 6.4px 0px;
  --hl-box-tint-border:1px solid #f0f0f0;
  
  --hl-cursor-default: url(../img/cursor/default.svg) 8 6, default;
  --hl-cursor-pointer: url(../img/cursor/pointer.svg) 6 6, pointer;
  --hl-cursor-active: url(../img/cursor/active.svg) 6 6, pointer;
  --hl-cursor-not-allowed: url(../img/cursor/default.svg) 8 6, not-allowed;
  --hl-cursor-help: url(../img/cursor/help.svg) 6 6, help;
  --hl-cursor-grab: url(../img/cursor/grab.svg) 6 6, grab;
  --hl-cursor-grabbing: url(../img/cursor/grabbing.svg) 6 6, grabbing;
  --hl-cursor-special: url(../img/cursor/special.svg) 10 5, pointer;  
}
[data-theme=dark] {
  color-scheme:dark;
  --hl-body-bg:#161616;
  --hl-gray-bg:#2b2b2b;
  --hl-text-color:#aaa;
  --hl-text-secondary-color:#bbb;
  --hl-article-color:#ccc;
  --hl-primary:#aaa;
  --hl-primary-hover:#eee;
  
  --hl-border-radius:12px;
  
  --hl-dark-lighter-bg:#383838;
  --hl-dark-lighter-shadow:rgba(10, 10, 10, 0.2) 0px 1.2px 1.2px 0px, rgba(10, 10, 10, 0.1) 0px 5px 10px 0px;
  
  --hl-box-bg:#212121;
  --hl-box-shadow:rgba(0, 0, 0, 0.6) 0px 1.2px 1.2px 0px, rgba(0, 0, 0, 0.5) 0px 5px 10px 0px;
  --hl-box-shadow-inset: 0 0 0 2px #393838 inset;
  --hl-img-border:1px solid #444;
  --hl-box-border:1.6px solid #222;
  --hl-box-tint-bg:#444;
  --hl-box-tint-shadow:rgba(0, 0, 0, 0.08) 0px 0.8px 0.8px 0px, rgba(0, 0, 0, 0.04) 0px 3.2px 6.4px 0px;
  --hl-box-tint-border:1px solid #454545;  
  
}
/*页面基础*/
html {
  scroll-behavior: smooth;
}
html {
  cursor:var(--hl-cursor-default);
}
html .back-to-top,
html .back-to-top i,
html a *,
html a,
html button,
html label {
  cursor:var(--hl-cursor-pointer);
}
html a:active *,
html a:active,
html button:active,
html label:active {
  cursor:var(--hl-cursor-active);
}
html[data-theme],
a:hover{
  transition: all .3s ease-in-out; 
}
*, *::before, *::after {
  box-sizing: border-box;
}
body{
  color:var(--hl-text-color);
  background: var(--hl-body-bg);
  font-size:.875rem;
  line-height: 1.4;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol','Noto Color Emoji';
}
a{
  color:var(--hl-primary);
  text-decoration: none;
}
a:hover{
  color:var(--hl-primary-hover);
}
.underline a{
  text-decoration: none;
  border-bottom: 1px dotted rgba(0,0,0,0.0);
  padding-bottom: 1px;
  transition: all .3s ease-in-out; 
}
.underline a:hover{
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px dotted var(--hl-text-secondary-color);
}
h1,h2,h3,h4,h5,h6{
  font-weight:bold;
}
h2{
  font-size:1.1rem;
}
/*全局样式*/
.ellipsis-line-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis!important;
}
.page-width{
  width:var(--hl-page-width);
  margin: 0 auto;
}
.btn{
  color:var(--hl-box-bg);
  background-color: var(--hl-primary);
  height: 100%;
  padding: .5rem 1rem;
  border-radius: calc(var(--hl-border-radius) / 2);
  box-shadow:var(--hl-box-shadow-deep);
  transition: all 0.3s ease; 
}
.btn:hover{
  transform: scale(1.05);
  color:var(--hl-box-bg);
  background-color: var(--hl-primary-hover);
  box-shadow: var(--hl-box-shadow-deep),
  2px 2px 0 2px rgba(23, 23, 23, 0.06),
  -2px -2px 0 2px rgba(23, 23, 23, 0.06),
  2px -2px 0 2px rgba(23, 23, 23, 0.06),
  -2px 2px 0 2px rgba(23, 23, 23, 0.06);
}
.btn-light{
  color:var(--hl-primary);
  background-color: var(--hl-gray-bg);
  height: 100%;
  padding: .5rem 1rem;
  border-radius: calc(var(--hl-border-radius) / 2);
  box-shadow:  var(--hl-box-shadow-inset),var(--hl-box-shadow);
  transition: all 0.3s ease; 
}
.btn-light:hover{
  transform: scale(1.05);
  box-shadow: 0 0 0 1px #e0e0e0 inset,
  1px 1px 0 1px rgba(23, 23, 23, 0.06),
  -1px -1px 0 1px rgba(23, 23, 23, 0.06),
  1px -1px 0 1px rgba(23, 23, 23, 0.06),
  -1px 1px 0 1px rgba(23, 23, 23, 0.06);
}
input, button,textarea {
  border: .5px solid var(--hl-text-secondary-color);
  border-radius: calc(var(--hl-border-radius) / 2);
  outline: none;
  color:var(--hl-list-heading-color);
}
button {
  cursor: pointer;
}
.flex{
  display: flex;
}
.space-between{
  justify-content: space-between;
}
.flex-wrap{
  flex-wrap:wrap;
}
.flex-nowrap{
  flex-wrap:nowrap;
}
.box{
  background: var(--hl-box-bg);
  border-radius: var(--hl-border-radius);
  border: var(--hl-box-border);
  box-shadow: var(--hl-box-shadow);
}
.box-tint{
  background: var(--hl-box-tint-bg);
  border: var(--hl-box-tint-border);
  box-shadow: var(--hl-box-tint-shadow);
}
.radius{
  border-radius: var(--hl-border-radius);
}
.radius-full{
  border-radius: 100rem;
}
.w-100{
  width: 100%;
}
.gray-bg{
  background: var(--hl-gray-bg);
}
.flink-bar{
  justify-content: space-between;
  align-items: center;
}
.py-2{
  padding: 0.5rem 0!important;
}
.p-1{
  padding: 0.25rem!important;
}
.p-2{
  padding: 0.5rem!important;
}
.p-3{
  padding: 1rem!important;
}
.p-4{
  padding: 1.5rem!important;
}
.p-5{
  padding: 3rem!important;
}
.pl-1{
  padding-left: 0.25rem!important;
}
.pl-2{
  padding-left: 0.5rem!important;
}
.pl-4{
  padding-left: 1.5rem!important;
}
.pr-1{
  padding-right: 0.25rem!important;
}
.pr-2{
  padding-right: 0.5rem!important;
}
.pr-3{
  padding-right: 1rem!important;
}
.pr-4{
  padding-right: 1.5rem!important;
}
.pt-1{
  padding-top: 0.25rem!important;
}
.pt-2{
  padding-top: 0.5rem!important;
}
.pt-3{
  padding-top: 1rem!important;
}
.pt-5{
  padding-top: 2.1rem!important;
}
.pb-2{
  padding-bottom: 0.5rem!important;
}
.pb-3{
  padding-bottom: 1rem!important;
}
.pb-4{
  padding-bottom: 1.5rem!important;
}
.pb-5{
  padding-bottom: 3rem!important;
}
.ml-1{
  margin-left:0.25rem!important;
}
.ml-2{
  margin-left:0.5rem!important;
}
.mr-2{
  margin-right:0.5rem!important;
}
.mr-5{
  margin-right:3rem!important;
}
.mr-3{
  margin-right:1rem!important;
}
.mt-2{
  margin-top:0.5rem!important;
}
.mt-3{
  margin-top:1rem!important;
}
.mt-4{
  margin-top:1.5rem!important;
}
.mt-5{
  margin-top:3rem!important;
}
.mb-2{
  margin-bottom:.5rem!important;
}
.mb-3{
  margin-bottom:1rem!important;
}
.mb-4{
  margin-bottom:1.5rem!important;
}
.mb-5{
  margin-bottom:3rem!important;
}
.fixed-h{
  position: sticky;
  top:.5rem;
  z-index: 9;
}
.gradient-text{
  background: linear-gradient(120deg, #409BFB, #8FA4F7, #F991BD);
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
}
.ribbon {
  position: absolute;
  top: 0;
  z-index:1;
  --f: 10px; /* 控制折叠部分*/
  font-size: .825rem;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: var(--hl-black);
  padding: .1rem 2rem;
  background: rgba(var(--hl-success-rgb),.8);
  border-bottom :var(--f) solid rgba(var(--hl-success-rgb-hover),.3);
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px))
}
.ribbon.top-left {
  left: 0;
  transform: rotate(-45deg);
  transform-origin: 0% 100%;
  top: 2rem;
}
/*暗夜模式下处理图片反白或混合模式*/
[data-theme=dark] .header .logo img,
[data-theme=dark] .blog-post .data-bar .avatar img{
  /*mix-blend-mode: darken;*/
  opacity: .9;
}
/*页面css*/
.page-bg{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image:radial-gradient(currentColor .7px, transparent .7px);
  background-repeat: repeat;
  background-position: center;
  background-size: 2rem 2rem;
  opacity:0.06;
  display: none;
}
.header{
  justify-content: space-between;
  align-items: center;
  height: var(--hl-header-height);
}
.header .text-logo{
  font-size: 1.2rem;
}
.header .logo img {
  vertical-align: middle;
  height: 1.95rem;
}
.header .misc .search,
.header .auto-mode,
.header .m-menu{
  display: block;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
}
.header .misc .search:hover,
.header .auto-mode:hover{
  background: var(--hl-gray-bg);
}
.header .misc .search .iconfont-hellno,
.header .auto-mode .iconfont-hellno,
.header .m-menu{
  font-size:1.5rem;
  display: block;
}
.header .misc .search-box{
  opacity: 0;
  visibility: hidden;
  width: 30rem;
  height:3.8rem;
  justify-content: space-between;
  position: fixed;
  top:calc(var(--hl-header-height) + 2.3rem);
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11;
  transition: all .3s ease-in-out;
  border:none;
  box-shadow:var(--hl-box-shadow-deep);
  border-radius: calc(var(--hl-border-radius) / 1.5);
}
.header .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  /*backdrop-filter: blur(30px);*/
  transition: all .3s ease-in-out;
  z-index: 10;
}
.header .overlay.show {
  display: block;
}
.header .misc .search-box.show{
  opacity: 1;
  visibility: visible;
}
.header .misc .search-box input{
  width: 100%;
  height: 100%;
  border:none;
  font-size:0.9375rem;
  text-indent: .5rem;
}
.header .misc .search-box .search-button{
  width: 25%;
  border:none;
  align-items: center;
  justify-content: center;
}
.header .navbar a{
  padding: .7rem .8rem;
  font-size:0.9375rem;
  color: var(--hl-text-color);
  border-radius: calc(var(--hl-border-radius) / 2);
  font-weight: 500;
}
.header .navbar,
.header .navbar ul,
.header .navbar ul li{
  height: 4.75rem;
  line-height: 4.75rem;
}
.header .navbar ul li{
  margin: .1rem .2rem;
}
.header .navbar ul{
  align-items: center;
}
.header .navbar .has-sub{
  position: relative;
}
@media (min-width:1251px) {
  .header .navbar li.has-sub:hover .sub{
    display: block!important;
  }
  .m-toggle-icon{
    display: none;
  }
}
@media (max-width:1250px) {
  .m-toggle-icon{
    font-size:1rem;
    width:2.8rem;
    height:2.8rem;
    line-height: 2.8rem;
    text-align: center;
    border-radius: 100rem;
    position: absolute;
    top:.1rem;
    right:0;
    z-index: 1;
  }
  .header .navbar .has-sub > a::after{
    display: none!important;
  }  
}
.header .navbar li.active > a,
.header .navbar a:hover{
  background:var(--hl-gray-bg);
}
.header .navbar li.active a:before{
  content: '';
  position: absolute;
  bottom: 1.16rem;
  width: .8rem;
  border-radius: var(--hl-border-radius);
  height: 3px;
  left: calc(50% - .8rem / 2);
  overflow: hidden;
  z-index: 1;
  background-color: rgb(var(--hl-warning-rgb));
  box-shadow: rgba(var(--hl-warning-rgb), 0.5) 0px 0px 16px 3px;
}
.header .navbar .sub a:before {
  display: none;
}
.header .navbar li{
  position: relative;
}
.header .m-menu{
  display:none;
}
.header .navbar .sub{
  display: none;
  position: absolute;
  top:4.58rem;
  left:-.6rem;
  min-width:9rem;
  flex-direction:column;
  padding: .5rem;
  white-space: nowrap;
  border-radius: calc(var(--hl-border-radius) / 1.5);
  box-shadow: var(--hl-box-shadow-deep);
}
.header .navbar .sub:before {
  content: '';
  position: absolute;
  top: -1rem;
  left: 1rem;
  width: 0;
  height: 0;
  border-left: .8rem solid transparent;
  border-right: .8rem solid transparent;
  border-bottom: .8rem solid var(--hl-box-bg);
  transform: translateY(50%);
  z-index: 12;
  border-radius: 2rem;
  filter: drop-shadow(0 -1px 1px rgba(0, 0, 0, 0.1));
}
.header .navbar .has-sub > a:after {
  font-family: "iconfont-hellno" !important;
  content: '\e608';
  font-size: 13px;
  display: inline-block;
  transition: transform 0.2s ease-in-out;
  padding-left:.2rem;
  transform-origin: calc(50% + .1rem) 50%;
}
.header .navbar .has-sub.active:hover > a:after{
  transform: rotate(180deg);
}
.header .navbar .sub a{
  height: 2rem;
  line-height: 2rem;
  display: block;
  padding: 0 1.3rem;
  border-radius: calc(var(--hl-border-radius) / 2);
}
.header .navbar .sub a:hover{
  background: var(--hl-gray-bg);
}
.navbar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  /*backdrop-filter: blur(30px);*/
  transition: all .3s ease-in-out;
  z-index: 1;
}
.navbar-overlay.active {
  display: block;
}
.header .navbar.active + .navbar-overlay {
  display: block;
}
.article{
  position: relative;
}
.article a{
  justify-content: space-between;
  align-items: center;
}
.article figure{
  width:4.5rem;
  height:4.5rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
  flex: 0 0 auto;
}
.article figure img{
  width:3.5rem;
  height:3.5rem;
  object-fit: cover;
  border-radius: calc(var(--hl-border-radius) / 1.6);
  transition: all .3s ease-in-out;
}
.article:last-child{
  margin-bottom: 0!important;
}
.article .content{
  width:calc(100% - 4rem - 3rem - 1rem);
}
.article{
  transition: all 0.3s ease;
}
.article:hover{
  box-shadow:
  2px 2px 0 2px rgba(23, 23, 23, 0.04),
  -2px -2px 0 2px rgba(23, 23, 23, 0.02),
  2px -2px 0 2px rgba(23, 23, 23, 0.02),
  -2px 2px 0 2px rgba(23, 23, 23, 0.02);
}
.article:hover figure{
  box-shadow:var(--hl-box-shadow-deep);
}
.article .more{
  width:3rem;
  font-size:25px;
  color:var(--hl-text-secondary-color);
  text-align: center;
  transform: rotate(-135deg);
  transition: all 0.3s ease;
}
.dark-lighter-box{
  background: var(--hl-dark-lighter-bg);
  box-shadow: var(--hl-dark-lighter-shadow);
}
.article p{
  color:var(--hl-text-secondary-color);
}
.article .info,
.article .info>span{
  justify-content: start;
  align-items: center;
}
.article .info .iconfont-hellno{
  font-size:20px;
}
.article:hover .more{
  transform: rotate(-90deg) scale(1.1);
  color:#666;
}
.article:hover figure{
  transform: rotate(0deg) scale(1.05);
}
.article:hover figure img{
  transform: rotate(0deg) scale(1.05);
}
.breadcrumb{
  justify-content: start;
  align-items: center;
}
.breadcrumb ol{
  justify-content: start;
  align-items: center;
}
.breadcrumb .iconfont-hellno{
  opacity: .5;
  font-size: .875rem;
}
/*文章页*/
.blog-post .title{
  font-size: 1.8rem;
}
.blog-post video{
  max-width:100%;
  margin:1rem 0;
  border-radius: var(--hl-border-radius);
  padding: .3rem;
  border: var(--hl-img-border);
  box-shadow: 0 1px 1px #666d8014,0 4px 8px #666d8014,0 0 #fff,0 0 0 3px #35384900;
}
.blog-post .article-content h1,
.blog-post .article-content h2,
.blog-post .article-content h3,
.blog-post .article-content h4,
.blog-post .article-content h5,
.blog-post .article-content h6{
  padding: 1rem 0 .5rem 0;
  line-height: 1.4;
  font-weight:bold;
}
.blog-post .article-content h1{
  font-size:2.2rem;
}
.blog-post .article-content h2{
  font-size:2rem;
}
.blog-post .article-content h3{
  font-size:1.8rem;
}
.blog-post .article-content h4{
  font-size:1.6rem;
}
.blog-post .article-content h5{
  font-size:1.4rem;
}
.blog-post .article-content h6{
  font-size:1.2rem;
}
.blog-post .article-content p{
  padding-bottom:1rem;
}
.blog-post .article-content,
.blog-post .article-content p{
  font-size: 1rem;
  line-height: 1.8rem;
  font-weight: 400;
  text-align: justify;
  color:var(--hl-article-color);
}
.blog-post .article-content img{
  max-width: 100%;
  height: auto;
  border-radius: var(--hl-border-radius);
  padding:.3rem;
  border:var(--hl-img-border);
  box-shadow: 0 1px 1px #666d8014,0 4px 8px #666d8014,0 0 #fff,0 0 0 3px #35384900;
}
.blog-post .data-bar{
  border-top:var(--hl-img-border);
  justify-content: space-between;
  align-items: center;
}
.blog-post .data-bar .main{
  justify-content: flex-start;
  align-items: center;
}
.blog-post .data-bar .avatar img{
  width: 3rem;
  height:3rem;
  vertical-align: middle;
}
.blog-post .data-bar .author,
.blog-post .data-bar .main .info{
  color: var(--hl-text-secondary-color);
  align-items: center;
}
.blog-post .data-bar .main .info .sep{
  opacity: .5;
}
.blog-post .data-bar .misc .comment{
  background: var(--hl-gray-bg);
  padding: .2rem .2rem .2rem .7rem;
  text-align: center;
  align-items: center;
}
.blog-post .data-bar .misc .comment .num{
  background: var(--hl-gray-bg);
  box-shadow: var(--hl-box-tint-shadow);
  border:3px solid var(--hl-box-bg);
  font-size: .75rem;
  padding: 0 .35rem;
  margin-top:-1px;
}
.blog-post .tag-group a{
  height: 2rem;
  line-height: 2rem;
  display: block;
  background: var(--hl-gray-bg);
  border-radius: calc(var(--hl-border-radius)  / 2);
  margin: .5rem .5rem .5rem 0;
  padding: 0 1rem 0 .7rem;
  transition: all .3s ease-in-out; 
}
.blog-post .tag-group a:hover{
  background: var(--hl-gray-bg);
  transform: scale(1.05);
}
.blog-post .tag-group i{
  background: var(--hl-gray-bg);
  box-shadow: var(--hl-box-tint-shadow);
  border: 3px solid var(--hl-box-bg);
  border-radius: calc(var(--hl-border-radius)  / 4);
  font-size: .75rem;
  margin-right:.2rem;
  margin-top: -1px;
}
.f-link img{
  border-radius: 10rem;
}
.f-link ul{
  flex-wrap: wrap;
}
.f-link ul li{
  height: 20px;
  line-height: 20px;
  align-items: center;
  margin-bottom: .3rem;
}
.footer{
  justify-content: center;
  align-items: center;
  position: relative;
  color:var(--hl-text-secondary-color);
}
.footer .info,
.footer .copyright{
  text-align: center;
  font-size:.825rem;
}
.footer .info{
  justify-content: center;
}
.back-to-top{
  position: fixed;
  right:calc(50% - var(--hl-page-width) / 2 - 3.5rem);
  bottom:6rem;
  width: 3rem;
  height:3rem;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  background:var(--hl-box-bg);
  box-shadow: var(--hl-box-shadow);
  border-radius: calc(var(--hl-border-radius) / 1.5);
}
.back-to-top i{
  font-size:1.5rem;
  cursor: pointer;
}
/*分页*/
.pagination {
  font-size: 0.875rem;
  padding: 1rem;
  text-align: center;
  justify-content: center;
  padding-bottom: .5rem;
  padding-top:0;
  margin-bottom: 0 !important;
}
.pagination em{
  padding: .4rem .5rem;
}
.pagination span {
  margin: .2rem .2rem .2rem 0;
  background: var(--hl-primary);
  border-radius: calc(var(--hl-border-radius)  / 1.5);
  box-shadow:var(--hl-box-shadow-deep);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: var(--hl-box-bg);
}
.pagination a {
  margin:.2rem .2rem .2rem 0;
  background: var(--hl-box-bg);
  box-shadow: var(--hl-box-tint-shadow);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: calc(var(--hl-border-radius)  / 1.5);
  transition: all .3s ease-in-out; 
}
.pagination a:hover {
  box-shadow:var(--hl-box-shadow-deep);
}
#pagenavi {
  text-align: center;
  font-size: 0.875rem;
}
#pagenavi span {
  margin: 0 .2rem;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: calc(var(--hl-border-radius)  / 1.5);
  color: #000;
}
#pagenavi a {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: calc(var(--hl-border-radius)  / 2);
}
/*评论*/
.flex-v-center{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.text-nowrap {
  white-space: nowrap !important;
}
.ms-auto {
  margin-left: auto !important;
}
.list-split-dot{
  font-size: .75rem;
  flex-wrap: wrap;
}
.list-split-dot svg{
  margin-right:3px;
}
.list-split-dot .iconfont-sys{
  font-size: .875rem;
  padding-right: 3px;
}
.list-split-dot li:not(:first-child)::before {
  content: "•";
  color: inherit;
  padding-left: 0.5em;
  padding-right: 0.5em;
  opacity: 0.8;
}
.comment-zone {
  scroll-margin-top: calc(var(--hl-header-height) + 1rem); /* 设置遮挡的高度 */
}
.comment-zone .comment-login-guide{
  display:flex;
  align-items:center;
  gap:.8rem;
  padding:1rem 1.1rem;
  border-radius:.8rem;
  background:var(--hl-gray-bg);
}
.comment-login-guide-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 2.25rem;
  width:2.25rem;
  height:2.25rem;
  border-radius:50%;
  background:rgba(135,80,213,.1);
  color:#8750d5;
  font-size:1rem;
}
.comment-login-guide-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:.18rem;}
.comment-login-guide-copy strong{font-size:.88rem;font-weight:600;color:var(--hl-text-color);}
.comment-login-guide-copy span{font-size:.75rem;color:var(--hl-text-secondary-color);}
.comment-login-guide-actions{display:flex;align-items:center;gap:.55rem;}
.comment-login-guide-actions a{padding:.38rem .72rem;border-radius:99px;font-size:.76rem;text-decoration:none;white-space:nowrap;}
.comment-login-btn{background:var(--hl-text-color);color:#fff!important;}
.comment-login-btn:hover{background:#303746;color:#fff!important;}
.sys-icon {/* iconfont svg图标 */
  width: .875rem;
  height: .875rem;
  vertical-align: -0.15rem;
  fill: currentColor;
  overflow: hidden;
}
.comment-zone .h3,
.comment-zone .h5{
  font-weight:bold;
}
.comment-zone .text-muted,
.comment-zone .comment-reply{
  opacity: .6;
}
.comment-zone img.avatar{
  display: inline-block;
  overflow: hidden;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
}
.comment-post {
	background-color: var(--hl-gray-bg);
	border-radius:var(--hl-border-radius);
	overflow: hidden;
}
.comment-form input:not(.form-control),
.comment-form button:not(.btn),
.comment-form textarea:not(.form-control) {
	outline: 0;
	border: 0;
	background-color: transparent;
	font-size: .875rem;
}
.comment-form-head .input-box {
	flex: 1;
}
.comment-form-head {
	border-bottom: 1px solid var(--bs-border-color);
}
@media (min-width: 768px) {
	.comment-form-head .input-box:not(:first-child)::before {
		content: '';
		color: var(--hl-text-secondary-color);
	  border-left: var(--hl-box-border);
	}
}
@media (max-width: 768px) {
  .comment-zone {
    padding:1rem!important;
  }
  .comment-form input,
  .comment-form textarea{
    font-size:16px!important;
  }
  .comment-zone .comment-login-guide{align-items:center;flex-wrap:nowrap;padding:.9rem;gap:.65rem;}
  .comment-login-guide-actions{width:auto;margin-left:auto;padding-left:0;flex:0 0 auto;}
  .comment-zone .comment-item-client{
    margin-left:0!important;
    font-size:.75rem;
    width: 100%;
    padding: .3em 0;
    order:1;
  }
  .comment-zone .comment-item-time{
    order:2;
  }
  .comment-zone .comment-reply{
    order:3;
  }
	.comment-form-head {
		flex-direction: column !important;
	}
}
.comment-form-head input {
	width: 100%;
	padding: 1em;
	color: var(--hl-text-color);
}
.comment-form-body {
	padding: 1em;
	border-top: var(--hl-box-border);
}
.comment-form-body textarea {
	resize: none;
	width: 100%;
	height: 4.875rem;
	min-height: 4.875rem;
	color: var(--hl-text-color);
}
textarea::-webkit-scrollbar-track {
	box-shadow: none;
	background-color: transparent;
}
textarea::-webkit-scrollbar-thumb {
	background-color: var(--hl-gray-bg);
}
.comment-post-code .captcha,
.comment-post-code .input-post-code {
	height: 30px;
	border-radius: calc(var(--hl-border-radius) / 2);
}
.comment-post-code .input-post-code {
	padding: 0 0.5em;
}
.comment-list .comment-item {
	border-top: 1px solid var(--bs-border-color);
	padding-top: 1em;
	margin-top: 1em;
}
.comment-list .comment-item > .avatar {
	margin-right: 10px;
}
@media (min-width: 768px) {
	.comment-list > .comment-list-children {
		margin-left: 50px;
	}
}
.comment-item-box {
	flex: 1;
}
.comment-zone .h5.text-muted{opacity:1;}
.comment-user-name-default{color:#111!important;opacity:.6;}
[data-theme=dark] .comment-user-name-default{color:#aaa!important;}
.comment-item-box .comment-post {
	margin-top: 1em;
}
.comment-item-content {
	position: relative;
	border-radius:calc(var(--hl-border-radius) / 1.5);
	border:2px solid var(--hl-gray-bg);
  background-image: repeating-linear-gradient( 145deg, var(--hl-gray-bg) 0, var(--hl-gray-bg) 1px, transparent 1px, transparent 3px );	
}
.comment-item-content::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 1.5em;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid var(--hl-gray-bg);
}
.comment-compose{
  margin-top:1.75rem;
  padding-top:1.25rem;
  border-top:1px solid var(--bs-border-color);
}

/*响应式*/
@media (max-width:1250px) {
  .page-width{
    width:calc(100% - 20px);
  }
  main.content,.f-link,.footer{
    margin-top:.5rem!important;
  }
  .footer{
    margin-bottom:.5rem!important;
  }
  .blog-list{
    padding: 0!important;
  }
  .box{
    border:none;
  }
  .header.fixed-h {
    top:0;
  }
  .header .m-menu{
    display: block;
  }
  .header .navbar{
    display: none;
    position: absolute;
    top:calc(var(--hl-header-height) + .2rem);
    right:0;
    width:50%;
    padding:1.5rem 1rem;
    max-height:70vh;
    height:auto;
    overflow-y: scroll;
    overflow-x:hidden ;
    border-radius: var(--hl-border-radius);
    background: var(--hl-box-bg);
    box-shadow: var(--hl-box-tint-shadow);
  }
  .header .navbar li.active a::before,
  .header .navbar li:not(.has-sub):hover a::before{
    transform: rotate(90deg);
    bottom: 1.4rem;
    width: 1rem;
    left:-.4rem;
  }
  .header .navbar li.has-sub:hover a::before{
    box-shadow: none;
    width: 0;
  }
  .header .navbar a{
    display:block;
    padding: 0 1rem;
  }
  .header .navbar ul{
    display:block;
  }
  .header .navbar ul, .header .navbar ul li{
    height: auto;
    line-height: 3rem;
  }
  .header .navbar.active{
    display:block;
  }
  .header .navbar .sub{
    position: static;
    box-shadow: none;
  }
  .header .navbar .sub::before{
    display:none;
  }
  .header .misc .search{
    margin-right:0!important;
  }
  .header .misc .search-box .search-button{
    width: 30%;
  }
  .header .misc .search-box .search-button .iconfont-hellno{display:none;}
  .header .misc .search-box input{font-size:16px;}
  .header .misc .search-box{
    width:calc(100% - 20px);
  }
  .header .misc .login{
    border-radius: 100rem;
    padding: 0;
  }
  .header .misc .login .name{
    display: none;
  }
  .header .misc .login .iconfont-hellno{
    padding-right:0!important;
    font-size: 1.5rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
  }
  .blog-list .main{
    padding: 1rem!important;
  }
  .blog-list .article{
    padding: .5rem!important;
  }
  .blog-list .more{
    width:2.5rem;
  }
  .blog-list .article .title{ 
    padding-bottom: .05rem!important;
  }
  .blog-list .article figure{
    margin-right: .5rem!important;
  }
  .blog-post .data-bar .avatar{
    padding-right:.5rem!important;
  }
  .blog-post .data-bar .avatar img{
    width:2.5rem;
    height: 2.5rem;
    vertical-align: middle;
  }
  .blog-post .data-bar .main .info .sep{
    padding: 0 .25rem!important;
  }
  .blog-post .data-bar .main .info .sep:last-of-type,
  .blog-post .data-bar .main .info .sep:nth-last-of-type(1),
  .blog-post .data-bar .read-time,
  .blog-post .data-bar .main .info .edit,
  .blog-post .data-bar .misc .comment span,
  .footer .icp-ga{
    display: none;
  }
  .article-wrap{
    padding: 1rem!important;
  }
  .back-to-top{
    right:10px;
  }
}
@media (max-width:768px) {
  .blog-list .article .comment{
    display: none;
  }
  .blog-list .article{
    margin-bottom:.5rem!important;
  }
  .blog-post .title {
    font-size: 1.4rem;
  }
  .article .more{
    display:none;
  }
  .blog-list .article .title{
    font-size:.875rem;
  }  
  .article .content {
    width: calc(100% - 4rem - 1.2rem);
  }
  .f-link ul{
    flex-wrap: wrap;
    font-size: .75rem;
  }  
}  

/* 紧凑版：全站字号、图标和顶部操作统一缩小 */
html{font-size:14px;}
.header .misc .login{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 2.5rem;
  width:2.5rem;
  height:2.5rem;
  min-width:2.5rem;
  padding:0!important;
  border:0!important;
  border-radius:50%!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:hidden;
  line-height:2.5rem;
  text-align:center;
  color:var(--hl-text-color)!important;
  opacity:1!important;
  -webkit-tap-highlight-color:transparent;
}
.header .misc .login:hover{
  color:var(--hl-text-color)!important;
  background:var(--hl-gray-bg)!important;
  box-shadow:none!important;
  transform:none!important;
}
.header .misc .login:active{background:var(--hl-gray-bg)!important;}
.header .misc .login .name{display:none!important;}
.header .misc .login .iconfont-hellno{
  display:block;
  padding:0!important;
  font-size:1.35rem!important;
  line-height:2.5rem;
  color:inherit!important;
  opacity:1!important;
}
.header .misc{align-items:center;}
.header .misc .search .iconfont-hellno,
.header .auto-mode .iconfont-hellno,
.header .m-menu{font-size:1.35rem;}
.site-records{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem 1rem;
  margin-top:.9rem;
  padding-top:.8rem;
  border-top:1px dashed var(--hl-line-color,#e5e5e5);
  font-size:.75rem;
  color:var(--hl-gray-color,#8a8a8a);
}
.site-records a{color:inherit;text-decoration:none;}
.site-records a:hover{text-decoration:underline;}
.hl-site-records{
  width:var(--hl-page-width);
  margin:1rem auto;
  justify-content:center;
}
[role="button"]:focus-visible,
button:focus-visible,
a:focus-visible{
  outline:2px solid var(--hl-primary);
  outline-offset:3px;
}
@media (max-width:1250px){
  .hl-site-records{width:calc(100% - 2rem);}
}

/* 手机端：恢复 Logo，功能按钮集中排列在右侧，菜单按钮位于最右。 */
@media (max-width:768px){
  .header{
    position:relative;
    gap:.45rem;
  }
  .header .logo{
    display:block;
    flex:0 1 auto;
    min-width:0;
    overflow:hidden;
  }
  .header .logo a{
    display:flex;
    align-items:center;
    min-width:0;
  }
  .header .logo img{
    display:block;
    width:auto;
    max-width:6rem;
    height:1.75rem;
    object-fit:contain;
  }
  .header .text-logo{
    max-width:6rem;
    overflow:hidden;
    font-size:1.05rem;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .header .m-menu{
    position:static;
    margin:0!important;
    transform:none;
  }
  .header .misc{
    flex:0 0 auto;
    gap:0;
    margin-left:auto;
    margin-right:.25rem;
  }
  .header .misc .search,
  .header .auto-mode,
  .header .misc .login,
  .header .m-menu{
    width:2.35rem;
    min-width:2.35rem;
    height:2.35rem;
    flex-basis:2.35rem;
    line-height:2.35rem;
  }
  .header .misc .login .iconfont-hellno{line-height:2.35rem;}
}
@media (max-width:360px){
  .header .logo img{max-width:5.25rem;height:1.6rem;}
  .header .text-logo{max-width:5.25rem;font-size:1rem;}
  .header .misc .search,
  .header .auto-mode,
  .header .misc .login,
  .header .m-menu{
    width:2.15rem;
    min-width:2.15rem;
    height:2.15rem;
    flex-basis:2.15rem;
    line-height:2.15rem;
  }
  .header .misc .login .iconfont-hellno{line-height:2.15rem;}
}
@media (max-width:768px){
  .header .misc .login .iconfont-hellno{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
    justify-content:center;
    line-height:1!important;
    transform:translateY(1px);
  }
  .header .misc .login .iconfont-hellno::before{display:block;line-height:1!important;}
}

/* 吸顶栏紧贴视口顶部，并覆盖移动浏览器的亚像素接缝。 */
.full-bleed-header.fixed-h{
  top:0!important;
  margin-top:0!important;
  box-shadow:0 -2px 0 var(--hl-box-bg);
  transform:translateZ(0);
  backface-visibility:hidden;
}

/* Xiuno 式内容列表：作者头像、两行信息、右侧评论数 */
.blog-list .main{padding:1rem 1.35rem!important;}
.blog-list .xiuno-topic-row{
  display:flex;
  align-items:center;
  gap:.9rem;
  min-height:5.7rem;
  margin:0!important;
  padding:.7rem 0;
  background:transparent!important;
  border:0!important;
  border-bottom:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.blog-list .xiuno-topic-row:last-of-type{border-bottom:0!important;}
.blog-list .xiuno-topic-row:hover{box-shadow:none!important;}
.xiuno-topic-avatar{
  display:block;
  width:3.55rem;
  height:3.55rem;
  flex:0 0 3.55rem;
  overflow:hidden;
  border-radius:.35rem;
  background:var(--hl-gray-bg);
}
.xiuno-topic-avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.xiuno-topic-content{min-width:0;flex:1;}
.blog-list .xiuno-topic-content .title{
  margin:0 0 .45rem!important;
  padding:0!important;
  color:#596577;
  font-size:1.15rem!important;
  font-weight:400;
  line-height:1.35;
}
.xiuno-topic-content .title a{color:inherit;text-decoration:none;}
.xiuno-topic-content .title a:hover{color:var(--hl-primary);}
.blog-list .xiuno-topic-content .info{
  display:flex;
  align-items:center;
  gap:.65rem;
  margin:0!important;
  color:var(--hl-text-secondary-color);
  font-size:.78rem;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
}
.xiuno-topic-content .info>span{display:inline-flex;align-items:center;flex:0 0 auto;}
.xiuno-topic-content .info a{color:inherit;text-decoration:none;}
.xiuno-topic-content .info .topic-sort a{color:var(--hl-primary);}
.xiuno-topic-content .info .topic-views{display:inline-flex;align-items:center;gap:.22rem;}
.xiuno-topic-content .info .topic-views i{display:inline-flex;width:1rem;height:1rem;align-items:center;justify-content:center;font-size:1rem;line-height:1!important;}
.xiuno-topic-content .info .topic-views i::before{display:block;line-height:1!important;}
.xiuno-topic-content .info .topic-arrow{opacity:.55;font-size:1rem;}
.xiuno-topic-replies{
  display:inline-flex;
  min-width:auto;
  padding:.25rem .4rem;
  align-items:center;
  justify-content:center;
  gap:.28rem;
  border-radius:.4rem;
  background:transparent;
  color:var(--hl-text-secondary-color)!important;
  font-size:.8rem;
  line-height:1.3;
  text-align:center;
  text-decoration:none;
  transition:color .2s ease, background-color .2s ease;
}
.xiuno-topic-replies i{font-size:1rem;}
.xiuno-topic-replies:hover{background:var(--hl-gray-bg);color:var(--hl-primary)!important;}
@media (max-width:768px){
  .blog-list .main{padding:.45rem 1rem!important;}
  .blog-list .xiuno-topic-row{min-height:5.35rem;gap:.8rem;padding:.65rem 0;}
  .xiuno-topic-avatar{width:3.25rem;height:3.25rem;flex-basis:3.25rem;}
  .blog-list .xiuno-topic-content .title{font-size:1.05rem!important;}
  .blog-list .xiuno-topic-content .info{gap:.48rem;font-size:.74rem;}
  .xiuno-topic-replies{min-width:2.25rem;padding:.22rem .45rem;}
}

/* 修正元信息溢出，并进一步缩小 Xiuno 列表密度 */
.blog-list .xiuno-topic-row{min-height:5.15rem;padding:.58rem 0;overflow:hidden;}
.xiuno-topic-avatar{width:2.8rem;height:2.8rem;flex-basis:2.8rem;border-radius:50%;}
.blog-list .xiuno-topic-content .title{font-size:1.08rem!important;margin-bottom:.32rem!important;font-weight:400;color:var(--hl-text-color);}
.blog-list .xiuno-topic-content .info{width:100%;overflow:hidden;text-overflow:ellipsis;}
@media (max-width:768px){
  .blog-list{overflow:hidden;}
  .blog-list .main{padding:.3rem .8rem!important;overflow:hidden;}
  .blog-list .xiuno-topic-row{min-width:0;min-height:4.65rem;gap:.65rem;padding:.5rem 0;}
  .xiuno-topic-avatar{width:2.4rem;height:2.4rem;flex:0 0 2.4rem;border-radius:50%;}
  .xiuno-topic-content{width:0;}
  .blog-list .xiuno-topic-content .title{font-size:.96rem!important;line-height:1.3;}
  .blog-list .xiuno-topic-content .info{font-size:.68rem;gap:.38rem;}
  .blog-list .xiuno-topic-content .info .topic-time,
  .blog-list .xiuno-topic-content .info .topic-views{display:inline-flex;align-items:center;line-height:1.25!important;}
  .blog-list .xiuno-topic-content .info .topic-views i::before{transform:translateY(-.03rem);}
  .xiuno-topic-replies{min-width:2rem;padding:.18rem .36rem;font-size:.72rem;}
}

/* 首页列表使用无边框的全宽版式；文章内容保持原来的居中宽度。 */
.feed-layout{
  width:100%;
  background:transparent;
}
main.content.feed-layout{margin-top:0!important;}
html.home-feed-page{scrollbar-width:none;}
html.home-feed-page::-webkit-scrollbar{display:none;}
.home-promo{
  position:relative;
  margin-bottom:.5rem;
}
.home-promo-track{
  display:flex;
  gap:0;
  height:clamp(8rem,10.5vw,12rem);
  overflow-x:auto;
  overscroll-behavior-x:contain;
  scroll-snap-type:x mandatory;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
}
.home-promo-track::-webkit-scrollbar{display:none;}
.home-promo-card{
  flex:0 0 100%;
  min-width:0;
  overflow:hidden;
  box-sizing:border-box;
  border:4px solid var(--hl-box-bg);
  border-radius:var(--hl-border-radius);
  background:var(--hl-box-bg);
  scroll-snap-align:start;
  scroll-snap-stop:always;
}
.home-promo-card img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}
.home-promo-dots{
  display:flex;
  position:absolute;
  left:50%;
  bottom:.55rem;
  z-index:2;
  justify-content:center;
  gap:.4rem;
  padding:.28rem .42rem;
  border-radius:99px;
  background:rgba(255,255,255,.72);
  box-shadow:0 2px 10px rgba(33,43,80,.1);
  transform:translateX(-50%);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}
.home-promo-dots button{
  width:.45rem;
  height:.45rem;
  padding:0;
  border:0;
  border-radius:50%;
  background:#cdd3df;
  transition:width .2s ease, background .2s ease;
}
.home-promo-dots button.active{
  width:1.15rem;
  border-radius:99px;
  background:#7254ff;
}
.home-list-heading{
  display:flex;
  align-items:center;
  margin:0;
  padding:0 1rem;
  min-height:3.25rem;
  border-bottom:var(--hl-box-tint-border);
}
.home-list-heading h2{
  display:flex;
  align-items:center;
  gap:.55rem;
  color:var(--hl-text-color);
  font-size:1.05rem;
  font-weight:500;
}
.home-list-heading h2 i{
  color:#7254ff;
  font-size:1.3rem!important;
}
.home-content-shell,
.home-feed-column{min-width:0;}
@media (min-width:769px){
  .home-content-shell.has-desktop-sidebar{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(17.5rem,19rem);
    gap:.5rem;
    align-items:start;
  }
}
.home-list-categories{
  display:flex;
  min-width:0;
  margin-left:auto;
  align-items:center;
  justify-content:flex-end;
  gap:.35rem;
  overflow-x:auto;
  white-space:nowrap;
  scrollbar-width:none;
}
.home-list-categories::-webkit-scrollbar{display:none;}
.home-list-categories a{
  padding:.3rem .55rem;
  border-radius:.35rem;
  color:var(--hl-text-color);
  font-size:.82rem;
  font-weight:500;
  line-height:1.2;
  text-decoration:none;
  transition:color .2s ease, background-color .2s ease;
}
.home-list-categories a:hover{
  color:var(--hl-text-color);
  background:var(--hl-gray-bg);
}
.home-list-categories a.active{
  color:var(--hl-text-color);
  background:var(--hl-box-bg);
  font-weight:500;
}
.feed-layout .feed-full-bleed{
  width:100%;
  padding:0!important;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
.feed-layout .feed-full-bleed .main{
  width:var(--hl-page-width);
  margin:0 auto;
  padding:1rem 1.35rem!important;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
@media (max-width:1250px){
  .feed-layout .feed-full-bleed .main{
    width:calc(100% - 20px);
  }
}
@media (max-width:768px){
  .feed-layout{margin-top:.5rem!important;}
  .home-promo-track{height:auto;aspect-ratio:1781 / 597;}
  .home-promo-card{
    aspect-ratio:1781 / 597;
  }
  .home-list-heading{min-height:2.75rem;}
  .home-list-heading h2{gap:.45rem;font-size:1rem;}
  .feed-layout .feed-full-bleed .main{width:100%;padding:.5rem!important;}
}

/* 全站取消悬浮卡片：外层铺满屏幕，内部阅读线保持原先的居中位置。 */
.full-bleed-header{
  width:100%;
  margin:0;
  padding-left:calc((100% - var(--hl-page-width)) / 2 + 1rem)!important;
  padding-right:calc((100% - var(--hl-page-width)) / 2 + 1rem)!important;
  background:var(--hl-box-bg);
  border:0;
  border-radius:0;
  box-shadow:none;
}
.full-bleed-page{
  width:100%;
  margin-left:0;
  margin-right:0;
  padding:0;
  background:var(--hl-box-bg);
}
.full-bleed-page .page-inner{
  width:var(--hl-page-width);
  margin-left:auto;
  margin-right:auto;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
}
/* 详情页复用首页整个内容区的宽度与内边距，不预留侧边栏。 */
.article-page-frame{
  width:var(--hl-page-width);
  margin:0 auto;
  padding:0 1.35rem;
}
.article-page-column{min-width:0;}
.article-page-shell .page-inner{width:100%;}
@media (min-width:769px){
  .article-page-shell.has-desktop-sidebar,
  .article-page-shell:has(>.zsb-sidebar){
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(17.5rem,19rem);
    gap:.5rem;
    align-items:start;
  }
}
.f-link{
  width:100%;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:calc((100% - var(--hl-page-width)) / 2 + 1rem)!important;
  padding-right:calc((100% - var(--hl-page-width)) / 2 + 1rem)!important;
  background:var(--hl-box-bg);
  border:0;
  border-radius:0;
  box-shadow:none;
}
@media (max-width:1250px){
  .full-bleed-header,
  .f-link{
    padding-left:calc(10px + 1rem)!important;
    padding-right:calc(10px + 1rem)!important;
  }
  .full-bleed-page .page-inner{
    width:calc(100% - 20px);
  }
  .article-page-frame{width:calc(100% - 20px);}
  .article-page-shell .page-inner{width:100%;}
}

/* 桌面端全宽布局。 */
body{background:var(--hl-gray-bg);}
.full-bleed-header{border-bottom:0;}
.feed-layout .feed-full-bleed{border-bottom:0;}
.feed-layout .feed-full-bleed .main{padding-top:.5rem!important;padding-bottom:.5rem!important;}
.blog-list .xiuno-topic-row{min-height:4.35rem;padding:.45rem 0;}
.f-link{
  margin-top:0!important;
  padding-top:.8rem!important;
  padding-bottom:.8rem!important;
  border-top:0;
}
@media (max-width:768px){
  .feed-layout .feed-full-bleed .main{padding-top:.5rem!important;padding-bottom:.5rem!important;}
  .blog-list .xiuno-topic-row{min-height:4.65rem;padding:.5rem 0;}
}

/* 电脑端恢复后台配置的 Logo，并让导航与功能区自然排列。 */
@media (min-width:1251px){
  .full-bleed-header .logo{display:block;flex:0 0 auto;}
  .full-bleed-header .navbar .nav-sort{display:none;}
  .full-bleed-header .navbar{
    position:static;
    margin-left:1.15rem;
    margin-right:auto;
    transform:none;
  }
  .full-bleed-header .misc{
    position:static;
    margin-left:auto;
    gap:.3rem;
  }
  .full-bleed-header .misc .search{display:none;}
  .full-bleed-header .misc .search-box{
    position:static;
    display:flex;
    width:clamp(13rem,22vw,21rem);
    height:2.5rem;
    padding:.2rem .25rem .2rem .8rem!important;
    opacity:1;
    visibility:visible;
    transform:none;
    align-items:center;
    border:var(--hl-box-tint-border);
    border-radius:99px;
    background:var(--hl-gray-bg);
    box-shadow:none;
  }
  .full-bleed-header .misc .search-box input{
    min-width:0;
    flex:1;
    text-indent:0;
    background:transparent;
  }
  .full-bleed-header .misc .search-box .search-button{
    width:2rem;
    height:2rem;
    flex:0 0 2rem;
    padding:0;
    border:0;
    background:transparent;
    box-shadow:none;
  }
  .full-bleed-header .misc .search-box .search-button .iconfont-hellno{font-size:1.35rem;}
  .full-bleed-header .misc .search-button-label{display:none;}
  .full-bleed-header .misc .auto-mode{flex:0 0 2.5rem;}
}
@media (max-width:768px){
  .home-list-categories{display:none;}
}

/* 收窄屏幕时使用简洁的双线菜单。 */
@media (max-width:1250px){
  .header .m-menu{
    display:flex!important;
    width:2.5rem;
    height:2.5rem;
    padding:0!important;
    border:0!important;
    border-radius:50%!important;
    background:transparent!important;
    box-shadow:none!important;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:.24rem;
    line-height:1;
    color:var(--hl-text-color);
  }
  .header .m-menu .menu-line{
    display:block;
    width:1.1rem;
    height:1.5px;
    border-radius:99px;
    background:currentColor;
    transition:transform .2s ease, width .2s ease;
  }
  .header .m-menu .menu-line:last-child{width:.82rem;align-self:center;}
  .header .m-menu.active .menu-line:first-child{transform:translateY(.42rem) rotate(45deg);}
  .header .m-menu.active .menu-line:nth-child(2){opacity:0;transform:scaleX(.2);}
  .header .m-menu.active .menu-line:last-child{width:1.1rem;transform:translateY(-.42rem) rotate(-45deg);}
}
@media (max-width:768px){
  .header .m-menu{
    width:2.35rem;
    min-width:2.35rem;
    height:2.35rem;
    flex-basis:2.35rem;
    line-height:2.35rem;
  }
}
@media (max-width:360px){
  .header .m-menu{
    width:2.15rem;
    min-width:2.15rem;
    height:2.15rem;
    flex-basis:2.15rem;
    line-height:2.15rem;
  }
}
/* 手机端滚动内容时，顶部导航始终留在屏幕顶部。 */
@media (max-width:768px){
  html.nav-menu-open{overflow:hidden;}
  .full-bleed-header{position:sticky!important;top:0!important;z-index:1000;padding-right:.75rem!important;}
  .header .navbar{
    top:var(--hl-header-height)!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-height:min(68vh,calc(100dvh - var(--hl-header-height) - 1.25rem));
    padding:.55rem .8rem .7rem!important;
    overflow-y:auto;
    overscroll-behavior:contain;
    scrollbar-width:thin;
    border:0;
    border-radius:0!important;
    background:var(--hl-box-bg);
    box-shadow:0 .6rem 1.4rem rgba(0,0,0,.08)!important;
  }
  .header .navbar > ul{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:.25rem .4rem;
    align-items:stretch;
  }
  .header .navbar ul,
  .header .navbar ul li{height:auto!important;line-height:normal!important;}
  .header .navbar > ul > li{
    min-width:0;
    margin:0!important;
    border:0;
    border-radius:calc(var(--hl-border-radius) - 4px);
    background:transparent;
  }
  .header .navbar > ul > li.has-sub{grid-column:1 / -1;}
  .header .navbar > ul > li.active{
    background:rgba(114,84,255,.09);
  }
  .header .navbar a{
    display:flex!important;
    align-items:center;
    justify-content:center;
    min-height:2.65rem;
    padding:.55rem .45rem!important;
    overflow:hidden;
    font-size:.92rem;
    line-height:1.35!important;
    text-overflow:ellipsis;
    white-space:nowrap;
  }
  .header .navbar li.active > a,
  .header .navbar a:hover{background:transparent!important;color:var(--hl-primary)!important;}
  .header .navbar li.active a:before,
  .header .navbar li:not(.has-sub):hover a:before{display:none!important;}
  .header .navbar .m-toggle-icon{
    top:.25rem;
    right:.2rem;
    width:2.25rem;
    height:2.25rem;
    line-height:2.25rem;
  }
  .header .navbar .sub{
    width:100%;
    margin:0;
    padding:.1rem .35rem .45rem!important;
    border:0;
    background:transparent;
  }
  .header .navbar .sub[style*="display: block"]{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:.35rem;
  }
  .header .navbar .sub a{
    min-height:2.25rem;
    padding:.45rem .6rem!important;
    border:0;
    border-radius:calc(var(--hl-border-radius) - 4px);
    background:var(--hl-gray-bg);
    font-size:.84rem;
  }
}

/* 电脑端不显示导航当前项的额外标识。 */
@media (min-width:769px){
  .header .navbar li.active a:before{display:none;}
}

/* 友情链接使用较浅的常规字重。 */
.f-link .flink-bar h6,
.f-link .flink-bar a,
.f-link ul li a{
  color:var(--hl-text-secondary-color);
  font-weight:400;
}
.f-link .flink-bar h6{font-size:.85rem;}

/* 电脑端仅压缩首页内容列表的视觉尺寸，不改变原有内容宽度。 */
@media (min-width:769px){
  .feed-layout .feed-full-bleed .main{padding-top:.5rem!important;padding-bottom:.5rem!important;}
  .blog-list .xiuno-topic-row{min-height:3.85rem;padding:.35rem 0;gap:.7rem;}
  .xiuno-topic-avatar{width:2.35rem;height:2.35rem;flex-basis:2.35rem;}
  .blog-list .xiuno-topic-content .title{font-size:.97rem!important;margin-bottom:.22rem!important;}
  .blog-list .xiuno-topic-content .info{font-size:.7rem;gap:.45rem;}
  .xiuno-topic-replies{min-width:1.8rem;padding:.16rem .32rem;font-size:.68rem;}
}

/* 文章详情主标题略缩小。 */
.blog-post .title{
  font-size:1.62rem;
  color:var(--hl-text-color);
  font-weight:500;
}
@media (max-width:768px){
  .blog-post .title{font-size:1.3rem;}
}

/* 电脑端列表稍微放松行距，并缩小置顶角标。 */
@media (min-width:769px){
  .blog-list .xiuno-topic-row{min-height:4.16rem;padding:.5rem 0;}
  .blog-list .ribbon{
    --f:7px;
    top:1.55rem;
    padding:.06rem 1.5rem;
    font-size:.68rem;
  }
}
@media (max-width:768px){
  .blog-list .ribbon{
    --f:7px;
    top:1.45rem;
    padding:.06rem 1.5rem;
    font-size:.68rem;
  }
}

/* 作者个人描述：正文后的轻量签名，仅在用户已填写时显示。 */
.blog-post .author-signature{
  position:relative;
  display:flex;
  align-items:flex-start;
  gap:.5rem;
  margin:80px 0 .5rem;
  padding:0;
  font-size:.78rem;
  line-height:1.65;
}
.blog-post .author-signature-label{
  flex:0 0 auto;
  margin-top:.13rem;
  padding:.08rem .42rem;
  border-radius:99px;
  background:var(--hl-gray-bg);
  color:var(--hl-text-secondary-color);
  font-size:.66rem;
  line-height:1.35;
}
.blog-post .author-signature-text{
  min-width:0;
  color:var(--hl-text-secondary-color);
  white-space:normal;
}
.blog-post .author-signature--vip .author-signature-label{
  color:#8750d5;
  background:rgba(143,81,226,.1);
}
/* 个性签名下方的文章标签使用低对比灰色，避免抢正文视觉焦点。 */
.blog-post .tag-group a{
  background:#f1f3f5;
  color:#7b838c!important;
}
.blog-post .tag-group a:hover{
  background:#e9ecef;
  color:#626b74!important;
}
.blog-post .tag-group i{
  background:#f8f9fa;
  border-color:#fff;
  color:#9aa1a9!important;
  box-shadow:none;
}
[data-theme=dark] .blog-post .tag-group a{
  background:#30343a;
  color:#aeb5bd!important;
}
[data-theme=dark] .blog-post .tag-group a:hover{
  background:#383d44;
  color:#c4cad0!important;
}
[data-theme=dark] .blog-post .tag-group i{
  background:#3b4047;
  border-color:#25292e;
  color:#b7bec6!important;
}
@media (max-width:768px){
  .blog-post .author-signature{gap:.42rem;margin:70px 0 .5rem;padding:0;font-size:.72rem;}
  .blog-post .author-signature-text{color:#9ca5b3;}
  .blog-post .author-signature-label{color:#9ca5b3;font-size:.62rem;}
}

/* 列表置顶标记放入标题行，避免遮挡作者圆头像。 */
.blog-list .xiuno-topic-content .ribbon{
  position:static;
  display:inline-block;
  margin:0 .38rem 0 0;
  padding:.08rem .3rem;
  transform:none;
  clip-path:none;
  border:0;
  border-radius:.2rem;
  background:#ecf8d8;
  color:#64852c;
  font-size:.62rem;
  font-weight:500;
  line-height:1.2;
  text-shadow:none;
  vertical-align:.08rem;
}
[data-theme=dark] .blog-list .xiuno-topic-content .ribbon{background:#334326;color:#b7d884;}

/* 会员框由圆形头像容器承载，避免首页列表出现方形边缘。 */
.xiuno-topic-avatar.vip-member-avatar{
  box-sizing:border-box!important;
  border:2px solid #a366ff!important;
  box-shadow:0 0 0 2px #f3ecff!important;
}
[data-theme=dark] .xiuno-topic-avatar.vip-member-avatar{box-shadow:0 0 0 2px #322440!important;}

/* 全站共用的 Pastel 浅蓝基础：背景、内容表面、圆角与间距统一维护。 */
.pastel-ui{
  --hl-surface-gap:.375rem;
  --hl-page-top-gap:.75rem;
  --hl-surface-radius:12px;
  --hl-body-bg:#f7fafe;
  --hl-gray-bg:#eef4fb;
  --hl-box-bg:#fff;
  --hl-text-color:#2c3e55;
  --hl-text-secondary-color:#7e90a7;
  --hl-primary:#5ea8ff;
  --hl-box-tint-border:1px solid #eaf1f7;
  background-color:#f7fafe;
  background-image:radial-gradient(circle at 2% 12%,rgba(124,194,255,.09),transparent 16rem),radial-gradient(circle at 98% 26%,rgba(111,191,157,.07),transparent 18rem);
  color:#2c3e55;
}
.pastel-ui .full-bleed-header{
  border:0;
  background:rgba(252,253,254,.92);
  box-shadow:none;
  backdrop-filter:blur(14px);
}
.pastel-ui .full-bleed-header.fixed-h{box-shadow:0 -2px 0 #fcfdfe;}
.pastel-ui .header .misc>a,.pastel-ui .header .misc .auto-mode{color:#2c3e55;}
.pastel-ui .header .misc .search-box{border:0;background:#f2f7fc;}
.pastel-ui .header .misc .search-box input{color:#2c3e55;}
.pastel-ui .header .misc .search-box input::placeholder{color:#9cabbc;}
.pastel-ui .header .misc .search-box .search-button{color:#40556d;}
.pastel-ui .feed-layout .feed-full-bleed .main{padding-top:.75rem!important;padding-bottom:.75rem!important;}
.pastel-ui .home-content-shell{gap:var(--hl-surface-gap);}
.pastel-ui .article-page-shell.has-desktop-sidebar,.pastel-ui .article-page-shell:has(>.zsb-sidebar){gap:var(--hl-surface-gap);}
.pastel-ui .home-feed-column{min-width:0;}
.pastel-ui .home-promo{
  margin-bottom:var(--hl-surface-gap);
  overflow:hidden;
  border:.35rem solid #fff;
  border-radius:var(--hl-surface-radius);
  background:#fff;
  box-shadow:0 10px 28px rgba(133,170,210,.08);
}
.pastel-ui .home-promo-track{overflow-x:auto;overflow-y:hidden;border:0;border-radius:calc(var(--hl-surface-radius) - 4px);background:#f2f7fc;}
.pastel-ui .home-promo-card{border:0;}
.pastel-ui .home-promo-card img{width:100%;height:100%;max-width:none;object-fit:cover;object-position:center;}
.pastel-ui .home-promo-dots{border:0;box-shadow:0 4px 14px rgba(133,170,210,.1);}
.pastel-ui .home-promo-dots button{background:#cbd8e6;}
.pastel-ui .home-promo-dots button.active{background:#7cc2ff;}
.pastel-ui .home-feed-panel{
  min-width:0;
  overflow:hidden;
  border:0;
  border-radius:var(--hl-surface-radius);
  background:rgba(255,255,255,.95);
  box-shadow:0 10px 28px rgba(133,170,210,.08);
  backdrop-filter:blur(10px);
}
.home-feed-results{transition:opacity .18s ease;}
.home-feed-results.is-loading{opacity:.42;pointer-events:none;}
.pastel-ui .home-list-heading{
  min-height:3.2rem;
  padding:0 1rem;
  border-bottom:1px solid #eef3f8;
}
.pastel-ui .home-list-heading h2{color:#1e2e45;font-weight:500;}
.pastel-ui .home-list-heading h2 i{color:#6db7ff;}
.pastel-ui .home-list-categories a{color:#52677e;}
.pastel-ui .home-list-categories a:hover,.pastel-ui .home-list-categories a.active{color:#4f8fc9;background:#eaf4ff;}
.pastel-ui .home-feed-panel .xiuno-topic-row{
  margin:0!important;
  padding:.62rem 1rem;
  border-bottom:0!important;
  transition:background-color .18s ease;
}
.pastel-ui .home-feed-panel .xiuno-topic-row:hover{background:#f8fbff!important;}
.pastel-ui .home-feed-panel .xiuno-topic-content .title a{color:#1e2e45;}
.pastel-ui .home-feed-panel .xiuno-topic-content .info{color:#7e90a7;}
.pastel-ui .home-feed-panel .xiuno-topic-content .info .topic-sort,
.pastel-ui .home-feed-panel .xiuno-topic-content .info .topic-sort a{color:inherit!important;background:transparent!important;}
.pastel-ui .home-feed-panel .xiuno-topic-replies{background:#f2f7fc;color:#7e90a7!important;}
.pastel-ui .xiuno-topic-avatar.vip-member-avatar{border-color:#8fc9ff!important;box-shadow:0 0 0 2px #eaf4ff!important;}
.pastel-ui .home-feed-panel .breadcrumb{margin:0!important;padding:1rem!important;border-bottom:1px solid #eef3f8;}
.pastel-ui .home-feed-panel .pagination{margin:.75rem 1rem!important;}
.pastel-ui .home-feed-empty{margin:0;padding:1.4rem 1rem;color:#7e90a7;font-size:.85rem;}
.pastel-ui .full-bleed-page{
  display:block;
  margin-top:0!important;
  padding:var(--hl-page-top-gap) 0 var(--hl-surface-gap);
  background:transparent;
}
.pastel-ui .full-bleed-page .page-inner{
  border:0;
  border-radius:var(--hl-surface-radius);
  background:rgba(255,255,255,.95);
  box-shadow:0 10px 28px rgba(133,170,210,.08);
}
.pastel-ui .full-bleed-page .page-inner+.page-inner{margin-top:var(--hl-surface-gap)!important;}
@media (min-width:769px){
  .pastel-ui .home-feed-panel .xiuno-topic-row .title a,.pastel-ui .home-feed-panel .xiuno-topic-row .xiuno-topic-avatar,.pastel-ui .home-feed-panel .xiuno-topic-row .xiuno-topic-replies{transition:color .18s ease,background-color .18s ease,transform .18s ease;}
  .pastel-ui .home-feed-panel .xiuno-topic-row:hover .title a{color:#4f8fc9;}
  .pastel-ui .home-feed-panel .xiuno-topic-row:hover .xiuno-topic-avatar{transform:translateY(-1px);}
  .pastel-ui .home-feed-panel .xiuno-topic-row:hover .xiuno-topic-replies{background:#eaf4ff;color:#5f91be!important;}
}
@media (max-width:768px){
  .pastel-ui{--hl-surface-gap:.325rem;--hl-page-top-gap:.5rem;--hl-surface-radius:10px;}
  .pastel-ui .feed-layout .feed-full-bleed .main{padding:.5rem!important;}
  .pastel-ui .home-content-shell{gap:var(--hl-surface-gap);}
  .pastel-ui .home-promo{margin-bottom:var(--hl-surface-gap);}
  .pastel-ui .home-feed-panel .home-list-heading{padding:0 .75rem;}
  .pastel-ui .home-feed-panel .xiuno-topic-row{padding:.58rem .75rem;}
  .pastel-ui .home-feed-panel .breadcrumb{padding:.8rem!important;}
  .pastel-ui .home-feed-panel .pagination{margin:.65rem .75rem!important;}
  .pastel-ui .header .navbar{background:rgba(252,253,254,.98);box-shadow:0 .6rem 1.4rem rgba(133,170,210,.1)!important;}
  .pastel-ui .header .navbar>ul>li.active{background:#eaf4ff;}
  .pastel-ui .full-bleed-page{padding:var(--hl-page-top-gap) .5rem var(--hl-surface-gap);}
  .pastel-ui .full-bleed-page .page-inner{width:100%;}
  .pastel-ui .article-page-frame{width:100%;padding:0;}
}
[data-theme=dark] body.pastel-ui{
  --hl-body-bg:#171c22;
  --hl-gray-bg:#202832;
  --hl-box-bg:#1c252f;
  --hl-text-color:#d7e0ea;
  --hl-text-secondary-color:#93a4b7;
  --hl-primary:#79b6dd;
  --hl-box-tint-border:1px solid #2b3948;
  background:#171c22;
  color:#d7e0ea;
}
[data-theme=dark] .pastel-ui .full-bleed-header,[data-theme=dark] .pastel-ui .home-feed-panel,[data-theme=dark] .pastel-ui .home-promo{border-color:#2b3948;background:rgba(28,37,47,.95);box-shadow:0 10px 28px rgba(0,0,0,.14);}
[data-theme=dark] .pastel-ui .full-bleed-page .page-inner{background:rgba(28,37,47,.95);box-shadow:0 10px 28px rgba(0,0,0,.14);}
[data-theme=dark] .pastel-ui .home-list-heading,[data-theme=dark] .pastel-ui .home-feed-panel .breadcrumb{border-color:#2b3948!important;}
[data-theme=dark] .pastel-ui .home-list-heading h2,[data-theme=dark] .pastel-ui .home-feed-panel .xiuno-topic-content .title a{color:#e6edf5;}
[data-theme=dark] .pastel-ui .home-feed-panel .xiuno-topic-row:hover{background:#202d39!important;}
[data-theme=dark] .pastel-ui .header .misc .search-box{border-color:#344556;background:#202b36;}
[data-theme=dark] .pastel-ui .full-bleed-header{border:0;box-shadow:none;}

/* 1.1.0 clearer home list hierarchy */
.pastel-ui .home-feed-panel .xiuno-topic-content .title{font-size:1.02rem!important;font-weight:500!important;letter-spacing:.005em}
.pastel-ui .home-feed-panel .xiuno-topic-avatar{width:2.55rem;height:2.55rem;flex-basis:2.55rem}
.pastel-ui .home-feed-panel .xiuno-topic-content .info{gap:.38rem}
.pastel-ui .home-feed-panel .xiuno-topic-content .info>span{display:inline-flex;align-items:center;min-width:0}
.pastel-ui .home-feed-panel .xiuno-topic-content .info>span+span:before{content:"";width:2px;height:2px;flex:0 0 2px;margin-right:.38rem;border-radius:50%;background:rgba(126,144,167,.42)}
.pastel-ui .home-feed-panel .xiuno-topic-content .info>time.topic-time{display:inline-flex;align-items:center}.pastel-ui .home-feed-panel .xiuno-topic-content .info>time.topic-time:before,.pastel-ui .home-feed-panel .xiuno-topic-content .info>time.topic-time+span:before{content:"";width:2px;height:2px;flex:0 0 2px;margin-right:.38rem;border-radius:50%;background:rgba(126,144,167,.42)}
[data-theme=dark] .pastel-ui .home-feed-panel .xiuno-topic-content .info>span+span:before{background:rgba(180,195,211,.34)}
[data-theme=dark] .pastel-ui .home-feed-panel .xiuno-topic-content .info>time.topic-time:before,[data-theme=dark] .pastel-ui .home-feed-panel .xiuno-topic-content .info>time.topic-time+span:before{background:rgba(180,195,211,.34)}
@media(max-width:768px){.pastel-ui .home-feed-panel .xiuno-topic-content .title{font-size:1rem!important}.pastel-ui .home-feed-panel .xiuno-topic-avatar{width:2.55rem;height:2.55rem;flex-basis:2.55rem}}
.pastel-ui .home-feed-panel .xiuno-topic-content .info>.topic-author{min-width:0;max-width:55%;flex:0 1 auto}
.pastel-ui .home-feed-panel .topic-time,.pastel-ui .home-feed-panel .topic-views{flex:0 0 auto}
.pastel-ui .comment-item-username{display:flex;min-width:0;max-width:100%;align-items:center}

/* 1.2.9 desktop reading scale and unified scrollbar behavior. */
html,body{
  -ms-overflow-style:none;
  scrollbar-width:none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar{
  width:0;
  height:0;
  display:none;
}
@media (min-width:769px){
  /* The former 14px root made list metadata, sidebar copy and controls too small. */
  html{font-size:15px;}
  /* Preserve the two headings the user explicitly asked not to enlarge. */
  .blog-post .title{font-size:1.512rem;}
  .home-list-heading h2{font-size:.98rem;}
}

/* Mobile header uses the same horizontal edge as the content cards. */
@media (max-width:768px){
  html{font-size:14px;}
  .full-bleed-header{
    padding-left:.5rem!important;
    padding-right:.5rem!important;
  }
  .header .misc{margin-right:0;}
  .header .misc .search-box{width:calc(100% - 1rem);}
}

/* Mobile navigation and header controls must follow dark mode as one surface. */
@media (max-width:768px){
  [data-theme=dark] body.pastel-ui .header .navbar{
    background:rgba(28,37,47,.98)!important;
    box-shadow:0 .6rem 1.4rem rgba(0,0,0,.22)!important;
  }
  [data-theme=dark] body.pastel-ui .header .navbar>ul>li.active{
    background:#263746;
  }
  [data-theme=dark] body.pastel-ui .header .navbar a,
  [data-theme=dark] body.pastel-ui .header .navbar .m-toggle-icon{
    color:#e6edf5!important;
  }
  [data-theme=dark] body.pastel-ui .header .navbar .sub a{
    background:#202b36;
    color:#d7e0ea!important;
  }
  [data-theme=dark] body.pastel-ui .header .misc>a,
  [data-theme=dark] body.pastel-ui .header .misc .auto-mode,
  [data-theme=dark] body.pastel-ui .header .m-menu{
    color:#e6edf5!important;
  }
  [data-theme=dark] body.pastel-ui .header .misc .search-box{
    border-color:#344556;
    background:#202b36;
  }
  [data-theme=dark] body.pastel-ui .header .misc .search-box input{
    background:transparent;
    color:#e6edf5;
  }
  [data-theme=dark] body.pastel-ui .header .misc .search-box input::placeholder{
    color:#93a4b7;
  }
  [data-theme=dark] body.pastel-ui .header .misc .search-box .search-button{
    color:#e6edf5;
  }
}

