:root{--green-950:#073b2a;--green-800:#0b5d42;--green-600:#138a61;--green-100:#e6f5ee;--ink:#17201c;--muted:#66736c;--line:#dce7e1;--surface:#ffffff;--background:#f5f8f6;--danger:#9b1c1c;--danger-soft:#fff2f2}*{box-sizing:border-box}body{margin:0;background:var(--background);color:var(--ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.container{width:min(1120px,calc(100% - 32px));margin:0 auto}.nav{display:flex;justify-content:space-between;align-items:center;padding:22px 0}.brand{font-size:24px;font-weight:800;color:var(--green-950)}.badge{background:var(--green-100);color:var(--green-800);padding:7px 10px;border-radius:999px;font-weight:700;font-size:12px}.hero{padding:72px 0 56px;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:48px;gap:48px;align-items:center}h1{font-size:clamp(44px,7vw,76px);line-height:.98;letter-spacing:-.05em;margin:16px 0}h2{font-size:30px;margin:0 0 8px}h3{margin:0}p{color:var(--muted);line-height:1.6}.actions{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.button{border:0;border-radius:12px;padding:14px 18px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.primary{background:var(--green-800);color:white}.secondary{background:white;color:var(--green-950)}.card,.secondary{border:1px solid var(--line)}.card{background:var(--surface);border-radius:20px;padding:24px;box-shadow:0 18px 50px rgba(20,70,48,.08)}.metric{display:flex;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.metric:last-child{border:0}.metric strong{font-size:24px;color:var(--green-950)}.grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px;padding:24px 0 64px}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}label{display:block;font-weight:700;font-size:13px;margin-bottom:7px}input,select{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink)}input:focus,select:focus{outline:3px solid rgba(19,138,97,.14);border-color:var(--green-600)}.shell{padding:32px 0 64px}.dashboard-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:24px;gap:24px;align-items:start}.result{font-size:48px;font-weight:900;color:var(--green-950);letter-spacing:-.04em}.small{font-size:13px;color:var(--muted)}.error{color:var(--danger);background:var(--danger-soft);border:1px solid #ffd0d0;border-radius:10px}.error,.success{padding:12px;margin-top:12px}.success{color:#0a5d3f;background:#ecfff5;border:1px solid #c8f1dc;border-radius:10px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:40px 16px;background:radial-gradient(circle at top left,#e8f7ef 0,transparent 42%),var(--background)}.auth-card{width:min(100%,520px);padding:clamp(28px,6vw,44px);border:1px solid var(--line);border-radius:24px;background:var(--surface);box-shadow:0 24px 70px rgba(20,70,48,.12)}.auth-card h1{margin-top:12px;font-size:clamp(38px,8vw,56px)}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;grid-gap:6px;gap:6px;margin:24px 0;padding:5px;border-radius:14px;background:var(--green-100)}.auth-tabs button{border:0;border-radius:10px;padding:11px 12px;background:transparent;color:var(--green-800);font-weight:800}.auth-tabs button.active{background:white;color:var(--green-950);box-shadow:0 4px 16px rgba(20,70,48,.1)}.auth-form{display:grid;grid-gap:18px;gap:18px}.auth-form .primary-action{margin-top:2px}.field-help{margin:7px 0 0;font-size:12px}.auth-link{border:0;padding:4px 0;background:transparent;color:var(--green-800);font-weight:800;text-decoration:underline;text-underline-offset:3px}.auth-back-link{margin:4px 0 22px}.auth-return-link{display:flex;align-items:center;justify-content:center;min-height:50px;margin-top:20px;border-radius:14px;padding:14px 18px;font-weight:900}.auth-card a:focus-visible,.auth-card button:focus-visible{outline:3px solid rgba(19,138,97,.24);outline-offset:3px}.onboarding-shell{width:min(900px,calc(100% - 32px));margin:0 auto;padding:48px 0 72px}.onboarding-header{margin-bottom:28px}.onboarding-header h1{max-width:760px;font-size:clamp(42px,7vw,68px);margin-top:12px}.onboarding-header p{max-width:720px;font-size:18px;margin-bottom:0}.eyebrow{display:inline-block;color:var(--green-800);font-size:12px;font-weight:900;letter-spacing:.12em}.model-status-card,.onboarding-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;padding:28px;margin-top:20px;box-shadow:0 18px 50px rgba(20,70,48,.07)}.step-heading{display:flex;gap:16px;align-items:flex-start;margin-bottom:24px}.step-heading h2{font-size:25px}.step-heading p{margin:4px 0 0}.step-number{width:38px;height:38px;border-radius:50%;flex:0 0 38px;display:grid;place-items:center;background:var(--green-800);color:white;font-weight:900}.field{min-width:0}.percent-input{position:relative}.percent-input input{padding-right:42px}.percent-input span{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:var(--muted);font-weight:800}.statement-dropzone{display:grid;place-items:center;text-align:center;min-height:220px;padding:28px;border:2px dashed #b7d5c6;border-radius:18px;background:#f8fcfa;transition:border-color .2s ease,background .2s ease,transform .2s ease}.statement-dropzone:hover{border-color:var(--green-600);background:var(--green-100);transform:translateY(-1px)}.statement-dropzone strong{font-size:18px;color:var(--green-950);margin-top:10px}.statement-dropzone span{color:var(--muted);font-size:14px;margin-top:6px}.statement-dropzone input{display:none}.upload-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:var(--green-800);color:white;font-size:28px;font-weight:900}.upload-progress{margin-top:22px}.progress-summary{display:flex;justify-content:space-between;gap:16px;margin-bottom:9px;font-size:14px}.progress-summary span{color:var(--muted)}.progress-summary strong{color:var(--green-950)}.progress-track{height:10px;background:#e5ece8;border-radius:999px;overflow:hidden}.progress-fill{height:100%;background:var(--green-600);border-radius:999px;transition:width .25s ease}.form-error{color:var(--danger);background:var(--danger-soft);border:1px solid #ffd0d0;padding:12px 14px;border-radius:10px;margin:16px 0 0}.statement-list{margin-top:24px;border-top:1px solid var(--line);padding-top:20px}.statement-list-header{display:flex;justify-content:space-between;gap:16px;align-items:center;margin-bottom:12px}.statement-list-header h3{font-size:17px}.statement-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.statement-row:last-child{border-bottom:0}.statement-row>div{min-width:0}.statement-row strong{display:block;overflow-wrap:anywhere}.statement-row span{display:block;color:var(--muted);font-size:12px;margin-top:3px}.remove-button,.text-button{border:0;background:transparent;font-weight:800}.text-button{color:var(--green-800)}.remove-button{color:var(--danger)}.model-status-card{display:flex;justify-content:space-between;gap:24px;align-items:center;background:var(--green-950);color:white}.model-status-card h2{color:white;margin-top:8px}.model-status-card p{color:#c8dbd2;margin-bottom:0}.model-status-card .eyebrow{color:#8de3bc}.readiness-score{flex:0 0 auto;font-size:clamp(42px,8vw,68px);font-weight:900;letter-spacing:-.05em}.primary-action{width:100%;border:0;border-radius:14px;padding:16px 20px;margin-top:20px;background:var(--green-800);color:white;font-weight:900;font-size:16px}.primary-action:not(:disabled):hover{background:var(--green-950)}.privacy-note{text-align:center;font-size:12px;margin:12px 0 0}@media (max-width:820px){.dashboard-grid,.form-grid,.grid,.hero{grid-template-columns:1fr}.onboarding-shell{padding-top:28px}.model-status-card,.onboarding-card{padding:20px;border-radius:18px}.model-status-card{align-items:flex-start}.readiness-score{font-size:46px}}@media (max-width:560px){.model-status-card{display:block}.readiness-score{margin-top:18px}.statement-row{align-items:flex-start}.remove-button{padding:4px 0 4px 12px}}.import-status{flex:0 0 auto;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:900;text-align:center}.import-status-uploaded{background:#eef3f0;color:#56635c}.import-status-processing{background:#fff7df;color:#7a5a00}.import-status-review_required{background:#fff0d8;color:#8a4b00}.import-status-approved{background:var(--green-100);color:var(--green-800)}.import-status-failed{background:var(--danger-soft);color:var(--danger)}.statement-error-text{display:block;margin-top:6px;color:var(--danger);font-size:12px;font-weight:700}@media (max-width:560px){.import-status{margin-top:8px}}.statement-review-card{border:2px solid var(--green-600)}.review-section{margin:28px 0;padding-top:22px;border-top:1px solid var(--line)}.review-section h3{margin:0 0 16px;color:var(--green-950)}textarea{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:10px;background:white;color:var(--ink);font:inherit;resize:vertical}.statement-review-button{margin-top:12px;padding:10px 14px}.approved-history-note{display:block;margin-top:8px;color:var(--green-800);font-size:12px;font-weight:800}.pulse-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:36px 0 80px}.pulse-dashboard{min-width:0;display:grid;grid-gap:22px;gap:22px}.pulse-dashboard>*{min-width:0}.pulse-kicker{display:inline-block;color:#17875f;font-size:11px;font-weight:900;letter-spacing:.14em}.pulse-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr .86fr;grid-gap:40px;gap:40px;padding:40px;border-radius:30px;background:radial-gradient(circle at 82% 18%,rgba(87,225,162,.22),transparent 32%),linear-gradient(135deg,#062f23,#07563c);color:white;box-shadow:0 24px 70px rgba(6,61,43,.2)}.pulse-hero:after{position:absolute;right:-80px;bottom:-100px;width:260px;height:260px;border:1px solid rgba(255,255,255,.12);border-radius:50%;content:""}.pulse-hero .pulse-kicker{color:#95ebc4}.pulse-hero h1{margin:14px 0 4px;color:white;font-size:clamp(54px,8vw,88px);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.065em}.pulse-hero-label{margin:0;color:#d8eee5;font-size:17px;font-weight:700}.pulse-net-metric{width:-moz-fit-content;width:fit-content;min-width:184px;display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin-top:16px;padding:11px 14px;border:1px solid rgba(182,238,211,.26);border-radius:13px;background:rgba(255,255,255,.09)}.pulse-net-metric span{color:#bfe1d2;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.pulse-net-metric strong{color:white;font-size:22px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pulse-range{display:flex;align-items:center;gap:12px;margin-top:28px;color:#c2ded2;font-size:13px}.pulse-range strong{color:white;font-size:15px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pulse-hero-context{position:relative;z-index:1;display:grid;grid-template-columns:126px 1fr;grid-gap:24px;gap:24px;align-items:center}.pulse-hero-context p{margin:0 0 8px;color:#deeee7;font-size:14px;line-height:1.5}.pulse-hero-context small{display:block;margin-top:16px;color:#98c5b2}.pulse-desktop-reasons{display:block}.pulse-mobile-reasons{display:none}.pulse-confidence-help{margin-top:8px;color:#bfe1d2;font-size:12px}.pulse-confidence-help summary,.pulse-mobile-reasons summary{width:-moz-fit-content;width:fit-content;cursor:pointer;color:#c9e7da;font-weight:800;text-decoration:underline;-webkit-text-decoration-color:rgba(201,231,218,.45);text-decoration-color:rgba(201,231,218,.45);text-underline-offset:3px}.pulse-confidence-help summary:focus-visible,.pulse-mobile-reasons summary:focus-visible{border-radius:4px;outline:3px solid #8de3bc;outline-offset:3px}.pulse-confidence-help p,.pulse-mobile-reasons p{margin-top:8px;color:#cfe8dc;font-size:12px}.pulse-confidence-orbit{width:126px;height:126px;display:grid;place-content:center;border:8px solid rgba(141,227,188,.26);border-top-color:#8de3bc;border-radius:50%;text-align:center}.pulse-confidence-orbit strong{font-size:29px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.pulse-confidence-orbit span{max-width:84px;color:#bcdccd;font-size:10px;font-weight:800;line-height:1.2}.pulse-control-bar,.pulse-empty,.pulse-loading,.pulse-section{padding:28px;border:1px solid #dbe9e2;border-radius:24px;background:white;box-shadow:0 15px 45px rgba(20,70,48,.06)}.pulse-control-bar{display:grid;grid-template-columns:1fr 260px;grid-gap:28px;gap:28px;align-items:start}.pulse-control-label{display:block;margin-bottom:9px;color:#456359;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.pulse-metric-switch,.pulse-segmented{display:inline-flex;gap:4px;padding:4px;border:1px solid #d8e6df;border-radius:13px;background:#f4f8f6}.pulse-metric-switch button,.pulse-segmented button{border:0;border-radius:9px;background:transparent;color:#52645c;font-weight:800}.pulse-segmented button{padding:10px 14px}.pulse-metric-switch button{padding:8px 13px;font-size:13px}.pulse-metric-switch button[aria-pressed=true],.pulse-segmented button[aria-pressed=true]{background:#0b5d42;color:white;box-shadow:0 5px 15px rgba(11,93,66,.18)}.pulse-metric-switch button:focus-visible,.pulse-outlook button:focus-visible,.pulse-period-select:focus-visible,.pulse-secondary-action:focus-visible,.pulse-segmented button:focus-visible{outline:3px solid #64cfa0;outline-offset:2px}.pulse-control-help{margin:9px 0 0;font-size:13px}.pulse-period-select{width:100%;min-height:44px;padding:9px 12px;border:1px solid #cbded5;border-radius:11px;background:white;color:#163b2e;font-weight:800}.pulse-card-heading,.pulse-section-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.pulse-section-heading{margin-bottom:20px}.pulse-empty h2,.pulse-loading h2,.pulse-section-heading h2{margin:5px 0 0;color:#093d2c;font-size:25px;letter-spacing:-.025em}.pulse-chart-wrap{min-width:0;overflow-x:auto}.pulse-chart{width:100%;min-width:660px;height:auto}.pulse-chart-grid{stroke:#e6eee9;stroke-width:1}.pulse-chart-axis{fill:#718078;font-size:10px;font-weight:700}.pulse-chart-actual-line,.pulse-chart-bridge,.pulse-chart-forecast-line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.pulse-chart-actual-line{stroke:#07563c}.pulse-chart-bridge,.pulse-chart-forecast-line{stroke:#22a974;stroke-dasharray:8 7}.pulse-chart-actual-point{fill:white;stroke:#07563c;stroke-width:4}.pulse-chart-forecast-point{fill:#8de3bc;stroke:#0b7050;stroke-width:3}.pulse-chart-forecast-point.is-selected{fill:#f6c85f;stroke:#07563c;stroke-width:4}.pulse-chart-actual-point:focus,.pulse-chart-forecast-point:focus{outline:none;stroke:#f6a723;stroke-width:6}.pulse-chart-band{fill:rgba(83,201,147,.15);stroke:none}.pulse-chart-today{stroke:#9aaca3;stroke-dasharray:3 5}.pulse-chart-transition{fill:#5f7369;font-size:10px;font-weight:900;text-transform:uppercase}.pulse-chart-legend{display:flex;justify-content:center;gap:20px;margin-top:6px;color:#68776f;font-size:12px}.pulse-chart-legend span{display:inline-flex;gap:7px;align-items:center}.pulse-chart-legend i{width:22px;height:4px;display:inline-block;border-radius:99px}.pulse-comparison-target{display:block;margin-top:4px;color:#678076;font-size:11px;font-weight:700}.pulse-legend-actual{background:#07563c}.pulse-legend-forecast{border-top:3px dashed #22a974}.pulse-legend-range{background:rgba(83,201,147,.25)}.pulse-stat-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px}.pulse-stat-grid article{min-width:0;padding:20px;border:1px solid #dceae3;border-radius:18px;background:linear-gradient(180deg,white,#f8fbf9)}.pulse-comparison-totals span,.pulse-current-renewal span,.pulse-recent-stats span,.pulse-stat-grid span{display:block;color:#66776e;font-size:11px;font-weight:900;letter-spacing:.035em;text-transform:uppercase}.pulse-stat-grid strong{display:block;margin:9px 0 8px;color:#073b2a;font-size:clamp(20px,2vw,28px);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;letter-spacing:-.035em}.pulse-comparison-totals small,.pulse-outlook small,.pulse-stat-grid small{color:#718078;line-height:1.45}.pulse-evidence-label{width:-moz-fit-content;width:fit-content;display:block;margin:0 0 8px;padding:5px 8px;border-radius:999px;background:#e7f4ed;color:#0b6c4c;font-size:10px;font-style:normal;font-weight:900;letter-spacing:.025em}.pulse-current-renewal .pulse-evidence-label{margin:7px 0 0 auto}.pulse-current-renewal{text-align:right}.pulse-current-renewal strong{display:block;margin-top:4px;color:#07563c;font-size:26px}.pulse-comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.pulse-comparison-card{padding:21px;border:1px solid #d7e7df;border-radius:18px;background:#fbfdfc}.pulse-comparison-card h3{margin-top:4px;color:#143f30}.pulse-confidence,.pulse-partial-badge{padding:6px 9px;border-radius:99px;background:#e6f5ee;color:#0b6c4c;font-size:11px;font-weight:900}.pulse-comparison-totals{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;margin-top:22px}.pulse-comparison-totals>div{padding:15px;border-radius:13px;background:white;box-shadow:inset 0 0 0 1px #e3ede8}.pulse-comparison-totals strong{display:block;margin:7px 0 3px;color:#073b2a;font-size:21px}.pulse-category-details{margin-top:16px;border-top:1px solid #dfe9e4;padding-top:13px}.pulse-category-details summary{color:#0b6c4c;font-size:12px;font-weight:900;cursor:pointer}.pulse-category-details dl{margin:12px 0 0}.pulse-category-details dl>div{display:flex;justify-content:space-between;gap:14px;padding:7px 0;border-bottom:1px solid #edf2ef;color:#516159;font-size:12px}.pulse-category-details dd{margin:0;color:#173d2f;font-weight:800}.pulse-comparison-missing{background:#fafbf9;border-style:dashed}.pulse-footnote{margin:16px 0 0;font-size:12px}.pulse-outlook{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));grid-gap:10px;gap:10px;overflow-x:auto;padding-bottom:4px}.pulse-outlook button{min-width:130px;padding:16px;border:1px solid #d9e7e0;border-radius:16px;background:white;text-align:left}.pulse-outlook button.is-selected,.pulse-outlook button:hover{border-color:#18845f;background:#f1faf5}.pulse-outlook button.is-selected{box-shadow:inset 0 0 0 1px #18845f}.pulse-outlook em,.pulse-outlook small,.pulse-outlook span,.pulse-outlook strong{display:block}.pulse-outlook span{color:#607169;font-size:12px;font-weight:900}.pulse-outlook strong{margin:8px 0 6px;color:#073b2a;font-size:20px}.pulse-outlook em{margin-top:9px;color:#0b6c4c;font-size:11px;font-style:normal;font-weight:900}.pulse-recent{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:28px;gap:28px;align-items:center}.pulse-recent p{margin-bottom:0}.pulse-history-link{display:inline-block;margin-top:12px;color:#0b6c4c;font-size:13px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.pulse-history-link:focus-visible{outline:3px solid #64cfa0;outline-offset:3px}.pulse-recent-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.pulse-recent-stats>div{padding-left:16px;border-left:2px solid #dce9e3}.pulse-recent-stats strong{display:block;margin-top:7px;color:#0a4431;font-size:16px}.pulse-empty,.pulse-loading{min-height:320px;display:grid;place-content:center;text-align:center}.pulse-empty p,.pulse-loading p{max-width:520px;margin:10px auto 0}.pulse-loading-mark{width:42px;height:42px;margin:0 auto 18px;border:4px solid #d9eee4;border-top-color:#0b6c4c;border-radius:50%;animation:pulse-spin .8s linear infinite}@keyframes pulse-spin{to{transform:rotate(1turn)}}.pulse-secondary-action{width:-moz-fit-content;width:fit-content;margin:18px auto 0;padding:11px 16px;border:1px solid #0b6c4c;border-radius:10px;background:white;color:#0b6c4c;font-weight:900}.pulse-supporting-flow{width:min(900px,100%);margin:34px auto 0}@media (max-width:980px){.pulse-stat-grid{grid-template-columns:repeat(3,1fr)}.pulse-outlook{grid-template-columns:repeat(6,150px)}}@media (max-width:760px){.pulse-shell{width:min(100% - 20px,680px);padding-top:16px}.pulse-control-bar,.pulse-hero,.pulse-recent{grid-template-columns:1fr}.pulse-hero{gap:18px;padding:24px}.pulse-hero-context{grid-template-columns:84px 1fr;gap:16px}.pulse-confidence-orbit{width:84px;height:84px;border-width:6px}.pulse-confidence-orbit strong{font-size:23px}.pulse-desktop-reasons{display:none}.pulse-mobile-reasons{display:block;margin-top:8px}.pulse-comparison-grid{grid-template-columns:1fr}.pulse-stat-grid{grid-template-columns:repeat(2,1fr)}.pulse-recent-stats{grid-template-columns:1fr}}@media (max-width:520px){.pulse-control-bar,.pulse-empty,.pulse-hero,.pulse-loading,.pulse-section{padding:20px;border-radius:19px}.pulse-hero h1{margin-top:10px;font-size:48px}.pulse-hero-context{grid-template-columns:72px 1fr;gap:14px}.pulse-confidence-orbit{width:72px;height:72px;border-width:5px}.pulse-confidence-orbit strong{font-size:20px}.pulse-confidence-orbit span{max-width:58px;font-size:8px}.pulse-net-metric{width:100%;min-width:0;margin-top:12px;padding:9px 12px}.pulse-net-metric strong{font-size:20px}.pulse-range{margin-top:14px}.pulse-hero-context small{margin-top:10px}.pulse-segmented{width:100%;display:grid}.pulse-segmented,.pulse-stat-grid{grid-template-columns:1fr}.pulse-section-heading{display:block}.pulse-current-renewal,.pulse-metric-switch,.pulse-partial-badge{margin-top:12px}.pulse-current-renewal{text-align:left}.pulse-current-renewal .pulse-evidence-label{margin-left:0}.pulse-comparison-totals{grid-template-columns:1fr}.pulse-chart-legend{justify-content:flex-start;flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.pulse-loading-mark{animation:none}}.danger-action{width:100%;margin:16px 0 22px;padding:13px 16px;border:1px solid #b42318;border-radius:12px;background:#fff4f2;color:#b42318;font:inherit;font-weight:800;cursor:pointer}.danger-action:disabled{cursor:not-allowed;opacity:.55}.delete-statement-button{display:block;margin-top:12px;padding:9px 12px;border:1px solid #b42318;border-radius:9px;background:transparent;color:#b42318;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.delete-statement-button:disabled{cursor:not-allowed;opacity:.55}.founder-shell{width:min(1040px,calc(100% - 32px));margin:0 auto;padding:34px 0 80px;color:#173d2f}.founder-hero{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:34px;gap:34px;align-items:center;padding:42px;border-radius:30px;background:radial-gradient(circle at 92% 8%,rgba(141,227,188,.3),transparent 34%),linear-gradient(135deg,#073d2d,#0b6c4c);color:white;box-shadow:0 26px 70px rgba(6,62,43,.2)}.founder-hero h1{max-width:720px;margin:10px 0 14px;color:white;font-size:clamp(34px,5vw,58px);line-height:.98;letter-spacing:-.05em}.founder-hero p{max-width:650px;margin:0;color:#d9f2e7;line-height:1.6}.founder-kicker{color:#08734f;font-size:11px;font-weight:900;letter-spacing:.14em}.founder-hero .founder-kicker{color:#a7f2d1}.founder-step-label{color:#08734f;font-size:11px;font-weight:900;letter-spacing:.14em}.founder-price{padding:24px;border:1px solid rgba(255,255,255,.24);border-radius:22px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.founder-price em,.founder-price span,.founder-price strong{display:block}.founder-price span{color:#c6e9d8;font-size:11px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.founder-price strong{margin:6px 0;color:white;font-size:46px}.founder-price small{font-size:15px}.founder-price em{color:#8de3bc;font-size:12px;font-style:normal;font-weight:850}.founder-progress{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;margin:22px 0;padding:0;list-style:none}.founder-progress li{display:flex;gap:9px;align-items:center;padding:13px 15px;border:1px solid #d9e7e0;border-radius:13px;background:white;color:#59665f;font-size:12px;font-weight:850}.founder-progress li>span:first-child{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:#edf3ef;font-size:10px}.founder-progress .is-complete,.founder-progress .is-current{border-color:#69cfa2;color:#07563c}.founder-progress .is-complete>span:first-child{background:#0b6c4c;color:white}.founder-progress-copy{display:grid;min-width:0;grid-gap:1px;gap:1px}.founder-progress-copy small{color:#52635a;font-size:9px;font-weight:750;line-height:1.2}.founder-progress .is-complete .founder-progress-copy small,.founder-progress .is-current .founder-progress-copy small{color:#07563c}.founder-visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.founder-shell button:focus-visible,.founder-shell input:focus-visible,.founder-shell select:focus-visible{outline:3px solid #f4b942;outline-offset:3px}.founder-card{margin:18px 0;padding:32px;border:1px solid #dbe9e2;border-radius:24px;background:white;box-shadow:0 15px 45px rgba(20,70,48,.07)}.founder-card h1,.founder-card h2{margin:8px 0 10px;color:#093d2c;letter-spacing:-.03em}.founder-card h2{font-size:clamp(25px,4vw,34px)}.founder-card>p{max-width:760px;color:#5e7067;line-height:1.6}.founder-disclosure-copy{padding:20px;border-left:4px solid #20a774;border-radius:0 14px 14px 0;background:#f2faf6;color:#173d2f!important;font-size:16px;font-weight:700}.founder-checkbox{display:flex;gap:12px;align-items:flex-start;margin:20px 0;padding:17px;border:1px solid #cce3d7;border-radius:14px;background:#fbfefc;color:#244c3e;font-weight:750;line-height:1.45;cursor:pointer}.founder-checkbox input{width:20px;height:20px;flex:0 0 auto;margin-top:1px;accent-color:#0b6c4c}.founder-statement-role{display:grid;grid-gap:6px;gap:6px;width:min(260px,100%);margin-top:10px;color:#31594a;font-size:12px;font-weight:800}.founder-statement-role select{width:100%;min-height:42px;padding:8px 10px;border:1px solid #bad8ca;border-radius:10px;background:#fff;color:#123f30;font:inherit}.founder-result-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin:24px 0}.founder-result-grid article{min-width:0;padding:18px;border:1px solid #dceae3;border-radius:16px;background:linear-gradient(180deg,#fff,#f7fbf9)}.founder-evidence span,.founder-result-grid span{display:block;color:#52635a;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.founder-result-grid strong{display:block;margin:8px 0 4px;color:#07563c;font-size:22px}.founder-result-grid .founder-result-date{font-size:15px}.founder-result-grid small{color:#53635b}.founder-evidence,.founder-guidance,.founder-reservation,.founder-return-later{margin:18px 0;padding:18px;border-radius:16px;background:#f2faf6}.founder-guidance strong,.founder-reservation h3{color:#0b5d42}.founder-guidance p,.founder-guidance ul,.founder-reservation p{margin-bottom:0;color:#587067;line-height:1.55}.founder-evidence{display:flex;justify-content:space-between;gap:16px;align-items:center}.founder-evidence strong{padding:6px 10px;border-radius:999px;background:#0b6c4c;color:white;font-size:12px;text-transform:capitalize}.founder-loading,.founder-processing{min-height:310px;display:grid;place-content:center;text-align:center}.founder-processing p{max-width:580px;margin:0 auto 18px}.founder-processing .secondary{width:-moz-fit-content;width:fit-content;margin:0 auto}.founder-pause{border-color:#e6c66d;background:#fffaf0}.founder-support-state{border-color:#9dd3ba;background:#f2faf6}.founder-refresh{width:100%;margin:18px 0}.founder-locked-preview{position:relative;display:grid;grid-template-columns:.75fr 1.25fr;grid-gap:22px;gap:22px;margin:26px 0;padding:28px;overflow:hidden;border:1px solid #cfe3d9;border-radius:22px;background:linear-gradient(135deg,#0b5d42,#0a7753);color:white}.founder-locked-preview small,.founder-locked-preview span,.founder-locked-preview strong{display:block}.founder-locked-preview>div>span{color:#8de3bc;font-size:10px;font-weight:900;letter-spacing:.08em}.founder-locked-preview>div>strong{margin:8px 0;font-size:36px}.founder-preview-chart{display:flex;gap:9px;align-items:flex-end;min-height:100px;filter:blur(4px);opacity:.7}.founder-preview-chart i{width:16%;height:35%;border-radius:6px 6px 0 0;background:#8de3bc}.founder-preview-chart i:nth-child(2),.founder-preview-chart i:nth-child(5){height:68%}.founder-preview-chart i:nth-child(3){height:52%}.founder-preview-chart i:nth-child(4),.founder-preview-chart i:nth-child(6){height:82%}.founder-preview-lock{position:absolute;inset:0;display:grid;place-content:center;grid-gap:7px;gap:7px;background:rgba(4,41,28,.42);text-align:center;font-weight:900;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.founder-preview-lock span{font-size:24px}@media (max-width:760px){.founder-shell{width:min(100% - 20px,680px);padding-top:14px}.founder-hero{grid-template-columns:1fr;padding:28px;border-radius:22px}.founder-price{display:grid;grid-template-columns:1fr auto;grid-gap:0 16px;gap:0 16px;align-items:center}.founder-price strong{grid-row:span 2;margin:0}.founder-progress,.founder-result-grid{grid-template-columns:repeat(2,1fr)}.founder-locked-preview{grid-template-columns:1fr}}@media (max-width:480px){.founder-shell{width:min(100% - 16px,680px);padding-top:8px}.founder-card{margin:12px 0;padding:18px;border-radius:19px}.founder-hero{gap:16px;padding:18px}.founder-hero h1{margin:7px 0 10px;font-size:32px;line-height:1.02}.founder-hero p{font-size:14px;line-height:1.45}.founder-price{padding:14px 16px;border-radius:16px}.founder-price strong{font-size:34px}.founder-price em{color:#baf4d8}.founder-progress{gap:6px;margin:12px 0}.founder-progress li{gap:6px;padding:7px 8px;font-size:9px}.founder-progress li>span:first-child{width:21px;height:21px}.founder-progress-copy small{font-size:8px}.founder-result-grid{grid-template-columns:1fr}}