:root{--ps-coral:var(--brand-accent,#d86f56);--ps-coral-dark:var(--ps-coral-dark-fallback,#b95640);--ps-green:var(--ps-green-fallback,#2f9b74);--ps-green-dark:var(--ps-green-dark-fallback,#257d5e);--ps-ink:var(--ps-ink-fallback,#26332f);--ps-muted:var(--ps-muted-fallback,#65716d);--ps-line:var(--ps-line-fallback,#dbe1de);--ps-soft:var(--ps-soft-fallback,#f5f8f6);--ps-white:var(--ps-white-fallback,#fff);--ps-progress-muted:var(--ps-progress-muted-fallback,#8a9490);--ps-progress-border:var(--ps-progress-border-fallback,#aeb8b4);--ps-success-bg:var(--ps-success-bg-fallback,#eef8f3);--ps-success-border:var(--ps-success-border-fallback,#cce9dc);--ps-success-text:var(--ps-success-text-fallback,#227a59);--ps-label:var(--ps-label-fallback,#3f4b47);--ps-input-border:var(--ps-input-border-fallback,#b8c2be);--ps-goal-text:var(--ps-goal-text-fallback,#46524e);--ps-goal-selected-bg:var(--ps-goal-selected-bg-fallback,#f1faf6);--ps-goal-selected-text:var(--ps-goal-selected-text-fallback,#1f7554);--ps-assessment-bg:var(--ps-assessment-bg-fallback,#f3f7fb);--ps-assessment-border:var(--ps-assessment-border-fallback,#d6e2ee);--ps-error-border:var(--ps-error-border-fallback,#e6b4aa);--ps-error-bg:var(--ps-error-bg-fallback,#fff5f2);--ps-error-text:var(--ps-error-text-fallback,#9a3d2b);--ps-result-icon-bg:var(--ps-result-icon-bg-fallback,#eaf7f1);--ps-code-text:var(--ps-code-text-fallback,#4b5753);--ps-legal-text:var(--ps-legal-text-fallback,#909995)}*{box-sizing:border-box}body{background:var(--ps-white);color:var(--ps-ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}.ps-page{width:min(100%,1040px);min-height:100vh;margin:0 auto;padding:26px 28px 20px}.ps-header{justify-content:center;align-items:center;min-height:54px;display:flex;position:relative}.ps-logo{color:var(--ps-coral);letter-spacing:0;font-size:25px;font-weight:750;text-decoration:none}.ps-environment{color:var(--ps-muted);border:1px solid var(--ps-line);border-radius:4px;padding:5px 8px;font-size:12px;position:absolute;right:0}.ps-progress{grid-template-columns:repeat(7,minmax(0,1fr));max-width:850px;margin:18px auto 34px;display:grid}.ps-progress__item{color:var(--ps-progress-muted);justify-items:center;gap:7px;min-width:0;font-size:12px;display:grid;position:relative}.ps-progress__item:before{content:"";background:var(--ps-line);z-index:-1;height:1px;position:absolute;top:11px;left:-50%;right:50%}.ps-progress__item:first-child:before{display:none}.ps-progress__item>span{background:var(--ps-white);border:1px solid var(--ps-progress-border);border-radius:50%;place-items:center;width:23px;height:23px;font-size:11px;display:grid}.ps-progress__item.is-complete>span{background:var(--ps-green);border-color:var(--ps-green);color:var(--ps-white)}.ps-progress__item.is-active{color:var(--ps-ink);font-weight:650}.ps-progress__item small{text-overflow:ellipsis;white-space:nowrap;letter-spacing:0;max-width:100%;overflow:hidden}.ps-panel{width:min(100%,820px);margin:0 auto;padding:8px 0 0}.ps-welcome{text-align:center;align-content:center;justify-items:center;max-width:680px;min-height:470px;margin:0 auto;display:grid}.ps-success-line{background:var(--ps-success-bg);border:1px solid var(--ps-success-border);width:100%;color:var(--ps-success-text);text-align:left;align-items:center;gap:8px;margin-bottom:42px;padding:13px 16px;font-weight:650;display:flex}.ps-welcome h1,.ps-form-step h1,.ps-result h1{letter-spacing:0;margin:0;font-size:clamp(26px,4vw,38px);font-weight:680;line-height:1.15}.ps-welcome p{max-width:610px;color:var(--ps-muted);margin:20px 0 30px;font-size:16px;line-height:1.7}.ps-kicker{color:var(--ps-coral-dark);text-transform:uppercase;letter-spacing:0;margin:0 0 8px;font-size:12px;font-weight:750}.ps-form-step{min-height:430px}.ps-form-step>h1{margin-bottom:28px}.ps-step-copy{color:var(--ps-muted);margin:-14px 0 24px}.ps-field-grid,.ps-health-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px;display:grid}.ps-field-grid label,.ps-health-grid label,.ps-wide-field{color:var(--ps-label);gap:8px;font-size:13px;font-weight:650;display:grid}.ps-field-grid input,.ps-health-grid input,.ps-health-grid select,.ps-wide-field input,.ps-account-list input{border:1px solid var(--ps-input-border);width:100%;min-height:43px;color:var(--ps-ink);background:var(--ps-white);border-radius:3px;outline:none;padding:9px 11px}input:focus,select:focus{border-color:var(--ps-green);box-shadow:0 0 0 2px #2f9b7421}fieldset{border:0;min-width:0;margin:0;padding:0}legend{color:var(--ps-label);margin-bottom:8px;font-size:13px;font-weight:650}.ps-segmented{border:1px solid var(--ps-input-border);border-radius:3px;grid-template-columns:repeat(2,72px);display:inline-grid;overflow:hidden}.ps-segmented button{border:0;border-right:1px solid var(--ps-input-border);background:var(--ps-white);min-height:42px;color:var(--ps-muted);cursor:pointer}.ps-segmented button:last-child{border-right:0}.ps-segmented button.is-selected{background:var(--ps-green);color:var(--ps-white)}.ps-account-list{border-top:1px solid var(--ps-line)}.ps-account-list label{border-bottom:1px solid var(--ps-line);grid-template-columns:1fr 190px;align-items:center;gap:20px;padding:18px 4px;display:grid}.ps-account-list label span{gap:4px;display:grid}.ps-account-list small{color:var(--ps-muted)}.ps-total{justify-content:flex-end;gap:30px;padding:16px 4px;display:flex}.ps-total span{color:var(--ps-muted)}.ps-wide-field{max-width:360px;margin-bottom:24px}.ps-goal-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.ps-goal-grid button{border:1px solid var(--ps-line);min-height:92px;color:var(--ps-goal-text);background:var(--ps-white);cursor:pointer;text-transform:capitalize;border-radius:3px;align-content:center;place-items:center;gap:8px;display:grid}.ps-goal-grid button.is-selected{border:2px solid var(--ps-green);background:var(--ps-goal-selected-bg);color:var(--ps-goal-selected-text)}.ps-review-list{border-top:1px solid var(--ps-line)}.ps-review-list details{border-bottom:1px solid var(--ps-line);padding:16px 2px}.ps-review-list summary{cursor:pointer;justify-content:space-between;font-weight:680;display:flex}.ps-review-list summary span{color:var(--ps-green);font-size:12px}.ps-review-list p{color:var(--ps-muted);margin:12px 0 0;font-size:14px}.ps-assessment{background:var(--ps-assessment-bg);border:1px solid var(--ps-assessment-border);margin-top:24px;padding:16px}.ps-assessment p{color:var(--ps-muted);margin:6px 0 0}.ps-actions{border-top:1px solid var(--ps-line);justify-content:space-between;align-items:center;margin-top:34px;padding-top:20px;display:flex}.ps-primary,.ps-secondary,.ps-back{cursor:pointer;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 18px;display:inline-flex}.ps-primary{background:var(--ps-green);color:var(--ps-white)}.ps-primary:hover{background:var(--ps-green-dark)}.ps-primary:disabled{opacity:.65;cursor:wait}.ps-back{color:var(--ps-muted);background:0 0;padding-left:0}.ps-secondary{background:var(--ps-white);color:var(--ps-ink);border-color:var(--ps-line)}.ps-error{border:1px solid var(--ps-error-border);background:var(--ps-error-bg);color:var(--ps-error-text);margin-top:18px;padding:12px 14px}.ps-panel--result{max-width:700px}.ps-result{text-align:center;padding:48px 0 20px}.ps-result__icon{background:var(--ps-result-icon-bg);width:54px;height:54px;color:var(--ps-green);border-radius:50%;place-items:center;margin:0 auto 20px;display:grid}.ps-result__lead{max-width:590px;color:var(--ps-muted);margin:18px auto 30px;line-height:1.65}.ps-result__actions{text-align:left;border-top:1px solid var(--ps-line);border-bottom:1px solid var(--ps-line);padding:22px 0}.ps-result__actions p,.ps-result__actions li{color:var(--ps-muted);line-height:1.55}.ps-result__actions ul{margin-bottom:0;padding-left:20px}.ps-integration-proof{text-align:left;border:1px solid var(--ps-line);background:var(--ps-soft);border-radius:3px;margin:24px 0;padding:14px 16px}.ps-integration-proof summary{cursor:pointer;font-weight:700}.ps-integration-proof dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.ps-integration-proof dl div{min-width:0}.ps-integration-proof dt{color:var(--ps-muted);text-transform:uppercase;font-size:11px}.ps-integration-proof dd{overflow-wrap:anywhere;margin:4px 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px}.ps-network-ledger{border-top:1px solid var(--ps-line);gap:6px;padding-top:12px;display:grid}.ps-network-ledger code{overflow-wrap:anywhere;color:var(--ps-code-text);font-size:11px}.ps-network-ledger code span{color:var(--ps-coral-dark);font-weight:750}.ps-network-ledger code strong{color:var(--ps-green)}.ps-legal{text-align:center;color:var(--ps-legal-text);padding:34px 0 10px;font-size:11px}@media (width<=720px){.ps-page{padding:18px 18px 16px}.ps-header{justify-content:flex-start}.ps-environment{font-size:10px}.ps-progress{grid-template-columns:repeat(7,82px);justify-content:flex-start;margin-bottom:26px;padding-bottom:8px;overflow-x:auto}.ps-progress__item small{white-space:normal;text-align:center}.ps-welcome{min-height:520px}.ps-success-line{margin-bottom:30px}.ps-field-grid,.ps-health-grid{grid-template-columns:1fr}.ps-goal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ps-account-list label{grid-template-columns:1fr;gap:10px}.ps-integration-proof dl{grid-template-columns:1fr}.ps-actions{background:#fffffff5;margin-left:-18px;margin-right:-18px;padding:14px 18px;position:sticky;bottom:0}}
