/* Wash article and page content. Generated from the final legacy cascade; edit this module only. */
.article-right,.article_content .left { background: var(--color-surface); padding: var(--space-3); }

.article-bq .bq-wg,.article-bq .bq-zz,.article-bq time,.article-down a { display: inline-flex; }

.article-bq .bq-wg a,.article-bq .bq-zz a,.comment-reply a { text-decoration: none; color: var(--color-primary); }

.article-down h4,.article-pl .title,.article-title { margin-bottom: var(--space-2); }

#comment_submit,.article-down a { background: var(--color-primary); transition: background var(--transition-fast); }

.wash-breadcrumb ol,.wash-related ul,.wash-toc ol { list-style: none; padding: 0; }

.article-right:hover,.wash-related ul li a:hover { box-shadow: var(--shadow-md); }

.wash-related ul li span { -webkit-line-clamp: 2; -webkit-box-orient: vertical; }

.article-right { border: 1px solid var(--color-border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); box-sizing: border-box; transition: box-shadow var(--transition-normal); }

.article-down { border-top: 1px solid var(--color-border); }

.article-down a { position: relative; }

.article-down a .wash-ico { width: 14px; height: 14px; margin: 0; }

.article-down a[data-tooltip]::after { content: attr(data-tooltip); position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%) translateY(4px); background: var(--color-code-bg); color: var(--color-code-text); padding: 6px 12px; border-radius: var(--radius-sm); font-size: .75rem; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity var(--transition-fast),transform var(--transition-fast); z-index: 100; }

.article-down a[data-tooltip]:hover::after { opacity: 1; transform: translateX(-50%) translateY(0); }

.comment { border-bottom: 1px solid var(--color-border); }

.comment-list { background: 0 0; }

.mzsm { background: var(--color-blockquote-bg); }

.article-title,.comment-info strong { color: var(--color-text); }

.comment-info .comment-time { color: var(--color-text-tertiary); }

.article-bq,.article-bq a,.comment-content { color: var(--color-text-secondary); }

#commentform input[type=email],#commentform input[type=text],#commentform textarea { background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-sm); color: var(--color-text); padding: 8px 12px; transition: border-color var(--transition-fast); }

#commentform input:focus,#commentform textarea:focus { border-color: var(--color-primary); outline: 0; }

/* Legacy override: required to beat an !important declaration in bundled Emlog/Layui CSS. */
.article-content,.article-down h3,.article-down h4 { color: var(--color-text) !important; border-top-color: var(--color-border); }

.article-content { border-bottom-color: var(--color-border); }

.article-bq,.comment { border-bottom: 1px solid var(--color-border); }

#comment_submit:active { transform: scale(.98); }

.article-content { padding: var(--space-3) 0; color: var(--color-text); }

.mzsm { border: 1px solid var(--color-border); margin: var(--space-2) 0; }

.comment { padding: var(--space-2) 0; }

.comment:last-child { border-bottom: none; }

.comment .avatar img { width: 40px; height: 40px; border-radius: 50%; border: 2px solid var(--color-border); }

.article_content .left,.mzsm { border: 1px solid var(--color-border); }

.comment-info strong { color: var(--color-text); font-size: .9375rem; }

.comment-info .floor { color: var(--color-primary); font-size: .75rem; font-weight: 600; }

.comment-time { color: var(--color-text-tertiary); font-size: .75rem; }

.comment-content { margin-top: 8px; color: var(--color-text-secondary); line-height: 1.6; }

.comment-reply a { font-size: .75rem; }

.article_content .left { min-width: 0; border-radius: var(--radius-md); }

.article-content pre { max-width: 100%; overflow-x: auto; }

/* Legacy override: required to beat an !important declaration in bundled Emlog/Layui CSS. */
.article-content img { max-width: 100%; height: auto !important; }

.article-content embed,.article-content iframe,.article-content video { max-width: 100%; }

.article-title { font-size: 1.75rem; font-weight: 700; line-height: 1.4; color: var(--color-text); margin: 0 0 var(--space-2) 0; padding: 0; }

.article-bq { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; font-size: .8125rem; color: var(--color-text-tertiary); padding-bottom: var(--space-2); margin-bottom: var(--space-3); }

.article-content,.article-down h4 { color: var(--color-text); padding: 0; }

.article-bq .iconfont { width: 14px; height: 14px; margin-right: 4px; opacity: .6; }

.article-bq .bq-wg,.article-bq .bq-zz,.article-bq time { display: inline-flex; align-items: center; gap: 4px; float: none; line-height: 1.5; height: auto; margin-right: 0; }

