.xhs-waterfall-container{column-gap:var(--xhs-gap,15px);padding:var(--xhs-gap,15px) 0;width:100%}.xhs-waterfall-container.mode-waterfall{align-items:start;display:grid;grid-auto-flow:row;grid-auto-rows:1px;grid-template-columns:repeat(var(--xhs-columns-pc,4),minmax(0,1fr));row-gap:0}.xhs-waterfall-container.mode-waterfall .xhs-card-item,.xhs-waterfall-container.mode-waterfall .xhs-card-skeleton{margin:0;min-width:0;position:relative}.xhs-waterfall-container.mode-grid{display:grid;gap:var(--xhs-gap,15px);grid-template-columns:repeat(var(--xhs-columns-pc,4),1fr)}@media (max-width:992px){.xhs-waterfall-container.mode-grid,.xhs-waterfall-container.mode-waterfall{grid-template-columns:repeat(var(--xhs-columns-tablet,3),minmax(0,1fr))}}@media (max-width:768px){.xhs-waterfall-container.mode-grid,.xhs-waterfall-container.mode-waterfall{column-gap:10px;grid-template-columns:repeat(var(--xhs-columns-mobile,2),minmax(0,1fr));row-gap:0}}.xhs-card-item{background:var(--main-bg-color);border-radius:var(--main-radius);box-shadow:0 0 10px var(--main-shadow);overflow:hidden;transition:all .3s ease}.mode-grid .xhs-card-item{display:flex;flex-direction:column}.xhs-card-item:hover{box-shadow:0 0 15px var(--main-shadow)}.xhs-card-enter{opacity:0;transform:translateY(12px)}.xhs-card-enter.xhs-card-ready{opacity:1;transform:translateY(0)}.xhs-card-skeleton{background:var(--main-bg-color);border-radius:var(--main-radius);box-shadow:0 0 10px var(--main-shadow);overflow:hidden}.mode-waterfall .xhs-card-skeleton{grid-row-end:span 360}.xhs-skeleton-image{aspect-ratio:3/4;background:var(--body-bg-color)}.xhs-skeleton-content{padding:12px}.xhs-skeleton-content i,.xhs-skeleton-content span{animation:zae-xhs-skeleton 1.2s ease-in-out infinite;background:linear-gradient(90deg,var(--body-bg-color) 25%,var(--main-border-color) 50%,var(--body-bg-color) 75%);background-size:200% 100%;border-radius:6px;display:block;height:12px;margin-bottom:9px}.xhs-skeleton-content i:last-of-type{width:72%}.xhs-skeleton-content span{margin:16px 0 0;width:45%}.zae-xhs-source-error{position:relative}.zae-xhs-retry-card{background:rgba(210,45,61,.92);border:0;border-radius:6px;bottom:10px;color:#fff;cursor:pointer;font-size:12px;padding:6px 10px;position:absolute;right:10px;z-index:6}@keyframes zae-xhs-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.xhs-card-item,.xhs-skeleton-content i,.xhs-skeleton-content span,.xhs-thumb-img{animation:none!important;transition:none!important}}.xhs-card-link{color:inherit;display:block;text-decoration:none}.mode-grid .xhs-card-link{display:flex;flex-direction:column;height:100%}.xhs-card-thumb{background:var(--body-bg-color);overflow:hidden;position:relative;width:100%}.mode-waterfall .xhs-card-thumb{height:auto}.mode-waterfall .xhs-thumb-img{display:block;height:auto;width:100%}.mode-grid .xhs-card-thumb{padding-top:133%;position:relative}.mode-grid .xhs-thumb-img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.xhs-thumb-img{transition:transform .2s ease-out}.xhs-card-item:hover .xhs-thumb-img{transform:scale(1.02)}.xhs-card-thumb .xhs-img-count{position:absolute;right:8px;top:8px}.xhs-card-category{backdrop-filter:blur(6px);background:rgba(0,0,0,.58);border-radius:4px;color:#fff;font-size:12px;left:8px;line-height:1.4;max-width:calc(100% - 58px);opacity:0;overflow:hidden;padding:3px 9px;position:absolute;text-overflow:ellipsis;top:8px;transform:translateY(-4px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;visibility:hidden;white-space:nowrap;z-index:2}.xhs-card-item:hover .xhs-card-category,.xhs-card-thumb:hover .xhs-card-category{opacity:1;transform:translateY(0);visibility:visible}.xhs-card-content{padding:12px}.mode-grid .xhs-card-content{display:flex;flex:1;flex-direction:column}.xhs-card-title{display:-webkit-box;font-size:14px;font-weight:500;-webkit-line-clamp:2;line-clamp:2;line-height:1.5;margin:0 0 8px;-webkit-box-orient:vertical;color:var(--main-color);overflow:hidden}.mode-grid .xhs-card-title{flex:1}.xhs-card-meta{align-items:center;border-top:1px solid var(--main-border-color);color:var(--muted-2-color);display:flex;font-size:12px;justify-content:space-between;margin-top:10px;padding-top:10px}.xhs-card-author{align-items:center;display:flex;flex:1;gap:6px;min-width:0}.xhs-card-author .avatar-mini{flex-shrink:0}.xhs-card-author .avatar-mini img{border-radius:50%}.xhs-author-name{color:var(--muted-2-color);display:inline-block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xhs-like-count,.xhs-view-count{align-items:center;color:var(--muted-2-color);display:flex;flex-shrink:0;gap:4px}.xhs-like-count svg,.xhs-view-count svg{height:14px;width:14px}.xhs-card-stats{align-items:center;display:flex;flex-shrink:0;gap:10px}.xhs-modal-overlay{backdrop-filter:blur(4px);background:rgba(0,0,0,.75);bottom:0;display:none;left:0;opacity:0;padding:20px;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:9999}.xhs-modal-overlay.active{display:flex;opacity:1}.xhs-modal-container{background:var(--main-bg-color);border-radius:var(--main-radius);box-shadow:0 0 20px var(--main-shadow);display:flex;max-height:90vh;max-width:1100px;position:relative;transform:none;transition:none;width:100%}.xhs-modal-overlay.active .xhs-modal-container{transform:none}.xhs-modal-container.xhs-modal-pending{visibility:hidden}.xhs-modal-container.xhs-modal-entering,.xhs-modal-container.xhs-modal-ready{visibility:visible}.xhs-modal-overlay[aria-busy=true] .xhs-modal-close{opacity:0;pointer-events:none}.xhs-modal-overlay[aria-busy=false] .xhs-modal-close{opacity:1}.xhs-modal-close{align-items:center;background:var(--main-bg-color);border:none;box-shadow:0 2px 12px rgba(0,0,0,.15);color:var(--muted-color);cursor:pointer;display:inline-flex;font-size:20px;height:44px;justify-content:center;position:fixed;right:20px;top:20px;transition:all .25s ease;width:44px;z-index:10001}.xhs-modal-close:hover{background:var(--body-bg-color);color:var(--focus-color);transform:rotate(90deg)}.xhs-modal-close svg{height:1em;width:1em}.xhs-modal-content{display:flex;height:85vh;width:100%}.xhs-modal-left{align-items:center;background:#fbfbfb;display:flex;justify-content:center;overflow:hidden;position:relative}.dark-theme .xhs-modal-left{background:#2a2a2a}.xhs-modal-slider{overflow:hidden;position:relative;user-select:none}.xhs-modal-slider,.xhs-swiper{height:100%;width:100%}.xhs-swiper .swiper-slide{background:transparent}.xhs-slide-zoom,.xhs-swiper .swiper-slide{align-items:center;display:flex;justify-content:center}.xhs-slide-zoom{height:100%;width:100%}.xhs-swiper .swiper-slide img{max-height:100%;max-width:100%;object-fit:contain;user-select:none}.xhs-modal-slider .xhs-swiper .swiper-pagination{align-items:center;background:rgba(0,0,0,.4);border-radius:20px;bottom:20px!important;display:flex;gap:6px;justify-content:center;left:50%!important;opacity:1!important;padding:6px 12px;right:auto!important;top:auto!important;transform:translateX(-50%);visibility:visible!important;width:auto!important}.xhs-modal-slider .xhs-swiper .swiper-pagination-bullet{background:hsla(0,0%,100%,.5)!important;border:none!important;flex-shrink:0;height:8px;margin:0!important;opacity:1!important;transition:all .3s;width:8px}.xhs-modal-slider .xhs-swiper .swiper-pagination-bullet-active{background:#fff!important;border-radius:4px;width:20px}.xhs-swiper.swiper-container-cube{overflow:visible}.xhs-swiper .swiper-cube-shadow{background:rgba(0,0,0,.3)}.xhs-swiper.swiper-container-flip{overflow:visible}.xhs-swiper.swiper-container-coverflow .swiper-slide{width:80%}.xhs-swiper.swiper-container-fade .swiper-slide{pointer-events:none}.xhs-swiper.swiper-container-fade .swiper-slide-active{pointer-events:auto}.xhs-modal-right{display:flex;flex:1;flex-direction:column;overflow:visible;position:relative}.xhs-modal-scroll{flex:1}.xhs-modal-scroll::-webkit-scrollbar{width:0}.xhs-modal-header{background:var(--main-bg-color);border-bottom:1px solid var(--main-border-color);flex-shrink:0;padding:10px 20px;position:relative;z-index:2}.xhs-modal-author-row{align-items:center;display:flex;gap:10px;margin-bottom:10px}.xhs-modal-avatar{border-radius:50%;flex-shrink:0;height:40px;object-fit:cover;width:40px}.xhs-modal-author-info{flex:1}.xhs-modal-author-name{color:var(--main-color);display:block;font-size:14px;font-weight:600;overflow:hidden;text-decoration:none;text-overflow:ellipsis;transition:color .2s;white-space:nowrap}.xhs-modal-author-name:hover{color:var(--focus-color)}.xhs-modal-meta{align-items:center;color:var(--muted-2-color);display:flex;gap:4px;margin-top:2px}.xhs-modal-meta-dot{opacity:.4}.xhs-modal-follow-btn{flex-shrink:0;font-size:12px}.xhs-modal-title{color:var(--key-color);display:-webkit-box;font-size:18px;font-weight:600;-webkit-line-clamp:2;line-clamp:2;margin:0;-webkit-box-orient:vertical;overflow:hidden}.xhs-modal-category-link{color:var(--focus-color);font-size:13px;text-decoration:none;transition:opacity .2s}.xhs-modal-category-link:hover{color:var(--focus-color);opacity:.8}.xhs-modal-location,.xhs-modal-time{color:var(--muted-2-color)}.xhs-modal-location i{margin-right:3px}.xhs-modal-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.xhs-modal-tag{align-items:center;background:var(--body-bg-color);border-radius:4px;color:var(--muted-color);display:inline-flex;font-size:12px;padding:2px 8px;text-decoration:none;transition:all .2s}.xhs-modal-tag:hover{background:var(--focus-color);color:#fff}.xhs-modal-tag:before{content:"#";margin-right:2px;opacity:.6}.xhs-modal-body{color:var(--main-color);padding:0 20px 20px}.xhs-modal-text{word-break:break-word}.xhs-modal-text p{margin-bottom:1em}.xhs-modal-text p:empty{display:none}.xhs-modal-text h2,.xhs-modal-text h3,.xhs-modal-text h4{color:var(--key-color);font-weight:600;margin:1.5em 0 1em;padding-bottom:8px;position:relative}.xhs-modal-text h2{font-size:17px}.xhs-modal-text h3{font-size:15px}.xhs-modal-text h4{font-size:14px}.xhs-modal-text h2:before,.xhs-modal-text h3:before,.xhs-modal-text h4:before{background:var(--theme-color);border-radius:5px;bottom:0;box-shadow:1px 1px 3px -1px var(--theme-color);content:"";height:3px;left:0;position:absolute}.xhs-modal-text h2:before{width:40px}.xhs-modal-text h3:before,.xhs-modal-text h4:before{height:2px;width:25px}.xhs-modal-text blockquote{background-color:var(--muted-border-color);border-left:4px solid var(--main-border-color);border-radius:0 var(--main-radius) var(--main-radius) 0;color:var(--muted-color);font-size:14px;line-height:1.6;margin:1em 0;padding:15px 20px}.xhs-modal-text ol,.xhs-modal-text ul{margin:1em 0;padding-left:1.5em}.xhs-modal-text li{list-style:disc;margin-bottom:.5em}.xhs-modal-text ol li{list-style:decimal}.xhs-modal-text a{color:var(--focus-color);transition:opacity .2s}.xhs-modal-text a:hover{opacity:.8}.xhs-modal-text code{background:var(--muted-border-color);border-radius:4px;color:var(--focus-color);font-size:.9em;padding:2px 6px}.xhs-modal-text pre{background:var(--body-bg-color);border-radius:var(--main-radius);margin:1em 0;overflow-x:auto;padding:15px}.xhs-modal-text pre code{background:transparent;color:var(--main-color);padding:0}.xhs-modal-text .wp-block-embed,.xhs-modal-text .wp-block-zibllblock-iframe{border-radius:var(--main-radius);margin:1em 0;overflow:hidden}.xhs-modal-text iframe{border-radius:var(--main-radius)}.xhs-modal-body::-webkit-scrollbar{width:0}.xhs-modal-comment-form{background:var(--main-bg-color);border-top:1px solid var(--main-border-color);flex-shrink:0;gap:15px;padding:12px 20px;z-index:10}.xhs-comment-input-wrap{align-items:center;background:var(--body-bg-color);border:1px solid var(--main-border-color);border-radius:50px;display:flex;flex:1;gap:8px;min-width:0;padding:4px 15px;transition:border-color .2s}.xhs-comment-input-wrap:focus-within{border-color:var(--focus-color)}.xhs-comment-input-wrap .xhs-comment-submit{background:none;border:none;color:var(--focus-color);cursor:pointer;flex-shrink:0;font-size:16px;padding:0;transition:opacity .2s}.xhs-comment-input-wrap .xhs-comment-submit:hover{opacity:.7}.xhs-comment-user-avatar{display:none}.xhs-comment-input{background:transparent;border:none;color:var(--main-color);flex:1;font-size:13px;min-width:0;outline:none}.xhs-comment-input::placeholder{color:var(--muted-2-color)}.xhs-comment-smilie{flex-shrink:0}.xhs-comment-smilie .smilie{position:relative}.xhs-comment-smilie .but{background:none!important;border:none!important;box-shadow:none!important;color:var(--muted-2-color);font-size:18px;margin:0;padding:0;transition:color .2s}.xhs-comment-smilie .but:hover{background:none!important;color:var(--focus-color)}.xhs-comment-smilie .but span{display:none}.xhs-comment-smilie .but:after,.xhs-comment-smilie .but:before{display:none!important}.xhs-comment-smilie .dropdown-menu{bottom:100%!important;left:-5px!important;margin-bottom:10px;min-width:280px;right:auto!important;top:auto!important;transform:none!important;z-index:10002}.xhs-comment-smilie .dropdown-smilie{max-height:200px}.xhs-modal-actions{align-items:center;display:flex;flex-shrink:0;gap:5px}.xhs-modal-actions .xhs-action-btn{align-items:center;color:var(--muted-color);cursor:pointer;display:inline-flex;font-size:13px;gap:4px;padding:6px 8px;text-decoration:none;transition:color .2s;white-space:nowrap}.xhs-modal-actions .xhs-action-btn.actived,.xhs-modal-actions .xhs-action-btn:hover{color:var(--focus-color)}.xhs-modal-actions .xhs-action-btn svg{height:18px;width:18px}.xhs-modal-actions .xhs-action-btn text{display:none}.xhs-modal-actions .xhs-action-btn count{font-size:13px}.xhs-tooltip-row{align-items:center;color:var(--main-color,#333);display:flex;font-size:12px;justify-content:space-between;padding:4px 0}.xhs-tooltip-row+.xhs-tooltip-row{border-top:1px dashed var(--main-border-color,#f0f0f0)}.xhs-tooltip-label{color:var(--muted-2-color,#999);margin-right:12px}.xhs-modal-comments{padding:0 20px 20px}.xhs-modal-comments::-webkit-scrollbar{width:0}.xhs-comments-list{min-height:50px}.xhs-comments-header{align-items:center;border-bottom:1px solid var(--main-border-color);display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:12px}.xhs-comments-count{color:var(--muted-color);font-size:14px}.xhs-comments-sort{background:var(--body-bg-color);border-radius:4px;display:flex;font-size:12px;font-weight:500;padding:2px}.xhs-comments-sort-btn{background:transparent;border:none;border-radius:3px;color:var(--muted-2-color);cursor:pointer;padding:4px 10px;transition:all .2s}.xhs-comments-sort-btn.active{background:var(--main-bg-color);color:var(--main-color)}.xhs-comments-sort-btn:hover:not(.active){color:var(--main-color)}.xhs-comments-empty{color:var(--muted-2-color);font-size:13px;padding:30px 20px;text-align:center}.xhs-modal-loading{align-items:center;color:var(--muted-2-color);display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center}.xhs-modal-loading i{font-size:24px}.xhs-modal-mobile-footer{align-items:center;background:var(--main-bg-color);border-top:1px solid var(--main-border-color);display:none;gap:10px;padding:10px 15px}.xhs-mobile-input-trigger{align-items:center;background:var(--body-bg-color);border-radius:50px;color:var(--muted-2-color);cursor:pointer;display:flex;flex:1;font-size:12px;gap:8px;padding:8px 12px}.xhs-mobile-input-trigger i{font-size:14px}.xhs-mobile-actions{align-items:center;display:flex;gap:5px}.xhs-mobile-actions .xhs-action-btn{align-items:center;color:var(--muted-color);display:inline-flex;font-size:12px;gap:3px;padding:8px;text-decoration:none}.xhs-mobile-actions .xhs-action-btn.actived{color:var(--focus-color)}.xhs-mobile-actions .xhs-action-btn svg{height:18px;width:18px}.xhs-mobile-actions .xhs-action-btn text{display:none}@media (max-width:768px){.xhs-modal-overlay{align-items:flex-end;padding:0}.xhs-modal-container{border-radius:var(--main-radius) var(--main-radius) 0 0;max-height:95vh;max-width:100%}.xhs-modal-content{flex-direction:column;height:auto;max-height:95vh}.xhs-modal-left{flex:0 0 auto;height:45vw;max-height:280px;min-height:200px}.xhs-modal-right{max-height:calc(95vh - 200px)}.xhs-modal-header{padding:12px 15px}.xhs-modal-title{font-size:16px}.xhs-modal-avatar{height:32px;width:32px}.xhs-modal-body{font-size:14px;padding:0 15px 15px}.xhs-modal-text h2{font-size:15px}.xhs-modal-text h3{font-size:14px}.xhs-modal-comments{padding:0 15px 15px}.xhs-modal-comment-form{display:none}.xhs-modal-mobile-footer{display:flex}.xhs-slider-nav{font-size:14px;height:36px;width:36px}.xhs-slider-prev{left:10px}.xhs-slider-next{right:10px}.xhs-modal-close{font-size:16px;height:36px;right:10px;top:10px;width:36px}}.xhs-text-cover{color:var(--main-color);min-height:250px;padding:20px}.xhs-text-pattern{background-image:radial-gradient(circle at 20% 20%,hsla(0,0%,100%,.8) 0 1px,transparent 2px),linear-gradient(135deg,transparent 45%,hsla(0,0%,100%,.35) 46% 48%,transparent 49%);background-size:22px 22px,48px 48px;inset:0;opacity:.32;position:absolute}.xhs-text-cover-content{gap:20px;min-height:inherit;position:relative}.xhs-text-cover-meta{gap:10px;opacity:.72}.xhs-text-cover-copy{font-size:clamp(17px,1.5vw,22px);font-weight:650;-webkit-line-clamp:6;line-height:1.55}.xhs-text-cover-footer{opacity:.72}.xhs-card-tone-1{background:linear-gradient(145deg,#eef5ff,#dce9fb)}.xhs-card-tone-2{background:linear-gradient(145deg,#edf9f2,#dcefe4)}.xhs-card-tone-3{background:linear-gradient(145deg,#fff7e7,#f4e5c5)}.xhs-card-tone-4{background:linear-gradient(145deg,#fff0f4,#f1dce3)}.xhs-card-tone-5{background:linear-gradient(145deg,#f1f3f6,#dfe4ea)}.dark-theme .xhs-card-tone-1,.dark-theme .xhs-card-tone-2,.dark-theme .xhs-card-tone-3,.dark-theme .xhs-card-tone-4,.dark-theme .xhs-card-tone-5{background:linear-gradient(145deg,#34383e,#272a2f)}.xhs-modal-video,.xhs-video-card video{display:block;height:100%;object-fit:cover;width:100%}.mode-waterfall .xhs-video-card video{aspect-ratio:10/13}.xhs-video-badge{backdrop-filter:blur(6px);background:rgba(0,0,0,.48);border-radius:50%;color:#fff;display:grid;height:42px;inset:50% auto auto 50%;place-items:center;position:absolute;transform:translate(-50%,-50%);width:42px}.xhs-comment-count{align-items:center;display:inline-flex;gap:4px}.xhs-auto-load-sentinel{height:1px;pointer-events:none;width:100%}body.xhs-modal-open,html.xhs-modal-open{overflow:hidden!important}.xhs-modal-loading-preview{background:var(--main-bg-color);display:grid;grid-template-columns:55% 45%;height:min(85vh,880px);width:100%}.xhs-modal-skeleton-media{min-height:420px}.xhs-modal-skeleton-side{display:flex;flex-direction:column;gap:18px;padding:36px 28px}.xhs-modal-skeleton-side i,.xhs-modal-skeleton-side span{border-radius:9px;display:block;height:18px}.xhs-modal-skeleton-side i:first-child{width:52%}.xhs-modal-skeleton-side i:nth-child(2){height:28px;width:88%}.xhs-modal-skeleton-side span:nth-child(3){height:120px;width:100%}.xhs-modal-skeleton-side span:last-child{width:72%}.xhs-skeleton-block{animation:zae-xhs-skeleton 1.2s ease-in-out infinite;background:linear-gradient(90deg,var(--body-bg-color) 25%,var(--main-border-color) 50%,var(--body-bg-color) 75%);background-size:200% 100%}.xhs-modal-state{align-items:center;color:var(--muted-2-color);display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:360px;width:100%}.xhs-modal-text-cover{width:100%}.xhs-modal-avatar{display:inline-flex;overflow:hidden}.xhs-modal-avatar img{border-radius:inherit;height:100%;object-fit:cover;width:100%}.xhs-comment-editor-toggle{align-items:center;background:var(--body-bg-color);border:1px solid var(--main-border-color);border-radius:20px;color:var(--muted-2-color);display:flex;flex:1;gap:8px;height:38px;min-width:120px;padding:0 12px}.xhs-comment-editor-toggle img{border-radius:50%;height:24px;width:24px}.xhs-comment-editor{background:var(--main-bg-color);inset:auto 0 0;opacity:0;padding:12px;pointer-events:none;position:absolute;transform:translateY(110%);transition:.28s ease}.xhs-comment-editor.active{opacity:1;pointer-events:auto;transform:translateY(0)}.xhs-comment-editor-cancel{background:transparent;border:0;color:var(--muted-2-color)}.xhs-modal-comment-form{align-items:center;display:flex;gap:10px;position:relative}.xhs-modal-comment-form .xhs-modal-actions{align-items:center;display:flex;gap:8px}.xhs-modal-original{text-decoration:none}@media (max-width:768px){.xhs-modal-loading-preview{grid-template-columns:1fr;grid-template-rows:38vh 1fr;height:92vh}.xhs-modal-skeleton-media{min-height:0}.xhs-modal-comment-form{display:flex}.xhs-modal-server-content .xhs-modal-left{height:42vh;min-height:210px}.xhs-modal-server-content .xhs-modal-right{max-height:53vh}.xhs-text-cover{min-height:220px}}.xhs-text-cover{--xhs-tone-bg:rgba(79,129,189,.075);--xhs-tone-accent:rgba(79,129,189,.18);background:linear-gradient(180deg,hsla(0,0%,100%,.34),hsla(0,0%,100%,0)),var(--xhs-tone-bg);border-radius:var(--main-radius,6px) var(--main-radius,6px) 0 0;display:block;height:0;min-height:0;overflow:hidden;padding-top:130%;position:relative;width:100%}.xhs-card-tone-2{--xhs-tone-bg:rgba(82,153,122,.075);--xhs-tone-accent:rgba(82,153,122,.18)}.xhs-card-tone-3{--xhs-tone-bg:rgba(202,151,63,.075);--xhs-tone-accent:rgba(202,151,63,.18)}.xhs-card-tone-4{--xhs-tone-bg:rgba(166,98,120,.07);--xhs-tone-accent:rgba(166,98,120,.17)}.xhs-card-tone-5{--xhs-tone-bg:rgba(109,124,138,.07);--xhs-tone-accent:rgba(109,124,138,.17)}.dark-theme .xhs-text-cover{--xhs-tone-bg:#526f91;--xhs-tone-accent:rgba(204,228,255,.4);background:linear-gradient(155deg,hsla(0,0%,100%,.16),hsla(0,0%,100%,.025) 54%,rgba(0,0,0,.06)),var(--xhs-tone-bg)}.dark-theme .xhs-card-tone-2{--xhs-tone-bg:#4f7967;--xhs-tone-accent:rgba(198,245,219,.38)}.dark-theme .xhs-card-tone-3{--xhs-tone-bg:#806943;--xhs-tone-accent:rgba(255,226,170,.4)}.dark-theme .xhs-card-tone-4{--xhs-tone-bg:#7c5d69;--xhs-tone-accent:rgba(255,211,228,.38)}.dark-theme .xhs-card-tone-5{--xhs-tone-bg:#596d7d;--xhs-tone-accent:rgba(218,235,248,.38)}.xhs-text-cover-content,.xhs-text-pattern{inset:0;position:absolute}.xhs-text-pattern{background:radial-gradient(var(--xhs-tone-accent) .7px,transparent .7px) 0 0/13px 13px,linear-gradient(135deg,transparent,hsla(0,0%,100%,.22));opacity:.45}.xhs-text-mark{bottom:-13px;color:var(--xhs-tone-accent);font-size:clamp(82px,8vw,118px);font-weight:700;line-height:1;opacity:.2;pointer-events:none;position:absolute;right:-4px}.xhs-text-cover-content{display:flex;flex-direction:column;gap:12px;justify-content:space-between;padding:14px 20px;z-index:1}.xhs-text-cover-meta{align-items:center;color:rgba(45,49,53,.45);display:flex;font-size:12px;font-weight:500;gap:8px;justify-content:space-between;line-height:16px;min-width:0}.xhs-text-cover-copy{color:var(--main-color,#2c2f32);display:-webkit-box;font-weight:500;overflow:hidden;text-align:center;-webkit-box-orient:vertical}.xhs-text-copy-short{font-size:22px;-webkit-line-clamp:3;line-height:1.45}.xhs-text-copy-medium{font-size:20px;-webkit-line-clamp:5;line-height:1.55}.xhs-text-copy-long{font-size:16px;-webkit-line-clamp:8;line-height:1.65;text-align:left}.xhs-text-cover-footer{color:rgba(45,49,53,.45);font-size:12px;line-height:16px}.dark-theme .xhs-text-cover-footer,.dark-theme .xhs-text-cover-meta{color:rgba(247,250,253,.72)}.dark-theme .xhs-text-cover-copy{color:#f7fafd;text-shadow:0 1px 2px rgba(0,0,0,.16)}.xhs-text-author-name,.xhs-text-author-name>name{align-items:center;color:inherit;display:flex;gap:4px;min-width:0}.xhs-text-author-name .display-name{color:inherit;max-width:72%;text-decoration:none}.xhs-text-author-name .badg,.xhs-text-author-name .level,.xhs-text-author-name .user-level{flex:0 0 auto;font-size:.8em;line-height:1.25}.xhs-text-author-name img.img-icon{flex:0 0 1.25em;height:1.25em;margin-left:.28em;object-fit:contain;width:1.25em}.xhs-modal-text-cover{border-radius:0;height:100%;min-height:100%;padding-top:0;visibility:hidden}.xhs-modal-text-cover.xhs-text-cover-ready{visibility:visible}.xhs-modal-has-text-cover:not(.xhs-text-cover-ready) .xhs-modal-media-category{visibility:hidden}.xhs-modal-has-text-cover.xhs-text-cover-ready .xhs-modal-media-category{visibility:visible}.xhs-modal-text-cover .xhs-text-cover-content{padding:24px 28px}.xhs-modal-text-cover .xhs-text-copy-short{font-size:clamp(22px,2.2vw,34px)}.xhs-modal-text-cover .xhs-text-copy-medium{font-size:clamp(20px,2vw,30px)}.xhs-modal-text-cover .xhs-text-copy-long{font-size:clamp(16px,1.5vw,23px)}.xhs-modal-actions-footer{background:var(--main-bg-color,#fff);border-top:1px solid var(--main-border-color,hsla(0,0%,49%,.1));box-sizing:border-box;display:block;margin:0;min-height:0;overflow:visible;padding:0 18px;position:relative;z-index:3}.xhs-modal-actions-default{align-items:center;display:flex;gap:4px;justify-content:flex-end;max-height:56px;min-height:56px;opacity:1;transform:translateY(0);transition:min-height .3s ease,max-height .3s ease,opacity .2s ease .08s,transform .3s ease}.xhs-modal-comment-jump{align-items:center;background:var(--body-bg-color,#f6f7f8);border-radius:20px;box-sizing:border-box;color:var(--muted-color,#777);cursor:text;display:inline-flex;flex:1 1 auto;gap:6px;height:40px;margin-right:8px;min-width:0;padding:8px 16px 8px 8px;text-decoration:none}.xhs-modal-comment-jump text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xhs-modal-comment-avatar{border-radius:50%;flex:0 0 24px;height:24px;overflow:hidden;width:24px}.xhs-modal-comment-avatar img{border-radius:inherit;display:block;height:100%;object-fit:cover;width:100%}.xhs-modal-actions-footer .right{align-items:center;display:flex;flex:0 0 auto;gap:3px}.xhs-modal-actions-footer .xhs-action-btn{align-items:center;border-radius:18px;color:var(--main-color,#333);display:inline-flex;font-size:12px;gap:5px;min-width:0;padding:7px 8px;text-decoration:none;white-space:nowrap}.xhs-modal-actions-footer .xhs-action-btn:hover{background:var(--body-bg-color,#f1f2f3);color:#ff2442}.xhs-modal-comment-editor{display:grid;grid-template-rows:0fr;min-height:0;opacity:0;transform:translateY(10px);transition:grid-template-rows .32s ease,opacity .2s ease,transform .3s ease,visibility 0s linear .32s;visibility:hidden}.xhs-modal-comment-editor-inner{min-height:0;overflow:hidden}.xhs-modal-comment-editor #respond{background:transparent;box-shadow:none;inset:auto!important;margin:0;padding:8px 0;position:relative!important}.xhs-modal-actions-footer.xhs-comment-editor-open .xhs-modal-actions-default{max-height:0;min-height:0;opacity:0;pointer-events:none;transform:translateY(-8px);transition-delay:0s}.xhs-modal-actions-footer.xhs-comment-editor-open{overflow:hidden;padding-left:0;padding-right:0}.xhs-modal-actions-footer.xhs-comment-editor-open .xhs-modal-comment-editor{grid-template-rows:1fr;opacity:1;transform:translateY(0);transition-delay:0s;visibility:visible}.xhs-modal-actions-footer.xhs-comment-editor-overflow-ready,.xhs-modal-actions-footer.xhs-comment-editor-overflow-ready .xhs-modal-comment-editor-inner{overflow:visible}.xhs-modal-comment-editor #commentform{background:transparent;border:0;border-radius:10px;padding:6px 10px}.xhs-modal-comment-editor #comment{background:var(--body-bg-color,#f6f7f8);max-height:84px!important;min-height:46px}.xhs-modal-comment-editor .comt-title{display:none}.xhs-modal-comment-editor .comt-tips-left>.dropup>.btn-input-expand{align-items:center;display:inline-flex;font-size:0;height:32px;justify-content:center;line-height:1;margin-right:4px;padding:0;width:32px}.xhs-modal-comment-editor .comt-tips-left>.dropup>.btn-input-expand .fa{font-size:15px;margin:0;width:auto}.xhs-modal-comment-editor .comt-tips-left>.dropup>.btn-input-expand .icon{height:15px;margin:0;width:15px}.xhs-modal-comment-editor .comment-send{border:0}.xhs-modal-comment-editor .fixed-body{display:none}.xhs-modal-comments #postcomments{background:transparent;box-shadow:none;margin:0;padding:8px 0}.xhs-modal-comments #postcomments .commentlist{margin:0;padding:0}.xhs-modal-comments #postcomments .commentlist>.comment>.list-inline,.xhs-modal-comments #postcomments .commentlist>.comment>.list-inline>.comt-main{padding-left:0;padding-right:0}.xhs-modal-comments .dropdown:not(.open)>.dropdown-menu,.xhs-modal-comments .dropup:not(.open)>.dropdown-menu{display:none}.xhs-modal-comments .commentlist>.comment-null{color:var(--muted-color,#777);list-style:none;min-height:180px;padding:32px 0;text-align:center}.xhs-modal-comments .comment-reply-link{cursor:pointer}.xhs-pay-hover-wrap{align-items:center;display:inline-flex;position:relative}.xhs-modal-actions-footer .xhs-pay-hover-wrap .xhs-pay-button{background:var(--focus-color,#409eff);border-radius:4px;color:#fff;margin-left:0;padding:6px 12px}.xhs-modal-actions-footer .xhs-pay-hover-wrap .xhs-pay-button:focus,.xhs-modal-actions-footer .xhs-pay-hover-wrap .xhs-pay-button:hover{background:var(--focus-color,#409eff);color:#fff;opacity:.88}.xhs-pay-tooltip .xhs-pay-paid{color:#52c41a}.xhs-pay-tooltip .xhs-pay-unpaid{color:#ff4d4f}.xhs-pay-tooltip:after{right:14px}@media (max-width:575px){.xhs-modal-actions-footer{bottom:0;overflow:hidden;padding:0 12px env(safe-area-inset-bottom,0);position:sticky}.xhs-modal-actions-footer:not(.xhs-comment-editor-open),.xhs-modal-actions-footer:not(.xhs-comment-editor-open) .xhs-modal-actions-default{overflow:visible}.xhs-modal-actions-default{gap:1px}.xhs-modal-comment-jump{margin-right:2px;padding-right:10px}.xhs-modal-actions-footer .right{gap:0;min-width:0}.xhs-modal-actions-footer .right>.item,.xhs-modal-actions-footer .right>.xhs-action-btn{margin:0;padding-left:5px;padding-right:5px}.xhs-modal-actions-footer .right text{display:none}.xhs-modal-comment-editor .comt-ctrl{flex-wrap:wrap;gap:8px}.xhs-modal-text-cover .xhs-text-cover-content{padding:18px 20px}}.xhs-modal-comment-editor,.xhs-modal-comment-editor #commentform,.xhs-modal-comment-editor #respond,.xhs-modal-comment-editor-inner{box-sizing:border-box;min-width:0;width:100%}.xhs-modal-comment-editor #respond.mobile-fixed,.xhs-modal-comment-editor #respond.show,.xhs-modal-comment-editor #respond.xhs-modal-respond{background:transparent!important;box-shadow:none!important;display:block!important;height:auto!important;inset:auto!important;margin:0!important;max-height:none!important;min-height:0!important;opacity:1!important;overflow:visible!important;padding:8px 0!important;position:relative!important;transform:none!important;visibility:visible!important;width:100%!important}.xhs-modal-comment-editor #respond .fixed-body{display:none!important}.xhs-modal-comment-editor #commentform{background:transparent!important;border:0!important;border-radius:10px!important;display:block!important;margin:0!important;padding:6px 10px!important}.xhs-modal-comment-editor #commentform>.flex,.xhs-modal-comment-editor #commentform>.flex.ac{align-items:flex-start!important;display:flex!important;gap:0!important;margin:0!important;width:100%!important}.xhs-modal-comment-editor #commentform .comt-title{display:none!important}.xhs-modal-comment-editor #commentform .comt-box,.xhs-modal-comment-editor #commentform .comt-box.grow1{display:block!important;flex:1 1 auto!important;float:none!important;margin:0!important;min-width:0!important;padding:0!important;width:100%!important}.xhs-modal-comment-editor #commentform .action-text{color:var(--muted-2-color,#777);display:block;font-size:12px;line-height:18px;margin:0 0 6px!important;min-height:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xhs-modal-comment-editor #commentform .action-text:empty{display:none!important}.xhs-modal-comment-editor #commentform textarea#comment{background:var(--body-bg-color,#f6f7f8)!important;border:1px solid var(--main-border-color,hsla(0,0%,49%,.16))!important;border-radius:8px!important;box-sizing:border-box!important;color:var(--main-color,#333)!important;display:block!important;height:84px!important;line-height:1.6;margin:0!important;max-height:188px!important;min-height:84px!important;min-width:0!important;overflow:auto;resize:vertical;width:100%!important}.xhs-modal-comment-editor #commentform .comt-ctrl{align-items:center!important;clear:both!important;display:flex!important;float:none!important;gap:4px!important;justify-content:flex-start!important;margin:8px 0 0!important;min-height:34px!important;padding:0!important;position:relative!important;width:100%!important}.xhs-modal-comment-editor #commentform .comt-tips{height:1px!important;left:0!important;overflow:hidden!important;position:absolute!important;top:0!important;width:1px!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}.xhs-modal-comment-editor #commentform .comt-tips-left,.xhs-modal-comment-editor #commentform .comt-tips-right{align-items:center!important;display:flex!important;float:none!important;margin:0!important;min-height:32px!important;min-width:0!important;padding:0!important;position:static!important}.xhs-modal-comment-editor #commentform .comt-tips-left{flex:1 1 auto!important;flex-wrap:wrap;gap:2px}.xhs-modal-comment-editor #commentform .comt-tips-right{flex:0 0 auto!important;gap:6px;margin-left:auto!important}.xhs-modal-comment-editor #commentform .comt-tips-right>a,.xhs-modal-comment-editor #commentform .comt-tips-right>button{align-items:center!important;border-radius:6px!important;box-sizing:border-box!important;display:inline-flex!important;justify-content:center!important;line-height:20px!important;margin:0!important;min-height:30px!important;padding:5px 10px!important;white-space:nowrap}.xhs-modal-comment-editor #commentform .comt-tips-left>.btn-input-expand,.xhs-modal-comment-editor #commentform .comt-tips-left>.dropup{align-items:center!important;display:inline-flex!important;height:30px!important;justify-content:center!important;margin:0!important;min-width:30px!important;position:relative!important;width:auto!important}.xhs-modal-comment-editor #commentform .comt-tips-left>.dropup>.btn-input-expand{align-items:center!important;display:inline-flex!important;height:30px!important;justify-content:center!important;margin:0!important;padding:0!important;width:30px!important}.xhs-modal-comment-editor #commentform .comt-tips-left .dropdown-menu{z-index:20}.xhs-modal-comment-editor #commentform input[type=hidden]{display:none!important}@media (max-width:575px){.xhs-modal-comment-editor #commentform{padding:6px 8px!important}.xhs-modal-comment-editor #commentform .comt-ctrl{align-items:flex-start!important}.xhs-modal-comment-editor #commentform .comt-tips-left{min-width:0!important}.xhs-modal-comment-editor #commentform .comt-tips-right{flex:0 0 auto!important}.xhs-modal-comment-editor #commentform .comt-tips-right>a,.xhs-modal-comment-editor #commentform .comt-tips-right>button{padding-left:8px!important;padding-right:8px!important}}html.xhs-modal-open{overflow-x:hidden!important;overflow-y:scroll!important}body.xhs-modal-open{left:0;overflow:hidden!important;position:fixed!important;right:0;top:calc(var(--xhs-modal-scroll-top,0px)*-1);width:100%}.xhs-modal-overlay{align-items:center;backdrop-filter:blur(10px);background:rgba(78,82,86,.56);justify-content:center;padding:5vh 4.3vw}.xhs-modal-container{background:var(--main-bg-color,#fff);border-radius:4px;box-shadow:0 16px 48px rgba(0,0,0,.18);height:min(90vh,880px);max-height:min(90vh,880px);max-width:100%;overflow:hidden;width:min(112vh,91.4vw)}.xhs-modal-content{height:100%;min-height:0}.xhs-modal-left{background:var(--body-bg-color,#f8faf9);flex:0 0 55%;min-height:0;min-width:0}.xhs-modal-media-category{backdrop-filter:none;background:transparent;border:0;border-radius:0;box-shadow:none;color:rgba(45,49,53,.45);display:block;font-size:12px;font-weight:500;line-height:16px;max-width:calc(100% - 40px);overflow:hidden;padding:0;position:absolute;right:20px;text-decoration:none;text-overflow:ellipsis;top:14px;white-space:nowrap;z-index:12}.xhs-modal-media-category:focus,.xhs-modal-media-category:hover{background:transparent;color:rgba(45,49,53,.68)}.dark-theme .xhs-modal-media-category{color:rgba(247,250,253,.72)}.dark-theme .xhs-modal-media-category:focus,.dark-theme .xhs-modal-media-category:hover{color:rgba(247,250,253,.9)}.xhs-modal-right{background:var(--main-bg-color,#fff);flex:0 0 45%;min-height:0;min-width:0;overflow:hidden}.xhs-modal-header{border-bottom:0;padding:18px 28px 12px}.xhs-modal-author-row{align-items:flex-start;gap:16px;margin-bottom:12px;min-width:0}.xhs-modal-avatar{height:45px;width:45px}.xhs-modal-author-name{font-size:15px;font-weight:500;line-height:1.4}.xhs-modal-author-info{gap:7px}.xhs-modal-meta{font-size:12px;gap:14px;line-height:1.4;margin-top:0}.xhs-modal-title{font-size:20px;font-weight:500;line-height:1.4;margin:0 0 6px}.xhs-modal-scroll{min-height:0;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:none}.xhs-modal-scroll::-webkit-scrollbar{display:none}.xhs-modal-body{font-size:15px;line-height:1.8;padding:0 28px 18px}.xhs-modal-text.theme-box.wp-posts-content{background:transparent;box-shadow:none;margin:0;padding:0}.xhs-modal-comments{min-height:0;padding:0 28px 12px}.xhs-modal-actions-footer{flex:0 0 auto;margin:0!important;width:100%}.xhs-modal-actions-footer .xhs-action-btn{min-height:32px}.xhs-modal-close{background:rgba(25,28,31,.24);border-radius:50%;box-shadow:none;color:hsla(0,0%,100%,.92);height:38px;right:12px;top:12px;width:38px}.xhs-modal-close:hover{background:rgba(25,28,31,.46);color:#fff;transform:none}@media (max-width:767px){.xhs-modal-overlay{align-items:flex-end;padding:0}.xhs-modal-container{border-radius:4px 4px 0 0;height:94vh;max-height:94vh;width:100vw}.xhs-modal-content{display:block;height:100%;overflow:auto}.xhs-modal-left{border-bottom:1px solid var(--main-border-color,hsla(0,0%,49%,.14));height:min(62vh,520px);min-height:210px;width:100%}.xhs-modal-right{max-height:none;overflow:visible;width:100%}.xhs-modal-header{padding:16px 18px 12px}.xhs-modal-avatar{height:40px;width:40px}.xhs-modal-body{font-size:14px;padding:0 18px 18px}.xhs-modal-comments{padding:0 18px 12px}.xhs-modal-title{font-size:21px}.xhs-modal-actions-footer{bottom:0;position:sticky}.xhs-modal-text-cover .xhs-text-cover-content{padding:18px 20px}}.xhs-forum-card{--xhs-forum-radius:6px;background:var(--main-bg-color,#fff);border-radius:var(--xhs-forum-radius);overflow:hidden}.xhs-forum-card[data-xhs-forum-shadow=none]{box-shadow:none}.xhs-forum-card[data-xhs-forum-shadow=soft]{box-shadow:0 1px 3px rgba(34,36,38,.08)}.xhs-forum-card[data-xhs-forum-shadow=deep]{box-shadow:0 8px 24px rgba(34,36,38,.14)}.xhs-forum-card[data-xhs-forum-hover=lift]{transition:transform .22s ease,box-shadow .22s ease}.xhs-forum-card[data-xhs-forum-hover=lift]:hover{box-shadow:0 9px 22px rgba(34,36,38,.14);transform:translateY(-3px)}.xhs-forum-card[data-xhs-forum-hover=zoom] .xhs-card-media img,.xhs-forum-card[data-xhs-forum-hover=zoom] .xhs-card-media video{transition:transform .28s ease}.xhs-forum-card[data-xhs-forum-hover=zoom]:hover .xhs-card-media img,.xhs-forum-card[data-xhs-forum-hover=zoom]:hover .xhs-card-media video{transform:scale(1.035)}.xhs-forum-card[data-xhs-forum-hover=focus]:hover{box-shadow:0 10px 28px rgba(34,36,38,.18)}.xhs-forum-badges{align-items:center;color:var(--muted-2-color);display:flex;flex-wrap:wrap;font-size:12px;gap:5px;line-height:18px;margin-top:6px;min-width:0}.xhs-forum-badges>*{margin:0 4px 0 0}.xhs-modal-author{align-items:center;display:flex;flex:1 1 auto;gap:12px;min-width:0}.xhs-modal-author-avatar{border-radius:50%;display:inline-flex;flex:0 0 45px;height:45px;overflow:hidden;width:45px}.xhs-modal-author-avatar .avatar,.xhs-modal-author-avatar img{border-radius:inherit;display:block;height:100%;object-fit:cover;width:100%}.xhs-modal-author-info{align-items:flex-start;display:flex;flex-direction:column;gap:5px;min-width:0}.xhs-modal-author-info>.xhs-modal-author-name,.xhs-modal-author-info>name{align-items:center;color:var(--main-color);display:flex;font-size:14px;gap:4px;line-height:20px;min-width:0}.xhs-modal-author-info .display-name{max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xhs-modal-author-date{color:var(--muted-2-color);font-size:12px;line-height:16px}.xhs-modal-meta .xhs-modal-stat{align-items:center;display:inline-flex;gap:3px}.xhs-modal-meta .xhs-modal-stat svg{height:14px;width:14px}.xhs-pay-button{background:var(--focus-color,#409eff);border-radius:4px;color:#fff;margin-left:0;padding:6px 12px}.xhs-pay-button:focus,.xhs-pay-button:hover{background:var(--focus-color,#409eff);color:#fff;opacity:.88}.xhs-pay-tooltip{background:var(--main-bg-color,#fff);border:2px solid var(--main-border-color,#b9b9b9);border-radius:8px;bottom:calc(100% + 9px);min-width:170px;opacity:0;padding:10px 12px;pointer-events:none;position:absolute;right:-4px;transform:translateY(4px);transition:opacity .2s,visibility .2s,transform .2s;visibility:hidden;z-index:10}.xhs-pay-hover-wrap:focus-within .xhs-pay-tooltip,.xhs-pay-hover-wrap:hover .xhs-pay-tooltip{opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.xhs-no-posts{color:var(--muted-2-color);font-size:15px;padding:60px 20px;text-align:center}