.pr-shell,.pr-shell *{box-sizing:border-box}.pr-shell{--pr-page:#02040a;--pr-panel:#080b10;--pr-panel-alt:#0a0e14;--pr-stage:#05080d;--pr-surface:rgba(255,255,255,0.045);--pr-surface-hover:rgba(255,255,255,0.065);--pr-text:#f2f7ff;--pr-secondary:#b4bed2;--pr-tertiary:#7f8aa1;--pr-border:rgba(255,255,255,0.075);--pr-border-strong:rgba(255,255,255,0.12);--pr-grid:rgba(255,255,255,0.022);--pr-proof:#35e1c1;--pr-proof-soft:rgba(20,184,166,0.12);--pr-warn:#f6c85f;--pr-warn-soft:rgba(246,200,95,0.09);--pr-danger:#ff9a9a;--pr-focus:#bfff00;--pr-mono:"JetBrains Mono","SFMono-Regular",Consolas,"Liberation Mono",monospace;min-height:100vh;padding:28px 24px 72px;background-color:var(--pr-page);background-image:linear-gradient(var(--pr-grid) 1px,transparent 1px),linear-gradient(90deg,var(--pr-grid) 1px,transparent 1px);background-position:top;background-size:40px 40px;color:var(--pr-text);color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.pr-shell[data-theme=light]{--pr-page:#f0f1ed;--pr-panel:#ffffff;--pr-panel-alt:#fafaf8;--pr-stage:#f1f1ed;--pr-surface:#f2f3ef;--pr-surface-hover:#eceee8;--pr-text:#0a0a0a;--pr-secondary:#484b47;--pr-tertiary:#686c67;--pr-border:#dedfda;--pr-border-strong:#c8cac3;--pr-grid:rgba(15,20,15,0.035);--pr-proof:#0f6e56;--pr-proof-soft:#e1f5ee;--pr-warn:#854f0b;--pr-warn-soft:#faeeda;--pr-danger:#a32d2d;--pr-focus:#075d4c;color-scheme:light}.pr-shell a{color:inherit}.pr-shell button,.pr-shell input,.pr-shell select,.pr-shell textarea{font:inherit}.pr-shell a:focus-visible,.pr-shell button:focus-visible,.pr-shell input:focus-visible,.pr-shell select:focus-visible,.pr-shell summary:focus-visible,.pr-shell textarea:focus-visible{outline:2px solid var(--pr-focus);outline-offset:3px}.pr-shell .pr-control{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:0;border-radius:9px;cursor:pointer;text-decoration:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease}.pr-shell .pr-control[disabled]{cursor:wait;opacity:.56}.pr-shell .pr-control--quiet{padding:0 13px;border:1px solid var(--pr-border);background:transparent;color:var(--pr-secondary);font-size:12px;font-weight:620}.pr-shell .pr-control--quiet:hover{border-color:var(--pr-border-strong);background:var(--pr-surface-hover);color:var(--pr-text)}.pr-shell .pr-control--primary{gap:8px;padding:0 17px;background:rgb(191,255,0);color:#071000;font-size:13px;font-weight:760}.pr-shell .pr-control--primary:hover{background:rgb(207,255,66)}.pr-shell .pr-control--danger{color:var(--pr-danger)}.pr-owner-bar{display:flex;width:min(1120px,100%);min-height:54px;align-items:center;justify-content:space-between;gap:16px;margin:0 auto 12px;padding:6px 8px 6px 15px;border:1px solid var(--pr-border);border-radius:12px;background:color-mix(in srgb,var(--pr-panel) 86%,transparent)}.pr-owner-bar__state{display:flex;min-width:0;align-items:center;gap:9px;color:var(--pr-secondary);font-size:12px}.pr-owner-bar__state:before{width:7px;height:7px;flex:none;border-radius:50%;background:var(--pr-proof);box-shadow:0 0 0 4px var(--pr-proof-soft);content:""}.pr-owner-bar__actions,.pr-owner-bar__lenses{display:flex;align-items:center;gap:6px}.pr-owner-bar__lenses{padding:3px;border-radius:9px;background:var(--pr-surface)}.pr-owner-bar__lenses .pr-control{min-height:44px;padding:0 11px;color:var(--pr-tertiary);font-size:11px;font-weight:650}.pr-owner-bar__lenses .pr-control[aria-current=page]{background:var(--pr-panel);color:var(--pr-text);box-shadow:inset 0 0 0 1px var(--pr-border)}.pr-room{position:relative;width:min(1120px,100%);margin:0 auto;overflow:hidden;border:1px solid var(--pr-border-strong);border-radius:18px;background:var(--pr-panel);box-shadow:0 36px 100px -56px rgba(0,0,0,.88);animation:pr-room-enter .42s cubic-bezier(.16,1,.3,1) both}.pr-room:before{position:absolute;z-index:2;top:0;right:18px;left:18px;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--brand-rgb,191,255,0),.52),transparent);content:"";pointer-events:none}@keyframes pr-room-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pr-masthead{display:grid;min-height:84px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;padding:16px 20px;border-bottom:1px solid var(--pr-border)}.pr-brand-lockup{display:flex;min-width:0;align-items:center;gap:12px}.pr-brand-mark{display:grid;width:38px;height:38px;flex:none;place-items:center;overflow:hidden;border:1px solid rgba(var(--brand-rgb),.34);border-radius:10px;background:rgba(var(--brand-rgb),.1);color:rgb(var(--brand-rgb));font-size:12px;font-weight:760;letter-spacing:-.02em}.pr-brand-mark img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.pr-brand-copy{min-width:0}.pr-brand-copy span,.pr-brand-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pr-brand-copy strong{color:var(--pr-text);font-size:13px;font-weight:680}.pr-brand-copy span{margin-top:2px;color:var(--pr-tertiary);font-size:11px}.pr-trust-lockup{display:flex;align-items:center;justify-content:flex-end;gap:10px}.pr-trust-mark{display:inline-flex;min-height:32px;align-items:center;gap:7px;padding:0 10px;border-radius:999px;background:var(--pr-proof-soft);color:var(--pr-proof);font-family:var(--pr-mono);font-size:10px;font-weight:740;letter-spacing:.02em;text-decoration:none}.pr-trust-mark--example{background:var(--pr-warn-soft);color:var(--pr-warn)}a.pr-trust-mark{min-height:44px}.pr-issued-at{color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:10px;white-space:nowrap}.pr-aperture{display:grid;min-height:510px;grid-template-columns:minmax(300px,.78fr) minmax(0,1.22fr)}.pr-delivery-read{display:flex;min-width:0;flex-direction:column;justify-content:space-between;gap:32px;padding:clamp(28px,4vw,52px);border-right:1px solid var(--pr-border)}.pr-eyebrow,.pr-section-label{margin:0;color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:10px;font-weight:760;letter-spacing:.12em;line-height:1.45;text-transform:uppercase}.pr-delivery-read h1{max-width:520px;margin:14px 0 0;color:var(--pr-text);font-size:clamp(1.8rem,3.6vw,3.25rem);font-weight:630;letter-spacing:-.055em;line-height:.98;text-wrap:balance}.pr-delivery-summary{max-width:510px;margin:18px 0 0;color:var(--pr-secondary);font-size:14px;line-height:1.58}.pr-outcome{display:grid;gap:5px;padding-top:25px;border-top:1px solid var(--pr-border)}.pr-outcome__value{color:var(--pr-text);font-size:clamp(2.15rem,5vw,4rem);font-weight:640;letter-spacing:-.06em;line-height:.92}.pr-outcome__label{color:var(--pr-text);font-size:13px;font-weight:680}.pr-outcome__basis,.pr-outcome__context{color:var(--pr-tertiary);font-size:11px;line-height:1.45}.pr-outcome__basis{font-family:var(--pr-mono)}.pr-delivery-actions{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.pr-artifact-well{display:flex;min-width:0;flex-direction:column;background:var(--pr-stage)}.pr-artifact-well__topline{display:grid;min-height:48px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:0 16px;border-bottom:1px solid var(--pr-border)}.pr-artifact-well__topline span,.pr-artifact-well__topline strong{overflow:hidden;text-overflow:ellipsis}.pr-artifact-well__topline strong{overflow-wrap:anywhere}.pr-artifact-well__topline span{white-space:nowrap}.pr-artifact-well__topline strong{color:var(--pr-secondary);font-size:11px;font-weight:670}.pr-artifact-well__topline span{color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px}.pr-artifact-preview{display:flex;min-height:0;flex:1;flex-direction:column;margin:0;background:var(--pr-stage)}.pr-artifact-preview-stage{position:relative;display:grid;min-height:330px;flex:1;place-items:center;overflow:hidden;background:var(--pr-stage)}.pr-artifact-preview-stage img{display:block;width:100%;height:100%;max-height:430px;-o-object-fit:contain;object-fit:contain}.pr-artifact-preview-caption{display:flex;min-height:68px;align-items:center;gap:12px;padding:10px 16px;border-top:1px solid var(--pr-border);background:var(--pr-panel)}.pr-artifact-preview-caption>span:first-child{min-width:0;flex:1}.pr-artifact-preview-caption small,.pr-artifact-preview-caption strong{display:block}.pr-artifact-preview-caption small{color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px}.pr-artifact-preview-caption strong{margin-top:3px;overflow:hidden;color:var(--pr-text);font-size:12px;font-weight:670;overflow-wrap:anywhere}.pr-artifact-empty{display:grid;min-height:390px;flex:1;place-items:center;padding:36px;color:var(--pr-tertiary);text-align:center}.pr-artifact-empty__receipt{width:min(360px,100%);padding:24px;border-top:1px solid var(--pr-border-strong);border-bottom:1px solid var(--pr-border-strong)}.pr-artifact-empty__receipt strong{display:block;color:var(--pr-text);font-size:14px}.pr-artifact-empty__receipt span{display:block;margin-top:7px;font-size:11px;line-height:1.5}.pr-receipt-spine{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--pr-border);border-bottom:1px solid var(--pr-border);background:var(--pr-panel)}.pr-receipt-step{position:relative;min-width:0;padding:17px 18px 18px 36px}.pr-receipt-step+.pr-receipt-step{border-left:1px solid var(--pr-border)}.pr-receipt-step:before{position:absolute;top:21px;left:18px;width:7px;height:7px;border-radius:50%;background:var(--pr-tertiary);content:""}.pr-receipt-step[data-state=proof]:before{background:var(--pr-proof);box-shadow:0 0 0 4px var(--pr-proof-soft)}.pr-receipt-step[data-state=attention]:before{background:var(--pr-warn);box-shadow:0 0 0 4px var(--pr-warn-soft)}.pr-receipt-step span,.pr-receipt-step strong{display:block;overflow-wrap:anywhere}.pr-receipt-step strong{color:var(--pr-text);font-size:11px;font-weight:680}.pr-receipt-step span{margin-top:3px;color:var(--pr-tertiary);font-size:10px}.pr-interpretation{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-bottom:1px solid var(--pr-border)}.pr-interpretation__item{min-width:0;padding:24px 26px 27px}.pr-interpretation__item+.pr-interpretation__item{border-left:1px solid var(--pr-border)}.pr-interpretation__item p:last-child{margin:10px 0 0;color:var(--pr-secondary);font-size:13px;line-height:1.55}.pr-body-grid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.58fr)}.pr-evidence,.pr-records{min-width:0;padding:28px 26px 32px}.pr-evidence{border-left:1px solid var(--pr-border);background:var(--pr-panel-alt)}.pr-section-heading{display:flex;min-height:32px;align-items:center;justify-content:space-between;gap:14px;margin-bottom:10px}.pr-section-heading>span{color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px;white-space:nowrap}.pr-deliverable-list,.pr-quality-list,.pr-timeline-list{margin:0;padding:0;list-style:none}.pr-deliv{border-top:1px solid var(--pr-border)}.pr-deliv:last-child{border-bottom:1px solid var(--pr-border)}.pr-deliv>a,.pr-deliv>div{display:grid;min-height:70px;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px 4px;text-decoration:none;transition:background-color .15s ease}.pr-deliv>a:hover{background:var(--pr-surface-hover)}.pr-deliv__signal{width:7px;height:7px;border-radius:2px;background:var(--pr-proof)}.pr-deliv__copy{min-width:0}.pr-deliv__copy>strong{display:block;color:var(--pr-text);font-size:13px;font-weight:680}.pr-deliv__copy>span{display:-webkit-box;margin-top:3px;overflow:hidden;color:var(--pr-tertiary);font-size:11px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pr-deliv-meta,.pr-row-meta{display:flex;gap:8px;color:var(--pr-tertiary)}.pr-aq,.pr-deliv-meta,.pr-row-meta{align-items:center;font-family:var(--pr-mono);font-size:9px;white-space:nowrap}.pr-aq{display:inline-flex;min-height:26px;padding:0 8px;border-radius:999px;background:var(--pr-surface);color:var(--pr-secondary)}.pr-aq[data-provenance=published]{background:var(--pr-proof-soft);color:var(--pr-proof)}.pr-aq[data-provenance=example]{background:var(--pr-warn-soft);color:var(--pr-warn)}.pr-lineage,.pr-quality-contract{display:flex;flex-wrap:wrap;align-items:center;gap:4px 7px;margin-top:6px;color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px;line-height:1.45}.pr-lineage-node{display:inline-flex;min-width:0;align-items:center;gap:4px}.pr-quality-contract__proof{color:var(--pr-proof)}.pr-correction,.pr-proof-about,.pr-quality-block{margin-top:24px}.pr-quality-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px 12px;padding:11px 0;border-top:1px solid var(--pr-border)}.pr-quality-row:last-child{border-bottom:1px solid var(--pr-border)}.pr-quality-row strong{color:var(--pr-text);font-size:12px;font-weight:650;overflow-wrap:anywhere}.pr-quality-row span{color:var(--pr-secondary);font-family:var(--pr-mono);font-size:10px;font-variant-numeric:tabular-nums;white-space:nowrap}.pr-quality-row small{grid-column:1/-1;color:var(--pr-tertiary);font-size:10px}.pr-proof-summary{margin:0;padding:0}.pr-proof-summary__row{display:grid;min-height:47px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border-top:1px solid var(--pr-border)}.pr-proof-summary__row:last-child{border-bottom:1px solid var(--pr-border)}.pr-proof-summary dt{color:var(--pr-tertiary);font-size:11px}.pr-proof-summary dd{margin:0;color:var(--pr-text);font-family:var(--pr-mono);font-size:10px;font-weight:700;text-align:right}.pr-correction{padding:15px 0;border-top:1px solid var(--pr-border);border-bottom:1px solid var(--pr-border)}.pr-correction__flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:10px;margin-top:11px}.pr-correction__state{min-width:0}.pr-correction__state span,.pr-correction__state strong{display:block}.pr-correction__state strong{color:var(--pr-text);font-size:11px}.pr-correction__state span{margin-top:3px;color:var(--pr-tertiary);font-size:10px;overflow-wrap:anywhere}.pr-attention{display:grid;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr);align-items:center;gap:24px;padding:18px 26px;border-bottom:1px solid var(--pr-border);background:var(--pr-warn-soft)}.pr-attention strong{display:block;margin-top:7px;color:var(--pr-text);font-size:12px}.pr-attention>p{margin:0;color:var(--pr-secondary);font-size:11px;line-height:1.55}.pr-correction__arrow{color:var(--pr-proof);font-family:var(--pr-mono);font-size:12px}.pr-timeline{margin-top:22px}.pr-integrity>summary,.pr-proof-about>summary,.pr-timeline>summary{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:12px;color:var(--pr-secondary);font-family:var(--pr-mono);font-size:10px;font-weight:690;cursor:pointer;list-style:none}.pr-integrity>summary::-webkit-details-marker,.pr-proof-about>summary::-webkit-details-marker,.pr-timeline>summary::-webkit-details-marker{display:none}.pr-integrity>summary:after,.pr-proof-about>summary:after,.pr-timeline>summary:after{color:var(--pr-tertiary);content:"+"}.pr-integrity[open]>summary:after,.pr-proof-about[open]>summary:after,.pr-timeline[open]>summary:after{content:"−"}.pr-row{display:grid;min-height:52px;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:10px;border-top:1px solid var(--pr-border)}.pr-row__dot{width:6px;height:6px;border-radius:50%}.pr-row-main{min-width:0;color:var(--pr-secondary);font-size:11px;line-height:1.45}.pr-row-main a{display:inline-flex;min-height:44px;align-items:center;margin-block:-14px;color:var(--pr-text);font-weight:640;text-decoration:none}.pr-proof-about p{margin:0 0 10px;color:var(--pr-tertiary);font-size:11px;line-height:1.55}.pr-footer{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:18px;padding:13px 20px;border-top:1px solid var(--pr-border);color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px}.pr-footer__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px}.pr-share-control{position:relative}.pr-share-panel{position:absolute;z-index:20;top:calc(100% + 8px);right:0;display:grid;width:min(520px,calc(100vw - 48px));gap:10px;padding:12px;border:1px solid var(--pr-border);border-radius:10px;background:var(--pr-panel);box-shadow:0 24px 70px -32px rgba(0,0,0,.92)}.pr-share-panel__row{display:flex;align-items:center;gap:8px}.pr-share-panel label{color:var(--pr-tertiary);font-size:10px}.pr-response textarea,.pr-share-panel input,.pr-share-panel select{min-height:44px;border:1px solid var(--pr-border);border-radius:8px;background:var(--pr-panel);color:var(--pr-text);font-size:11px}.pr-share-panel input,.pr-share-panel select{padding:0 10px}.pr-share-panel input{min-width:0;flex:1}.pr-share-error{margin:0;color:var(--pr-danger);font-size:11px}.pr-response{display:grid;gap:12px;padding:22px;border-top:1px solid var(--pr-border)}.pr-response__actions{display:flex;flex-wrap:wrap;gap:8px}.pr-response textarea{width:100%;min-height:110px;padding:10px 12px;resize:vertical}.pr-response-receipt{display:grid;gap:4px;padding:15px 0;border-top:1px solid var(--pr-border);border-bottom:1px solid var(--pr-border)}.pr-response-receipt strong{color:var(--pr-text);font-size:12px}.pr-response-receipt span{color:var(--pr-tertiary);font-size:10px}.pr-state{display:grid;width:min(560px,100%);min-height:420px;place-content:center;justify-items:center;gap:10px;margin:12vh auto 0;padding:32px;border:1px solid var(--pr-border);border-radius:16px;background:var(--pr-panel);text-align:center}.pr-state h1{margin:0;font-size:1.45rem}.pr-state p{max-width:380px;margin:10px auto 0;color:var(--pr-secondary);font-size:13px}.pr-shared-shell{padding-top:28px}.pr-shared-room .pr-masthead{grid-template-columns:minmax(0,1fr) auto}.pr-brand{display:inline-flex;align-items:center;gap:9px;min-height:44px;color:var(--pr-text);font-size:13px;font-weight:720;text-decoration:none}.pr-brand img{display:block;width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.pr-masthead-label{color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px;letter-spacing:.1em;text-transform:uppercase}.pr-proof-hero{display:grid;min-height:520px;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);border-bottom:1px solid var(--pr-border)}.pr-proof-outcome{display:flex;min-width:0;flex-direction:column;justify-content:center;padding:clamp(30px,4vw,52px);border-right:1px solid var(--pr-border)}.pr-kicker{margin:0;color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px;font-weight:730;letter-spacing:.11em;text-transform:uppercase}.pr-proof-outcome h1{margin:14px 0 0;color:var(--pr-text);font-size:clamp(1.9rem,4vw,3.55rem);font-weight:630;letter-spacing:-.055em;line-height:.98;text-wrap:balance}.pr-proof-outcome>p:not(.pr-kicker){margin:17px 0 0;color:var(--pr-secondary);font-size:13px;line-height:1.55}.pr-published-outcome{display:grid;gap:3px;margin-top:20px;padding:14px 0;border-top:1px solid var(--pr-border);border-bottom:1px solid var(--pr-border)}.pr-published-outcome small,.pr-published-outcome span{color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px;letter-spacing:.06em;text-transform:uppercase}.pr-published-outcome strong{color:var(--pr-text);font-size:1.05rem;font-weight:680;letter-spacing:-.02em;overflow-wrap:anywhere}.pr-outcome-record-value{display:block;margin-top:7px;color:var(--pr-text);font-size:12px;font-weight:650;overflow-wrap:anywhere}.pr-trust-line{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px;margin-top:28px;padding-top:18px;border-top:1px solid var(--pr-border)}.pr-trust-line .pr-trust-mark{display:grid;width:30px;min-height:30px;place-items:center;padding:0;border-radius:9px}.pr-trust-line .pr-trust-mark svg{width:15px;height:15px}.pr-trust-line small,.pr-trust-line strong{display:block}.pr-trust-line strong{color:var(--pr-proof);font-size:11px;font-weight:680}.pr-trust-line small{margin-top:3px;color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:8px;line-height:1.45}.pr-trust-line[data-state=attention] strong{color:var(--pr-warn)}.pr-shared-room .pr-aperture{display:flex;min-width:0;min-height:0;flex-direction:column;background:var(--pr-stage)}.pr-aperture-empty{display:grid!important;min-height:350px!important;place-content:center;justify-items:center;gap:10px;padding:32px;color:var(--pr-tertiary);text-align:center}.pr-aperture-empty>p:last-child{margin:0;font-size:12px}.pr-aperture-toolbar{display:grid;min-height:48px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:0 15px;border-bottom:1px solid var(--pr-border);color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px}.pr-aperture-toolbar span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pr-featured-artifact{display:flex;min-height:0;flex:1;flex-direction:column;margin:0}.pr-featured-artifact-stage{display:grid;min-height:350px;flex:1;place-items:center;overflow:hidden;background:var(--pr-stage)}.pr-featured-artifact-stage>img{display:block;width:100%;height:100%;max-height:430px;-o-object-fit:contain;object-fit:contain}.pr-document-preview{display:grid;width:min(360px,calc(100% - 44px));min-height:250px;place-content:center;justify-items:center;padding:26px;border-top:1px solid var(--pr-border-strong);border-bottom:1px solid var(--pr-border-strong);color:var(--pr-tertiary);text-align:center}.pr-document-preview svg{width:31px;height:31px;color:var(--pr-proof)}.pr-document-preview code,.pr-document-preview span{margin-top:10px;font-family:var(--pr-mono);font-size:9px}.pr-document-preview strong{margin-top:8px;color:var(--pr-text);font-size:14px;font-weight:680}.pr-featured-artifact-caption{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:14px;padding:10px 15px;border-top:1px solid var(--pr-border);background:var(--pr-panel)}.pr-featured-artifact-caption>span:first-child{min-width:0}.pr-featured-artifact-caption strong{display:block;margin-top:3px;color:var(--pr-text);font-size:12px;overflow-wrap:anywhere}.pr-artifact-unavailable,.pr-featured-artifact-caption .pr-link{color:var(--pr-tertiary);font-size:10px;white-space:nowrap}.pr-artifact-rail{margin:0;padding:0;list-style:none}.pr-artifact-rail,.pr-artifact-rail li{display:grid;border-top:1px solid var(--pr-border)}.pr-artifact-rail li{min-height:42px;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:9px;padding:0 0 0 15px;color:var(--pr-tertiary);font-size:10px}.pr-artifact-rail li:first-child{border-top:0}.pr-artifact-rail li[data-selected=true]{color:var(--pr-text)}.pr-artifact-rail li>span:first-child{font-family:var(--pr-mono);font-size:8px}.pr-artifact-rail a{display:flex;min-height:44px;align-items:center;padding-right:15px;overflow-wrap:anywhere;text-decoration:none}.pr-shared-room .pr-receipt-spine{margin:0;padding:0;list-style:none}.pr-shared-room .pr-receipt-spine>li{position:relative;display:grid;min-height:72px;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:7px;padding:12px 14px}.pr-shared-room .pr-receipt-step:before{display:none}.pr-shared-room .pr-receipt-spine>li+li{border-left:1px solid var(--pr-border)}.pr-receipt-index{color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:8px}.pr-shared-room .pr-receipt-spine>li[data-state=proof] .pr-receipt-index{color:var(--pr-proof)}.pr-shared-room .pr-receipt-spine small,.pr-shared-room .pr-receipt-spine strong{display:block}.pr-shared-room .pr-receipt-spine strong{color:var(--pr-text);font-size:10px}.pr-shared-room .pr-receipt-spine small{margin-top:3px;color:var(--pr-tertiary);font-size:9px;overflow-wrap:anywhere}.pr-shared-room .pr-receipt-spine>li[data-state=attention] .pr-receipt-index{color:var(--pr-warn)}.pr-records .pr-section-heading{min-height:54px;align-items:flex-start;margin-bottom:15px}.pr-section-heading h2{margin:5px 0 0;color:var(--pr-text);font-size:1.05rem;font-weight:650;letter-spacing:-.025em}.pr-section-heading>p{max-width:300px;margin:0;color:var(--pr-tertiary);font-size:10px;line-height:1.45;text-align:right}.pr-lens-list{border-top:1px solid var(--pr-border)}.pr-lens{border-bottom:1px solid var(--pr-border)}.pr-lens>summary{display:grid;min-height:54px;grid-template-columns:minmax(0,1fr) auto 14px;align-items:center;gap:12px;color:var(--pr-text);font-size:11px;font-weight:660;cursor:pointer;list-style:none}.pr-lens>summary:after{color:var(--pr-tertiary);content:"+";font-family:var(--pr-mono);font-size:12px;text-align:right}.pr-lens[open]>summary:after{content:"−"}.pr-lens>summary::-webkit-details-marker{display:none}.pr-lens>summary span:last-child{color:var(--pr-tertiary);font-family:var(--pr-mono);font-size:9px;font-weight:500}.pr-proof-list{display:grid;gap:8px;margin:0;padding:0 0 15px;list-style:none}.pr-proof-list>li{padding:12px;border-radius:8px;background:var(--pr-surface)}.pr-proof-list>li[data-state=attention]{background:var(--pr-warn-soft)}.pr-proof-list-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.pr-proof-list-heading strong{color:var(--pr-text);font-size:11px}.pr-proof-list-heading span{color:var(--pr-proof);font-family:var(--pr-mono);font-size:8px;text-transform:uppercase}.pr-empty-record,.pr-evidence-links,.pr-proof-list p{color:var(--pr-tertiary);font-size:10px;line-height:1.5}.pr-empty-record,.pr-proof-list p{margin:7px 0 0}.pr-evidence-links{display:flex;flex-wrap:wrap;gap:5px 10px;margin-top:7px}.pr-evidence-links a{display:inline-flex;min-height:44px;align-items:center;color:var(--pr-proof);text-decoration:none}.pr-integrity{margin:0 26px 28px;border-top:1px solid var(--pr-border);border-bottom:1px solid var(--pr-border)}.pr-integrity>summary span{display:inline-flex;align-items:center;gap:7px}.pr-integrity>summary svg{width:13px;height:13px;color:var(--pr-proof)}.pr-integrity dl{display:grid;grid-template-columns:1fr 1fr;margin:0;padding:0 0 14px}.pr-integrity dl>div{min-width:0;padding:10px 0;border-top:1px solid var(--pr-border)}.pr-integrity dl>div:nth-child(2n){padding-left:16px;border-left:1px solid var(--pr-border)}.pr-integrity dt{color:var(--pr-tertiary);font-size:9px}.pr-integrity dd{margin:4px 0 0;overflow-wrap:anywhere;color:var(--pr-secondary);font-family:var(--pr-mono);font-size:8px}.pr-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid transparent;border-radius:9px;cursor:pointer;font-size:11px;font-weight:700;transition:background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease,transform .16s ease}.pr-button svg{width:14px;height:14px}.pr-button-primary{background:rgb(191,255,0);color:#071000}.pr-button-primary:hover:not([disabled]){background:rgb(207,255,66)}.pr-button-quiet:hover:not([disabled]),.pr-button-secondary:hover:not([disabled]){border-color:var(--pr-border-strong);background:var(--pr-surface-hover);color:var(--pr-text)}.pr-button:active:not([disabled]){transform:translateY(1px)}.pr-button[disabled]{cursor:wait;opacity:.48}.pr-button-quiet,.pr-button-secondary{border-color:var(--pr-border);background:transparent;color:var(--pr-secondary)}.pr-button[aria-pressed=true]{box-shadow:0 0 0 2px var(--pr-focus)}.pr-response{padding:28px 26px}.pr-response-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.pr-response-heading h2,.pr-response-receipt-copy h2{margin:5px 0 0;color:var(--pr-text);font-size:1.05rem;font-weight:650}.pr-response-scope{max-width:360px;margin:0;color:var(--pr-tertiary);font-size:10px;line-height:1.5;text-align:right}.pr-response-choices,.pr-response-form-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.pr-response-form{display:grid;gap:12px;margin-top:14px;padding-top:14px;border-top:1px solid var(--pr-border)}.pr-response-field>span,.pr-response-form>p,.pr-response-notice,.pr-response-receipt-copy p{color:var(--pr-tertiary);font-size:10px;line-height:1.5}.pr-response-field{display:grid;gap:7px}.pr-response-notice{min-height:16px;margin:8px 0 0}.pr-response-receipt{grid-template-columns:42px minmax(0,1fr);align-items:start}.pr-response-receipt-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:10px;background:var(--pr-proof-soft);color:var(--pr-proof)}.pr-response-receipt-mark svg{width:18px;height:18px}.pr-response-receipt-copy p{margin:8px 0 0}.pr-response-feedback{padding:10px 12px;background:var(--pr-surface)}.pr-response-feedback span{display:block;margin-bottom:3px;color:var(--pr-text);font-weight:650}.pr-state-room{width:min(620px,100%)}.pr-state-room .pr-state{width:100%;min-height:390px;margin:0;border:0;border-radius:0}.pr-state-mark{display:grid;width:48px;height:48px;place-items:center;margin:0 auto 18px;border-radius:12px;background:var(--pr-surface);color:var(--pr-tertiary)}.pr-state-mark svg{width:22px;height:22px}.pr-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@media (max-width:900px){.pr-shell{padding:18px 16px 54px}.pr-aperture{grid-template-columns:1fr}.pr-owner-bar{align-items:flex-start;flex-wrap:wrap}.pr-owner-bar__actions{width:100%;flex-wrap:wrap}.pr-share-control{margin-left:auto}.pr-attention{grid-template-columns:1fr;gap:8px}.pr-delivery-read{min-height:360px;border-right:0;border-bottom:1px solid var(--pr-border)}.pr-artifact-preview-stage{min-height:360px}.pr-body-grid,.pr-proof-hero{grid-template-columns:1fr}.pr-proof-outcome{min-height:340px;border-right:0;border-bottom:1px solid var(--pr-border)}.pr-evidence{border-top:1px solid var(--pr-border);border-left:0}}@media (max-width:640px){.pr-shell{padding:10px 8px 36px;background-size:32px 32px}.pr-owner-bar{padding:10px}.pr-owner-bar,.pr-owner-bar__actions{align-items:stretch;flex-direction:column}.pr-owner-bar__actions,.pr-owner-bar__lenses{width:100%}.pr-owner-bar__lenses .pr-control{flex:1}.pr-room{border-radius:14px}.pr-masthead{min-height:70px;gap:10px;padding:12px 13px}.pr-brand-mark{width:34px;height:34px;border-radius:9px}.pr-brand-copy span{display:none}.pr-brand-copy strong{overflow:visible;font-size:11px;line-height:1.2;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.pr-issued-at{display:none}.pr-trust-mark:not(a){min-height:30px;padding:0 8px;font-size:8px}a.pr-trust-mark{min-height:44px;padding:0 10px;font-size:8px}.pr-aperture{min-height:0}.pr-proof-outcome{min-height:0;padding:26px 18px}.pr-proof-outcome h1{font-size:clamp(1.65rem,9vw,2.35rem)}.pr-featured-artifact-stage{min-height:240px;max-height:320px}.pr-featured-artifact-caption{align-items:flex-start;flex-direction:column}.pr-artifact-unavailable,.pr-featured-artifact-caption .pr-link{white-space:normal}.pr-shared-room .pr-receipt-spine>li:nth-child(3){border-left:0}.pr-shared-room .pr-receipt-spine>li:nth-child(n+3){border-top:1px solid var(--pr-border)}.pr-records .pr-section-heading,.pr-response-heading{align-items:flex-start;flex-direction:column}.pr-response-scope,.pr-section-heading>p{max-width:none;text-align:left}.pr-integrity{margin:0 18px 22px}.pr-integrity dl{grid-template-columns:1fr}.pr-integrity dl>div:nth-child(2n){padding-left:0;border-left:0}.pr-response{padding:22px 18px}.pr-response-choices,.pr-response-form-actions{align-items:stretch;flex-direction:column}.pr-response-receipt{grid-template-columns:1fr}.pr-delivery-read{min-height:0;gap:22px;padding:25px 18px 22px}.pr-delivery-read h1{margin-top:10px;font-size:clamp(1.65rem,9vw,2.3rem)}.pr-delivery-summary{margin-top:12px;font-size:12px}.pr-outcome{padding-top:17px}.pr-outcome__value{font-size:2.35rem}.pr-artifact-well__topline{min-height:43px;padding:0 12px}.pr-artifact-preview-stage{min-height:240px;max-height:320px}.pr-artifact-preview-caption{min-height:64px;padding:9px 12px}.pr-artifact-empty{min-height:260px}.pr-receipt-spine{grid-template-columns:1fr 1fr}.pr-receipt-step:nth-child(3){border-left:0}.pr-receipt-step:nth-child(n+3){border-top:1px solid var(--pr-border)}.pr-receipt-step{padding:14px 12px 15px 30px}.pr-receipt-step:before{top:18px;left:14px}.pr-interpretation{grid-template-columns:1fr}.pr-interpretation__item{padding:18px}.pr-interpretation__item+.pr-interpretation__item{border-top:1px solid var(--pr-border);border-left:0}.pr-evidence,.pr-records{padding:22px 18px 26px}.pr-deliv>a,.pr-deliv>div{grid-template-columns:7px minmax(0,1fr)}.pr-deliv-meta{grid-column:2;justify-content:space-between}.pr-row{grid-template-columns:6px minmax(0,1fr);padding:8px 0}.pr-row-meta{grid-column:2;justify-content:space-between}.pr-footer{align-items:flex-start;flex-direction:column;padding:14px 16px}.pr-footer__actions{width:100%;justify-content:flex-start}.pr-footer__actions .pr-control{flex:1 1 calc(50% - 4px)}.pr-share-panel__row{align-items:stretch;flex-direction:column}.pr-share-control{width:100%;margin-left:0}.pr-share-control>.pr-control{width:100%}.pr-share-panel{position:static;width:100%;margin-top:8px;box-shadow:none}}@media (prefers-reduced-motion:reduce){.pr-shell *,.pr-shell :after,.pr-shell :before{animation:none!important;scroll-behavior:auto!important;transition:none!important}}@media print{.pr-shell{--pr-page:#fff!important;--pr-panel:#fff!important;--pr-panel-alt:#fafaf8!important;--pr-stage:#f1f1ed!important;--pr-surface:#f4f5f2!important;--pr-surface-hover:#f0f1ed!important;--pr-text:#0a0a0a!important;--pr-secondary:#474747!important;--pr-tertiary:#676767!important;--pr-border:#dedfda!important;--pr-border-strong:#c8cac3!important;--pr-grid:transparent!important;--pr-proof:#0f6e56!important;--pr-proof-soft:#e1f5ee!important;--pr-warn:#854f0b!important;--pr-warn-soft:#faeeda!important;padding:0!important;background:#fff!important;color:#0a0a0a!important}.pr-room{width:100%!important;border:0!important;border-radius:0!important;box-shadow:none!important}.pr-noprint,.pr-owner-bar{display:none!important}.pr-artifact-preview-stage,.pr-artifact-preview-stage img,.pr-featured-artifact-stage,.pr-featured-artifact-stage img{max-height:340px!important}.pr-aperture,.pr-body-grid,.pr-proof-hero{grid-template-columns:1fr!important}.pr-delivery-read,.pr-proof-outcome{border-right:0!important;border-bottom:1px solid var(--pr-border)!important}.pr-aperture,.pr-body-grid,.pr-integrity dl>div,.pr-proof-hero,.pr-proof-list>li,.pr-quality-row,.pr-response-receipt{break-inside:avoid-page}.pr-response-pending{display:none!important}.pr-integrity:not([open])>:not(summary),.pr-lens:not([open])>:not(summary){display:block!important}.pr-integrity dl,.pr-lens .pr-proof-list{display:grid!important}.pr-room:before{display:none}}