.article-bq .bq-wg a { background: var(--color-bg); padding: 2px 8px; border-radius: var(--radius-sm); font-size: .75rem; }

.article-content { overflow-wrap: break-word; word-wrap: break-word; border: none; font-size: .9375rem; line-height: 1.8; }

.article-down,.article-pl { padding-top: var(--space-2); border-top: 1px solid var(--color-border); }

.article-fx,.mzsm { margin: var(--space-2) 0; }

.article-down h4 { color: var(--color-text); border-left: 3px solid var(--color-primary); border-radius: 0; }

.article-down a .ico,.article-down a .line,.article-down h4 .wash-ico,.mzsm::after,.mzsm::before,ol.comment-list.comment-sorted .floor { display: none; }

.mzsm { border-radius: var(--radius-md); padding: var(--space-2) var(--space-3); font-size: .8125rem; color: var(--color-text-secondary); position: relative; }

.mzsm strong { color: var(--color-warning); }

.mzsm p { margin-bottom: 8px; line-height: 1.6; }

.mzsm p:last-child { margin-bottom: 0; }

.article-pl .title { display: flex; align-items: center; gap: 8px; font-size: 1rem; font-weight: 600; color: var(--color-text); padding-bottom: var(--space-1); border-bottom: 2px solid var(--color-border); }

.comment-vote a.cv-up.active,.comment-vote a:hover { border-color: var(--mc-blue); }

#commentform textarea { width: 100%; background: var(--color-bg); border: 1px solid var(--color-border); border-radius: var(--radius-sm); color: var(--color-text); padding: 12px 14px; font-size: .9375rem; font-family: var(--font-sans); line-height: 1.6; resize: vertical; transition: border-color var(--transition-fast); }

#commentform textarea:focus { border-color: var(--color-primary); outline: 0; box-shadow: 0 0 0 3px rgba(35,131,226,.1); }

#comment_submit { color: #fff; border: none; border-radius: var(--radius-sm); padding: 10px 24px; cursor: pointer; font-size: .875rem; font-weight: 600; }

.article-down,.wash-toc { border: 1px solid var(--color-border); padding: var(--space-2); }

#comment_submit:hover,.article-down a:hover { background: var(--color-primary-hover); }

.article-down { margin-top: var(--space-3); background: var(--color-bg); border-radius: var(--radius-md); }

.article-down h4 { display: flex; align-items: center; gap: 6px; font-size: .9375rem; font-weight: 600; margin: 0 0 var(--space-2) 0; border: none; }

.article-down h4::before { content: ''; display: inline-block; width: 3px; height: 16px; background: var(--color-primary); border-radius: 2px; }

.wash-comment-sort a.hover,.wash-comment-sort a:hover { background: var(--mc-peach-soft); color: var(--mc-peach-deep); }

