.wpsxep-article-page{max-width:var(--site-max-bank,90rem);margin-inline:auto}.wpsxep-article-panel{border-radius:var(--site-radius-card,12px);border:1px solid #e8edf3;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04),0 8px 24px rgba(15,23,42,.03);padding:clamp(1.25rem,2.5vw,2rem)}.wpsxep-article-panel--detail{padding-bottom:clamp(2rem,4vw,3rem)}.wpsxep-article-panel__foot{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f1f5f9;text-align:center;font-size:13px}.wpsxep-article-panel__foot a{color:var(--site-color-primary,#2563eb);text-decoration:none}.wpsxep-article-panel__foot a:hover{text-decoration:underline}.wpsxep-article-page-head{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.25rem;border-bottom:1px solid #f1f5f9}.wpsxep-article-page-head__title{margin:0;font-size:clamp(1.375rem,2.4vw,1.875rem);font-weight:700;letter-spacing:-.025em;line-height:1.25;color:#0f172a}.wpsxep-article-page-head__desc{margin:.35rem 0 0;font-size:14px;line-height:1.6;color:#64748b}.wpsxep-article-page-head__pills{display:flex;flex-wrap:wrap;gap:.5rem}.wpsxep-article-page-head__pill{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:999px;border:1px solid #e2e8f0;background:#f8fafc;font-size:13px;line-height:1.35;color:#475569;text-decoration:none;white-space:nowrap;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.wpsxep-article-page-head__pill:hover{border-color:color-mix(in srgb,var(--site-color-primary,#2563eb) 35%,#e2e8f0);color:var(--site-color-primary,#2563eb);background:var(--site-color-primary-soft,#f0f7ff)}.wpsxep-article-page-head--compact{margin-bottom:1.25rem;padding-bottom:0;border-bottom:none}.wpsxep-article-page-head--compact .wpsxep-article-page-head__pills{padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.wpsxep-article-page-head__pill.is-active{border-color:color-mix(in srgb,var(--site-color-primary,#2563eb) 45%,#e2e8f0);background:var(--site-color-primary-soft,#f0f7ff);color:var(--site-color-primary-hover,#1d4ed8);font-weight:600}.wpsxep-article-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px 20px;margin-bottom:.5rem}.wpsxep-article-toolbar__count{margin:0;font-size:13px;color:#94a3b8}.wpsxep-article-toolbar__count strong{font-weight:600;color:#64748b}.wpsxep-article-search-row{display:flex;align-items:stretch;gap:8px;flex:1 1 auto;max-width:420px;min-width:min(100%,240px)}.wpsxep-article-search-input{flex:1 1 auto;min-width:0;padding:.55rem .85rem;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;color:#0f172a;font-size:14px;line-height:1.4;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.wpsxep-article-search-input::-moz-placeholder{color:#94a3b8}.wpsxep-article-search-input::placeholder{color:#94a3b8}.wpsxep-article-search-input:focus{outline:none;border-color:var(--site-color-primary,#2563eb);background:#fff;box-shadow:0 0 0 3px color-mix(in srgb,var(--site-color-primary,#2563eb) 12%,transparent)}.wpsxep-article-search-btn{flex-shrink:0;border:none;border-radius:8px;padding:0 1rem;min-height:38px;font-size:14px;font-weight:500;color:#fff;background:var(--site-color-primary,#2563eb);cursor:pointer;white-space:nowrap;transition:background-color .15s ease}.wpsxep-article-search-btn:hover{background:var(--site-color-primary-hover,#1d4ed8)}.wpsxep-article-list{display:flex;flex-direction:column}.wpsxep-article-list-item{border-bottom:1px solid #f1f5f9}.wpsxep-article-list-item:last-child{border-bottom:none}.wpsxep-article-list-item__link{display:flex;align-items:center;gap:1rem;padding:1.15rem .25rem;text-decoration:none;color:inherit;transition:background-color .15s ease}.wpsxep-article-list-item__link:hover .wpsxep-article-list-item__title{color:var(--site-color-primary,#2563eb)}.wpsxep-article-list-item__link:hover .wpsxep-article-list-item__arrow{opacity:1;transform:translateX(2px)}.wpsxep-article-list-item__index{flex-shrink:0;width:2rem;font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;color:#cbd5e1;text-align:center}.wpsxep-article-list-item__thumb{flex:0 0 120px;width:120px;aspect-ratio:16/10;border-radius:8px;overflow:hidden;background:#f1f5f9}.wpsxep-article-list-item__thumb img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.wpsxep-article-list-item__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.35rem}.wpsxep-article-list-item__title-row{display:flex;align-items:flex-start;gap:.5rem}.wpsxep-article-list-item__badge{flex-shrink:0;margin-top:2px;padding:1px 6px;border-radius:4px;font-size:11px;font-weight:600;line-height:1.4;color:var(--site-color-primary-hover,#1d4ed8);background:var(--site-color-primary-soft,#f0f7ff)}.wpsxep-article-list-item__title{font-size:16px;font-weight:600;line-height:1.45;color:#0f172a;transition:color .15s ease}.wpsxep-article-list-item__excerpt{font-size:14px;line-height:1.65;color:#64748b;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.wpsxep-article-list-item__meta{font-size:12px;line-height:1.5;color:#94a3b8}.wpsxep-article-list-item__arrow{flex-shrink:0;font-size:14px;color:#cbd5e1;opacity:0;transition:opacity .15s ease,transform .15s ease}.wpsxep-article-list-item--thumb .wpsxep-article-list-item__title{font-size:17px}.wpsxep-article-detail-head{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.wpsxep-article-detail-head__title{margin:0;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;letter-spacing:-.03em;line-height:1.3;color:#0f172a}.wpsxep-article-detail-head__excerpt{margin:.75rem 0 0;font-size:15px;line-height:1.7;color:#64748b}.wpsxep-article-detail-head__meta{margin:.85rem 0 0;font-size:13px;color:#94a3b8}.wpsxep-article-content{max-width:var(--site-max-reading,50rem);margin-top:0;font-size:16px;line-height:1.85;color:#334155}.wpsxep-article-state{margin:0;padding:3rem 1rem;text-align:center;font-size:14px;color:#94a3b8}.wpsxep-article-state--empty{border:1px dashed #e2e8f0;border-radius:10px;background:#fafbfc}.wpsxep-article-sidebar-wrap{position:sticky;top:var(--site-header-offset,4.5rem);align-self:start;max-height:calc(100vh - var(--site-header-offset, 4.5rem) - 1rem);overflow-y:auto;overscroll-behavior:contain}.wpsxep-article-sidebar{border-radius:var(--site-radius-card,12px);border:1px solid #e8edf3;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.04);overflow:hidden}.wpsxep-article-sidebar__head{padding:.85rem 1rem;border-bottom:1px solid #f1f5f9}.wpsxep-article-sidebar__title{margin:0;font-size:13px;font-weight:600;letter-spacing:.02em;color:#64748b;text-transform:none}.wpsxep-article-sidebar__body{padding:.75rem}.wpsxep-article-sidebar__empty{margin:.5rem 0;font-size:12px;color:#94a3b8}.wpsxep-article-cat-tree__all{display:block;margin-bottom:.5rem;padding:.45rem .65rem;border-radius:6px;font-size:13px;font-weight:500;color:#475569;text-decoration:none;transition:background-color .12s ease,color .12s ease}.wpsxep-article-cat-tree__all.is-active,.wpsxep-article-cat-tree__all:hover{background:var(--site-color-primary-soft,#f0f7ff);color:var(--site-color-primary-hover,#1d4ed8)}.wpsxep-article-cat-tree{list-style:none;margin:0;padding:0}.wpsxep-article-cat-tree--nested{margin-top:2px;margin-left:.65rem;padding-left:.65rem;border-left:1px solid #f1f5f9}.wpsxep-article-cat-tree__item{margin:1px 0}.wpsxep-article-cat-tree__link{display:block;padding:.4rem .65rem;border-radius:6px;font-size:13px;line-height:1.45;color:#475569;text-decoration:none;transition:background-color .12s ease,color .12s ease}.wpsxep-article-cat-tree__link:hover{background:#f8fafc;color:#0f172a}.wpsxep-article-cat-tree__link.is-active{background:var(--site-color-primary-soft,#f0f7ff);color:var(--site-color-primary-hover,#1d4ed8);font-weight:600}.wpsxep-article-toc{margin-top:.75rem;border-radius:var(--site-radius-card,12px);border:1px solid #e8edf3;background:#fff;padding:.85rem 1rem;box-shadow:0 1px 2px rgba(15,23,42,.04)}.wpsxep-article-toc__label{margin:0 0 .5rem;font-size:12px;font-weight:600;color:#94a3b8}.wpsxep-article-toc__list{list-style:none;margin:0;padding:0}.wpsxep-article-toc__item{margin:2px 0}.wpsxep-article-toc__item--sub{padding-left:.75rem}.wpsxep-article-toc__link{display:block;padding:.25rem 0;font-size:13px;line-height:1.45;color:#64748b;text-decoration:none;transition:color .12s ease}.wpsxep-article-toc__link:hover{color:var(--site-color-primary,#2563eb)}@media (max-width:640px){.wpsxep-article-panel{padding:1rem}.wpsxep-article-search-row{max-width:none}.wpsxep-article-list-item__link{flex-wrap:wrap;padding:1rem 0}.wpsxep-article-list-item__index{display:none}.wpsxep-article-list-item__thumb{width:100%;flex-basis:100%}.wpsxep-article-list-item__arrow{display:none}}