.wp-page{display:grid;grid-template-columns:280px 1fr;min-height:100vh;padding-top:var(--top-bar-height)}.wp-sidebar{position:-webkit-sticky;position:sticky;top:var(--top-bar-height);height:calc(100vh - var(--top-bar-height));overflow-y:auto;padding:1.5rem 1rem 2rem;border-right:1px solid var(--border-light);background:var(--background)}.wp-sidebar__head{margin-bottom:1.25rem}.wp-back{display:inline-flex;align-items:center;gap:.25rem;margin-bottom:.75rem;font-size:.8rem;font-weight:600;color:var(--text-secondary);text-decoration:none}.wp-back:hover,.wp-sidebar__title{color:var(--foreground)}.wp-sidebar__title{font-family:var(--font-display);font-size:1.1rem;font-weight:700}.wp-toc{display:flex;flex-direction:column;gap:2px}.wp-toc__item{display:block;width:100%;text-align:left;border:0;background:transparent;padding:.4rem .6rem;border-radius:6px;font-size:.78rem;font-weight:500;color:var(--text-secondary);cursor:pointer;line-height:1.4;transition:background .15s,color .15s}.wp-toc__item:hover{background:var(--surface-muted);color:var(--foreground)}.wp-toc__item--2{padding-left:1rem}.wp-toc__item--3{padding-left:1.6rem;font-size:.72rem}.wp-main{padding:2rem clamp(1.5rem,4vw,4rem) 4rem;max-width:820px;overflow-y:auto}.wp-search{position:-webkit-sticky;position:sticky;top:0;z-index:10;display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.6rem .9rem;border:1px solid var(--border-light);border-radius:10px;background:var(--background);box-shadow:0 2px 12px rgba(0,0,0,.04)}.wp-search__icon{color:var(--text-muted);flex-shrink:0}.wp-search__input{flex:1 1;border:0;background:transparent;outline:none;font:inherit;font-size:.9rem;color:var(--foreground)}.wp-search__input::placeholder{color:var(--text-muted)}.wp-search__count{font-size:.75rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}.wp-search__clear,.wp-search__nav{display:grid;place-items:center;width:26px;height:26px;border:0;border-radius:6px;background:var(--surface-muted);color:var(--text-secondary);cursor:pointer}.wp-search__clear:hover,.wp-search__nav:hover{background:var(--surface-strong);color:var(--foreground)}.wp-section{margin-bottom:2.5rem;scroll-margin-top:5rem}.wp-section h1{font-size:1.75rem;font-weight:800;margin-bottom:.75rem}.wp-section h1,.wp-section h2{font-family:var(--font-display);color:var(--foreground)}.wp-section h2{font-size:1.3rem;font-weight:700;margin-bottom:.5rem;padding-top:.5rem;border-top:1px solid var(--border-light)}.wp-section h3{font-size:1.05rem;font-weight:700;margin-bottom:.35rem;color:var(--foreground)}.wp-body p{margin-bottom:.6rem;font-size:.92rem;line-height:1.75}.wp-body li,.wp-body p{color:var(--text-primary)}.wp-body li{margin-left:1.25rem;margin-bottom:.35rem;font-size:.9rem;line-height:1.6;list-style:disc}.wp-bold{font-weight:700}.wp-blockquote{padding:.5rem 1rem;margin-bottom:.75rem;border-left:3px solid var(--border-light);color:var(--text-secondary);font-size:.88rem;font-style:italic;line-height:1.7}.wp-hr{border:0;border-top:1px solid var(--border-light);margin:1.5rem 0}.wp-highlight{background:#fef08a;color:#1c1917;border-radius:2px;padding:0 2px}.wp-empty{text-align:center;color:var(--text-muted);padding:4rem 0;font-size:1rem}@media (max-width:768px){.wp-page{grid-template-columns:1fr}.wp-sidebar{position:relative;top:0;height:auto;max-height:40vh;border-right:0;border-bottom:1px solid var(--border-light)}.wp-main{max-width:100%}}