/* Legacy override: required to beat an !important declaration in bundled Emlog/Layui CSS. */
.article-down a { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: var(--color-primary); color: #fff !important; border-radius: var(--radius-sm); text-decoration: none; font-size: .8125rem; margin-right: 8px; margin-bottom: 6px; line-height: 1.4; }

.comment-vote a,.wash-comment-sort a { color: var(--color-text-secondary); line-height: 1.4; }

.comment-vote a,.wash-comment-sort a,.wash-related ul li a { text-decoration: none; transition: all var(--transition-fast); }

.article-pl>.title { display: flex; align-items: center; justify-content: space-between; gap: var(--space-1); text-indent: 0; padding-left: 15px; }

.wash-comment-sort { display: flex; align-items: center; gap: 4px; }

.wash-comment-sort a { display: inline-flex; align-items: center; padding: 3px 12px; border-radius: var(--radius-full); font-size: .8125rem; }

.wash-comment-sort a.hover { font-weight: 600; }

.comment-vote a.cv-up.active,.comment-vote a:hover { background: var(--mc-blue-soft); color: var(--mc-blue-deep); }

.article_content .left .article-title { font-size: 1.875rem; font-weight: 750; letter-spacing: -.01em; line-height: 1.35; color: var(--color-text); margin: 0 0 var(--space-2); position: relative; text-wrap: balance; margin-bottom: var(--space-1); padding-bottom: 0; }

.article_content .left .article-title::after { position: absolute; left: 0; bottom: 0; width: 64px; height: 4px; border-radius: 4px; background: linear-gradient(90deg,var(--mc-blue),var(--mc-purple)); content: none; }

.article_content .left .article-bq { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }

.article_content .left .article-bq .bq-wg,.article_content .left .article-bq .bq-zz,.article_content .left .article-bq .wash-readtime,.article_content .left .article-bq time { float: none; height: auto; line-height: 1.4; display: inline-flex; align-items: center; gap: 4px; padding: 4px 12px; border-radius: var(--radius-full); font-size: .8125rem; margin: 0; }

.article_content .left .article-bq .bq-zz { background: var(--mc-peach-soft); color: var(--mc-peach-deep); }

.article_content .left .article-bq time { background: var(--mc-blue-soft); color: var(--mc-blue-deep); }

.article_content .left .article-bq .bq-wg { background: var(--mc-green-soft); color: var(--mc-green-deep); }

.article_content .left .article-bq .wash-readtime { background: var(--mc-purple-soft); color: var(--mc-purple-deep); }

.article_content .left .article-bq a { color: inherit; text-decoration: none; }

.comment-vote { display: inline-flex; align-items: center; gap: 6px; margin-left: 8px; }

.comment-vote a { display: inline-flex; align-items: center; gap: 3px; padding: 2px 10px; border-radius: var(--radius-full); border: 1px solid var(--color-border); background: var(--color-surface); font-size: .75rem; }

.comment-vote a i { font-style: normal; font-weight: 600; }

.comment-vote a.cv-down.active { background: var(--mc-peach-soft); border-color: var(--mc-peach); color: var(--mc-peach-deep); }

.article-down,.article_content .left .article-content+.mzsm,.article_content .left .article-content+.wash-related { border-top: 1px solid var(--color-border); }

.index-container:has(> .article_content) { background: 0 0; }

.article_content .left .article-bq .bq-wg a { background: 0 0; padding: 0; font-size: inherit; border-radius: 0; }

.wash-breadcrumb { font-size: .8125rem; color: var(--color-text-tertiary); margin-bottom: var(--space-1); }

.wash-breadcrumb a,.wash-toc ol li a { color: var(--color-text-secondary); }

.wash-breadcrumb ol { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; margin: 0; }

.wash-breadcrumb li { display: inline-flex; align-items: center; line-height: 1.6; }

.wash-breadcrumb li+li::before { content: '›'; margin-right: 4px; color: var(--color-text-tertiary); }

.wash-breadcrumb a { text-decoration: none; transition: color var(--transition-fast); }

.wash-breadcrumb a:hover,.wash-toc ol li a:hover { color: var(--color-primary); }

#comment-input .verifycode { float: none; width: 100%; margin-top: 8px; }

.article_content .left .article-content>h3 { display: flex; align-items: center; padding: 8px 14px 8px 16px; background: var(--mc-cyan-soft); border: none; border-radius: var(--radius-md); cursor: default; z-index: auto; font-weight: 650; line-height: 1.5; position: relative; }

.article_content .left .article-content>h3::before { content: ''; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); width: 4px; height: 1.1em; border-radius: var(--radius-full); background: linear-gradient(180deg,var(--mc-cyan),var(--mc-blue)); }

.article_content .left .article-content>h4 { display: flex; align-items: center; padding: 6px 14px 6px 16px; background: var(--mc-blue-soft); border: none; border-radius: var(--radius-md); color: var(--color-text); font-weight: 600; line-height: 1.5; position: relative; }

.article_content .left .article-content>h4::before { content: ''; position: absolute; left: 5px; top: 50%; transform: translateY(-50%); width: 4px; height: .95em; border-radius: var(--radius-full); background: var(--mc-blue); }

.wash-summary { background: var(--mc-blue-soft); border-left: 4px solid var(--mc-blue); border-radius: var(--radius-md); padding: var(--space-2); margin: 0 0 var(--space-2); }

.comment-post .verifycode input,.wash-related,.wash-related ul li a,.wash-toc { background: var(--color-surface); }

.wash-summary .wash-summary-title { font-weight: 600; color: var(--mc-blue-deep); font-size: .875rem; margin-bottom: 4px; }

.wash-summary p { color: var(--color-text); font-size: .875rem; line-height: 1.7; }

.wash-toc { border-radius: var(--radius-md); margin: 0 0 var(--space-3); margin-bottom: var(--space-2); }

.article-down,.article-pl { margin-top: var(--space-2); }

.wash-toc .wash-toc-title { font-weight: 600; font-size: .9375rem; margin-bottom: var(--space-1); }

.wash-toc ol li { padding: 2px 0; }

.wash-toc ol li.lv3 { padding-left: var(--space-2); }

