html.light .proof-graph-paginated :is(h1,h2,h3,h4,h5,h6){color:inherit;text-shadow:none}.proof-graph-paginated{--pgp-bg-dark: #0d0908;--pgp-bg-cream: #f8f4ee;--pgp-ink: #18181b;--pgp-ink-mid: #44403c;--pgp-ink-muted: #52525b;--pgp-paper: rgba(255, 255, 255, .95);--pgp-paper-mid: rgba(255, 255, 255, .6);--pgp-paper-dim: rgba(255, 255, 255, .22);--pgp-green-1: #7bbf9a;--pgp-green-2: #5a9a7a;--pgp-green-3: #4a8a6a;--pgp-green-4: #3a7a5a;--pgp-lavender: #b4a7d6;--pgp-stamp: #8b7ec8;--pgp-amber: #d97706;--pgp-paper-edge: #e7e5e0;--pgp-ease-out: cubic-bezier(.22, 1, .36, 1);--pgp-ease-in-out: cubic-bezier(.65, 0, .35, 1);position:fixed;top:0;right:0;bottom:0;left:0;padding-top:5rem;display:grid;grid-template-rows:1fr auto;grid-template-columns:minmax(0,1fr);overflow:hidden;overscroll-behavior:contain;touch-action:manipulation;font-family:var(--font-sans);background:var(--pgp-bg-dark);color:var(--pgp-paper);z-index:1;transition:background-color .8s var(--pgp-ease-out),color .8s var(--pgp-ease-out)}.proof-graph-paginated[data-pgp-theme=light]{background:var(--pgp-bg-cream);color:var(--pgp-ink)}.proof-graph-paginated *,.proof-graph-paginated *:before,.proof-graph-paginated *:after{box-sizing:border-box}.proof-graph-paginated .pgp-stage{position:relative;overflow:hidden;min-width:0}.proof-graph-paginated .pgp-scene{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:safe center;padding:8vh 6vw 14vh;opacity:0;pointer-events:none;transform:translateY(140px);transition:opacity 1.2s var(--pgp-ease-out),transform 1.3s var(--pgp-ease-out)}@media(max-width:540px){.proof-graph-paginated .pgp-scene{padding:5vh 5vw 6vh}}.proof-graph-paginated .pgp-scene>*{min-width:0;max-width:100%}.proof-graph-paginated .pgp-scene[data-fullbleed=true]{padding:0}.proof-graph-paginated .pgp-scene[aria-current=true]{opacity:1;pointer-events:auto;transform:translate(0);transition-duration:.7s,0ms;transition-delay:0ms}.proof-graph-paginated .pgp-scene[data-direction=back]{transform:translateY(-140px)}.proof-graph-paginated .pgp-rail{display:flex;align-items:center;justify-content:center;gap:14px;padding:22px 24px max(22px,env(safe-area-inset-bottom));z-index:60;pointer-events:none}.proof-graph-paginated .pgp-rail>*{pointer-events:auto}.proof-graph-paginated .pgp-rail-track{display:flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);transition:background-color .6s,border-color .6s}.proof-graph-paginated[data-pgp-theme=light] .pgp-rail-track{background:#18181b0a;border-color:#18181b14}.proof-graph-paginated .pgp-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.22;border:0;padding:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:0;min-height:0;cursor:pointer;transition:width .32s var(--pgp-ease-out),opacity .32s}.proof-graph-paginated .pgp-dot[aria-current=true]{opacity:.9;width:22px;border-radius:999px}.proof-graph-paginated .pgp-dot:hover{opacity:.55}.proof-graph-paginated .pgp-rail-count{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.08em;opacity:.55;min-width:44px;text-align:right;font-variant-numeric:tabular-nums}.proof-graph-paginated .pgp-hint{position:absolute;left:50%;bottom:84px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;opacity:0;transition:opacity .7s var(--pgp-ease-out);pointer-events:none;z-index:50;color:currentColor}@media(max-width:1024px){.proof-graph-paginated .pgp-hint{display:none}}.proof-graph-paginated .pgp-scene[aria-current=true][data-settled=true] .pgp-hint{opacity:.7}.proof-graph-paginated .pgp-hint-label{font-size:.8125rem;font-weight:500;letter-spacing:.01em;text-wrap:balance;text-align:center}.proof-graph-paginated .pgp-hint-chev{width:24px;height:24px;border:2px solid currentColor;border-radius:12px;border-top-color:transparent;border-left-color:transparent;transform:rotate(45deg);animation:pgp-chev 1.6s var(--pgp-ease-in-out) infinite}.proof-graph-paginated .pgp-headline{font-family:var(--font-display);font-size:clamp(2rem,5vw,4.25rem);font-weight:500;letter-spacing:-.04em;line-height:1.08;margin:0;text-align:center;text-wrap:pretty}.proof-graph-paginated .pgp-eyebrow{font-size:.9375rem;font-weight:500;letter-spacing:.01em;opacity:.7}.proof-graph-paginated .pgp-eyebrow:before{content:"";display:inline-block;width:.6em;height:.6em;margin-right:8px;background-color:#d19648d9;-webkit-mask:var(--sparkle-mask) center/contain no-repeat;mask:var(--sparkle-mask) center/contain no-repeat}.proof-graph-paginated .pgp-reveal{text-wrap:pretty}.proof-graph-paginated .pgp-reveal .pgp-w{color:#ffffff40;transition:color .28s var(--pgp-ease-out)}.proof-graph-paginated[data-pgp-theme=light] .pgp-reveal .pgp-w{color:#18181b38}.proof-graph-paginated .pgp-reveal .pgp-w.pgp-lit{color:#fffffff2}.proof-graph-paginated[data-pgp-theme=light] .pgp-reveal .pgp-w.pgp-lit{color:var(--pgp-ink)}.proof-graph-paginated .pgp-intro-wrap{text-align:center;max-width:980px}.proof-graph-paginated .pgp-intro-wrap .pgp-eyebrow{color:var(--pgp-lavender);opacity:0;transform:translateY(8px);transition:opacity .7s var(--pgp-ease-out),transform .7s var(--pgp-ease-out)}.proof-graph-paginated .pgp-intro-wrap .pgp-headline{font-size:clamp(2.25rem,6vw,5rem);font-weight:500;letter-spacing:-.04em;line-height:1.08;margin-top:22px}.proof-graph-paginated .pgp-intro-wrap .pgp-headline .pgp-word{display:inline-block;opacity:0;transform:translateY(24px);transition:opacity .8s var(--pgp-ease-out),transform .8s var(--pgp-ease-out)}.proof-graph-paginated .pgp-intro-wrap .pgp-sub{margin:32px auto 0;max-width:580px;font-family:var(--font-sans);font-size:clamp(.9rem,1.6vw,1.125rem);font-weight:350;line-height:1.6;letter-spacing:-.01em;color:var(--pgp-paper-mid);opacity:0;transform:translateY(8px);transition:opacity .7s var(--pgp-ease-out),transform .7s var(--pgp-ease-out)}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-intro-wrap .pgp-eyebrow{opacity:.9;transform:none;transition-delay:.1s}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-intro-wrap .pgp-headline .pgp-word{opacity:1;transform:none}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-intro-wrap .pgp-headline .pgp-word:nth-child(1){transition-delay:.26s}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-intro-wrap .pgp-headline .pgp-word:nth-child(2){transition-delay:.36s}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-intro-wrap .pgp-sub{opacity:1;transform:none;transition-delay:.7s}.proof-graph-paginated .pgp-reader{max-width:900px;text-align:center}.proof-graph-paginated .pgp-reader p{font-family:var(--font-sans);font-size:clamp(1.125rem,2.5vw,1.875rem);font-weight:400;line-height:1.45;letter-spacing:-.015em}.proof-graph-paginated .pgp-phase2{display:grid;grid-template-rows:auto auto;justify-items:center;align-content:center;gap:28px;max-width:1040px;width:100%}.proof-graph-paginated .pgp-phase2 .pgp-lead{font-family:var(--font-sans);font-size:clamp(1.125rem,2.5vw,1.875rem);font-weight:400;line-height:1.45;letter-spacing:-.015em;text-align:center;max-width:820px}.proof-graph-paginated .pgp-cards{display:grid;grid-template-columns:repeat(2,minmax(0,360px));justify-content:center;gap:12px;width:100%}@media(max-width:540px){.proof-graph-paginated .pgp-phase2{gap:16px}.proof-graph-paginated .pgp-phase2 .pgp-lead{font-size:.95rem;line-height:1.4}.proof-graph-paginated .pgp-cards{grid-template-columns:1fr;gap:8px;max-width:92vw}.proof-graph-paginated .pgp-card{padding:12px 14px}.proof-graph-paginated .pgp-card h3{font-size:.875rem}.proof-graph-paginated .pgp-card p{font-size:.75rem}}.proof-graph-paginated .pgp-card{position:relative;padding:16px 20px 16px 22px;border-radius:8px;background:linear-gradient(180deg,#ffffff07,#ffffff02);border:1px solid rgba(255,255,255,.07);box-shadow:inset 0 1px #ffffff0a;display:flex;gap:12px;align-items:center;text-align:left;opacity:0;transform:translateY(14px);transition:opacity .6s var(--pgp-ease-out),transform .6s var(--pgp-ease-out)}.proof-graph-paginated .pgp-card:before{content:"";position:absolute;left:0;top:50%;width:2px;height:18px;background:var(--pgp-amber);border-radius:0 2px 2px 0;transform:translateY(-50%);box-shadow:0 0 6px #d9770659}.proof-graph-paginated .pgp-card .pgp-glyph{width:18px;height:18px;flex-shrink:0;color:var(--pgp-amber);opacity:.88;stroke-width:1.5}.proof-graph-paginated .pgp-card h3{font-family:var(--font-sans);font-size:.9375rem;font-weight:500;letter-spacing:-.005em;line-height:1.3;margin:0 0 3px;color:#ffffffeb}.proof-graph-paginated .pgp-card p{font-family:var(--font-sans);font-size:.8125rem;font-weight:400;letter-spacing:0;color:#ffffff70;line-height:1.42;margin:0}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-card{opacity:1;transform:none}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-card:nth-child(1){transition-delay:50ms}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-card:nth-child(2){transition-delay:.17s}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-card:nth-child(3){transition-delay:.29s}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-card:nth-child(4){transition-delay:.41s}.proof-graph-paginated .pgp-stack{display:flex;flex-direction:column;align-items:center;max-width:1040px}.proof-graph-paginated .pgp-stack .pgp-eyebrow-introducing{font-family:var(--font-display);font-size:clamp(2rem,5vw,4.25rem);font-weight:500;letter-spacing:-.04em;line-height:1.08;color:#18181b61;opacity:0;transform:translateY(14px);transition:opacity .8s var(--pgp-ease-out),transform .8s var(--pgp-ease-out)}.proof-graph-paginated .pgp-stack .pgp-headline{margin-top:clamp(0px,.6vh,6px);color:var(--pgp-ink)}.proof-graph-paginated .pgp-stack .pgp-headline .pgp-word{display:inline-block;opacity:0;transform:translateY(24px) scale(.94);transition:opacity .9s var(--pgp-ease-out),transform 1.1s var(--pgp-ease-out)}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-stack .pgp-eyebrow-introducing{opacity:1;transform:none;filter:none;transition-delay:.2s}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-stack .pgp-headline .pgp-word{opacity:1;transform:none;filter:none}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-stack .pgp-headline .pgp-word:nth-child(1){transition-delay:1.1s}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-stack .pgp-headline .pgp-word:nth-child(2){transition-delay:1.32s}.proof-graph-paginated .pgp-manifesto{margin-top:clamp(36px,7vh,80px);max-width:720px;text-align:center;font-family:var(--font-sans);font-size:clamp(1.125rem,1.7vw,1.5rem);font-weight:400;line-height:1.5;letter-spacing:-.01em;opacity:0;transform:translateY(8px);transition:opacity .6s var(--pgp-ease-out),transform .6s var(--pgp-ease-out)}.proof-graph-paginated .pgp-scene[data-scene=manifesto][aria-current=true][data-step="2"] .pgp-manifesto{opacity:1;transform:none}.proof-graph-paginated .pgp-scene[data-scene=ledger]{padding-bottom:clamp(120px,18vh,200px)}.proof-graph-paginated .pgp-ledger-scene{display:grid;place-items:center;text-align:center;gap:32px;width:100%}.proof-graph-paginated .pgp-ledger-scene .pgp-caption{max-width:760px;font-family:var(--font-sans);font-size:clamp(1.05rem,2vw,1.5rem);font-weight:500;line-height:1.4;letter-spacing:-.01em;color:var(--pgp-ink-mid);text-wrap:pretty}.proof-graph-paginated .pgp-ledger-doc{position:relative;width:min(720px,88vw);aspect-ratio:5 / 3;max-height:75vh;background:#f8f4ee;border:1px solid var(--pgp-paper-edge);box-shadow:0 4px 16px #00000014,0 25px 50px -12px #0000000f;padding:4% 5%;text-align:left;opacity:0;transform:translateY(20px) scale(.98);transition:opacity .7s var(--pgp-ease-out),transform .8s var(--pgp-ease-out)}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="1"] .pgp-ledger-doc,.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-doc,.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-doc{opacity:1;transform:none}.proof-graph-paginated .pgp-ledger-doc .pgp-doc-title{font-family:var(--font-mono);font-size:clamp(11px,1.5vw,17px);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--pgp-ink-mid);text-align:center;padding-bottom:8px;border-bottom:1px solid var(--pgp-paper-edge);margin-bottom:14px}.proof-graph-paginated .pgp-ledger-rows{display:grid;gap:5px}.proof-graph-paginated .pgp-ledger-row{display:grid;grid-template-columns:36px 16px 1fr 60px 56px;align-items:center;gap:10px;font-family:var(--font-mono);font-size:clamp(9px,1.05vw,11px);color:#a19b94;opacity:0;transform:translate(-12px);transition:opacity .52s var(--pgp-ease-out),transform .52s var(--pgp-ease-out)}.proof-graph-paginated .pgp-ledger-row .pgp-id{color:#a19b94}.proof-graph-paginated .pgp-ledger-row .pgp-swatch{width:8px;height:8px;background:var(--pgp-stamp);border-radius:1px}.proof-graph-paginated .pgp-ledger-row.dark .pgp-swatch{background:#78716c}.proof-graph-paginated .pgp-ledger-row .pgp-body{display:flex;gap:6px}.proof-graph-paginated .pgp-ledger-row .pgp-body .pgp-bar{height:5px;background:#d6d3cc;border-radius:1px}.proof-graph-paginated .pgp-ledger-row .pgp-body .pgp-bar-soft{background:var(--pgp-paper-edge)}.proof-graph-paginated .pgp-ledger-row .pgp-ref{color:#a19b94;font-size:.92em}.proof-graph-paginated .pgp-ledger-row .pgp-seal{color:#78716c;font-size:.92em}.proof-graph-paginated .pgp-ledger-row.f-95{--pgp-target: .95}.proof-graph-paginated .pgp-ledger-row.f-85{--pgp-target: .85}.proof-graph-paginated .pgp-ledger-row.f-75{--pgp-target: .75}.proof-graph-paginated .pgp-ledger-row.f-60{--pgp-target: .6}.proof-graph-paginated .pgp-ledger-row.f-35{--pgp-target: .35}.proof-graph-paginated .pgp-ledger-row.f-20{--pgp-target: .2}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row,.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row{opacity:var(--pgp-target, 1);transform:none}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(1),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(1){transition-delay:50ms}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(2),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(2){transition-delay:.12s}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(3),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(3){transition-delay:.19s}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(4),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(4){transition-delay:.26s}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(5),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(5){transition-delay:.33s}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(6),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(6){transition-delay:.4s}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(7),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(7){transition-delay:.47s}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(8),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(8){transition-delay:.54s}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="2"] .pgp-ledger-row:nth-child(9),.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-row:nth-child(9){transition-delay:.61s}.proof-graph-paginated .pgp-ledger-stamp{position:absolute;left:50%;bottom:8%;transform:translate(-50%,-40px) rotate(-3deg) scale(1.25);opacity:0;font-family:var(--font-mono);font-size:clamp(8px,1.1vw,12px);font-weight:700;letter-spacing:.18em;color:var(--pgp-stamp);border:3px solid var(--pgp-stamp);border-radius:2px;padding:6px 18px;box-shadow:0 0 0 4px #f8f4ee,0 0 0 5px #8b7ec859;white-space:nowrap;transition:opacity .32s var(--pgp-ease-out),transform .52s var(--pgp-ease-out)}.proof-graph-paginated .pgp-scene[data-scene=ledger][aria-current=true][data-step="3"] .pgp-ledger-stamp{opacity:.9;transform:translate(-50%) rotate(-3deg) scale(1)}@media(max-width:540px){.proof-graph-paginated .pgp-ledger-row{grid-template-columns:22px 10px 1fr auto;gap:7px}.proof-graph-paginated .pgp-ledger-row .pgp-body{min-width:0;gap:4px}.proof-graph-paginated .pgp-ledger-row .pgp-body .pgp-bar{width:auto!important;flex:1 1 0;min-width:0}.proof-graph-paginated .pgp-ledger-row .pgp-seal{display:none}.proof-graph-paginated .pgp-ledger-doc{width:92vw;padding:5% 4%}}.proof-graph-paginated .pgp-engine-scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.proof-graph-paginated .pgp-engine-copy{position:absolute;top:18%;left:50%;transform:translate(-50%);text-align:center;max-width:920px;width:100%;padding:0 24px;z-index:5}.proof-graph-paginated .pgp-engine-copy .pgp-eyebrow{color:#ffffff8c;margin-bottom:18px;opacity:0;transform:translateY(8px);transition:opacity .6s var(--pgp-ease-out),transform .6s var(--pgp-ease-out)}.proof-graph-paginated .pgp-engine-copy .pgp-headline{font-size:clamp(1.75rem,5vw,4.5rem);font-weight:500;letter-spacing:-.03em;line-height:1.1;text-wrap:balance}.proof-graph-paginated .pgp-engine-copy .pgp-headline .pgp-verifiable{position:relative;white-space:nowrap}.proof-graph-paginated .pgp-engine-copy .pgp-headline .pgp-verifiable:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:4px;background:var(--pgp-green-1);transform:scaleX(0);transform-origin:left center;transition:transform .9s .28s var(--pgp-ease-out)}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-engine-copy .pgp-eyebrow{opacity:1;transform:none;transition-delay:60ms}.proof-graph-paginated .pgp-scene[aria-current=true] .pgp-engine-copy .pgp-headline .pgp-verifiable:after{transform:scaleX(1)}.proof-graph-paginated .pgp-stack-card{position:absolute;bottom:0;right:0;background:var(--pgp-green-1);border-radius:4px;padding:24px 32px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 25px 50px -12px #00000040,0 12px 24px -8px #00000026;opacity:0;transform:translate(120%,120%);transform-origin:bottom right;transition:transform 1.2s var(--pgp-ease-in-out),opacity 1.1s var(--pgp-ease-out),background .6s var(--pgp-ease-out)}.proof-graph-paginated .pgp-stack-card .pgp-label-row{display:flex;gap:16px;align-items:center}.proof-graph-paginated .pgp-stack-card .pgp-label-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:clamp(.875rem,1.25vw,1.125rem);font-weight:500;letter-spacing:.05em;color:#ffffff73;line-height:1}.proof-graph-paginated .pgp-stack-card .pgp-label-text{font-family:var(--font-sans);font-size:clamp(.9375rem,1.25vw,1.125rem);font-weight:500;letter-spacing:-.005em;color:#fffffff2;line-height:1.2}.proof-graph-paginated .pgp-stack-card.c1{width:26vh;height:26vh;right:-50px;bottom:-50px;background:var(--pgp-green-1);z-index:13}.proof-graph-paginated .pgp-stack-card.c2{width:35vh;height:35vh;right:-50px;bottom:-50px;background:var(--pgp-green-2);z-index:12}.proof-graph-paginated .pgp-stack-card.c3{width:44vh;height:44vh;right:-50px;bottom:-50px;background:var(--pgp-green-3);z-index:11}.proof-graph-paginated .pgp-stack-card.c4{width:52vh;height:52vh;right:-50px;bottom:-50px;background:var(--pgp-green-4);z-index:10}@media(max-aspect-ratio:16/9){.proof-graph-paginated .pgp-stack-card.c1{width:min(26vh,17vw);height:min(26vh,17vw)}.proof-graph-paginated .pgp-stack-card.c2{width:min(35vh,23vw);height:min(35vh,23vw)}.proof-graph-paginated .pgp-stack-card.c3{width:min(44vh,29vw);height:min(44vh,29vw)}.proof-graph-paginated .pgp-stack-card.c4{width:min(52vh,34vw);height:min(52vh,34vw)}}@media(max-width:1024px){.proof-graph-paginated .pgp-stack-card{padding:14px 16px}.proof-graph-paginated .pgp-stack-card .pgp-label-row{flex-direction:column;align-items:flex-start;gap:6px}.proof-graph-paginated .pgp-stack-card .pgp-label-num{font-size:.75rem}.proof-graph-paginated .pgp-stack-card .pgp-label-text{font-size:.875rem;line-height:1.3}.proof-graph-paginated .pgp-stack-card.c1{width:min(38vw,170px);height:min(38vw,170px);right:12px;bottom:12px}.proof-graph-paginated .pgp-stack-card.c2{width:min(48vw,220px);height:min(48vw,220px);right:12px;bottom:12px}.proof-graph-paginated .pgp-stack-card.c3{width:min(58vw,270px);height:min(58vw,270px);right:12px;bottom:12px}.proof-graph-paginated .pgp-stack-card.c4{width:min(68vw,320px);height:min(68vw,320px);right:12px;bottom:12px}}@media(max-width:540px){.proof-graph-paginated .pgp-engine-scene{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:0 16px 24px}.proof-graph-paginated .pgp-engine-scene .pgp-stack-card{position:relative;width:100%;height:auto;min-height:64px;right:auto;bottom:auto;padding:12px 16px;transform-origin:center;transform:translateY(20px)}.proof-graph-paginated .pgp-engine-scene .pgp-stack-card.c1,.proof-graph-paginated .pgp-engine-scene .pgp-stack-card.c2,.proof-graph-paginated .pgp-engine-scene .pgp-stack-card.c3,.proof-graph-paginated .pgp-engine-scene .pgp-stack-card.c4{width:100%;height:auto;right:auto;bottom:auto}.proof-graph-paginated .pgp-engine-scene .pgp-stack-card .pgp-label-row{flex-direction:row;align-items:center;gap:14px}.proof-graph-paginated .pgp-engine-scene .pgp-stack-card .pgp-label-text{font-size:.9375rem}.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="1"] .pgp-stack-card,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="2"] .pgp-stack-card,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="3"] .pgp-stack-card,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="4"] .pgp-stack-card{transform:translateY(0)}}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="1"] .pgp-stack-card,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-stack-card,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="3"] .pgp-stack-card,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="4"] .pgp-stack-card{opacity:.98;transform:translate(0)}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="1"] .pgp-stack-card.c1{transition-delay:0ms}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="1"] .pgp-stack-card.c2{transition-delay:.3s}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="1"] .pgp-stack-card.c3{transition-delay:.6s}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="1"] .pgp-stack-card.c4{transition-delay:.9s}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-stack-card.c4,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="3"] .pgp-stack-card.c4,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="4"] .pgp-stack-card.c4{opacity:0;transform:scale(.5);transition:transform 1.6s cubic-bezier(.4,0,.2,1) 0ms,opacity .6s ease-out 1s}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-stack-card.c3,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="3"] .pgp-stack-card.c3,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="4"] .pgp-stack-card.c3{opacity:0;transform:scale(.591);transition:transform 1.6s cubic-bezier(.4,0,.2,1) .2s,opacity .6s ease-out 1.2s}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-stack-card.c2,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="3"] .pgp-stack-card.c2,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="4"] .pgp-stack-card.c2{opacity:0;transform:scale(.743);transition:transform 1.6s cubic-bezier(.4,0,.2,1) .4s,opacity .6s ease-out 1.4s}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-stack-card.c1,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="3"] .pgp-stack-card.c1,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="4"] .pgp-stack-card.c1{background:var(--pgp-green-1)}@media(max-width:540px){.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="2"] .pgp-stack-card.c2,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="2"] .pgp-stack-card.c3,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="2"] .pgp-stack-card.c4,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="3"] .pgp-stack-card.c2,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="3"] .pgp-stack-card.c3,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="3"] .pgp-stack-card.c4,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="4"] .pgp-stack-card.c2,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="4"] .pgp-stack-card.c3,.proof-graph-paginated .pgp-scene[data-scene=engine][aria-current=true][data-step="4"] .pgp-stack-card.c4{opacity:.98;transform:translateY(0);transition:none}}.proof-graph-paginated .pgp-stack-card .pgp-label-row.original{transition:opacity .32s}.proof-graph-paginated .pgp-stack-card .pgp-label-row.proof-ledger{position:absolute;top:24px;left:32px;opacity:0;transition:opacity .48s .2s var(--pgp-ease-out)}.proof-graph-paginated .pgp-stack-card .pgp-label-row.proof-ledger .pgp-label-sub{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;color:#ffffff8c;letter-spacing:.08em;margin-top:8px;line-height:1}.proof-graph-paginated .pgp-stack-card .pgp-label-row.proof-ledger .pgp-label-stack{display:flex;flex-direction:column;align-items:flex-start}.proof-graph-paginated .pgp-stack-card .pgp-label-row.proof-ledger .pgp-label-num{font-size:clamp(1.25rem,2vw,1.875rem);font-weight:400;letter-spacing:-.02em;color:#fff6}.proof-graph-paginated .pgp-stack-card .pgp-label-row.proof-ledger .pgp-label-text{font-size:clamp(1.125rem,1.75vw,1.5rem);font-weight:500;letter-spacing:-.02em;line-height:1.1}@media(max-width:900px){.proof-graph-paginated .pgp-stack-card .pgp-label-row.proof-ledger .pgp-label-num{display:none}.proof-graph-paginated .pgp-stack-card .pgp-label-row.proof-ledger .pgp-label-text{font-size:1rem}.proof-graph-paginated .pgp-stack-card .pgp-label-row.proof-ledger .pgp-label-sub{font-size:.6875rem;margin-top:4px}}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-stack-card.c1 .pgp-label-row.original,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="3"] .pgp-stack-card.c1 .pgp-label-row.original,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="4"] .pgp-stack-card.c1 .pgp-label-row.original{opacity:0}.proof-graph-paginated .pgp-scene[aria-current=true][data-step="2"] .pgp-stack-card.c1 .pgp-label-row.proof-ledger,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="3"] .pgp-stack-card.c1 .pgp-label-row.proof-ledger,.proof-graph-paginated .pgp-scene[aria-current=true][data-step="4"] .pgp-stack-card.c1 .pgp-label-row.proof-ledger{opacity:1}.proof-graph-paginated .pgp-ops-card{position:absolute;background:var(--pgp-lavender);border-radius:4px;padding:24px 32px;box-shadow:0 25px 50px -12px #00000040,0 12px 24px -8px #00000026;opacity:0;transform:translate(120%,120%);transition:transform 1.1s var(--pgp-ease-in-out),opacity .6s var(--pgp-ease-out);width:45vh;height:45vh;right:-45px;bottom:-45px;z-index:9}.proof-graph-paginated .pgp-ops-card .pgp-label-num{display:none}.proof-graph-paginated .pgp-ops-card .pgp-label-row{display:flex;align-items:center;gap:20px}.proof-graph-paginated .pgp-ops-card .pgp-label-text{font-family:var(--font-sans);font-size:clamp(1.125rem,1.75vw,1.5rem);font-weight:500;letter-spacing:-.02em;color:#fffffff2;line-height:1.1}.proof-graph-paginated .pgp-ops-card .pgp-label-sub{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;color:#ffffff8c;letter-spacing:.08em;margin-top:8px}.proof-graph-paginated .pgp-ops-card .pgp-label-stack{display:flex;flex-direction:column}@media(max-aspect-ratio:16/9){.proof-graph-paginated .pgp-ops-card{width:min(45vh,30vw);height:min(45vh,30vw)}}@media(max-width:900px){.proof-graph-paginated .pgp-ops-card{width:23vh;height:23vh;right:-16px;bottom:-16px;padding:16px 20px}}.proof-graph-paginated .pgp-scene[data-scene=ops][aria-current=true][data-step="2"] .pgp-ops-card,.proof-graph-paginated .pgp-scene[data-scene=ops][aria-current=true][data-step="3"] .pgp-ops-card{opacity:.98;transform:translate(0)}.proof-graph-paginated .pgp-scene[data-scene=ops] .pgp-stack-card.ops-persist{opacity:.98;transform:translate(0);transition:none}.proof-graph-paginated .pgp-scene[data-scene=ops] .pgp-stack-card.ops-persist .pgp-label-row.ops-persist-label{opacity:1;transition:none}.proof-graph-paginated .pgp-ops-copy{position:absolute;top:18%;left:50%;transform:translate(-50%);text-align:center;max-width:880px;width:calc(100% - 48px);padding:0 24px;z-index:5}.proof-graph-paginated .pgp-ops-copy .pgp-eyebrow{color:#ffffff8c;opacity:0;transform:translateY(8px);transition:opacity .6s var(--pgp-ease-out),transform .6s var(--pgp-ease-out);display:inline-block;margin-bottom:22px}.proof-graph-paginated .pgp-scene[data-scene=ops][aria-current=true] .pgp-ops-copy .pgp-eyebrow{opacity:1;transform:none;transition-delay:60ms}.proof-graph-paginated .pgp-ops-reader{font-family:var(--font-sans);font-size:clamp(1.125rem,2.5vw,1.875rem);font-weight:400;line-height:1.45;letter-spacing:-.015em;max-width:760px;margin:0 auto;text-align:center;text-wrap:pretty}@media(max-width:900px){.proof-graph-paginated .pgp-ops-copy{top:8%;max-width:520px}.proof-graph-paginated .pgp-ops-reader{font-size:clamp(1rem,4vw,1.25rem)}}.proof-graph-paginated .pgp-truth-card{position:absolute;bottom:-65px;right:-65px;width:min(75vh,50vw);height:min(75vh,50vw);background:var(--pgp-bg-cream);border-radius:4px;padding:24px 32px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 25px 50px -12px #00000040,0 12px 24px -8px #00000026;z-index:8;opacity:0;transform:translate(115%,115%);transform-origin:bottom right;transition:transform 1.3s var(--pgp-ease-in-out),opacity .8s var(--pgp-ease-out),width 1.1s var(--pgp-ease-in-out),height 1.1s var(--pgp-ease-in-out),right 1.1s var(--pgp-ease-in-out),bottom 1.1s var(--pgp-ease-in-out),border-radius .8s var(--pgp-ease-in-out)}.proof-graph-paginated .pgp-truth-card .pgp-label-row{display:flex;align-items:center;gap:20px;transition:opacity .5s var(--pgp-ease-out)}.proof-graph-paginated .pgp-truth-card .pgp-label-num{display:none}.proof-graph-paginated .pgp-truth-card .pgp-label-stack{display:flex;flex-direction:column}.proof-graph-paginated .pgp-truth-card .pgp-label-text{font-family:var(--font-sans);font-size:clamp(1.125rem,1.75vw,1.5rem);font-weight:500;letter-spacing:-.02em;color:#18181beb;line-height:1.1}.proof-graph-paginated .pgp-truth-card .pgp-label-sub{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;color:#18181b8c;letter-spacing:.08em;margin-top:8px;line-height:1}@media(max-width:900px){.proof-graph-paginated .pgp-truth-card{width:38vh;height:38vh;right:-24px;bottom:-24px;padding:16px 20px}}.proof-graph-paginated .pgp-scene[data-scene=truth][aria-current=true][data-step="1"] .pgp-truth-card{opacity:.98;transform:translate(0)}.proof-graph-paginated .pgp-scene[data-scene=truth][aria-current=true][data-step="2"] .pgp-truth-card,.proof-graph-paginated .pgp-scene[data-scene=truth][aria-current=true][data-step="3"] .pgp-truth-card{opacity:1;transform:translate(0);width:100%;height:100%;right:0;bottom:0;border-radius:0}.proof-graph-paginated .pgp-scene[data-scene=truth][aria-current=true][data-step="2"] .pgp-truth-card .pgp-label-row,.proof-graph-paginated .pgp-scene[data-scene=truth][aria-current=true][data-step="3"] .pgp-truth-card .pgp-label-row{opacity:0}.proof-graph-paginated .pgp-scene[data-scene=truth] .pgp-stack-card.ops-persist,.proof-graph-paginated .pgp-scene[data-scene=truth] .pgp-ops-card.ops-persist-card{opacity:.98;transform:translate(0);transition:opacity .8s var(--pgp-ease-out)}.proof-graph-paginated .pgp-scene[data-scene=truth] .pgp-stack-card.ops-persist .pgp-label-row.ops-persist-label{opacity:1;transition:none}.proof-graph-paginated .pgp-truth-narrative{position:absolute;top:32%;left:50%;transform:translate(-50%,-50%);text-align:center;max-width:760px;width:calc(100% - 48px);padding:0 24px;z-index:40;opacity:0;transition:opacity .7s var(--pgp-ease-out);pointer-events:none}.proof-graph-paginated .pgp-truth-narrative .pgp-eyebrow{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#18181b8c;margin-bottom:22px;display:inline-block}.proof-graph-paginated .pgp-truth-narrative .pgp-reveal{font-family:var(--font-sans);font-size:clamp(1.125rem,2.5vw,1.875rem);font-weight:400;line-height:1.45;letter-spacing:-.015em;text-wrap:pretty}.proof-graph-paginated .pgp-truth-narrative .pgp-reveal .pgp-w{color:#18181b38}.proof-graph-paginated .pgp-truth-narrative .pgp-reveal .pgp-w.pgp-lit{color:#18181beb}@media(max-width:900px){.proof-graph-paginated .pgp-truth-narrative{top:28%;max-width:520px}}.proof-graph-paginated .pgp-scene[data-scene=truth][aria-current=true][data-step="3"] .pgp-truth-narrative{opacity:1}.proof-graph-paginated .pgp-scene[data-scene=truth][aria-current=true][data-step="2"] .pgp-hint,.proof-graph-paginated .pgp-scene[data-scene=truth][aria-current=true][data-step="3"] .pgp-hint{color:#18181b8c}.proof-graph-paginated .pgp-cta{text-align:center;max-width:920px}.proof-graph-paginated .pgp-cta .pgp-eyebrow{color:#18181b80;margin-bottom:22px}.proof-graph-paginated .pgp-cta .pgp-headline{font-size:clamp(2rem,5vw,4.25rem);font-weight:500;letter-spacing:-.04em;line-height:1.08}.proof-graph-paginated .pgp-cta .pgp-sub{margin-top:24px;color:#18181bb3;font-size:clamp(.95rem,1.4vw,1.0625rem);font-weight:400;line-height:1.55;letter-spacing:-.005em;max-width:560px;margin-left:auto;margin-right:auto}.proof-graph-paginated .pgp-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:36px}.proof-graph-paginated .pgp-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:44px;padding:0 20px;font-family:var(--font-sans);font-size:15px;font-weight:500;letter-spacing:-.005em;border-radius:var(--radius-btn, 12px);text-decoration:none;cursor:pointer;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff8f0d9;transition:background-color .2s var(--pgp-ease-out),border-color .2s var(--pgp-ease-out),color .2s var(--pgp-ease-out)}.proof-graph-paginated .pgp-btn>*{position:relative;z-index:1}.proof-graph-paginated .pgp-btn:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:calc(var(--radius-btn, 12px) + 1px);opacity:0;transition:opacity .4s var(--pgp-ease-out);background:radial-gradient(circle at center,rgba(255,255,255,.08) 0%,transparent 70%);filter:blur(6px);pointer-events:none}.proof-graph-paginated .pgp-btn:hover{color:#fff;border-color:#ffffff26}.proof-graph-paginated .pgp-btn:hover:before{opacity:1}.proof-graph-paginated[data-pgp-theme=light] .pgp-btn{border-color:#18181b1a;background:#00000005;color:#18181bd9}.proof-graph-paginated[data-pgp-theme=light] .pgp-btn:hover{color:#18181b;border-color:#18181b26}.proof-graph-paginated[data-pgp-theme=light] .pgp-btn:before{background:radial-gradient(circle at center,rgba(0,0,0,.03) 0%,transparent 60%)}.proof-graph-paginated .pgp-btn-primary{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 24px;font-family:var(--font-sans);font-size:15px;letter-spacing:-.005em;text-decoration:none;cursor:pointer}.proof-graph-paginated .pgp-studios{margin-top:64px;padding-top:28px;border-top:1px solid rgba(24,24,27,.1);max-width:520px;margin-left:auto;margin-right:auto}.proof-graph-paginated[data-pgp-theme=dark] .pgp-studios{border-top-color:#ffffff1a}.proof-graph-paginated .pgp-studios-label{font-family:var(--font-mono);font-size:.7rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#18181b73;margin-bottom:18px;display:block}.proof-graph-paginated[data-pgp-theme=dark] .pgp-studios-label{color:#ffffff80}.proof-graph-paginated .pgp-studios-grid{display:flex;justify-content:center;align-items:center;gap:28px}.proof-graph-paginated .pgp-studios-grid .pgp-sep{width:1px;height:14px;background:#18181b2e}.proof-graph-paginated[data-pgp-theme=dark] .pgp-studios-grid .pgp-sep{background:#ffffff2e}@media(max-width:540px){.proof-graph-paginated .pgp-studios{margin-top:32px;padding-top:16px}.proof-graph-paginated .pgp-studios-label{margin-bottom:12px}.proof-graph-paginated .pgp-studios-grid{flex-direction:column;gap:10px}.proof-graph-paginated .pgp-studios-grid .pgp-sep{display:none}.proof-graph-paginated .pgp-row{margin-top:24px}}.proof-graph-paginated .pgp-studio-link{display:inline-flex;align-items:center;gap:8px;color:var(--pgp-ink);text-decoration:none;font-family:var(--font-sans);font-size:.9375rem;font-weight:500;letter-spacing:-.005em;transition:color .2s var(--pgp-ease-out),gap .2s var(--pgp-ease-out)}.proof-graph-paginated .pgp-studio-link:hover{gap:12px}.proof-graph-paginated .pgp-studio-link .pgp-arrow{font-family:var(--font-mono);font-size:.875rem;opacity:.55;transition:opacity .2s var(--pgp-ease-out),transform .2s var(--pgp-ease-out)}.proof-graph-paginated .pgp-studio-link:hover .pgp-arrow{opacity:.95;transform:translate(2px)}.proof-graph-paginated[data-pgp-theme=dark] .pgp-studio-link{color:var(--pgp-paper)}body[data-pgp-theme=light]{background:#f8f4ee}body[data-pgp-theme=dark]{background:#0d0908}.proof-graph-paginated .pgp-stack-card.c1-mobile-banner{display:none}@media(max-width:540px){.proof-graph-paginated .pgp-stack-card.c1-mobile-banner{display:flex}.proof-graph-paginated[data-current-scene=engine] .pgp-persistent-c1{display:none}}@keyframes pgp-chev{0%,to{transform:rotate(45deg) translate(0)}50%{transform:rotate(45deg) translate(4px,4px)}}.proof-graph-paginated .pgp-persistent-cards{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:4;overflow:hidden}.proof-graph-paginated .pgp-persistent-cards>*{pointer-events:auto}.proof-graph-paginated .pgp-persistent-c1{position:absolute;width:26vh;height:26vh;right:-50px;bottom:-50px;background:var(--pgp-green-1);border-radius:4px;padding:24px 32px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 25px 50px -12px #00000040,0 12px 24px -8px #00000026;opacity:0;transform:translate(120%,120%);transform-origin:bottom right;transition-property:transform,opacity;transition-duration:1.1s,.8s;transition-timing-function:var(--pgp-ease-in-out),var(--pgp-ease-out);transition-delay:0ms,0ms;z-index:13}@media(max-aspect-ratio:16/9){.proof-graph-paginated .pgp-persistent-c1{width:min(26vh,17vw);height:min(26vh,17vw)}}@media(max-width:1024px){.proof-graph-paginated .pgp-persistent-c1{width:min(38vw,170px);height:min(38vw,170px);right:12px;bottom:12px;padding:14px 16px}}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:clamp(.875rem,1.25vw,1.125rem);font-weight:500;letter-spacing:.05em;color:#ffffff73;line-height:1}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-text{font-family:var(--font-sans);font-size:clamp(.9375rem,1.25vw,1.125rem);font-weight:500;letter-spacing:-.005em;color:#fffffff2;line-height:1.2}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row.original{transition:opacity .32s}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row.proof-ledger{position:absolute;top:24px;left:32px;flex-direction:column;align-items:flex-start;gap:6px;opacity:0;transition:opacity .48s .2s var(--pgp-ease-out)}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row.proof-ledger .pgp-label-sub{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;color:#ffffff8c;letter-spacing:.08em;margin-top:8px;line-height:1}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row.proof-ledger .pgp-label-stack{display:flex;flex-direction:column;align-items:flex-start}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row.proof-ledger .pgp-label-num{font-size:clamp(.875rem,1.2vw,1rem);font-weight:500;letter-spacing:.05em;color:#ffffff73}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row.proof-ledger .pgp-label-text{font-size:clamp(1rem,1.4vw,1.25rem);font-weight:500;letter-spacing:-.015em;line-height:1.15}@media(max-width:900px){.proof-graph-paginated .pgp-persistent-c1 .pgp-label-num{font-size:.75rem}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-text{font-size:.875rem;line-height:1.3}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row.proof-ledger .pgp-label-text{font-size:.9375rem}.proof-graph-paginated .pgp-persistent-c1 .pgp-label-row.proof-ledger .pgp-label-sub{font-size:.625rem;margin-top:4px}}.proof-graph-paginated[data-current-scene=engine] .pgp-persistent-c1{opacity:.98;transform:translate(0);transition-delay:0ms,0ms}.proof-graph-paginated[data-current-scene=engine][data-current-step="2"] .pgp-persistent-c1,.proof-graph-paginated[data-current-scene=engine][data-current-step="3"] .pgp-persistent-c1{transition-delay:0ms}.proof-graph-paginated[data-current-scene=ops] .pgp-persistent-c1,.proof-graph-paginated[data-current-scene=truth] .pgp-persistent-c1{opacity:.98;transform:translate(0);transition-delay:0ms}.proof-graph-paginated[data-current-scene=engine][data-current-step="2"] .pgp-persistent-c1 .pgp-label-row.original,.proof-graph-paginated[data-current-scene=engine][data-current-step="3"] .pgp-persistent-c1 .pgp-label-row.original,.proof-graph-paginated[data-current-scene=ops] .pgp-persistent-c1 .pgp-label-row.original,.proof-graph-paginated[data-current-scene=truth] .pgp-persistent-c1 .pgp-label-row.original{opacity:0}.proof-graph-paginated[data-current-scene=engine][data-current-step="2"] .pgp-persistent-c1 .pgp-label-row.proof-ledger,.proof-graph-paginated[data-current-scene=engine][data-current-step="3"] .pgp-persistent-c1 .pgp-label-row.proof-ledger,.proof-graph-paginated[data-current-scene=ops] .pgp-persistent-c1 .pgp-label-row.proof-ledger,.proof-graph-paginated[data-current-scene=truth] .pgp-persistent-c1 .pgp-label-row.proof-ledger{opacity:1}.proof-graph-paginated .pgp-persistent-ops-card{position:absolute;width:38vh;height:38vh;right:-50px;bottom:-50px;background:var(--pgp-lavender);border-radius:4px;padding:24px 32px;box-shadow:0 25px 50px -12px #00000040,0 12px 24px -8px #00000026;opacity:0;transform:translate(120%,120%);transition:transform 1.1s var(--pgp-ease-in-out),opacity .8s var(--pgp-ease-out);z-index:9}@media(max-aspect-ratio:16/9){.proof-graph-paginated .pgp-persistent-ops-card{width:min(38vh,25vw);height:min(38vh,25vw)}}@media(max-width:1024px){.proof-graph-paginated .pgp-persistent-ops-card{width:min(53vw,280px);height:min(53vw,280px);right:12px;bottom:12px;padding:14px 16px}.proof-graph-paginated .pgp-persistent-ops-card .pgp-label-text{font-size:.9375rem}.proof-graph-paginated .pgp-persistent-ops-card .pgp-label-sub{font-size:.625rem}}.proof-graph-paginated .pgp-persistent-ops-card .pgp-label-row{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.proof-graph-paginated .pgp-persistent-ops-card .pgp-label-num{font-family:var(--font-mono);font-size:clamp(.875rem,1.2vw,1rem);font-weight:500;letter-spacing:.05em;color:#ffffff73;line-height:1}.proof-graph-paginated .pgp-persistent-ops-card .pgp-label-stack{display:flex;flex-direction:column}.proof-graph-paginated .pgp-persistent-ops-card .pgp-label-text{font-family:var(--font-sans);font-size:clamp(1.125rem,1.75vw,1.5rem);font-weight:500;letter-spacing:-.02em;color:#fffffff2;line-height:1.1}.proof-graph-paginated .pgp-persistent-ops-card .pgp-label-sub{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;color:#ffffff8c;letter-spacing:.08em;margin-top:8px}.proof-graph-paginated[data-current-scene=ops][data-current-step="2"] .pgp-persistent-ops-card,.proof-graph-paginated[data-current-scene=ops][data-current-step="3"] .pgp-persistent-ops-card,.proof-graph-paginated[data-current-scene=truth] .pgp-persistent-ops-card{opacity:.98;transform:translate(0)}.proof-graph-paginated .pgp-persistent-truth-card{position:absolute;bottom:-50px;right:-50px;width:min(50vh,33vw);height:min(50vh,33vw);background:var(--pgp-bg-cream);border-radius:4px;padding:24px 32px;display:flex;flex-direction:column;justify-content:flex-start;box-shadow:0 25px 50px -12px #00000040,0 12px 24px -8px #00000026;z-index:8;opacity:0;transform:translate(115%,115%);transform-origin:bottom right;transition:transform 1.3s var(--pgp-ease-in-out),opacity .8s var(--pgp-ease-out),width 1.1s var(--pgp-ease-in-out),height 1.1s var(--pgp-ease-in-out),right 1.1s var(--pgp-ease-in-out),bottom 1.1s var(--pgp-ease-in-out),border-radius .8s var(--pgp-ease-in-out)}@media(max-width:1024px){.proof-graph-paginated .pgp-persistent-truth-card{width:min(68vw,380px);height:min(68vw,380px);right:12px;bottom:12px;padding:14px 16px}.proof-graph-paginated .pgp-persistent-truth-card .pgp-label-text{font-size:.9375rem}.proof-graph-paginated .pgp-persistent-truth-card .pgp-label-sub{font-size:.625rem}}.proof-graph-paginated .pgp-persistent-truth-card .pgp-label-row{display:flex;flex-direction:column;align-items:flex-start;gap:6px;transition:opacity .5s var(--pgp-ease-out)}.proof-graph-paginated .pgp-persistent-truth-card .pgp-label-num{font-family:var(--font-mono);font-size:clamp(.875rem,1.2vw,1rem);font-weight:500;letter-spacing:.05em;color:#18181b73;line-height:1}.proof-graph-paginated .pgp-persistent-truth-card .pgp-label-stack{display:flex;flex-direction:column}.proof-graph-paginated .pgp-persistent-truth-card .pgp-label-text{font-family:var(--font-sans);font-size:clamp(1.125rem,1.75vw,1.5rem);font-weight:500;letter-spacing:-.02em;color:#18181beb;line-height:1.1}.proof-graph-paginated .pgp-persistent-truth-card .pgp-label-sub{font-family:var(--font-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;color:#18181b8c;letter-spacing:.08em;margin-top:8px;line-height:1}.proof-graph-paginated[data-current-scene=truth][data-current-step="1"] .pgp-persistent-truth-card{opacity:.98;transform:translate(0)}.proof-graph-paginated[data-current-scene=truth][data-current-step="2"] .pgp-persistent-truth-card,.proof-graph-paginated[data-current-scene=truth][data-current-step="3"] .pgp-persistent-truth-card{opacity:1;transform:translate(0);width:100%;height:100%;right:0;bottom:0;border-radius:0;z-index:30}.proof-graph-paginated[data-current-scene=truth][data-current-step="2"] .pgp-persistent-truth-card .pgp-label-row,.proof-graph-paginated[data-current-scene=truth][data-current-step="3"] .pgp-persistent-truth-card .pgp-label-row{opacity:0}.proof-graph-paginated[data-current-scene=truth][data-current-step="2"] .pgp-persistent-c1,.proof-graph-paginated[data-current-scene=truth][data-current-step="3"] .pgp-persistent-c1,.proof-graph-paginated[data-current-scene=truth][data-current-step="2"] .pgp-persistent-ops-card,.proof-graph-paginated[data-current-scene=truth][data-current-step="3"] .pgp-persistent-ops-card{opacity:0;transition:opacity .8s var(--pgp-ease-out)}.proof-graph-paginated .pgp-persistent-truth-narrative{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-width:720px;width:calc(100% - 48px);padding:0 24px;text-align:center;z-index:40;opacity:0;pointer-events:none;transition:opacity .7s var(--pgp-ease-out)}.proof-graph-paginated .pgp-persistent-truth-narrative .pgp-eyebrow{font-family:var(--font-mono);font-size:.75rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#18181b8c;margin-bottom:22px;display:inline-block}.proof-graph-paginated .pgp-persistent-truth-narrative .pgp-reveal{font-family:var(--font-sans);font-size:clamp(1.125rem,1.7vw,1.5rem);font-weight:400;line-height:1.5;letter-spacing:-.01em;text-wrap:pretty;color:#18181beb}.proof-graph-paginated .pgp-persistent-truth-narrative .pgp-reveal .pgp-w{color:#18181b38;transition:color .28s var(--pgp-ease-out)}.proof-graph-paginated .pgp-persistent-truth-narrative .pgp-reveal .pgp-w.pgp-lit{color:#18181beb}.proof-graph-paginated[data-current-scene=truth][data-current-step="3"] .pgp-persistent-truth-narrative{opacity:1}.proof-graph-paginated[data-current-scene=cta] .pgp-persistent-truth-narrative{opacity:0}.proof-graph-paginated[data-current-scene=cta] .pgp-persistent-c1,.proof-graph-paginated[data-current-scene=cta] .pgp-persistent-ops-card{opacity:0;transform:translate(0);transition-duration:.6s,.6s;transition-delay:0ms,0ms}.proof-graph-paginated[data-current-scene=cta] .pgp-persistent-truth-card{opacity:0;transition:opacity .6s var(--pgp-ease-out)}@media(prefers-reduced-motion:reduce){.proof-graph-paginated *,.proof-graph-paginated *:before,.proof-graph-paginated *:after{animation-duration:.001ms!important;transition-duration:.001ms!important}.proof-graph-paginated .pgp-scene{filter:none!important}}
