:root{--pshell-bar-h:52px;--pshell-section-gap:56px}.pshell-root{max-width:var(--content-max);padding-inline:var(--gutter);margin-inline:auto}.pshell-bar{min-height:var(--pshell-bar-h);z-index:30;border-bottom:1px solid var(--border);background:var(--card);margin-inline:calc(50% - 50vw);position:sticky;top:0}.pshell-bar-row{max-width:var(--content-max);padding-inline:var(--gutter);align-items:center;gap:16px;margin-inline:auto;padding-block:10px;display:flex}.pshell-nav{scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:16px;min-width:0;margin-left:auto;display:flex;overflow-x:auto}.pshell-nav::-webkit-scrollbar{display:none}.pshell-nav-link{white-space:nowrap;flex-shrink:0}@media (min-width:1024px){.pshell-nav{gap:20px;overflow:visible}}.pshell-nav-link{color:var(--muted-foreground);transition:color var(--dur-base), border-color var(--dur-base);border-bottom:2px solid #0000;padding:6px 2px;font-size:13px;font-weight:500;text-decoration:none}.pshell-nav-link:hover{color:var(--foreground);border-bottom-color:var(--border)}.pshell-nav-link[aria-current=location]{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.pshell-section{scroll-margin-top:72px;display:flow-root}.pshell-content>.pshell-section+.pshell-section,.pshell-rail>.pshell-section+.pshell-section{margin-top:var(--pshell-section-gap)}.pshell-content>.pshell-section>*{margin-block:0}.pshell-section h2{margin-block:0 14px}.pshell-section h2+*{margin-top:0}.pshell-body{margin-top:var(--pshell-section-gap);display:flow-root}.pshell-content{min-width:0}@media (min-width:1024px){.pshell-body{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:40px;display:grid}.pshell-rail{top:calc(var(--pshell-bar-h) + 20px);position:sticky}}.pshell-hero-band{background:var(--surface-raised);margin-inline:calc(50% - 50vw);padding-inline:calc(50vw - 50%)}.pshell-h2{letter-spacing:-.018em;color:var(--foreground);margin:0 0 14px;font-size:24px;font-weight:600;line-height:1.2}