.wash-toc ol li a { text-decoration: none; font-size: .875rem; }

.article-down h4 { padding-left: 0; border-top: none; padding-top: 0; margin-top: 0; background: 0 0; }

/* Legacy override: required to beat an !important declaration in bundled Emlog/Layui CSS. */
.article_content .left .article-content { padding: var(--space-1) 0 var(--space-2) !important; }

.article-down { padding-top: var(--space-2); padding-bottom: var(--space-2); margin-bottom: var(--space-2); }

.NewArticleWrap.mzsm { margin: var(--space-2) 0; padding: var(--space-2) var(--space-3); }

.article-fx { height: auto; margin-bottom: var(--space-2); }

.wash-related { border: 1px solid var(--color-border); border-radius: var(--radius-md); padding: var(--space-2); margin: var(--space-2) 0; }

.wash-related .wash-related-title { display: flex; align-items: center; gap: 6px; font-size: .9375rem; font-weight: 600; color: var(--color-text); margin-bottom: var(--space-2); }

.wash-related ul { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: var(--space-2); }

.wash-related ul li a { display: flex; flex-direction: column; gap: 6px; border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--color-border); }

.wash-related ul li a:hover { transform: translateY(-2px); border-color: var(--mc-blue); }

.wash-related ul li img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }

.wash-related ul li span { font-size: .8125rem; color: var(--color-text); line-height: 1.4; padding: 0 var(--space-1) var(--space-1); display: -webkit-box; overflow: hidden; }

.comment-post .verifycode { display: flex; align-items: center; gap: var(--space-1); margin: var(--space-1) 0; }

.comment-post .verifycode img[src*=checkcode] { height: 40px; width: auto; border-radius: var(--radius-sm); border: 1px solid var(--color-border); cursor: pointer; flex-shrink: 0; }

.comment-post .verifycode input { flex: 0 1 180px; min-width: 0; padding: 10px 14px; border: 1px solid var(--color-border); border-radius: var(--radius-md); color: var(--color-text); font-size: .9375rem; transition: border-color var(--transition-fast),box-shadow var(--transition-fast); }

.comment-post .verifycode input:focus { outline: 0; border-color: var(--mc-blue); box-shadow: 0 0 0 3px var(--mc-blue-soft); }

/* Native markers preserve Markdown start/value numbering and nested list semantics. */
.article-content :where(ul, ol),
.soft-content :where(ul, ol) {
  display: block;
  margin: 0 0 var(--space-2);
  padding-inline-start: 1.5rem;
  color: var(--color-text);
  font-size: .9375rem;
}

.article-content ul,
.soft-content ul { list-style: disc outside; }

.article-content ol,
.soft-content ol { list-style: decimal outside; }

.article-content :where(ul, ol) :where(ul, ol),
.soft-content :where(ul, ol) :where(ul, ol) { margin: var(--space-1) 0 0; }

.article-content :where(ul, ol) > li,
.soft-content :where(ul, ol) > li {
  display: list-item;
  position: static;
  margin: 0 0 var(--space-1);
  padding: 0;
  line-height: 1.8;
}

.article-content ol > li,
.soft-content ol > li { list-style: decimal outside; }

.article-content ul > li,
.soft-content ul > li { list-style: disc outside; }

.article-content :where(ul, ol) > li::before,
.soft-content :where(ul, ol) > li::before { content: none; display: none; }

.article-content ol > li::marker,
.soft-content ol > li::marker { color: var(--color-primary); font-weight: 600; }

.article-content ul > li::marker,
.soft-content ul > li::marker { color: var(--mc-blue); }

.article-content .marker,
.soft-content .marker { display: none; }

.article-content .wash-toc-list { list-style: none; padding-inline-start: 0; }
.article-content .wash-toc-list > li { display: block; }

/* Navigation, related content, comments and sidebars are UI lists, not prose. */
.wash-breadcrumb :where(ul, ol),
.wash-related :where(ul, ol),
.article-pl :where(ul, ol),
.article_content > .right :where(ul, ol) {
  list-style: none;
  padding-inline-start: 0;
}

/* Keep table semantics intact and scroll only the component when columns are wide. */
.wash-table-scroll {
  width: 100%;
  max-width: 100%;
  margin: var(--space-2) 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

.wash-table-scroll:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

.article-content .wash-table-scroll table,
.soft-content .wash-table-scroll table {
  display: table;
  width: max-content;
  min-width: 100%;
  max-width: none;
  margin: 0;
  overflow: visible;
}

.wash-table-scroll th { white-space: nowrap; }
