.pt-root{min-height:100vh;font-family:var(--sans);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.6}.pt-root *{box-sizing:border-box}.pt-root a{color:inherit}.pt-root .mono{font-family:var(--mono)}.pt-root .progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--forest-a),var(--accent));z-index:80;transition:width .1s linear}.pt-root .topbar{position:sticky;top:0;z-index:60;backdrop-filter:saturate(1.4) blur(14px);background:color-mix(in srgb,var(--bg) 78%,transparent);border-bottom:1px solid var(--border)}.pt-root .topbar-inner{max-width:var(--max);margin:0 auto;padding:14px 40px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pt-root .brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--ink);font-weight:600;letter-spacing:-.01em}.pt-root .brand .mark{width:30px;height:30px;border-radius:9px;background:radial-gradient(120% 120% at 30% 20%,var(--forest-a),var(--forest-c));display:grid;place-items:center;color:var(--fg-strong);font-family:var(--mono);font-size:14px;font-weight:600;box-shadow:inset 0 1px 0 rgba(255,255,255,.2)}.pt-root .brand .back{color:var(--ink-3);transition:color .2s var(--ease),transform .2s var(--ease)}.pt-root .brand:hover .back{color:var(--ink);transform:translateX(-2px)}.pt-root .seg{display:inline-flex;background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;padding:4px;gap:2px}.pt-root .seg a{text-decoration:none;font-size:13px;font-weight:500;color:var(--ink-2);padding:7px 18px;border-radius:999px;transition:all .25s var(--ease)}.pt-root .seg a.is-active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-card)}.pt-root .seg a:hover:not(.is-active){color:var(--ink)}.pt-root .hero{position:relative;overflow:hidden;background:radial-gradient(140% 120% at 78% -10%,var(--forest-a) 0,var(--forest-b) 42%,var(--forest-c) 100%);color:var(--fg)}.pt-root .hero:before{top:-30%;right:-10%;width:60%;height:110%;background:radial-gradient(circle,var(--glow) 0,transparent 65%)}.pt-root .hero:after,.pt-root .hero:before{content:"";position:absolute;pointer-events:none}.pt-root .hero:after{inset:0;background-image:repeating-linear-gradient(180deg,transparent 0 47px,var(--ruled) 47px 48px)}.pt-root .hero-inner{position:relative;z-index:2;max-width:var(--max);margin:0 auto;padding:92px 40px 104px}.pt-root .eyebrow{font-family:var(--mono);font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--fg-subtle);margin:0 0 22px}.pt-root .hero h1{margin:0;font-weight:600;letter-spacing:-.03em;line-height:.98;font-size:clamp(48px,7vw,92px);color:var(--fg-strong);max-width:14ch}.pt-root .hero h1 em{font-family:var(--italic);font-style:italic;font-weight:400;letter-spacing:-.01em}.pt-root .hero p.lede{margin:28px 0 0;max-width:56ch;font-size:clamp(17px,1.5vw,20px);color:var(--fg-muted);line-height:1.55}.pt-root .hero-meta{margin-top:40px;display:flex;flex-wrap:wrap;gap:12px}.pt-root .chip{display:inline-flex;align-items:baseline;gap:9px;padding:10px 16px;border-radius:999px;background:var(--chip-bg);border:1px solid var(--chip-border);font-size:13.5px;color:var(--fg)}.pt-root .chip b{font-family:var(--mono);font-weight:500;color:var(--fg-strong)}.pt-root .chip span{color:var(--fg-subtle);font-family:var(--mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase}.pt-root .shell{max-width:var(--max);margin:0 auto;padding:0 40px 120px;display:grid;grid-template-columns:268px minmax(0,1fr);gap:64px;align-items:start}.pt-root .toc{position:sticky;top:92px;align-self:start;max-height:calc(100vh - 120px);overflow-y:auto;padding:64px 4px 30px;margin-top:-40px}.pt-root .toc::-webkit-scrollbar{width:8px}.pt-root .toc::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}.pt-root .toc-group{font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--ink-3);margin:26px 0 10px 14px}.pt-root .toc-group:first-child{margin-top:0}.pt-root .toc a{display:block;text-decoration:none;color:var(--ink-2);font-size:13.5px;line-height:1.35;padding:7px 14px;border-radius:10px;border-left:2px solid transparent;transition:color .2s var(--ease),background .2s var(--ease)}.pt-root .toc a .num{font-family:var(--mono);font-size:11px;color:var(--ink-3);margin-right:8px}.pt-root .toc a:hover{background:var(--surface-muted);color:var(--ink)}.pt-root .toc a.is-active{color:var(--accent-ink);background:color-mix(in srgb,var(--accent) 9%,transparent);font-weight:500}.pt-root .toc a.is-active .num{color:var(--accent)}.pt-root .toc a.sub{padding-left:30px;font-size:12.5px}.pt-root .content{min-width:0;padding-top:56px}.pt-root .content>*{max-width:var(--measure)}.pt-root .doc-head{margin-bottom:8px;padding-bottom:40px;border-bottom:1px solid var(--border)}.pt-root .doc-head .kicker{font-family:var(--mono);font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 14px}.pt-root .doc-head h2{font-size:clamp(34px,4vw,46px);font-weight:600;letter-spacing:-.025em;margin:0 0 18px;line-height:1.04}.pt-root .doc-head h2 em{font-family:var(--italic);font-style:italic;font-weight:400}.pt-root .doc-dates{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:13px;color:var(--ink-3);font-family:var(--mono)}.pt-root .doc-dates b{color:var(--ink);font-weight:500}.pt-root .content h3.section-title{display:flex;align-items:baseline;gap:16px;font-size:26px;font-weight:600;letter-spacing:-.02em;margin:64px 0 18px;line-height:1.15;scroll-margin-top:88px}.pt-root .content h3.section-title .n{font-family:var(--mono);font-size:14px;font-weight:500;color:var(--accent);flex:none;width:2.6em}.pt-root .content h4.sub-title{font-size:18px;font-weight:600;letter-spacing:-.01em;margin:36px 0 12px;color:var(--ink);scroll-margin-top:88px}.pt-root .content p{margin:0 0 16px;color:var(--ink-2)}.pt-root .content li strong,.pt-root .content p strong{color:var(--ink);font-weight:600}.pt-root .content a.link{color:var(--accent-ink);text-decoration:underline;text-decoration-color:color-mix(in srgb,var(--accent) 40%,transparent);text-underline-offset:3px;text-decoration-thickness:1.5px;transition:text-decoration-color .2s var(--ease)}.pt-root .content a.link:hover{text-decoration-color:var(--accent)}.pt-root .content ul{margin:0 0 18px;padding:0;list-style:none}.pt-root .content ul li{position:relative;padding-left:26px;margin-bottom:10px;color:var(--ink-2)}.pt-root .content ul li:before{content:"";position:absolute;left:4px;top:.62em;width:6px;height:6px;border-radius:2px;background:var(--accent);transform:rotate(45deg)}.pt-root .summary{max-width:var(--measure);margin:40px 0 8px;background:linear-gradient(180deg,var(--surface),color-mix(in srgb,var(--surface) 88%,var(--bg)));border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:30px 34px 26px;position:relative}.pt-root .summary .tag{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--accent-ink);background:color-mix(in srgb,var(--accent) 10%,transparent);padding:6px 12px;border-radius:999px;margin-bottom:16px}.pt-root .summary .tag .dot{width:6px;height:6px;border-radius:99px;background:var(--accent)}.pt-root .summary p{margin:0;font-size:16px;line-height:1.62;color:var(--ink-2)}.pt-root .summary p strong{color:var(--ink)}.pt-root .table-wrap{max-width:100%;overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-card);margin:22px 0 26px;background:var(--surface)}.pt-root .table-wrap table{width:100%;border-collapse:collapse;font-size:14px;min-width:560px}.pt-root .table-wrap thead th{text-align:left;font-family:var(--mono);font-weight:500;font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);background:var(--surface-muted);padding:14px 18px;border-bottom:1px solid var(--border);vertical-align:bottom}.pt-root .table-wrap tbody td{padding:15px 18px;border-bottom:1px solid var(--border);color:var(--ink-2);vertical-align:top;line-height:1.5}.pt-root .table-wrap tbody tr:last-child td{border-bottom:none}.pt-root .table-wrap tbody tr:nth-child(2n) td{background:color-mix(in srgb,var(--surface-muted) 40%,transparent)}.pt-root .table-wrap tbody td strong{color:var(--ink);font-weight:600}.pt-root .table-wrap td a.link,.pt-root .table-wrap th a.link{color:var(--accent-ink)}.pt-root .rule{max-width:var(--measure);height:1px;background:var(--border);border:none;margin:80px 0}.pt-root .foot{border-top:1px solid var(--border);background:var(--surface)}.pt-root .foot-inner{max-width:var(--max);margin:0 auto;padding:40px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px;color:var(--ink-3);font-size:13.5px}.pt-root .foot-inner a{color:var(--ink-2);text-decoration:none}.pt-root .foot-inner a:hover{color:var(--accent-ink)}.pt-root .foot-links{display:flex;gap:22px;align-items:center}.pt-root .totop{position:fixed;right:28px;bottom:28px;width:46px;height:46px;border-radius:14px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-card);display:grid;place-items:center;cursor:pointer;color:var(--ink-2);opacity:0;transform:translateY(10px) scale(.94);pointer-events:none;transition:all .35s var(--ease);z-index:60}.pt-root .totop.show{opacity:1;transform:none;pointer-events:auto}.pt-root .totop:hover{color:var(--accent-ink);border-color:var(--border-strong);transform:translateY(-2px)}@media (max-width:980px){.pt-root .shell{grid-template-columns:1fr;gap:0;padding:0 28px 100px}.pt-root .toc{display:none}.pt-root .content{padding-top:44px}.pt-root .foot-inner,.pt-root .hero-inner,.pt-root .topbar-inner{padding-left:28px;padding-right:28px}.pt-root .hero-inner{padding-top:64px;padding-bottom:72px}}@media (max-width:560px){.pt-root .seg a{padding:7px 13px}.pt-root .brand span.full{display:none}.pt-root .content h3.section-title{font-size:22px;gap:10px}.pt-root .content h3.section-title .n{width:auto}}@media (prefers-reduced-motion:reduce){.pt-root *{transition-duration:.001ms!important}}