/*
  PaperMod v8+
  License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
  Copyright (c) 2020 nanxiaobei and adityatelange
  Copyright (c) 2021-2026 adityatelange
*/
:root{--gap:24px;--content-gap:20px;--nav-width:1024px;--main-width:720px;--header-height:60px;--footer-height:60px;--radius:8px;--theme:rgb(255, 255, 255);--entry:rgb(255, 255, 255);--primary:rgb(30, 30, 30);--secondary:rgb(108, 108, 108);--tertiary:rgb(214, 214, 214);--content:rgb(31, 31, 31);--code-block-bg:rgb(28, 29, 33);--code-bg:rgb(245, 245, 245);--border:rgb(238, 238, 238);color-scheme:light}:root[data-theme=dark]{--theme:rgb(29, 30, 32);--entry:rgb(46, 46, 51);--primary:rgb(218, 218, 219);--secondary:rgb(155, 156, 157);--tertiary:rgb(65, 66, 68);--content:rgb(196, 196, 197);--code-block-bg:rgb(46, 46, 51);--code-bg:rgb(55, 56, 62);--border:rgb(51, 51, 51);color-scheme:dark}.list{background:var(--code-bg)}[data-theme=dark] .list{background:var(--theme)}*,::after,::before{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent;overflow-y:scroll;-webkit-text-size-adjust:100%;text-size-adjust:100%}a,button,body,h1,h2,h3,h4,h5,h6{color:var(--primary)}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Oxygen,Ubuntu,Cantarell,open sans,helvetica neue,sans-serif;font-size:18px;line-height:1.6;word-break:break-word;background:var(--theme)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section,table{display:block}h1,h2,h3,h4,h5,h6{line-height:1.2}h1,h2,h3,h4,h5,h6,p{margin-top:0;margin-bottom:0}ul{padding:0}a{text-decoration:none}body,figure,ul{margin:0}table{width:100%;border-collapse:collapse;border-spacing:0;overflow-x:auto;word-break:keep-all}button,input,textarea{padding:0;font:inherit;background:0 0;border:0}input,textarea{outline:0}button,input[type=button],input[type=submit]{cursor:pointer}input:-webkit-autofill,textarea:-webkit-autofill{box-shadow:0 0 0 50px var(--theme)inset}img{display:block;max-width:100%}.not-found{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;height:80%;font-size:160px;font-weight:700}.archive-posts{width:100%;font-size:16px}.archive-year{margin-top:40px}.archive-year:not(:last-of-type){border-bottom:2px solid var(--border)}.archive-month{display:flex;align-items:flex-start;padding:10px 0}.archive-month-header{margin:25px 0;width:200px}.archive-month:not(:last-of-type){border-bottom:1px solid var(--border)}.archive-entry{position:relative;padding:5px;margin:10px 0}.archive-entry-title{margin:5px 0;font-weight:400}.archive-count,.archive-meta{color:var(--secondary);font-size:14px}.footer,.top-link{font-size:12px;color:var(--secondary)}.footer{max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:calc((var(--footer-height) - var(--gap))/2)var(--gap);text-align:center;line-height:24px}.footer span{margin-inline-start:1px;margin-inline-end:1px}.footer span:last-child{white-space:nowrap}.footer a{color:inherit;text-underline-offset:.25rem;text-decoration:underline}.top-link{position:fixed;bottom:4rem;right:2rem;z-index:99;background:var(--tertiary);width:2.5rem;height:2.5rem;padding:10px;border-radius:64px;transition:visibility .3s,opacity .3s cubic-bezier(.4,0,1,1)}.hidden{visibility:hidden;opacity:0}.top-link,.top-link svg{filter:drop-shadow(0 0 0 var(--theme))}.footer a:hover,.top-link:hover{color:var(--primary)}.header-nav{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:calc(var(--nav-width) + var(--gap) * 2);margin:auto;line-height:var(--header-height);padding:0 var(--gap);column-gap:var(--gap)}.header-nav a{display:block}.logo,.menu{display:flex}.logo{align-items:center;column-gap:.55rem;flex-wrap:wrap}.logo a{font-size:24px;font-weight:700;display:flex;align-items:center;column-gap:.55rem}.logo a img,.logo a svg{pointer-events:none;border-radius:6px}.theme-toggle{padding:0 .4rem}[data-theme=dark] .moon{display:none}[data-theme=light] .sun{display:none}.logo-switches{display:inline-flex;gap:.4rem;align-items:inherit;min-height:stretch;flex-wrap:inherit}.logo-switches>*{min-height:inherit;align-items:center;display:inline-flex}.nav-sep{color:var(--secondary)}.lang-menu *{display:inherit;min-height:inherit;align-items:inherit}.lang-menu a{font-size:1rem;font-weight:500;padding:0 .4rem;display:inline-flex}.menu{list-style:none;word-break:keep-all;overflow-x:auto;white-space:nowrap;column-gap:var(--gap)}.menu a{font-size:16px}.menu .active{font-weight:500;text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:2px}.main{position:relative;min-height:calc(100vh - var(--header-height) - var(--footer-height));max-width:calc(var(--main-width) + var(--gap) * 2);margin:auto;padding:var(--gap)}.page-header h1{font-size:40px}.pagination{display:flex}.pagination a{color:var(--theme);font-size:13px;line-height:36px;background:var(--primary);border-radius:calc(36px/2);padding:0 16px}.pagination .next{margin-inline-start:auto}.social-icons a{display:inline-flex;padding:10px}.social-icons a svg{height:26px;width:26px}code{direction:ltr}div.highlight,pre{position:relative}.copy-code{display:none;position:absolute;top:4px;right:4px;color:rgba(255,255,255,.8);background:rgba(78,78,78,.8);border-radius:var(--radius);padding:0 5px;font-size:14px;user-select:none}div.highlight:hover .copy-code,pre:hover .copy-code{display:block}.md-content h3,.md-content h4,.md-content h5,.md-content h6{margin:24px 0 16px}.md-content h1{margin:40px auto 32px;font-size:40px}.md-content h2{margin:32px auto 24px;font-size:32px}.md-content h3{font-size:24px}.md-content h4{font-size:16px}.md-content h5{font-size:14px}.md-content h6{font-size:12px}.md-content a:not(.anchor){text-underline-offset:.3rem;text-decoration:underline}.md-content del{text-decoration:line-through}.md-content dl:not(:last-child),.md-content ol:not(:last-child),.md-content p:not(:last-child),.md-content figure:not(:last-child),.md-content ul:not(:last-child){margin-bottom:var(--content-gap)}.md-content ol,.md-content ul{padding-inline-start:1.25rem}.md-content li{margin-top:.3rem}.md-content li p{margin-bottom:0}.md-content dl{display:flex;flex-wrap:wrap;margin:0}.md-content dt{width:25%;font-weight:700}.md-content dd{width:75%;margin-inline-start:0;padding-inline-start:10px}.md-content dd~dd,.md-content dt~dt{margin-top:10px}.md-content table{margin-bottom:var(--content-gap)}.md-content table th,.md-content table:not(.highlighttable,.highlight table,.gist .highlight) td{min-width:80px;padding:6px 13px;line-height:1.5;border:1px solid var(--border)}.md-content table th{text-align:start}.md-content table:not(.highlighttable) td code:only-child{margin:auto 0}.md-content .highlight table{border-radius:var(--radius)}.md-content .highlight:not(table){margin-bottom:var(--content-gap);background:var(--code-block-bg)!important;border-radius:var(--radius);direction:ltr}.md-content li>.highlight{margin-inline-end:0}.md-content ul pre{margin-inline-start:calc(var(--gap) * -2)}.md-content .highlight pre{margin:0}.md-content .highlighttable{table-layout:fixed}.md-content .highlighttable td:first-child{width:40px}.md-content .highlighttable td .linenodiv{padding-inline-end:0!important}.md-content .highlighttable td .highlight,.md-content .highlighttable td .linenodiv pre{margin-bottom:0}.post-content code{padding:.2rem .3rem;font-size:.78em;line-height:1.5;background:var(--code-bg);border-radius:.2rem}.md-content pre code{display:grid;margin:auto 0;padding:10px;color:#d5d5d6;background:var(--code-block-bg)!important;border-radius:var(--radius);overflow-x:auto;word-break:break-all}.md-content blockquote{margin:1rem 0;padding-inline-start:1rem;border-inline-start:.3rem solid var(--content)}.md-content hr{margin:30px 0;height:2px;background:var(--tertiary);border:0}.md-content iframe{max-width:100%}.md-content img{border-radius:var(--radius);margin:1rem 0}.md-content img[src*="#center"]{margin:1rem auto}.md-content figure.align-center{text-align:center}.md-content figure>figcaption{color:var(--primary);font-size:16px;font-weight:700;margin:8px 0 16px}.md-content figure>figcaption>p{color:var(--secondary);font-size:14px;font-weight:400}.md-content h1:hover .anchor,.md-content h2:hover .anchor,.md-content h3:hover .anchor,.md-content h4:hover .anchor,.md-content h5:hover .anchor,.md-content h6:hover .anchor{display:inline-flex;color:var(--secondary);margin-inline-start:.5em;font-weight:500;user-select:none}.anchor:hover{color:var(--content)!important}.md-content img.in-text{display:inline;margin:auto}mark{border-radius:2px;padding:0 2px}audio{display:block;width:100%;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;height:2.5rem;margin-bottom:var(--content-gap)}audio::-webkit-media-controls-enclosure{border-radius:0}video{border:1px solid var(--code-bg);border-radius:var(--radius);max-width:100%}.first-entry{position:relative;display:flex;flex-direction:column;justify-content:center;min-height:320px;margin:var(--gap)0 calc(var(--gap) * 2)}.first-entry .entry-header{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.first-entry .entry-header h1{font-size:34px;line-height:1.3}.first-entry .entry-header h2{font-size:40px}.first-entry .entry-content{margin:14px 0;font-size:16px;-webkit-line-clamp:3}.first-entry .entry-footer{font-size:14px}.home-info .entry-content{--content-gap:0.5rem;-webkit-line-clamp:unset;margin:0}.home-info .social-icons a:first-of-type{padding-inline-start:0}.post-entry{position:relative;margin-bottom:var(--gap);padding:var(--gap);background:var(--entry);border-radius:var(--radius);transition:transform .25s ease;border:1px solid var(--border)}.post-entry:hover,.post-entry:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.tag-entry .entry-cover{display:none}.entry-header h2{font-size:24px;line-height:1.3}.entry-content{margin:8px 0;color:var(--secondary);font-size:14px;line-height:1.6;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-info .entry-content p{margin-block-start:1em;margin-block-end:1em}.entry-footer{color:var(--secondary);font-size:13px}.entry-link{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:var(--radius)}.entry-hint{color:var(--secondary)}.entry-hint-parent{display:flex;justify-content:space-between}.entry-cover{font-size:14px;margin-bottom:var(--gap);text-align:center;display:flex;flex-direction:column;gap:.5rem}.entry-cover img{border-radius:var(--radius);width:100%;height:auto}.entry-cover a{text-underline-offset:.3rem;text-decoration:underline}.page-header,.post-header{margin:24px auto var(--content-gap)}.post-title{font-size:40px}.post-description{margin-top:10px}.post-meta{margin-top:5px}.post-meta,.breadcrumbs{color:var(--secondary);font-size:14px}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem}.breadcrumbs a{font-size:16px}.breadcrumbs svg{height:1em}.i18n_list{display:inline-flex}.post-meta .i18n_list li{list-style:none;margin:auto 3px}.post-meta a,.toc a:hover{text-underline-offset:.3rem;text-decoration:underline}.post-meta a{color:var(--secondary);text-decoration-style:dotted}details.toc{margin-bottom:var(--content-gap);background:var(--code-bg);border-radius:var(--radius);border:1px solid var(--border)}[data-theme=dark] details.toc{background:var(--entry)}details.toc summary{padding:.3rem 1.2rem;border-radius:var(--radius)}details summary{cursor:pointer;display:list-item;width:100%;margin-inline-start:0;user-select:none}details .title{display:inline;font-weight:500;margin-inline-start:.2rem}details{interpolate-size:allow-keywords}details::details-content{height:0;opacity:0;overflow:clip;transition:height 150ms ease,opacity 150ms ease,content-visibility 150ms allow-discrete}details[open]::details-content{height:auto;opacity:1}details .inner{margin:0 2.4rem;padding-bottom:.6rem}details li ul{margin-inline-start:var(--gap)}.post-content{color:var(--content);margin:30px 0}.post-footer{margin-top:var(--content-gap)}.post-footer>*{margin-bottom:10px}.post-tags{display:flex;flex-wrap:wrap;gap:10px}.post-tags li{display:inline-block}.post-tags a,.share-buttons,.paginav{border-radius:var(--radius);background:var(--code-bg);border:1px solid var(--border)}.post-tags a{display:block;padding:0 14px;color:var(--secondary);font-size:14px;line-height:34px;background:var(--code-bg)}.post-tags a:hover,.paginav a:hover{background:var(--border)}.share-buttons{padding:10px;display:flex;justify-content:center;overflow-x:auto;gap:10px}.share-buttons li,.share-buttons a{display:inline-flex}.share-buttons a:not(:last-of-type){margin-inline-end:12px}.paginav{display:flex;line-height:1.2}.paginav .title{letter-spacing:1px;text-transform:uppercase;font-size:.8rem;color:var(--secondary)}.paginav a{width:50%;display:flex;flex-direction:column;gap:.5rem;padding:.8rem;border-radius:var(--radius)}.paginav span:hover:not(.title){text-underline-offset:.2rem;text-decoration:underline}.paginav .next{margin-inline-start:auto;text-align:right}[dir=rtl] .paginav .next{text-align:left}h1>a>svg{display:inline}.buttons,.main .profile{display:flex;justify-content:center}.main .profile{align-items:center;min-height:calc(100vh - var(--header-height) - var(--footer-height) - (var(--gap) * 2));text-align:center}.profile .profile_inner{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile img{border-radius:50%}.buttons{flex-wrap:wrap;max-width:400px;gap:1rem}.button{background:var(--tertiary);border-radius:var(--radius);padding:.4rem .8rem}.searchbox input{padding:4px 10px;width:100%;color:var(--primary);font-weight:700;border:2px solid var(--tertiary);border-radius:var(--radius)}.searchResults li{list-style:none;border-radius:var(--radius);padding:10px 15px;position:relative;font-weight:500;display:flex;align-items:center;justify-content:space-between;background:var(--entry);transition:transform .25s ease;border:1px solid var(--border)}.searchResults{margin:var(--content-gap)0;width:100%;display:flex;flex-direction:column;gap:10px}.searchResults li:hover,.searchResults li:focus-within{transform:translateY(-2px);border-color:var(--tertiary)}.searchResults li .entry-link:focus{outline:2px solid var(--secondary);outline-offset:-2px}.terms-tags{display:flex;flex-wrap:wrap;gap:1em;margin-top:var(--content-gap)}.terms-tags li{display:inline-block;font-weight:500}.terms-tags a{display:block;padding:4px 10px;background:var(--tertiary);border-radius:var(--radius);transition:transform .1s}.bg{color:#cad3f5;background-color:#24273a}.chroma{color:#cad3f5;background-color:#24273a}.chroma .err{color:#ed8796}.chroma .lnlinks{outline:none;text-decoration:none;color:inherit}.chroma .lntd{vertical-align:top;padding:0;margin:0;border:0}.chroma .lntable{border-spacing:0;padding:0;margin:0;border:0}.chroma .hl{background-color:#474733}.chroma .lnt{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .ln{white-space:pre;-webkit-user-select:none;user-select:none;margin-right:.4em;padding:0 .4em;color:#8087a2}.chroma .line{display:flex}.chroma .k{color:#c6a0f6}.chroma .kc{color:#f5a97f}.chroma .kd{color:#ed8796}.chroma .kn{color:#8bd5ca}.chroma .kp{color:#c6a0f6}.chroma .kr{color:#c6a0f6}.chroma .kt{color:#ed8796}.chroma .na{color:#8aadf4}.chroma .nb{color:#91d7e3}.chroma .bp{color:#91d7e3}.chroma .nc{color:#eed49f}.chroma .no{color:#eed49f}.chroma .nd{color:#8aadf4;font-weight:700}.chroma .ni{color:#8bd5ca}.chroma .ne{color:#f5a97f}.chroma .nf{color:#8aadf4}.chroma .fm{color:#8aadf4}.chroma .nl{color:#91d7e3}.chroma .nn{color:#f5a97f}.chroma .py{color:#f5a97f}.chroma .nt{color:#c6a0f6}.chroma .nv{color:#f4dbd6}.chroma .vc{color:#f4dbd6}.chroma .vg{color:#f4dbd6}.chroma .vi{color:#f4dbd6}.chroma .vm{color:#f4dbd6}.chroma .s{color:#a6da95}.chroma .sa{color:#ed8796}.chroma .sb{color:#a6da95}.chroma .sc{color:#a6da95}.chroma .dl{color:#8aadf4}.chroma .sd{color:#6e738d}.chroma .s2{color:#a6da95}.chroma .se{color:#8aadf4}.chroma .sh{color:#6e738d}.chroma .si{color:#a6da95}.chroma .sx{color:#a6da95}.chroma .sr{color:#8bd5ca}.chroma .s1{color:#a6da95}.chroma .ss{color:#a6da95}.chroma .m{color:#f5a97f}.chroma .mb{color:#f5a97f}.chroma .mf{color:#f5a97f}.chroma .mh{color:#f5a97f}.chroma .mi{color:#f5a97f}.chroma .il{color:#f5a97f}.chroma .mo{color:#f5a97f}.chroma .o{color:#91d7e3;font-weight:700}.chroma .ow{color:#91d7e3;font-weight:700}.chroma .c{color:#6e738d;font-style:italic}.chroma .ch{color:#6e738d;font-style:italic}.chroma .cm{color:#6e738d;font-style:italic}.chroma .c1{color:#6e738d;font-style:italic}.chroma .cs{color:#6e738d;font-style:italic}.chroma .cp{color:#6e738d;font-style:italic}.chroma .cpf{color:#6e738d;font-weight:700;font-style:italic}.chroma .gd{color:#ed8796;background-color:#363a4f}.chroma .ge{font-style:italic}.chroma .gr{color:#ed8796}.chroma .gh{color:#f5a97f;font-weight:700}.chroma .gi{color:#a6da95;background-color:#363a4f}.chroma .gs{font-weight:700}.chroma .gu{color:#f5a97f;font-weight:700}.chroma .gt{color:#ed8796}.chroma .gl{text-decoration:underline}.chroma{background-color:unset!important}.chroma .hl{display:flex}.chroma .lnt{padding:0 0 0 12px}.highlight pre.chroma code{padding:8px 0}.highlight pre.chroma .line .cl,.chroma .ln{padding:0 10px}.chroma .lntd:last-of-type{width:100%}@media screen and (max-width:768px){:root{--gap:14px}.profile img{transform:scale(.85)}.first-entry{min-height:260px}.archive-month{flex-direction:column}.archive-year{margin-top:20px}.footer{padding:calc((var(--footer-height) - var(--gap) - 10px)/2)var(--gap)}}@media screen and (max-width:900px){.list .top-link{transform:translateY(-5rem)}}@media screen and (max-width:340px){.share-buttons{justify-content:unset}}@media(prefers-reduced-motion){.terms-tags a:active,.button:active,.post-entry:active,.top-link,.searchResults .focus,.searchResults li:active{transform:none}}:root{--sqb-body-bg:#f4f6f9;--code-bg:#f4f6f9;--sqb-primary:#ff4d4f;--sqb-primary-hover:#ff7875;--sqb-blue:#1677ff;--sqb-orange:#fa8c16;--sqb-green:#52c41a;--sqb-card-bg:#ffffff;--sqb-card-border:#eef0f4;--sqb-text-main:#1f1f1f;--sqb-text-sub:#595959;--sqb-text-muted:#8c8c8c;--sqb-meta-bg:#ffffff}[data-theme=dark]{--sqb-body-bg:#18191b;--code-bg:#18191b;--sqb-card-bg:#1f2329;--sqb-card-border:#2e333d;--sqb-text-main:#e6edf3;--sqb-text-sub:#a0a6b2;--sqb-text-muted:#6e7681;--sqb-meta-bg:#16181d}:root{--site-max-width:1200px;--site-padding:20px}body,button,input,textarea,select{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,pingfang sc,hiragino sans gb,microsoft yahei,微软雅黑,noto sans cjk sc,source han sans sc,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,body.list,body:not(.list){background-color:#f4f6f9!important}[data-theme=dark] html,[data-theme=dark] body,[data-theme=dark] body.list,[data-theme=dark] body:not(.list){background-color:var(--theme)!important}.header.yxzhi-header-bar{width:100%!important;max-width:100%!important;background:var(--sqb-card-bg)!important;border-bottom:1px solid var(--sqb-card-border);box-shadow:0 2px 10px rgba(0,0,0,3%);position:sticky;top:0;z-index:9999;padding:0!important;margin:0!important}.header-nav.yxzhi-nav-container{max-width:var(--site-max-width)!important;margin:0 auto!important;padding:0 var(--site-padding)!important;height:64px!important;line-height:64px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;flex-wrap:nowrap!important;overflow:visible!important}.main{max-width:var(--site-max-width)!important;margin:0 auto!important;padding:24px var(--site-padding)0!important}.footer.site-footer{max-width:var(--site-max-width)!important;margin:28px auto 20px!important;padding:0 var(--site-padding)!important;text-align:left!important;line-height:normal!important}.footer-friend-links-box{background:#fff!important;border:1px solid var(--sqb-card-border)!important;border-radius:10px!important;padding:16px 20px!important;box-shadow:0 2px 8px rgba(0,0,0,2%)!important;margin-bottom:16px}.footer-links-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;margin-bottom:14px;border-bottom:1px dashed var(--sqb-card-border)}.footer-section-title{font-size:15px;font-weight:700;color:var(--sqb-text-main);display:flex;align-items:center;margin:0}.footer-section-title .title-bar{width:3px;height:15px;background:#2b73f8;border-radius:2px;margin-right:8px}.footer-links-desc{font-size:12px;color:var(--sqb-text-muted)}.footer-links-content .friend-links-grid{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;padding-top:0}.footer-copyright-box{padding:8px 4px 16px;text-align:center}.footer-nav-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:12px}.footer-nav-link{font-size:13px;font-weight:500;color:var(--sqb-text-sub)!important;text-decoration:none!important;padding:3px 8px;border-radius:4px;transition:all .18s ease}.footer-nav-link:hover{color:#2b73f8!important;background:rgba(43,115,248,8%)}.footer-nav-sep{color:#d1d5db;font-size:12px;user-select:none}[data-theme=dark] .footer-nav-link{color:#a0a6b2!important}[data-theme=dark] .footer-nav-link:hover{color:#60a5fa!important;background:rgba(96,165,250,.12)}[data-theme=dark] .footer-nav-sep{color:#4b5563}.footer-copyright-text{font-size:12px;color:var(--sqb-text-muted)!important;margin:0;line-height:1.8;white-space:normal!important}.footer-copyright-text span{white-space:normal!important}.footer-copyright-text a{color:var(--sqb-text-sub)!important;text-decoration:underline!important;text-underline-offset:3px;transition:color .15s ease}.footer-copyright-text a:hover{color:#2b73f8!important}[data-theme=dark] .footer-friend-links-box{background:#1f2329!important;border-color:#2e333d!important}[data-theme=dark] .footer-links-header{border-bottom-color:#2e333d}[data-theme=dark] .footer-copyright-text{color:#8c9eb5!important}[data-theme=dark] .footer-copyright-text a{color:#cbd5e1!important}.nav-left-group{display:flex;align-items:center;gap:20px;flex:auto;min-width:0;height:100%}.logo{flex-shrink:0;margin:0;padding:0;display:flex;align-items:center}.brand-logo-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;line-height:normal}.logo-icon{font-size:26px;line-height:1;display:inline-flex;align-items:center}.logo-text{font-size:20px;font-weight:650;color:#2d3748;letter-spacing:.2px;white-space:nowrap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.logo-slogan{display:inline-block;margin-left:8px;padding-left:8px;border-left:1.5px solid var(--sqb-card-border);font-size:13px;font-weight:500;color:#4a5568!important;white-space:nowrap}@media(max-width:1080px){.logo-slogan{display:none}}[data-theme=dark] .logo-slogan,[data-theme=dark] .brand-tagline{color:#a0aec0!important}.yxzhi-nav-menu{display:flex!important;align-items:center!important;gap:2px!important;list-style:none!important;margin:0!important;padding:0!important;flex-wrap:nowrap!important;overflow:visible!important;height:100%}.yxzhi-nav-menu>li{display:inline-flex;align-items:center;height:100%;margin:0;position:relative}.yxzhi-nav-menu>li>a{display:inline-flex;align-items:center;padding:6px 11px;border-radius:6px;font-size:15px;font-weight:600;color:var(--sqb-text-main);text-decoration:none;line-height:normal;white-space:nowrap;transition:all .15s}.yxzhi-nav-menu>li>a:hover{color:#2b73f8;background:var(--sqb-meta-bg)}.yxzhi-nav-menu .active,.menu .active{color:var(--sqb-text-main)!important;font-weight:600!important;text-decoration:none!important}.menu-item-dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:calc(100% - 10px);left:0;min-width:195px;background:var(--sqb-card-bg);border:1px solid var(--sqb-card-border);box-shadow:0 10px 28px rgba(0,0,0,.12);border-radius:8px;padding:6px 0;margin:0;list-style:none;z-index:99999;animation:fadeInDown .18s ease-out}.menu-item-dropdown:hover .dropdown-menu{display:block}.dropdown-menu li{display:block;width:100%}.dropdown-menu li a{display:flex;align-items:center;padding:10px 18px;color:var(--sqb-text-sub);font-size:14px;font-weight:500;text-decoration:none;line-height:normal;white-space:nowrap;transition:all .15s}.dropdown-menu li a:hover{background:var(--sqb-meta-bg);color:var(--sqb-primary);padding-left:22px}.nav-right-group{display:flex;align-items:center;gap:10px;flex-shrink:0;margin-left:auto;height:100%}.nav-icon-link,.nav-icon-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;line-height:1!important;padding:0!important;margin:0!important;vertical-align:middle!important;border-radius:50%;color:var(--sqb-text-sub);background:0 0;border:none;cursor:pointer;text-decoration:none;transition:all .15s;box-sizing:border-box}.nav-icon-link:hover,.nav-icon-btn:hover{background:var(--sqb-meta-bg);color:var(--sqb-primary)}.nav-icon-link svg,.nav-icon-btn svg{display:block!important;margin:auto!important;vertical-align:middle!important}.btn-join-group{background:linear-gradient(135deg,#ff4d4f,#ff7875);color:#fff!important;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;line-height:normal;box-shadow:0 2px 8px rgba(255,77,79,.3);text-decoration:none;white-space:nowrap;display:inline-flex;align-items:center;transition:transform .15s,box-shadow .15s}.btn-join-group:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,77,79,.4)}.yxzhi-hero-section{margin:0 0 22px}.hero-banners-grid{display:flex;gap:16px;align-items:stretch}.hero-card{position:relative;border-radius:12px;padding:20px;text-decoration:none;overflow:hidden;display:flex;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1);border:1px solid var(--sqb-card-border)}.hero-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px -4px rgba(0,0,0,8%)}.hero-main-card{flex:1.38 1 0%;min-width:0;height:188px;min-height:188px;box-sizing:border-box;background:#daeee9 url(/images/hero-main-bg.webp?v=5)100%/cover no-repeat!important;border:1px solid #cbe2dc!important;box-shadow:0 2px 10px rgba(15,23,42,3%)!important;color:#1e293b;display:flex;align-items:center;padding:22px 26px;position:relative;overflow:hidden}.hero-main-card:hover{box-shadow:0 10px 26px -2px rgba(30,41,59,9%)!important}[data-theme=dark] .hero-main-card{background-color:#161e2a!important;background-blend-mode:overlay;border-color:#243245!important;box-shadow:0 4px 16px rgba(0,0,0,.3)!important;color:#e2e8f0}.hero-content{flex:auto;max-width:56%;z-index:2;display:flex;flex-direction:column;justify-content:center}.hero-tag{display:none!important}.hero-title{font-size:23px;font-weight:750;letter-spacing:-.01em;margin:0 0 10px;color:#0f1419;line-height:1.32}[data-theme=dark] .hero-title{color:#f8fafc}.hero-desc{font-size:14.5px;font-weight:500;color:#2c3e50;margin:0;line-height:1.6;letter-spacing:.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark] .hero-desc{color:#cbd5e1}.hero-btn{font-size:13px;font-weight:600;color:#2563eb;display:inline-flex;align-items:center;transition:transform .2s ease,color .2s ease}.hero-main-card:hover .hero-btn{color:#1d4ed8;transform:translateX(4px)}[data-theme=dark] .hero-btn{color:#60a5fa}.hero-sub-cards{flex:1;min-width:240px;max-width:320px;height:188px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}.hero-sub-card{flex:1;border-radius:12px;display:flex;align-items:center;padding:16px 20px;box-sizing:border-box;position:relative;overflow:hidden;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s cubic-bezier(.16,1,.3,1)}.sub-content{flex:1;max-width:60%;min-width:0;z-index:2}.sub-card-1{background:url(/images/hero-sub1-bg.webp)100%/cover no-repeat!important;border:1px solid rgba(147,197,253,.5)!important;box-shadow:0 2px 10px rgba(59,130,246,5%)!important}.sub-card-1:hover{box-shadow:0 8px 22px rgba(37,99,235,.18)!important}.sub-card-1 .sub-title{color:#0f2b68!important}.sub-card-1 .sub-desc{color:#1a4290!important}[data-theme=dark] .sub-card-1{background-color:#0d213a!important;background-blend-mode:overlay;border:1px solid rgba(96,165,250,.3)!important;box-shadow:0 4px 16px rgba(0,0,0,.25)!important}[data-theme=dark] .sub-card-1 .sub-title{color:#93c5fd!important}[data-theme=dark] .sub-card-1 .sub-desc{color:#bfdbfe!important}.sub-card-2{background:url(/images/hero-sub2-bg.webp)100%/cover no-repeat!important;border:1px solid rgba(254,215,170,.55)!important;box-shadow:0 2px 10px rgba(249,115,22,5%)!important}.sub-card-2:hover{box-shadow:0 8px 22px rgba(234,88,12,.18)!important}.sub-card-2 .sub-title{color:#4d2203!important}.sub-card-2 .sub-desc{color:#6a3410!important}[data-theme=dark] .sub-card-2{background-color:#2b170a!important;background-blend-mode:overlay;border:1px solid rgba(251,146,60,.3)!important;box-shadow:0 4px 16px rgba(0,0,0,.25)!important}[data-theme=dark] .sub-card-2 .sub-title{color:#fdba74!important}[data-theme=dark] .sub-card-2 .sub-desc{color:#fed7aa!important}.sub-title{font-size:19px;font-weight:750;margin:0 0 6px;line-height:1.25}.sub-desc{font-size:13.5px;font-weight:500;margin:0;line-height:1.45}@media(max-width:680px){:root{--site-padding:12px}.header-nav.yxzhi-nav-container{height:56px!important;line-height:56px!important;padding:0 10px!important;gap:6px!important}.nav-left-group{gap:8px!important;overflow:hidden!important;flex:auto!important;min-width:0!important;height:100%!important}.logo{flex-shrink:0!important}.logo-icon{font-size:20px!important}.logo-text{font-size:16px!important}.yxzhi-nav-menu{display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;gap:4px!important;flex:auto!important;min-width:0!important;padding:0 4px!important}.yxzhi-nav-menu::-webkit-scrollbar{display:none!important}.yxzhi-nav-menu>li{flex-shrink:0!important}.yxzhi-nav-menu>li>a{padding:4px 7px!important;font-size:13.5px!important;white-space:nowrap!important}.nav-right-group{gap:8px!important;flex-shrink:0!important;margin-left:4px!important}.nav-icon-link,.nav-icon-btn{width:32px!important;height:32px!important}.main{padding:14px var(--site-padding)0!important}}@media(max-width:860px){.hero-banners-grid{flex-direction:column!important;gap:12px!important}.hero-main-card{flex:none!important;width:100%!important;height:auto!important;min-height:156px!important;padding:18px 20px!important;background-size:contain!important;background-position:right 6px center!important}.hero-content{max-width:64%!important}.hero-title{font-size:19px!important;line-height:1.35!important;margin-bottom:8px!important}.hero-desc{font-size:13px!important;line-height:1.55!important}.hero-sub-cards{width:100%!important;max-width:100%!important;height:auto!important;display:flex!important;flex-direction:column!important;gap:10px!important}.hero-sub-card{flex:none!important;width:100%!important;height:auto!important;min-height:76px!important;padding:14px 18px!important;background-size:contain!important;background-position:right 8px center!important}.sub-content{max-width:68%!important}.sub-title{font-size:15px!important;margin-bottom:4px!important}.sub-desc{font-size:12px!important;line-height:1.45!important}}@media(max-width:480px){.hero-main-card{min-height:148px!important;padding:16px!important;background-size:125px!important;background-position:right 4px center!important}.hero-content{max-width:62%!important}.hero-title{font-size:17.5px!important}.hero-desc{font-size:12.5px!important}.hero-sub-card{min-height:70px!important;padding:12px 16px!important;background-size:85px!important;background-position:right 6px center!important}.sub-content{max-width:70%!important}.sub-title{font-size:14px!important}.sub-desc{font-size:11.5px!important}}.yxzhi-layout-container{display:flex;gap:24px;align-items:flex-start}.yxzhi-main-content{flex:1;min-width:0}.yxzhi-sidebar{width:320px;flex-shrink:0;position:sticky;top:88px;margin-top:0;padding-top:0;align-self:flex-start}@media(max-width:960px){.yxzhi-layout-container{flex-direction:column!important;align-items:stretch!important;width:100%!important;max-width:100%!important}.yxzhi-main-content{width:100%!important;max-width:100%!important;box-sizing:border-box!important}.yxzhi-sidebar{width:100%!important;position:static!important;max-height:none!important;overflow-y:visible!important}}.content-header-bar{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;margin-bottom:16px;border-bottom:2px solid var(--sqb-card-border)}.section-title{font-size:18px;font-weight:800;color:var(--sqb-text-main);display:flex;align-items:center;margin:0;white-space:nowrap;flex-shrink:0;line-height:1.2}.title-indicator{display:inline-block;width:4px;height:18px;background:#2b73f8;border-radius:2px;margin-right:8px;flex-shrink:0}.title-sub{font-size:12px;font-weight:400;color:var(--sqb-text-muted);margin-left:6px}.quick-tags-filter{display:flex;align-items:center;flex-wrap:wrap;gap:8px 10px;font-size:13px;width:100%}.filter-label{color:var(--sqb-text-muted);white-space:nowrap;flex-shrink:0;font-size:13px;font-weight:500}.quick-tag{color:var(--sqb-text-sub);text-decoration:none;padding:4px 10px;border-radius:4px;background:var(--sqb-card-bg,#ffffff);border:1px solid var(--sqb-card-border);transition:all .15s ease-in-out;white-space:nowrap;flex-shrink:0;display:inline-flex;align-items:center;font-size:13px;line-height:1.4}.quick-tag:hover{background:var(--sqb-blue);color:#fff;border-color:var(--sqb-blue);transform:translateY(-1px);box-shadow:0 2px 6px rgba(22,119,255,.2)}[data-theme=dark] .quick-tag{background:var(--sqb-card-bg);border-color:var(--sqb-card-border);color:var(--sqb-text-sub)}[data-theme=dark] .quick-tag:hover{background:var(--sqb-blue);color:#fff;border-color:var(--sqb-blue)}@media(max-width:680px){.content-header-bar{gap:10px;padding-bottom:12px;margin-bottom:14px}.quick-tags-filter{gap:6px 8px}.quick-tag{padding:3px 8px;font-size:12px}.filter-label{font-size:12px}}.post-cards-stream{display:flex;flex-direction:column;gap:0!important;background:#fff!important;border:1px solid var(--sqb-card-border)!important;border-radius:8px!important;box-shadow:0 2px 8px rgba(0,0,0,3%)!important;overflow:hidden}[data-theme=dark] .post-cards-stream{background:#161b22!important;border-color:#30363d!important;box-shadow:0 2px 8px rgba(0,0,0,.2)!important}.post-entry.yxzhi-card-item,.yxzhi-card-item{display:flex;align-items:stretch;margin:0!important;margin-bottom:0!important;background:#fff!important;border:none!important;border-radius:0!important;border-bottom:1px solid #edf0f5!important;padding:18px 20px;gap:20px;box-shadow:none!important;transition:background-color .18s ease;position:relative}.post-entry.yxzhi-card-item:last-child,.yxzhi-card-item:last-child{border-bottom:none!important}.post-entry.yxzhi-card-item:hover,.yxzhi-card-item:hover{background-color:#f4f7fa!important;transform:none!important;box-shadow:none!important;border-color:#edf0f5!important}.post-entry.yxzhi-card-item:hover .card-title-link,.yxzhi-card-item:hover .card-title-link{color:#1a0dab!important}[data-theme=dark] .post-entry.yxzhi-card-item:hover .card-title-link,[data-theme=dark] .yxzhi-card-item:hover .card-title-link{color:#8ab4f8!important}[data-theme=dark] .post-entry.yxzhi-card-item,[data-theme=dark] .yxzhi-card-item{background:#161b22!important;border-bottom:1px solid #262c36!important}[data-theme=dark] .post-entry.yxzhi-card-item:last-child,[data-theme=dark] .yxzhi-card-item:last-child{border-bottom:none!important}[data-theme=dark] .post-entry.yxzhi-card-item:hover,[data-theme=dark] .yxzhi-card-item:hover{background-color:#1e2633!important}.card-thumb-wrap{flex:0 0 270px;width:270px;height:170px;max-height:170px;align-self:center;position:relative;overflow:hidden;border-radius:8px;background:#0f141c;display:flex}.card-thumb-link{display:block;width:100%;height:100%;position:relative}.card-thumb-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.yxzhi-card-item:hover .card-thumb-img{transform:scale(1.06)}.card-thumb-placeholder{width:100%;height:100%;min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at center,#1e2638 0%,#0d1117 100%);color:#e6edf3;border:1px solid rgba(255,255,255,5%)}[data-theme=dark] .card-thumb-placeholder{background:radial-gradient(circle at center,#1a2233 0%,#0d1117 100%)}.placeholder-icon{font-size:36px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4));transition:transform .25s ease}.yxzhi-card-item:hover .placeholder-icon{transform:scale(1.1)}.placeholder-text{font-size:12px;letter-spacing:.5px;color:#ffd166;margin-top:6px;font-weight:600}.thumb-badge-pinned{position:absolute;top:6px;left:6px;background:rgba(0,0,0,.7);color:#fff;font-size:11px;padding:2px 6px;border-radius:4px}.card-main-body{flex:auto;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.card-main-body .entry-header .card-title,.entry-header h2.card-title,.card-title{font-size:20px!important;font-weight:550!important;line-height:1.4!important;margin:0 0 10px!important;color:#0f1419!important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,pingfang sc,hiragino sans gb,microsoft yahei,noto sans sc,sans-serif!important}.badge-tag-pinned{display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 6px;font-size:11.5px;font-weight:600;line-height:1;color:#fff;background:#ff2c38;border-radius:3px;margin-right:7px;vertical-align:middle;position:relative;top:-1.5px}.card-title-link,.card-title-link:visited{color:#0f1419!important;font-size:20px!important;font-weight:600!important;text-decoration:none;vertical-align:middle;transition:color .15s ease}@media(hover:hover) and (pointer:fine){.card-title-link:hover,.post-entry.yxzhi-card-item:hover .card-title-link,.yxzhi-card-item:hover .card-title-link{color:#1a0dab!important}}[data-theme=dark] .card-title-link,[data-theme=dark] .card-title-link:visited,[data-theme=dark] .card-title{color:#f7f9f9!important}@media(hover:hover) and (pointer:fine){[data-theme=dark] .card-title-link:hover,[data-theme=dark] .post-entry.yxzhi-card-item:hover .card-title-link,[data-theme=dark] .yxzhi-card-item:hover .card-title-link{color:#8ab4f8!important}}.card-subtitle{display:inline-block;font-size:13.5px;color:var(--sqb-primary);font-weight:400;margin-left:6px;vertical-align:middle}.card-summary{margin:0 0 12px!important;overflow:hidden!important}.card-summary p{font-size:17px!important;color:#0f1419!important;line-height:1.65!important;font-weight:400!important;margin:0!important;display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:2!important;line-clamp:2!important;overflow:hidden!important;word-break:break-word!important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}[data-theme=dark] .card-summary p{color:#e6edf3!important}.card-meta-bar{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--sqb-text-muted);border-top:none;padding-top:4px;margin-top:4px}.meta-left{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.meta-item{display:inline-flex;align-items:center;gap:4px}.meta-icon-svg{display:inline-block;vertical-align:-1.5px;flex-shrink:0;margin-right:2px;color:currentColor;opacity:.85}.cat-link{color:var(--sqb-text-sub);text-decoration:none}.cat-link:hover{color:var(--sqb-blue)}.btn-direct-link{background:var(--sqb-meta-bg);border:1px solid var(--sqb-card-border);color:var(--sqb-blue);padding:3px 10px;border-radius:14px;font-size:12px;text-decoration:none;font-weight:500;transition:all .15s}.btn-direct-link:hover{background:var(--sqb-blue);color:#fff;border-color:var(--sqb-blue)}.meta-right{display:flex;align-items:center;gap:10px;margin-left:auto}.post-like-btn{font-size:12px;color:var(--sqb-text-muted);text-decoration:none;cursor:pointer;transition:all .15s;user-select:none;padding:2px 6px;border-radius:4px}.post-like-btn:hover{color:var(--sqb-primary);background:rgba(255,77,79,8%)}.post-like-btn.has-liked{color:var(--sqb-primary);font-weight:700}@media(max-width:768px) and (min-width:581px){.card-thumb-wrap{flex:0 0 220px;width:220px;height:140px;max-height:140px}}@media(max-width:580px){.yxzhi-card-item{flex-direction:column!important;padding:14px!important;margin-bottom:14px!important;border-radius:12px!important}.card-thumb-wrap{width:100%!important;height:170px!important;max-height:170px!important;flex:none!important;margin-bottom:12px!important;border-radius:8px!important}.card-title-link{font-size:17.5px!important;line-height:1.4!important}.card-summary{margin:0 0 10px!important}.card-summary p{font-size:14px!important;line-height:1.55!important;color:#4b5563!important}.card-meta-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;font-size:11.5px!important;padding-top:6px!important;margin-top:6px!important}.meta-left{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:nowrap!important;overflow:hidden!important;min-width:0!important}.meta-item{white-space:nowrap!important;flex-shrink:0!important;font-size:11.5px!important}.meta-right{margin-left:auto!important;flex-shrink:0!important}.post-like-btn{white-space:nowrap!important;display:inline-flex!important;align-items:center!important;font-size:11.5px!important;padding:2px 6px!important}}@media(max-width:400px){.meta-item.meta-comments{display:none!important}}.sidebar-widget{background:#fff!important;border:1px solid var(--sqb-card-border);border-radius:10px;padding:14px 16px;margin-bottom:12px;box-shadow:0 2px 8px rgba(0,0,0,3%)}.widget-title{font-size:18px!important;font-weight:470!important;color:#0f1419!important;display:flex;align-items:center;margin:0 0 12px;position:relative;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}.widget-title .title-bar{width:4px;height:16px;background:#2b73f8;border-radius:2px;margin-right:8px;flex-shrink:0}.widget-title span:last-child{font-size:12.5px;color:#536471;margin-left:8px;font-weight:400}[data-theme=dark] .widget-title{color:#f7f9f9!important}[data-theme=dark] .widget-title span:last-child{color:#8b98a5!important}.widget-brand{height:188px;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:20px!important;padding:0 16px 15px;border-radius:12px}.brand-badge-header{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;margin:0}.brand-name{font-size:23px!important;font-weight:650!important;margin:0;text-align:center;color:#0f1419!important;letter-spacing:.2px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}[data-theme=dark] .brand-name{color:#f7f9f9!important}.brand-motto-wrap{display:flex;align-items:center;gap:10px;margin:0 0 22px}.brand-motto-line{flex:1;height:1px;background:#edf2f7}.brand-motto-text{font-size:16px;font-weight:600;font-style:italic;letter-spacing:.8px;color:#64748b;white-space:nowrap;font-family:georgia,-apple-system,BlinkMacSystemFont,segoe ui,serif}[data-theme=dark] .brand-motto-line{background:#2b384c}[data-theme=dark] .brand-motto-text{color:#94a3b8}.site-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;background:0 0!important;border:none!important;padding:0!important}.stat-item{display:block;text-decoration:none!important;background:#f0f6ff!important;border:1px solid #e2edfd!important;border-radius:8px;padding:6px 4px;text-align:center;transition:all .2s ease}.stat-item:hover{background:#e6effe!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(73,137,247,.12)}.stat-num{display:block;font-size:18px;font-weight:600;color:#2b73f8!important;line-height:1.15;margin-bottom:2px}.stat-label{display:block;font-size:12px;color:#536471!important;font-weight:470}@media(max-width:860px){.widget-brand{height:auto;padding:16px 16px 15px}.brand-badge-header{margin-bottom:12px}}[data-theme=dark] .stat-item{background:#172438!important;border-color:#213958!important}[data-theme=dark] .stat-item:hover{background:#1c2d46!important}[data-theme=dark] .stat-num{color:#58a6ff!important}[data-theme=dark] .stat-label{color:#8b9db5!important}.widget-ai-rules{position:relative;overflow:hidden}.ai-rules-quote{background:linear-gradient(135deg,#f0f7ff 0%,#f8fbff 100%);border:1px solid #ddecfe;border-radius:8px;padding:10px 12px;margin-bottom:12px}.ai-rules-quote-badge{display:inline-flex;align-items:center;font-size:11px;font-weight:700;color:#2b73f8;margin-bottom:4px;letter-spacing:.5px}.ai-rules-quote-text{font-size:12.5px;line-height:1.55;color:#334155;margin:0;font-weight:550}.ai-rules-steps{display:flex;flex-direction:column;gap:8px}.ai-rule-step{display:flex;align-items:flex-start;gap:10px;font-size:16px!important;line-height:1.55!important;color:#0f1419!important;padding:8px 12px;background:#f8fafc;border:1px solid #edf2f7;border-radius:8px;transition:all .2s ease}.ai-rule-step:hover{background:#f1f5f9;border-color:#e2e8f0;transform:translateX(2px)}.ai-rule-step .step-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#e6effe;color:#2b73f8;font-size:12px;font-weight:600;flex-shrink:0;margin-top:2px}.ai-rule-step .step-content{flex:1;min-width:0;font-size:16px!important;color:#0f1419!important;font-weight:400}.ai-rule-step strong,.ai-rule-step .step-title{color:#0f1419!important;font-size:16px!important;font-weight:470!important}.ai-rule-step .step-arrow{display:inline-block;color:#3b82f6;font-size:12px;margin:0 3px;opacity:.85}.ai-rule-step .step-note{font-size:16px;color:#536471}[data-theme=dark] .widget-ai-rules .widget-title{color:#f7f9f9!important}[data-theme=dark] .widget-ai-rules .widget-title span:last-child{color:#8b98a5!important}[data-theme=dark] .ai-rules-quote{background:#172438!important;border-color:#213958!important}[data-theme=dark] .ai-rules-quote-badge{color:#58a6ff!important}[data-theme=dark] .ai-rules-quote-text{color:#cbd5e1!important}[data-theme=dark] .ai-rule-step{background:#152238!important;border-color:#1f3350!important;color:#e6edf3!important}[data-theme=dark] .ai-rule-step:hover{background:#1b2c47!important;border-color:#2b456d!important}[data-theme=dark] .ai-rule-step .step-num{background:#1e3355!important;color:#58a6ff!important}[data-theme=dark] .ai-rule-step .step-content,[data-theme=dark] .ai-rule-step .step-title,[data-theme=dark] .ai-rule-step strong{color:#f7f9f9!important}[data-theme=dark] .ai-rule-step .step-arrow{color:#60a5fa!important}[data-theme=dark] .ai-rule-step .step-note{color:#8b9db5!important}.sidebar-search-form{display:flex;position:relative;margin-top:2px}.sidebar-search-form input{flex:1;height:42px;padding:0 42px 0 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff!important;color:#0f1419!important;font-size:16px!important;font-weight:400;outline:none;box-shadow:inset 0 1px 2px rgba(0,0,0,2%);font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important;transition:border-color .2s ease}.sidebar-search-form input::placeholder{color:#8b98a5;font-size:15px}.sidebar-search-form input:focus{border-color:#2b73f8}.sidebar-search-form button{position:absolute;right:0;top:0;height:42px;width:42px;border:none;background:0 0;cursor:pointer;color:#536471;display:flex;align-items:center;justify-content:center;transition:color .15s ease}.sidebar-search-form button:hover{color:#2b73f8}[data-theme=dark] .sidebar-search-form input{background:#152238!important;border-color:#1f3350!important;color:#f7f9f9!important}[data-theme=dark] .sidebar-search-form button{color:#8b98a5}.helper-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid var(--sqb-card-border)}.helper-title{font-size:16px;font-weight:800;color:#1f1f1f;margin:0}[data-theme=dark] .helper-title{color:#fff}.helper-subtitle{font-size:12px;color:var(--sqb-primary);font-weight:500}.helper-gift-icon{font-size:28px}.helper-items-list{display:flex;flex-direction:column;gap:10px}.helper-item{display:flex;align-items:center;gap:12px;padding:10px;background:#fff;border:1px solid var(--sqb-card-border);border-radius:8px;text-decoration:none;transition:background .15s,border-color .15s}.helper-item:hover{background:#fafafa;border-color:#dbe0e8}.item-icon-box{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.bg-yellow{background:#fffbe6}.bg-red{background:#fff1f0}.bg-orange{background:#fff7e6}.item-content{flex:1;min-width:0}.item-name{display:block;font-size:14px;color:var(--sqb-text-main)}.item-desc{display:block;font-size:11px;color:var(--sqb-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-badge{font-size:11px;padding:2px 6px;border-radius:4px;background:var(--sqb-primary);color:#fff;font-weight:600}.wechat-box{text-align:center;padding:8px 0}.qr-placeholder{display:inline-block;padding:12px;background:var(--sqb-meta-bg);border:1px dashed var(--sqb-card-border);border-radius:8px;margin-bottom:10px}.qr-mock-code{width:120px;height:120px;background:repeating-linear-gradient(45deg,#f0f0f0,#f0f0f0 10px,#ffffff 10px,#ffffff 20px);display:flex;align-items:center;justify-content:center;border-radius:4px}[data-theme=dark] .qr-mock-code{background:repeating-linear-gradient(45deg,#21262d,#21262d 10px,#161b22 10px,#161b22 20px)}.qr-center-icon{font-size:38px}.qr-hint{display:block;font-size:11px;color:var(--sqb-text-muted);margin-top:6px}.wechat-desc{font-size:13px;color:var(--sqb-text-main);margin:0 0 4px}.wechat-subdesc{font-size:12px;color:var(--sqb-text-muted);margin:0;line-height:1.4}.hot-posts-list{list-style:none;margin:0;padding:0}.hot-item{display:flex;align-items:flex-start;gap:10px;padding:8px 0;border-bottom:1px dashed var(--sqb-card-border)}.hot-item:last-child{border-bottom:none}.hot-rank{width:20px;height:20px;line-height:20px;text-align:center;border-radius:4px;font-size:12px;font-weight:600;background:#f1f5f9;color:#64748b!important;flex-shrink:0;margin-top:1px}.rank-1{background:#ff4d4f;color:#fff!important}.rank-2{background:#fa8c16;color:#fff!important}.rank-3{background:#ffd166;color:#334155!important}.hot-posts-list .hot-item a,.hot-posts-list .hot-item a.hot-link,.hot-link,.hot-link:link,.hot-link:visited{flex:1;font-size:16px!important;font-weight:470!important;color:#334155!important;text-decoration:none;line-height:1.5;transition:color .15s ease;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}.hot-posts-list .hot-item a:hover,.hot-link:hover{color:#1a0dab!important}[data-theme=dark] .hot-rank{background:#21262d;color:#94a3b8!important}[data-theme=dark] .hot-posts-list .hot-item a:hover,[data-theme=dark] .hot-link:hover{color:#8ab4f8!important}[data-theme=dark] .hot-posts-list .hot-item a,[data-theme=dark] .hot-posts-list .hot-item a.hot-link,[data-theme=dark] .hot-link,[data-theme=dark] .hot-link:link,[data-theme=dark] .hot-link:visited{color:#cbd5e1!important}.ad-placeholder{border:1px dashed #d9d9d9;border-radius:8px;padding:24px 16px;text-align:center;background:var(--sqb-meta-bg);position:relative}.ad-tag{position:absolute;top:6px;right:8px;font-size:10px;color:#bfbfbf}.ad-content p{font-size:13px;font-weight:600;color:var(--sqb-text-muted);margin:0 0 4px}.ad-content small{font-size:11px;color:#bfbfbf}.pagination-bar{display:flex;align-items:center;justify-content:center;gap:16px;margin:32px 0;font-size:14px}.page-btn{padding:6px 16px;border-radius:6px;background:var(--sqb-card-bg);border:1px solid var(--sqb-card-border);color:var(--sqb-text-main);text-decoration:none;transition:all .15s}.page-btn:hover{border-color:var(--sqb-primary);color:var(--sqb-primary)}.page-current{color:var(--sqb-text-muted)}.widget-friend-links{margin-top:0}.friend-links-grid{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;padding-top:2px}.friend-link-item{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:20px;background:#f8fafc;color:#334155;font-size:13px;font-weight:500;text-decoration:none;border:1px solid #e2e8f0;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px rgba(0,0,0,2%)}.friend-link-item .friend-link-icon{display:inline-flex;align-items:center;justify-content:center;color:#2b73f8;line-height:1}.friend-link-item .friend-link-icon svg{display:block}.friend-link-item:hover{background:#fff;border-color:#2b73f8;color:#2b73f8;transform:translateY(-1.5px);box-shadow:0 4px 12px rgba(43,115,248,.12)}.friend-link-item:hover .friend-link-icon{color:#2b73f8}[data-theme=dark] .friend-link-item{background:#252a32;border-color:#333a46;color:#cbd5e1}[data-theme=dark] .friend-link-item .friend-link-icon{color:#38bdf8}[data-theme=dark] .friend-link-item:hover{background:#1f242d;border-color:#38bdf8;color:#38bdf8;box-shadow:0 4px 12px rgba(56,189,248,.15)}.home-friend-links-box{margin-top:24px;padding:16px 20px;background:#fff;border:1px solid var(--sqb-card-border);border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,2%)}.home-links-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:10px;margin-bottom:12px;border-bottom:1px dashed var(--sqb-card-border)}.home-links-header .section-title{margin:0;padding:0;border:none;font-size:15px}.home-links-desc{font-size:12px;color:var(--sqb-text-muted)}[data-theme=dark] .home-friend-links-box{background:#1c2128;border-color:#30363d}.yxzhi-breadcrumbs-wrap{padding:4px 0 16px;margin-bottom:8px;border-bottom:1px solid var(--sqb-card-border)}.yxzhi-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:13px;color:var(--sqb-text-muted);line-height:normal;padding:0;margin:0}.bc-prefix{color:var(--sqb-text-muted);font-weight:500}.bc-link{color:var(--sqb-text-sub);text-decoration:none;transition:color .15s}.bc-link:hover{color:var(--sqb-primary)}.bc-sep{color:#bbb;font-size:12px}.bc-current{color:var(--sqb-text-muted)}.fuliba-single-article{background:var(--sqb-card-bg);border:1px solid var(--sqb-card-border);border-radius:12px;padding:28px 32px;margin-bottom:30px;box-shadow:0 2px 12px rgba(0,0,0,3%)}.fuliba-post-title,.post-title{font-size:35px!important;font-weight:470!important;color:#0f1419!important;line-height:1.35!important;margin:14px 0 18px!important;letter-spacing:-.2px;text-align:center;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}[data-theme=dark] .fuliba-post-title,[data-theme=dark] .post-title{color:#f7f9f9!important;font-weight:470!important}.fuliba-post-desc{font-size:14px;color:var(--sqb-text-muted);background:var(--sqb-meta-bg);border-left:4px solid var(--sqb-primary);padding:10px 16px;border-radius:4px;margin-bottom:16px;line-height:1.6}.fuliba-meta-container{display:flex;justify-content:center;width:100%}.fuliba-post-meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;font-size:13px;color:#8c8c8c;padding:4px 0 18px;margin-bottom:24px;border-bottom:1px dashed var(--sqb-card-border);width:100%;text-align:center}.fuliba-post-meta a{color:#8c8c8c;text-decoration:none}.fuliba-post-meta a:hover{color:var(--sqb-primary)}.meta-date,.meta-item{display:inline-flex;align-items:center}.fuliba-post-content{font-size:16px;line-height:1.85;color:var(--sqb-text-main);margin-bottom:32px}.fuliba-post-content p{margin:1.2em 0}.post-bottom-actions{display:flex;align-items:center;justify-content:center;gap:18px;margin:36px 0 28px;padding:20px 0}.fuliba-btn-like{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:30px;background:#fff1f0;color:#ff4d4f;border:1px solid #ffccc7;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(255,77,79,.1)}.fuliba-btn-like:hover,.fuliba-btn-like.liked{background:linear-gradient(135deg,#ff4d4f,#ff7875);color:#fff;border-color:#ff4d4f;box-shadow:0 4px 14px rgba(255,77,79,.35);transform:translateY(-2px)}.fuliba-btn-affiliate{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:30px;background:linear-gradient(135deg,#fa8c16,#ffa940);color:#fff!important;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s ease;box-shadow:0 2px 10px rgba(250,140,22,.25)}.fuliba-btn-affiliate:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(250,140,22,.4)}.fuliba-copyright-box{background:var(--sqb-meta-bg);border:1px solid var(--sqb-card-border);border-left:4px solid var(--sqb-primary);border-radius:6px;padding:14px 18px;font-size:13px;color:var(--sqb-text-sub);line-height:1.7;margin:24px 0}.fuliba-copyright-box p{margin:4px 0}.fuliba-copyright-box a{color:var(--sqb-primary);text-decoration:none;word-break:break-all}.post-tags-container{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:20px 0}.tags-prefix{font-size:13px;color:var(--sqb-text-muted)}.fuliba-paginav{display:flex;justify-content:space-between;gap:16px;margin-top:24px;padding-top:20px;border-top:1px solid var(--sqb-card-border);width:100%;box-sizing:border-box}.paginav-item{flex:1;min-width:0;max-width:calc(50% - 8px);display:flex;flex-direction:column;padding:14px 18px;background:var(--sqb-meta-bg);border:1px solid var(--sqb-card-border);border-radius:8px;text-decoration:none;transition:all .15s ease;box-sizing:border-box;overflow:hidden}.paginav-item:only-child{max-width:100%}.paginav-item:hover{border-color:var(--sqb-primary);background:var(--sqb-card-bg);transform:translateY(-1px)}.paginav-label{font-size:12px;color:var(--sqb-text-muted);margin-bottom:4px;white-space:nowrap}.paginav-title{font-size:14px;font-weight:600;color:var(--sqb-text-main);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;width:100%;line-height:1.5}.paginav-next{text-align:right;margin-left:auto}@media(max-width:680px){.fuliba-single-article{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:16px 14px!important;margin-bottom:20px!important;overflow-x:hidden!important}.fuliba-post-title,.post-title{font-size:21px!important;line-height:1.4!important;margin:10px 0 14px!important;text-align:left!important;word-break:break-word!important;overflow-wrap:break-word!important}.post-content,.md-content,.fuliba-post-content{width:100%!important;max-width:100%!important;box-sizing:border-box!important;overflow-wrap:break-word!important;word-break:break-word!important}.decision-radar-card{padding:14px!important;margin:16px 0!important;box-sizing:border-box!important;max-width:100%!important}.decision-radar-card ul li{font-size:15px!important;line-height:1.6!important}.fuliba-paginav{flex-direction:column!important}.paginav-item{max-width:100%!important;width:100%!important}.paginav-next{text-align:left!important}.post-bottom-actions{flex-direction:column!important;width:100%!important}.fuliba-btn-like,.fuliba-btn-affiliate{width:100%!important;justify-content:center!important}}.fuliba-category-header{background:var(--sqb-card-bg);border:1px solid var(--sqb-card-border);border-radius:10px;padding:18px 24px;margin-bottom:20px}.cat-breadcrumbs{margin-bottom:10px;font-size:13px}.cat-breadcrumbs .bc-current{color:#536471}.fuliba-category-header .category-main-title{font-size:22px;font-weight:500;color:#536471;margin:4px 0 10px;line-height:1.3}[data-theme=dark] .fuliba-category-header .category-main-title{color:#cbd5e1}.fuliba-category-header .category-desc{font-size:16px;color:#536471;line-height:1.6;margin:0}[data-theme=dark] .fuliba-category-header .category-desc{color:#94a3b8}.directory-page-wrapper{background:var(--sqb-card-bg);border:1px solid var(--sqb-card-border);border-radius:12px;padding:28px 32px;margin-bottom:24px;box-shadow:0 2px 10px rgba(0,0,0,3%)}.directory-page-title{font-size:26px;font-weight:800;color:var(--sqb-text-main);margin:12px 0 8px}.directory-page-subtitle{font-size:14px;color:var(--sqb-text-muted);margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid var(--sqb-card-border)}.subcat-filter-bar{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:14px;padding-top:12px;border-top:1px dashed var(--sqb-card-border)}.subcat-filter-label{font-size:13px;color:var(--sqb-text-muted);font-weight:500}.subcat-pill{display:inline-flex;align-items:center;padding:4px 13px;border-radius:20px;font-size:13px;color:var(--sqb-text-sub);background:#fff;border:1px solid #dcdfe6;text-decoration:none;transition:all .15s ease}.subcat-pill:hover{color:var(--sqb-primary);border-color:var(--sqb-primary);background:#fff;transform:translateY(-1px)}.subcat-pill.active{background:var(--sqb-primary);color:#fff;border-color:var(--sqb-primary);font-weight:600;box-shadow:0 2px 6px rgba(255,77,79,.2)}.directory-handbook-box{margin-top:30px;background:#fff;border:1px solid var(--sqb-card-border);border-radius:10px;padding:24px 28px;box-shadow:0 2px 8px rgba(0,0,0,3%)}.handbook-title{font-size:17px;font-weight:700;color:#2c2c2c;margin:0 0 16px;padding-bottom:10px;border-bottom:1.5px solid var(--sqb-card-border)}.category-empty-state{background:#fff;border:1px dashed #cbd5e1;border-radius:10px;padding:45px 20px;text-align:center;color:var(--sqb-text-muted)}.category-empty-state .empty-icon{font-size:36px;margin-bottom:8px}.category-empty-state .empty-text{font-size:14px}.fuliba-post-content img,.post-auto-img,.md-content img{max-width:82%!important;display:block;margin:18px auto!important;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,5%)}@media(max-width:768px){.fuliba-post-content img,.post-auto-img,.md-content img{max-width:100%!important}}.directory-subcat-block{background:var(--sqb-meta-bg);border:1px solid var(--sqb-card-border);border-radius:10px;padding:20px 24px;margin-bottom:22px;transition:transform .15s ease,box-shadow .15s ease}.directory-subcat-block:hover{box-shadow:0 4px 16px rgba(0,0,0,5%)}.directory-subcat-title{font-size:17px;font-weight:700;color:var(--sqb-text-main);margin:0 0 14px;display:flex;align-items:center;justify-content:space-between;border-bottom:1.5px solid var(--sqb-card-border);padding-bottom:8px}.subcat-view-all{font-size:12px;font-weight:400;color:var(--sqb-primary);text-decoration:none}.subcat-view-all:hover{text-decoration:underline}.directory-items-ol{margin:0;padding-left:20px;list-style-type:decimal}.directory-item-li{font-size:14.5px;line-height:1.9;color:var(--sqb-text-main);margin-bottom:8px}.directory-item-link{font-weight:700;color:var(--sqb-primary);text-decoration:none;transition:color .15s}.directory-item-link:hover{text-decoration:underline}.directory-item-desc{color:var(--sqb-text-sub)}.directory-content-body h3{font-size:18px;font-weight:700;color:var(--sqb-text-main);margin:28px 0 14px;padding-bottom:8px;border-bottom:2px solid #eef2f6;display:flex;align-items:center}.directory-content-body h3:first-child{margin-top:8px}.directory-content-body p{margin:0 0 12px;line-height:1.8;font-size:14.5px;color:#475569;padding:12px 18px;background:#f8fafc;border:1px solid #edf2f7;border-left:3.5px solid var(--sqb-primary);border-radius:8px;transition:all .2s ease}.directory-content-body p:hover{background:#fff;border-color:#cbd5e1;border-left-color:#c92a2a;box-shadow:0 3px 12px rgba(0,0,0,5%);transform:translateX(2px)}.directory-content-body p a{color:var(--sqb-primary);font-weight:700;text-decoration:none}.directory-content-body p a:hover{text-decoration:underline}.directory-content-body hr{margin:30px 0;border:none;border-top:1px dashed #e2e8f0}.brand-badge-img{width:36px;height:36px;object-fit:contain;display:inline-block;vertical-align:middle}.header-logo-icon{width:24px;height:24px;object-fit:contain;vertical-align:-4px;margin-right:6px;display:inline-block}.sqb-comments-area{margin-top:36px;padding-top:24px;border-top:2px solid #f1f5f9}.comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.comments-title{font-size:18px;font-weight:700;color:var(--sqb-text-main);display:flex;align-items:center;gap:6px;margin:0}.comments-subtitle{font-size:13px;font-weight:400;color:var(--sqb-text-muted)}.comments-badge{background:#fee2e2;color:var(--sqb-primary);font-size:12px;font-weight:600;padding:3px 10px;border-radius:12px}.comment-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;margin-bottom:28px}.form-textarea{width:100%;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;padding:10px 14px;font-size:14px;font-family:inherit;line-height:1.6;color:var(--sqb-text-main);background:#fff;resize:vertical;outline:none;transition:border-color .2s,box-shadow .2s}.form-textarea:focus{border-color:var(--sqb-primary);box-shadow:0 0 0 3px rgba(224,49,49,.12)}.form-meta-row{display:flex;gap:12px;margin-top:12px;align-items:center;flex-wrap:wrap}.input-group{display:flex;align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:0 10px;flex:1;min-width:160px}.input-icon{font-size:14px;margin-right:6px}.form-input{border:none;outline:none;font-size:13.5px;font-family:inherit;padding:8px 0;width:100%;color:var(--sqb-text-main);background:0 0}.comment-submit-btn{display:inline-flex;align-items:center;gap:6px;background:var(--sqb-primary);color:#fff;font-size:14px;font-weight:600;padding:9px 20px;border:none;border-radius:6px;cursor:pointer;transition:background .15s,transform .1s}.comment-submit-btn:hover{background:#c92a2a;transform:translateY(-1px)}.comment-notice{margin-top:10px;padding:8px 12px;background:#dcfce7;color:#166534;border-radius:6px;font-size:13px;font-weight:500}.list-heading{font-size:16px;font-weight:700;color:var(--sqb-text-main);margin:0 0 14px;padding-bottom:8px;border-bottom:1.5px solid #e2e8f0}.comments-list{display:flex;flex-direction:column;gap:14px}.comment-item{display:flex;gap:14px;padding:14px 16px;background:#f8fafc;border:1px solid #f1f5f9;border-radius:8px;transition:background .15s}.comment-item:hover{background:#f1f5f9}.comment-avatar{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:15px;flex-shrink:0}.bg-blue{background:#3b82f6}.bg-orange{background:#f97316}.bg-green{background:#10b981}.bg-primary{background:var(--sqb-primary)}.comment-body{flex:1}.comment-user-info{display:flex;align-items:center;gap:10px;margin-bottom:6px}.comment-username{font-size:18px!important;font-weight:470!important;color:#0f1419!important;display:inline-flex;align-items:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}.badge-mod{background:#fee2e2;color:var(--sqb-primary);font-size:12px;padding:2px 7px;border-radius:4px;font-weight:500;line-height:1.2}.comment-time{font-size:13px;color:#536471}.comment-text{font-size:16px!important;line-height:1.65!important;color:#0f1419!important;font-weight:400!important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}[data-theme=dark] .comment-username{color:#f7f9f9!important}[data-theme=dark] .comment-time{color:#8b98a5!important}[data-theme=dark] .comment-text{color:#e6edf3!important}.comment-empty-hint,.comment-loading{padding:16px 0!important;text-align:center!important;font-size:14px!important;line-height:1.6!important;color:#536471!important;font-weight:400!important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}[data-theme=dark] .comment-empty-hint,[data-theme=dark] .comment-loading{color:#8b98a5!important}.animate-in{animation:fadeInSlide .3s ease}@keyframes fadeInSlide{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.anchor,a.anchor,.post-content h1:hover .anchor,.post-content h2:hover .anchor,.post-content h3:hover .anchor,.post-content h4:hover .anchor,.post-content h5:hover .anchor,.post-content h6:hover .anchor,h1:hover>.anchor,h2:hover>.anchor,h3:hover>.anchor,h4:hover>.anchor,h5:hover>.anchor,h6:hover>.anchor{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}.post-img-container{margin:20px auto;text-align:center;max-width:100%}.post-auto-img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 16px rgba(0,0,0,6%);border:1px solid #e2e8f0;display:inline-block;transition:transform .2s ease,box-shadow .2s ease}.post-auto-img:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.post-img-caption{margin-top:8px;font-size:13px;color:var(--sqb-text-muted);font-style:normal;text-align:center}.yxzhi-card-item,.sidebar-widget,.fuliba-single-article,.directory-page-wrapper{background:#fff!important;border:1px solid #eef0f4!important;box-shadow:0 2px 8px rgba(0,0,0,3%)!important}.searchbox input{background:#fff!important;border:1px solid #e2e8f0!important;box-shadow:inset 0 1px 2px rgba(0,0,0,2%)!important;border-radius:8px!important}.searchResults li{background:#fff!important;border:1px solid #eef0f4!important;box-shadow:0 2px 8px rgba(0,0,0,3%)!important}.fuliba-post-desc{background:#fff!important;border:1px solid #eef0f4!important;border-left:4px solid var(--sqb-primary)!important}.fuliba-copyright-box{background:#fff!important;border:1px solid #eef0f4!important;border-left:4px solid var(--sqb-primary)!important}.paginav-item{background:#fff!important;border:1px solid #eef0f4!important}.comment-form{background:#fff!important;border:1px solid #eef0f4!important;box-shadow:0 2px 8px rgba(0,0,0,2%)!important}.comment-item{background:#fff!important;border:1px solid #eef0f4!important}.post-content h1,.md-content h1{font-size:35px!important;line-height:1.35!important;margin:36px 0 20px!important;font-weight:470!important;color:#0f1419!important;letter-spacing:-.2px;text-wrap:balance;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}.post-content h2,.md-content h2{font-size:30px!important;line-height:1.4!important;margin:36px 0 18px!important;font-weight:470!important;color:#0f1419!important;letter-spacing:-.1px;text-wrap:balance;word-break:break-word;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}.post-content h1 strong,.md-content h1 strong,.post-content h2 strong,.md-content h2 strong,.post-content h3 strong,.md-content h3 strong,.post-content h4 strong,.md-content h4 strong{font-weight:inherit!important;color:inherit!important}.post-content h3,.md-content h3{font-size:25px!important;line-height:1.45!important;margin:28px 0 14px!important;font-weight:470!important;color:#0f1419!important;letter-spacing:0;text-wrap:balance;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}.post-content h4,.md-content h4,.post-content h5,.md-content h5,.post-content h6,.md-content h6{font-weight:470!important;color:#0f1419!important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important}.post-content,.md-content,.post-content p,.md-content p,.post-content>ul li,.md-content>ul li,.post-content>ol li,.md-content>ol li{font-size:19px!important;line-height:1.75!important;color:#0f1419!important;font-weight:400!important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,Helvetica,Arial,noto sans sc,pingfang sc,hiragino sans gb,microsoft yahei,sans-serif!important;font-kerning:auto;font-optical-sizing:auto;text-align:left;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.post-content p,.md-content p{margin-bottom:22px!important}.post-content blockquote,.md-content blockquote{font-size:18.5px!important;line-height:1.72!important;color:#0f1419!important}.post-content blockquote p,.md-content blockquote p{font-size:18.5px!important;line-height:1.72!important;color:#0f1419!important;margin-bottom:12px!important}[data-theme=dark] .post-content h1,[data-theme=dark] .md-content h1,[data-theme=dark] .post-content h2,[data-theme=dark] .md-content h2,[data-theme=dark] .post-content h3,[data-theme=dark] .md-content h3{color:#f7f9f9!important}[data-theme=dark] .post-content,[data-theme=dark] .md-content,[data-theme=dark] .post-content p,[data-theme=dark] .md-content p,[data-theme=dark] .post-content li,[data-theme=dark] .md-content li,[data-theme=dark] .post-content blockquote,[data-theme=dark] .md-content blockquote,[data-theme=dark] .post-content blockquote p,[data-theme=dark] .md-content blockquote p{color:#e6edf3!important}.decision-radar-card{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #1677ff;border-radius:10px;padding:16px 22px;margin:24px 0;box-shadow:0 2px 6px rgba(0,0,0,2%)}.decision-radar-card h3{font-size:22px!important;color:#0f1419!important;margin-top:10px!important;margin-bottom:8px!important}.decision-radar-card h4{font-size:19px!important;color:#0f1419!important;margin-top:14px!important;margin-bottom:8px!important}.decision-radar-card ul{margin-bottom:12px!important}.decision-radar-card ul li{font-size:17px!important;color:#0f1419!important;line-height:1.7!important}[data-theme=dark] .decision-radar-card{background:#1f2329;border-color:#2e333d;border-left-color:#1677ff}[data-theme=dark] .decision-radar-card h3,[data-theme=dark] .decision-radar-card h4{color:#f7f9f9!important}[data-theme=dark] .decision-radar-card ul li{color:#e6edf3!important}details.toc{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:10px 16px!important;margin:20px 0 28px!important;box-shadow:0 2px 8px rgba(0,0,0,3%)!important}details.toc summary{font-size:15px!important;font-weight:600!important;color:#1e293b!important;cursor:pointer;outline:none}details.toc .inner{padding:12px 10px 4px!important}details.toc .inner ul{list-style:none!important;padding-left:0!important}details.toc .inner ul li{margin-bottom:6px;line-height:1.5}details.toc .inner ul li:empty,details.toc li:empty{display:none!important}details.toc .inner a{color:#475569!important;font-size:14px;text-decoration:none!important;transition:color .15s ease}details.toc .inner a:hover{color:#1677ff!important}[data-theme=dark] details.toc{background:#1f2329!important;border-color:#2e333d!important}[data-theme=dark] details.toc summary{color:#e2e8f0!important}[data-theme=dark] details.toc .inner a{color:#94a3b8!important}[data-theme=dark] details.toc .inner a:hover{color:#38bdf8!important}.post-cta-wrap{margin:24px 0 28px;text-align:center}.btn-cta-download{display:inline-flex;align-items:center;justify-content:space-between;gap:16px;width:100%;max-width:520px;padding:14px 22px;background:linear-gradient(135deg,#1677ff 0%,#0958d9 100%);color:#fff!important;border-radius:12px;text-decoration:none!important;box-shadow:0 4px 14px rgba(22,119,255,.35);transition:all .25s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.btn-cta-download:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(22,119,255,.35);color:#fff!important}.btn-cta-download:hover .cta-action{transform:translateX(4px)}.btn-cta-download .cta-icon{font-size:26px;flex-shrink:0}.btn-cta-download .cta-main{display:flex;flex-direction:column;text-align:left;flex:1}.btn-cta-download .cta-title{font-size:16px;font-weight:700;line-height:1.3;color:#fff}.btn-cta-download .cta-desc{font-size:12px;opacity:.88;margin-top:2px;color:#e6f4ff}.btn-cta-download .cta-action{font-size:13.5px;font-weight:600;padding:6px 12px;background:rgba(255,255,255,.18);border-radius:6px;white-space:nowrap;color:#fff;transition:transform .2s ease}.cta-secondary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;width:100%;max-width:520px;margin:12px auto 0;box-sizing:border-box}.btn-cta-sub{display:inline-flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#334155!important;text-decoration:none!important;font-size:13.5px;font-weight:600;transition:all .2s ease;box-shadow:0 1px 3px rgba(0,0,0,3%);box-sizing:border-box}.btn-cta-sub:hover{background:#f8fafc;border-color:#2b73f8;color:#2b73f8!important;transform:translateY(-2px);box-shadow:0 4px 12px rgba(43,115,248,.1)}.btn-cta-sub .sub-icon{font-size:18px;margin-right:6px}.btn-cta-sub .sub-title{flex:1;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-cta-sub .sub-arrow{color:#94a3b8;font-size:12px;margin-left:4px;transition:transform .15s ease}.btn-cta-sub:hover .sub-arrow{color:#2b73f8;transform:translateX(3px)}[data-theme=dark] .btn-cta-sub{background:#1e2329;border-color:#2e333d;color:#cbd5e1!important}[data-theme=dark] .btn-cta-sub:hover{background:#252b34;border-color:#388bfd;color:#58a6ff!important}.post-tags-container{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:16px;border-top:1px dashed #e2e8f0}.post-tags-container .tags-prefix{font-size:13.5px;color:#64748b;font-weight:600}.post-tags-container .post-tags{display:flex;flex-wrap:wrap;gap:8px;list-style:none;padding:0;margin:0}.post-tags-container .post-tags li a{display:inline-block;padding:4px 12px;background:#f1f5f9;color:#475569;font-size:12.5px;border-radius:20px;text-decoration:none!important;border:1px solid #e2e8f0;transition:all .15s ease}.post-tags-container .post-tags li a:hover{background:#e6f4ff;color:#1677ff;border-color:#91caff}[data-theme=dark] .post-tags-container{border-top-color:#2e333d}[data-theme=dark] .post-tags-container .post-tags li a{background:#1f2329;border-color:#2e333d;color:#94a3b8}[data-theme=dark] .post-tags-container .post-tags li a:hover{background:#1e3a5f;color:#38bdf8;border-color:#0284c7}.post-content table,.md-content table{width:100%;display:table;border-collapse:collapse;margin:20px 0;border-radius:8px;box-shadow:0 1px 4px rgba(0,0,0,3%);word-break:break-word;table-layout:auto}.post-content table th,.post-content table td{word-break:break-word}.post-content table th{background-color:#f8fafc;color:#334155;font-weight:600}[data-theme=dark] .post-content table th{background-color:#1e2329;color:#e2e8f0}@media(max-width:520px){.post-content table,.md-content table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}.post-content>h1:first-child,.md-content>h1:first-child{display:none}.post-content img,.md-content img{display:block;max-width:100%;max-height:580px;object-fit:contain;width:auto;margin:20px auto;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 4px 18px rgba(0,0,0,6%);transition:transform .25s ease,box-shadow .25s ease}.post-content img:hover,.md-content img:hover{box-shadow:0 8px 24px rgba(0,0,0,.1)}[data-theme=dark] .post-content img,[data-theme=dark] .md-content img{border-color:#334155;box-shadow:0 4px 18px rgba(0,0,0,.35)}.post-content table th:nth-child(3),.md-content table th:nth-child(3){background-color:#eff6ff;color:#1d4ed8;font-weight:650;border-bottom:2px solid #3b82f6}.post-content table td:nth-child(3),.md-content table td:nth-child(3){background-color:#f8faff;font-weight:500}[data-theme=dark] .post-content table th:nth-child(3),[data-theme=dark] .md-content table th:nth-child(3){background-color:#1e293b;color:#60a5fa;border-bottom-color:#3b82f6}[data-theme=dark] .post-content table td:nth-child(3),[data-theme=dark] .md-content table td:nth-child(3){background-color:#131d2a}.decision-radar-card{padding:22px 26px!important;margin:24px 0!important;line-height:1.8}.decision-radar-card h3,.decision-radar-card .radar-title{margin-top:0!important;margin-bottom:14px!important;font-size:1.22rem!important;font-weight:700!important;color:#0f172a!important}.decision-radar-card h4,.decision-radar-card .radar-subtitle{margin-top:20px!important;margin-bottom:10px!important;padding-top:14px;border-top:1px dashed rgba(0,0,0,8%);font-size:1.05rem!important;font-weight:650!important;color:#1e293b!important}[data-theme=dark] .decision-radar-card .radar-title{color:#f1f5f9!important}[data-theme=dark] .decision-radar-card .radar-subtitle{color:#e2e8f0!important;border-top-color:rgba(255,255,255,.1)}.radar-quick-action{margin-top:18px;padding-top:14px;border-top:1px dashed rgba(0,0,0,8%);display:flex;justify-content:flex-start}[data-theme=dark] .radar-quick-action{border-top-color:rgba(255,255,255,.1)}.btn-radar-try{display:inline-flex;align-items:center;gap:6px;padding:7px 18px;background:linear-gradient(135deg,#0969da,#0284c7);color:#fff!important;font-size:13.5px;font-weight:600;border-radius:20px;text-decoration:none!important;box-shadow:0 2px 8px rgba(9,105,218,.25);transition:all .2s ease}.btn-radar-try:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(9,105,218,.38);background:linear-gradient(135deg,#0858b8,#0369a1)}.img-caption{text-align:center;font-size:13px;color:#64748b;margin-top:-8px;margin-bottom:24px;line-height:1.5}[data-theme=dark] .img-caption{color:#94a3b8}kbd{display:inline-block;padding:2px 7px;font-size:12px;line-height:1.4;color:#334155;background-color:#f8fafc;border:1px solid #cbd5e1;border-bottom:2px solid #94a3b8;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;box-shadow:inset 0 -1px #cbd5e1;margin:0 2px}[data-theme=dark] kbd{color:#e2e8f0;background-color:#1e293b;border-color:#475569;border-bottom-color:#334155;box-shadow:inset 0 -1px #334155}.searchbox{margin:20px 0 28px;position:relative}.searchbox input#searchInput{width:100%;height:50px;padding:10px 20px;font-size:16px;border:2px solid #2b73f8;border-radius:8px;outline:none;background:#fff!important;color:#1e293b;box-shadow:0 4px 16px rgba(43,115,248,8%);transition:all .2s ease}.searchbox input#searchInput:focus{box-shadow:0 6px 20px rgba(43,115,248,.16)}[data-theme=dark] .searchbox input#searchInput{background:#161b22!important;color:#f1f5f9;border-color:#3b82f6;box-shadow:0 4px 16px rgba(0,0,0,.3)}.searchResults{display:flex;flex-direction:column;gap:12px;padding:0;margin:0;list-style:none}.search-result-item{background:#fff!important;border:1px solid #e2e8f0;border-radius:8px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;position:relative;transition:all .18s ease;box-shadow:0 1px 4px rgba(0,0,0,2%)}.search-result-item:hover{background-color:#f4f7fa!important;border-color:#2b73f8;transform:translateY(-2px);box-shadow:0 6px 18px rgba(43,115,248,8%)}[data-theme=dark] .search-result-item{background:#161b22!important;border-color:#30363d}[data-theme=dark] .search-result-item:hover{background:#1c232d!important;border-color:#388bfd}.search-result-content{flex:auto;min-width:0}.search-result-title{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:6px;line-height:1.4}.search-result-item:hover .search-result-title{color:#2b73f8}[data-theme=dark] .search-result-title{color:#f1f5f9}[data-theme=dark] .search-result-item:hover .search-result-title{color:#58a6ff}.search-result-summary{font-size:13px;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}[data-theme=dark] .search-result-summary{color:#94a3b8}.search-result-item svg{color:#94a3b8;flex-shrink:0;transition:transform .2s ease,color .2s ease}.search-result-item:hover svg{color:#2b73f8;transform:translateX(3px)}.no-search-results{list-style:none;padding:30px 20px;text-align:center;background:#fff;border:1px dashed #cbd5e1;border-radius:8px}[data-theme=dark] .no-search-results{background:#161b22;border-color:#30363d}.empty-search-box{display:flex;flex-direction:column;align-items:center;gap:8px}.empty-search-icon{font-size:32px}.empty-search-text{font-size:14px;color:#64748b}[data-theme=dark] .empty-search-text{color:#94a3b8}.search-container-card{background:#fff;border:1px solid var(--sqb-card-border);border-radius:10px;padding:24px 28px;box-shadow:0 2px 8px rgba(0,0,0,3%)}[data-theme=dark] .search-container-card{background:#161b22;border-color:#30363d}.search-hot-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0 20px;font-size:13px}.hot-label{color:var(--sqb-text-muted);font-weight:500}.search-tag-pill{display:inline-block;padding:3px 10px;border-radius:14px;background:#f0f6ff;border:1px solid #e2edfd;color:#2b73f8;text-decoration:none;font-size:12.5px;cursor:pointer;transition:all .15s ease}.search-tag-pill:hover{background:#2b73f8;color:#fff;border-color:#2b73f8}[data-theme=dark] .search-tag-pill{background:#172438;border-color:#213958;color:#58a6ff}:root{--code-block-bg:#f8fafc}.post-content div.highlight,.md-content div.highlight,.post-content .highlight,.md-content .highlight{position:relative!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;margin:1.4rem 0!important;box-shadow:0 2px 8px rgba(0,0,0,3%)!important;overflow:hidden!important}.post-content div.highlight::before,.md-content div.highlight::before,.post-content .highlight::before,.md-content .highlight::before{content:""!important;display:block!important;height:34px!important;background:#f1f5f9!important;border-bottom:1px solid #e2e8f0!important;background-image:radial-gradient(circle at 16px 17px,#ff5f56 5px,transparent 5.5px),radial-gradient(circle at 34px 17px,#ffbd2e 5px,transparent 5.5px),radial-gradient(circle at 52px 17px,#27c93f 5px,transparent 5.5px)!important}.post-content div.highlight[data-lang]::after,.md-content div.highlight[data-lang]::after,.post-content .highlight[data-lang]::after,.md-content .highlight[data-lang]::after{content:attr(data-lang)!important;position:absolute!important;top:9px!important;left:68px!important;font-size:11px!important;font-weight:700!important;letter-spacing:.5px!important;color:#64748b!important;font-family:ui-monospace,SFMono-Regular,jetbrains mono,monospace!important}.copy-code,.post-content .copy-code,.md-content .copy-code,div.highlight .copy-code,pre .copy-code{position:absolute!important;top:5px!important;right:10px!important;height:24px!important;padding:0 8px!important;background:#fff!important;color:#475569!important;border:1px solid #cbd5e1!important;border-radius:5px!important;font-size:11.5px!important;font-weight:500!important;cursor:pointer!important;display:inline-flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:4px!important;box-shadow:0 1px 3px rgba(0,0,0,6%)!important;z-index:10!important;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif!important;line-height:1!important;white-space:nowrap!important;opacity:0!important;visibility:hidden!important;transform:translateY(2px)scale(.95)!important;transition:opacity .2s cubic-bezier(.16,1,.3,1),transform .2s cubic-bezier(.16,1,.3,1),visibility .2s ease,background-color .15s ease!important}div.highlight:hover .copy-code,pre:hover .copy-code,.post-content div.highlight:hover .copy-code,.md-content div.highlight:hover .copy-code,.post-content pre:hover .copy-code,.md-content pre:hover .copy-code{display:inline-flex!important;flex-direction:row!important;align-items:center!important;opacity:1!important;visibility:visible!important;transform:translateY(0)scale(1)!important}.copy-code:hover,.post-content div.highlight .copy-code:hover,.md-content div.highlight .copy-code:hover,.post-content pre .copy-code:hover{background:#f8fafc!important;color:#0f172a!important;border-color:#94a3b8!important;box-shadow:0 2px 5px rgba(0,0,0,9%)!important}.copy-code svg{display:inline-block!important;vertical-align:middle!important;flex-shrink:0!important}.copy-code .copy-text{display:inline-block!important;line-height:1!important}.post-content div.highlight pre,.md-content div.highlight pre,.post-content .highlight pre,.md-content .highlight pre,.post-content pre,.md-content pre{margin:0!important;padding:1rem 1.25rem!important;background:0 0!important;border:none!important;border-radius:0!important;overflow-x:auto!important}.post-content div.highlight pre code,.md-content div.highlight pre code,.post-content .highlight pre code,.md-content .highlight pre code,.post-content pre code,.md-content pre code{background:0 0!important;color:#1e293b!important;font-family:jetbrains mono,ui-monospace,SFMono-Regular,cascadia code,Menlo,Monaco,Consolas,monospace!important;font-size:13.5px!important;line-height:1.65!important;letter-spacing:.1px!important;font-weight:500!important}.post-content div.highlight pre code span[style*="color:#f92672"],.md-content div.highlight pre code span[style*="color:#f92672"]{color:#0969da!important;font-weight:600}.post-content div.highlight pre code span[style*="color:#e6db74"],.md-content div.highlight pre code span[style*="color:#e6db74"]{color:#116329!important}.post-content code:not(pre code){background:#f1f5f9!important;color:#0f172a!important;border:1px solid #e2e8f0!important;padding:2px 6px!important;border-radius:4px!important;font-size:.88em!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important}[data-theme=dark] .post-content div.highlight,[data-theme=dark] .md-content div.highlight,[data-theme=dark] .post-content .highlight,[data-theme=dark] .md-content .highlight{background:#161b22!important;border-color:#30363d!important;box-shadow:0 4px 16px rgba(0,0,0,.4)!important}[data-theme=dark] .post-content div.highlight::before,[data-theme=dark] .md-content div.highlight::before,[data-theme=dark] .post-content .highlight::before,[data-theme=dark] .md-content .highlight::before{background:#0d1117!important;border-bottom-color:#21262d!important}[data-theme=dark] .post-content div.highlight[data-lang]::after,[data-theme=dark] .md-content div.highlight[data-lang]::after,[data-theme=dark] .post-content .highlight[data-lang]::after,[data-theme=dark] .md-content .highlight[data-lang]::after{color:#8b949e!important}[data-theme=dark] .copy-code,[data-theme=dark] .post-content .copy-code,[data-theme=dark] .md-content .copy-code,[data-theme=dark] div.highlight .copy-code,[data-theme=dark] pre .copy-code{background:#21262d!important;color:#c9d1d9!important;border-color:#30363d!important}[data-theme=dark] .copy-code:hover,[data-theme=dark] .post-content div.highlight .copy-code:hover,[data-theme=dark] .md-content div.highlight .copy-code:hover,[data-theme=dark] .post-content pre .copy-code:hover{background:#30363d!important;color:#fff!important;border-color:#8b949e!important}[data-theme=dark] .post-content pre code,[data-theme=dark] .md-content pre code,[data-theme=dark] div.highlight pre code,[data-theme=dark] .highlight pre code,[data-theme=dark] pre code{color:#e6edf3!important}[data-theme=dark] .post-content div.highlight pre code span[style*="color:#f92672"],[data-theme=dark] .md-content div.highlight pre code span[style*="color:#f92672"]{color:#79c0ff!important}[data-theme=dark] .post-content div.highlight pre code span[style*="color:#e6db74"],[data-theme=dark] .md-content div.highlight pre code span[style*="color:#e6db74"]{color:#7ee787!important}[data-theme=dark] .post-content code:not(pre code){background:#1e293b!important;color:#e2e8f0!important;border-color:#334155!important}kbd{display:inline-block!important;padding:2px 7px!important;font-size:12px!important;line-height:1.4!important;color:#334155!important;background-color:#f8fafc!important;border:1px solid #cbd5e1!important;border-bottom:2px solid #94a3b8!important;border-radius:4px!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;box-shadow:inset 0 -1px #cbd5e1!important;margin:0 2px!important;vertical-align:baseline!important}[data-theme=dark] kbd{color:#e2e8f0!important;background-color:#1e293b!important;border-color:#475569!important;border-bottom-color:#334155!important;box-shadow:inset 0 -1px #334155!important}.featured-snippet-box{background:#f0fdf4!important;border:1px solid #bbf7d0!important;border-left:4px solid #16a34a!important;border-radius:8px!important;padding:16px 20px!important;margin:1.5rem 0!important;box-shadow:0 2px 6px rgba(22,163,74,4%)!important}.featured-snippet-box p{margin:0!important;font-size:15px!important;line-height:1.75!important;color:#166534!important}.featured-snippet-box a{color:#15803d!important;text-decoration:underline!important;font-weight:600!important}[data-theme=dark] .featured-snippet-box{background:#062312!important;border-color:#14532d!important;border-left-color:#22c55e!important}[data-theme=dark] .featured-snippet-box p{color:#bbf7d0!important}[data-theme=dark] .featured-snippet-box a{color:#4ade80!important}.arch-topology-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:22px 20px;margin:1.5rem 0;box-shadow:0 4px 16px rgba(0,0,0,4%)}.arch-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid #f1f5f9;margin-bottom:16px}.arch-header-title{font-size:15px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:6px}.arch-header-badge{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0;font-size:12px;font-weight:600;padding:2px 8px;border-radius:20px}.arch-stage{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;margin-bottom:10px}.arch-stage-label{font-size:12px;font-weight:700;color:#64748b;letter-spacing:.5px;margin-bottom:10px;display:flex;align-items:center;gap:6px}.arch-nodes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.arch-node{background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:10px 12px;display:flex;align-items:flex-start;gap:10px;box-shadow:0 1px 3px rgba(0,0,0,3%);transition:all .15s ease}.arch-node:hover{border-color:#3b82f6;transform:translateY(-1px);box-shadow:0 3px 8px rgba(59,130,246,8%)}.arch-node-icon{font-size:20px;line-height:1;flex-shrink:0}.arch-node-content{flex:1;min-width:0}.arch-node-name{font-size:13.5px;font-weight:700;color:#1e293b;line-height:1.3;display:flex;align-items:center;justify-content:space-between;gap:4px}.arch-node-tag{font-size:11px;background:#ecfdf5;color:#059669;padding:1px 5px;border-radius:4px;font-weight:600;white-space:nowrap}.arch-node-desc{font-size:12px;color:#64748b;margin-top:3px;line-height:1.35}.arch-connector{text-align:center;color:#94a3b8;font-size:16px;line-height:1;margin:4px 0 10px}[data-theme=dark] .arch-topology-card{background:#161b22;border-color:#30363d}[data-theme=dark] .arch-header{border-bottom-color:#21262d}[data-theme=dark] .arch-header-title{color:#f0f6fc}[data-theme=dark] .arch-stage{background:#0d1117;border-color:#21262d}[data-theme=dark] .arch-stage-label{color:#8b949e}[data-theme=dark] .arch-node{background:#161b22;border-color:#30363d}[data-theme=dark] .arch-node:hover{border-color:#58a6ff}[data-theme=dark] .arch-node-name{color:#e6edf3}[data-theme=dark] .arch-node-desc{color:#8b949e}[data-theme=dark] .arch-node-tag{background:#064e3b;color:#34d399}.post-content table,.md-content table{width:100%!important;max-width:100%!important;display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;margin:1.5rem 0!important;border-collapse:separate!important;border-spacing:0!important;border:1px solid var(--border)!important;border-radius:8px!important;background:var(--sqb-card-bg)!important;box-shadow:0 1px 4px rgba(0,0,0,3%)!important}.post-content table::-webkit-scrollbar,.md-content table::-webkit-scrollbar{height:6px}.post-content table::-webkit-scrollbar-thumb,.md-content table::-webkit-scrollbar-thumb{background:rgba(140,140,140,.3);border-radius:3px}.post-content table th,.md-content table th{background:#f1f5f9!important;color:#1e293b!important;font-weight:600!important;font-size:.92rem!important;padding:12px 16px!important;border-bottom:2px solid #e2e8f0!important;border-top:none!important;border-left:none!important;border-right:1px solid #e2e8f0!important;white-space:nowrap!important}.post-content table th:last-child,.md-content table th:last-child{border-right:none!important}.post-content table td,.md-content table td{padding:11px 16px!important;font-size:.9rem!important;line-height:1.6!important;color:var(--sqb-text-main)!important;border-bottom:1px solid #edf2f7!important;border-top:none!important;border-left:none!important;border-right:1px solid #edf2f7!important}.post-content table td:last-child,.md-content table td:last-child{border-right:none!important}.post-content table tbody tr:last-child td,.md-content table tbody tr:last-child td{border-bottom:none!important}.post-content table tbody tr:nth-child(even),.md-content table tbody tr:nth-child(even){background:#fafbfd!important}.post-content table tbody tr:hover,.md-content table tbody tr:hover{background:#f1f7ff!important}[data-theme=dark] .post-content table,[data-theme=dark] .md-content table{border-color:#30363d!important;background:#161b22!important}[data-theme=dark] .post-content table th,[data-theme=dark] .md-content table th{background:#1f242c!important;color:#e6edf3!important;border-bottom-color:#30363d!important;border-right-color:#30363d!important}[data-theme=dark] .post-content table td,[data-theme=dark] .md-content table td{color:#cbd5e1!important;border-bottom-color:#21262d!important;border-right-color:#21262d!important}[data-theme=dark] .post-content table tbody tr:nth-child(even),[data-theme=dark] .md-content table tbody tr:nth-child(even){background:#12151a!important}[data-theme=dark] .post-content table tbody tr:hover,[data-theme=dark] .md-content table tbody tr:hover{background:#1c222b!important}details.toc{background:var(--sqb-card-bg)!important;border:1px solid var(--sqb-card-border)!important;border-radius:8px!important;padding:14px 18px!important;margin:1.5rem 0 2rem!important;box-shadow:0 1px 4px rgba(0,0,0,3%)}details.toc summary{font-weight:700!important;font-size:1.05rem!important;color:var(--sqb-text-main)!important;cursor:pointer!important}details.toc .inner{padding-top:10px!important;margin-top:10px!important;border-top:1px dashed var(--sqb-card-border)!important}details.toc ul{margin:0!important;padding-left:20px!important}details.toc li{margin:6px 0!important;line-height:1.5!important}details.toc a{color:var(--sqb-text-sub)!important;text-decoration:none!important;font-size:.92rem!important;transition:color .15s ease}details.toc a:hover{color:var(--sqb-primary)!important}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-title{text-wrap:pretty;word-break:normal;overflow-wrap:break-word;line-height:1.45}.card-title,.card-title-link,.card-main-body .entry-header .card-title,.entry-header h2.card-title{text-wrap:wrap!important;word-break:break-word!important;overflow-wrap:break-word!important;width:100%!important}.post-img-container img,.post-auto-img,.card-thumb-img{border:1px solid var(--sqb-card-border);border-radius:8px;box-sizing:border-box}.fuliba-related-section{margin-top:36px;padding:24px;background:var(--entry);border:1px solid var(--border);border-radius:12px;box-sizing:border-box}.related-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--border)}.related-title{font-size:16px!important;font-weight:650!important;color:var(--primary)!important;margin:0!important;display:flex;align-items:center;gap:8px}.related-title .title-bar{display:inline-block;width:3.5px;height:16px;background:#2563eb;border-radius:2px}.related-subtitle{font-size:13px;color:var(--secondary)}.related-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.related-card-item{display:flex;flex-direction:column;background:var(--theme);border:1px solid var(--border);border-radius:10px;overflow:hidden;text-decoration:none!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.related-card-item:hover{transform:translateY(-3px);border-color:#2563eb;box-shadow:0 6px 16px rgba(37,99,235,8%)}.related-card-cover{width:100%;height:110px;background:var(--entry);overflow:hidden;display:flex;align-items:center;justify-content:center}.related-card-cover img{width:100%;height:100%;object-fit:cover;border:none;border-radius:0;transition:transform .3s ease}.related-card-item:hover .related-card-cover img{transform:scale(1.05)}.related-cover-placeholder{font-size:32px;opacity:.6}.related-card-body{padding:12px;display:flex;flex-direction:column;flex:1;justify-content:space-between}.related-card-title{font-size:13.5px!important;font-weight:600!important;line-height:1.45;color:var(--primary)!important;margin:0 0 10px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.related-card-meta{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:var(--secondary)}.related-card-tag{background:rgba(37,99,235,8%);color:#2563eb;padding:2px 7px;border-radius:4px;font-weight:500}[data-theme=dark] .related-card-tag{background:rgba(96,165,250,.15);color:#93c5fd}@media(max-width:768px){.related-cards-grid{grid-template-columns:1fr;gap:12px}.related-card-item{flex-direction:row;height:86px}.related-card-cover{width:100px;height:100%;flex-shrink:0}.related-card-body{padding:10px}.related-card-title{font-size:13px!important;-webkit-line-clamp:2}}.page-404-container{max-width:680px;width:100%;margin:40px auto 80px;text-align:center;padding:40px 24px;background:var(--entry);border:1px solid var(--border);border-radius:16px;box-sizing:border-box}.code-404{font-size:80px;font-weight:900;line-height:1;letter-spacing:-2px;background:linear-gradient(135deg,#2563eb,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:16px}.title-404{font-size:22px!important;font-weight:700!important;color:var(--primary)!important;margin:0 0 12px!important}.desc-404{font-size:14.5px;color:var(--secondary);line-height:1.65;margin:0 0 28px}.actions-404{display:flex;justify-content:center;gap:12px;margin-bottom:36px;flex-wrap:wrap}.btn-404{display:inline-flex;align-items:center;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;text-decoration:none!important;transition:all .2s ease}.btn-404.btn-primary{background:#2563eb;color:#fff!important;box-shadow:0 4px 12px rgba(37,99,235,.2)}.btn-404.btn-primary:hover{background:#1d4ed8;transform:translateY(-1px)}.btn-404.btn-secondary{background:var(--theme);color:var(--primary)!important;border:1px solid var(--border)}.btn-404.btn-secondary:hover{border-color:#2563eb;color:#2563eb!important}.popular-404-box{text-align:left;background:var(--theme);border:1px solid var(--border);border-radius:12px;padding:20px}.popular-404-title{font-size:15px!important;font-weight:650!important;color:var(--primary)!important;margin:0 0 14px!important;display:flex;align-items:center;gap:8px}.popular-404-title .title-bar{display:inline-block;width:3.5px;height:15px;background:#2563eb;border-radius:2px}.popular-404-list{display:flex;flex-direction:column;gap:8px}.popular-404-item{display:flex;align-items:center;padding:9px 12px;background:var(--entry);border-radius:6px;text-decoration:none!important;color:var(--primary)!important;font-size:13.5px;transition:all .15s ease}.popular-404-item:hover{background:rgba(37,99,235,8%);color:#2563eb!important;transform:translateX(4px)}.popular-404-item .item-icon{margin-right:8px;font-size:14px}.popular-404-item .item-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popular-404-item .item-arrow{margin-left:8px;color:var(--secondary);font-size:12px}@media(max-width:680px){.top-link{bottom:22px!important;right:12px!important;width:36px!important;height:36px!important;padding:8px!important;background:rgba(255,255,255,.9)!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border:1px solid rgba(0,0,0,8%)!important;box-shadow:0 4px 12px rgba(0,0,0,8%)!important;opacity:.9!important;z-index:999!important}[data-theme=dark] .top-link{background:rgba(30,35,45,.9)!important;border-color:rgba(255,255,255,.12)!important;box-shadow:0 4px 12px rgba(0,0,0,.3)!important}.post-content h2,.md-content h2{font-size:20px!important;line-height:1.45!important;margin:34px 0 14px!important;padding-left:10px!important;border-left:3.5px solid #2b73f8!important;font-weight:650!important}.post-content h3,.md-content h3{font-size:17.5px!important;line-height:1.45!important;margin:24px 0 10px!important}.post-content h4,.md-content h4{font-size:16px!important;margin:18px 0 8px!important}.post-content,.md-content,.post-content p,.md-content p,.post-content>ul li,.md-content>ul li,.post-content>ol li,.md-content>ol li{font-size:16.5px!important;line-height:1.75!important;text-wrap:pretty!important;word-break:break-word!important;overflow-wrap:break-word!important}.post-content p,.md-content p{margin-bottom:18px!important}.post-content ol,.md-content ol,.post-content ul,.md-content ul{padding-left:20px!important;margin-bottom:20px!important}.post-content ol li,.md-content ol li,.post-content ul li,.md-content ul li{margin-bottom:12px!important;padding-left:2px!important}.post-content blockquote,.md-content blockquote{font-size:15.5px!important;padding:12px 14px!important;margin:18px 0!important}.post-content blockquote p,.md-content blockquote p{font-size:15.5px!important;margin-bottom:8px!important}}