:root{--ink:#10294d;--muted:#5d6d80;--paper:#f6f8fa;--line:#dee5eb;--orange:#ff6f3d;--blue:#51b9e9;--white:#fff;--green:#22705a;--radius:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:16px/1.5 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a,input,select{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}button:disabled{cursor:default;opacity:.65}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #1b89b9;outline-offset:4px}button{transition:background .15s,transform .15s}button:not(:disabled):hover{filter:brightness(.96)}[hidden]{display:none!important}.header{height:90px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100vw - 1240px)/2));gap:24px}.logo{width:145px;height:auto;display:block}.header nav{display:flex;gap:30px;font-size:14px;font-weight:650}.header-right{display:flex;align-items:center;gap:18px}.header select{border:0;background:transparent;color:var(--ink);font-size:14px;padding:8px}.demo-tag{font-size:12px;letter-spacing:.08em;font-weight:800;color:#61728a}.button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:9px;background:var(--ink);color:white;padding:14px 22px;font-weight:700;font-size:14px;min-height:48px}.button.small{min-height:40px;padding:10px 18px}.full{width:100%}.demo-notice{background:#eaf5fb;display:flex;justify-content:center;align-items:center;gap:9px;padding:10px 24px;font-size:13px;color:#305776}.notice-dot{flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:#3688ad}.workspace{max-width:1240px;margin:auto;padding:42px 24px 64px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px}.eyebrow{font-size:12px;font-weight:750;letter-spacing:.13em;margin:0 0 9px;color:var(--muted)}h1{font-size:clamp(28px,3.3vw,40px);letter-spacing:-.04em;font-weight:700;line-height:1.2;margin:0}h2{font-size:22px;line-height:1.3;letter-spacing:-.025em;margin:0}h3{font-size:23px;letter-spacing:-.02em}.subheading{margin:10px 0 0;color:var(--muted);font-size:16px}.text-button{border:0;background:transparent;color:var(--ink);font-size:14px;font-weight:650;padding:8px 0;white-space:nowrap}.workspace-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,1fr);gap:24px;align-items:start}.goal-panel,.action-panel,.activity-panel,.details-panel{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden}.goal-cover{background:#10294d;color:white;padding:34px 32px;position:relative;display:flex;align-items:center;justify-content:space-between;min-height:190px;isolation:isolate;overflow:hidden}.goal-cover:after{content:"";z-index:-1;position:absolute;width:240px;height:240px;border:40px solid #203e62;border-radius:50%;right:-90px;top:-130px}.cover-kicker{color:#9bd7f2;font-size:12px;letter-spacing:.13em;font-weight:700;text-transform:uppercase}.goal-cover h2{font-size:30px;max-width:480px;margin:9px 0;overflow-wrap:anywhere;line-height:1.2;letter-spacing:-.025em}.goal-cover p{font-size:14px;color:#bdcddd;margin:0}.cover-mark{font-size:82px;color:#ff956f;line-height:1;padding-left:20px}.goal-body{padding:26px 32px}.goal-meta{display:flex;justify-content:space-between;align-items:center;gap:10px;font-size:13px}.pill{display:inline-flex;align-items:center;background:#eaf5ef;color:#256649;border-radius:99px;font-size:12px;font-weight:700;padding:5px 10px}.pill.review{background:#fff0e9;color:#a04420}.pill.cancelled,.pill.neutral{background:#f0f3f6;color:#5d6d80}.muted{color:var(--muted)}.amount-line{display:flex;align-items:baseline;gap:10px;margin:24px 0 14px;flex-wrap:wrap}.amount-line strong{font-size:40px;line-height:1.2;letter-spacing:-.045em}.amount-line>span{font-size:16px;color:var(--muted)}.funding-bar{height:10px;background:#edf1f5;border-radius:8px;overflow:hidden}.funding-bar>div{height:100%;background:var(--orange);border-radius:8px;transition:width .35s}.progress-detail{display:flex;justify-content:space-between;font-size:14px;margin:10px 0 22px}.progress-detail strong{font-weight:650}.progress-detail>span{color:var(--muted)}.people-line{display:flex;align-items:center;gap:14px;font-size:14px}.people-line .text-button{margin-left:auto}.avatars{display:flex;padding-right:7px}.avatars span{height:32px;width:32px;border:2px solid white;border-radius:50%;display:grid;place-items:center;background:#e8f5fc;margin-right:-7px;font-size:12px;font-weight:700}.avatars span:nth-child(2){background:#fff0e9}.avatars span:nth-child(3){background:#eae9f7}.tiny{font-size:12px;line-height:1.6;color:var(--muted);margin:12px 0}.journey{border-top:1px solid var(--line);padding-top:22px;margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.journey>div{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.journey span{flex-shrink:0;height:24px;width:24px;border-radius:50%;background:#edf1f5;display:grid;place-items:center}.journey b{font-weight:600}.journey .active{color:var(--ink)}.journey .active span{background:var(--ink);color:white}.action-panel{padding:28px;grid-column:2;grid-row:1 / span 2;box-shadow:0 8px 24px #10294d05}.panel-heading>p{font-size:14px;margin:12px 0 22px}.panel-heading h2{font-size:25px;letter-spacing:-.025em;margin-top:7px}label{display:block;font-size:14px;font-weight:650;margin:16px 0 8px}input,dialog select{width:100%;border:1px solid #cad4df;border-radius:8px;padding:12px 14px;background:white;color:var(--ink);min-height:48px}.money-input{display:flex;align-items:center;border:1px solid #c3cfdb;border-radius:9px;padding:0 15px;gap:10px}.money-input span{font-size:24px;color:var(--muted)}.money-input input{border:0;padding:12px 0;font-size:30px;font-weight:650;outline-offset:0;min-width:0}.amount-presets{display:grid;grid-template-columns:repeat(3,1fr) 1.7fr;gap:7px;margin-top:10px}.amount-presets button{border:1px solid var(--line);background:white;border-radius:6px;padding:9px 4px;font-size:12px;min-height:38px;color:var(--ink)}.amount-presets .selected{background:#edf6fb;border-color:#6dbadd}.receipt{background:#f7f9fb;border-radius:9px;padding:16px;margin:20px 0;font-size:13px}.receipt>div{display:flex;justify-content:space-between;gap:12px;margin:0 0 10px}.receipt>div:last-child{margin:0}.receipt-total{border-top:1px solid var(--line);padding-top:12px}.receipt strong{font-weight:650}.trust-note{display:flex;gap:10px;border-top:1px solid var(--line);margin-top:22px;padding-top:18px;color:var(--muted)}.trust-note>span{font-size:28px;line-height:1.2}.trust-note p{font-size:12px;line-height:1.65;margin:0}.activity-panel{padding:26px 32px;grid-column:1;grid-row:2}.section-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.section-top h2,.details-panel h2{font-size:20px}.activity-row{display:flex;align-items:center;gap:12px;border-top:1px solid #edf1f4;padding:14px 0}.activity-row:last-child{padding-bottom:0}.activity-avatar{background:#edf5fa;color:#497089;border-radius:50%;display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;font-size:14px;font-weight:650}.activity-person{flex:1}.activity-person b{font-size:14px;font-weight:600;display:block}.activity-person small{font-size:12px;color:var(--muted)}.activity-row>strong{font-size:14px;font-weight:650}.details-panel{grid-column:2;padding:26px 28px;margin-top:-1px}.details-panel dl{margin:16px 0}.details-panel dl>div{display:flex;justify-content:space-between;gap:20px;margin:13px 0;font-size:14px}.details-panel dt{color:var(--muted)}.details-panel dd{margin:0;text-align:right;font-weight:550;max-width:60%}.danger-button{border:0;background:transparent;color:#a54034;padding:10px 0 0;font-size:13px;font-weight:600;text-align:left}.examples{margin-top:40px}.examples .section-top>.muted{font-size:14px}.example-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.example-grid button{text-align:left;border:1px solid var(--line);border-radius:12px;background:#fff;padding:22px;color:var(--ink);position:relative}.example-icon{height:40px;width:40px;border-radius:10px;display:grid;place-items:center;background:#e9f5fb;color:#2b789a;font-size:22px;margin-bottom:18px}.example-grid button:nth-child(2) .example-icon{background:#fff0e9;color:#b45331}.example-grid button:nth-child(3) .example-icon{background:#eeebf8;color:#7460ab}.example-grid b{display:block;font-size:16px;font-weight:650}.example-grid button>span:last-of-type{display:block;font-size:14px;color:var(--muted);margin-top:5px}.example-grid i{position:absolute;right:22px;top:26px;font-size:22px;font-style:normal}footer{max-width:1192px;margin:0 auto;padding:24px 0 32px;display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}footer a{font-weight:650;color:var(--ink)}dialog{border:1px solid var(--line);border-radius:18px;width:min(520px,calc(100% - 32px));padding:28px;color:var(--ink);max-height:90vh;overflow:auto;box-shadow:0 30px 100px #10294d33}dialog::backdrop{background:#071a36a6;backdrop-filter:blur(3px)}dialog h2{font-size:26px;margin:6px 0 12px}dialog .muted{font-size:14px}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.close-button{border:0;background:transparent;color:var(--muted);font-size:28px;padding:0 6px;min-width:36px;min-height:36px}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.dialog-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;flex-wrap:wrap}.secondary-button{border:1px solid var(--line);background:white;color:var(--ink);padding:12px 18px;border-radius:8px}.error{color:#b13629;font-size:14px;margin:10px 0}.error:empty{display:none}.toast{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;border-radius:10px;padding:14px 22px;font-size:14px;box-shadow:0 8px 32px #10294d22;max-width:calc(100% - 32px);width:max-content;z-index:5;pointer-events:none;opacity:0;transition:opacity .15s}.toast.visible{opacity:1}.approval-note{font-size:14px;color:var(--muted)}.approval-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:9px;background:#f7fafc;padding:17px 14px;margin:12px 0;color:var(--ink);font-size:14px}.approval-button b{color:var(--green);font-size:13px}.end-state{text-align:center;padding:20px 0}.end-icon{display:grid;place-items:center;background:#eaf5ef;color:var(--green);width:68px;height:68px;border-radius:50%;font-size:32px;margin:auto}.end-state p{font-size:14px}.skip{position:absolute;top:-80px;padding:12px;z-index:8;background:white}.skip:focus{top:0}@media(min-width:900px){.details-panel{grid-row:3}.activity-panel{align-self:start}.examples{margin-top:-145px;width:calc((100% - 24px)*.6154)}.example-grid{grid-template-columns:1fr}.example-grid button{display:grid;grid-template-columns:44px 1fr;column-gap:14px;padding:16px}.example-grid .example-icon{grid-row:1 / span 2;margin:0}.example-grid button>span:last-of-type{margin:2px 0 0}.example-grid i{top:23px}.examples .section-top>.muted{display:none}}@media(min-width:1180px){.examples{margin-top:-164px}.example-grid{grid-template-columns:repeat(3,1fr);gap:12px}.example-grid button{display:block;padding:18px 14px;min-height:172px}.example-grid .example-icon{margin-bottom:14px}.example-grid b{font-size:14px}.example-grid button>span:last-of-type{font-size:12px}.example-grid i{right:14px;top:22px}}
@media(max-width:899px){.header{padding:0 24px}.header nav{display:none}.workspace-grid{grid-template-columns:1fr 1fr}.goal-panel{grid-column:1/-1}.action-panel{grid-column:2;grid-row:2 / span 2;padding:22px}.activity-panel{grid-column:1;grid-row:2;padding:22px}.details-panel{grid-column:1;grid-row:3;padding:22px}.examples{margin-top:34px}footer{margin:0 24px}.header-right{gap:12px}}
@media(max-width:620px){.header{height:76px;padding:0 18px;gap:12px}.logo{width:120px}.demo-tag{display:none}.header-right{gap:5px}.button.small{font-size:12px;padding:9px 12px}.workspace{padding:28px 16px 36px}.page-heading{align-items:flex-start;flex-direction:column;gap:8px;margin-bottom:20px}.page-heading .text-button{align-self:flex-end;margin-top:-8px}.subheading{font-size:14px}.workspace-grid{display:flex;flex-direction:column;gap:18px}.workspace-grid>*{width:100%}.goal-cover{padding:24px;min-height:168px}.goal-cover h2{font-size:25px}.cover-mark{font-size:56px}.goal-cover p{font-size:12px;max-width:225px}.goal-body{padding:22px}.amount-line strong{font-size:35px}.goal-meta{font-size:12px}.people-line{gap:9px;flex-wrap:wrap}.people-line .text-button{font-size:12px}.journey{gap:8px}.journey>div{align-items:flex-start;flex-direction:column;font-size:12px}.action-panel,.details-panel,.activity-panel{padding:24px}.example-grid{grid-template-columns:1fr}.example-grid button{display:grid;grid-template-columns:42px 1fr;column-gap:14px;padding:18px}.example-grid .example-icon{grid-row:1 / span 2;margin:0}.example-grid i{top:24px;right:18px}.example-grid button>span:last-of-type{font-size:12px}.examples .section-top{align-items:flex-start;flex-direction:column;gap:5px}.examples .section-top>.muted{font-size:12px}footer{margin:0 16px;align-items:flex-start;flex-direction:column;gap:12px}.demo-notice{font-size:12px;padding:10px 18px}.amount-presets button{min-height:42px}dialog{padding:24px}.form-columns{gap:10px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
/* Keep both columns in normal document flow as content and languages change. */
@media(min-width:900px){.workspace-grid{grid-template-areas:"goal action" "activity details"}.goal-panel{grid-area:goal}.action-panel{grid-area:action}.activity-panel{grid-area:activity}.details-panel{grid-area:details;margin:0}.examples{width:auto;margin-top:40px}.example-grid{grid-template-columns:repeat(3,1fr)}.example-grid button{display:block;padding:22px;min-height:172px}.example-grid .example-icon{margin-bottom:18px}.example-grid b{font-size:16px}.example-grid button>span:last-of-type{font-size:14px;margin-top:5px}.examples .section-top>.muted{display:block}.example-grid i{right:22px;top:26px}}#activity{max-height:330px;overflow:auto;padding-right:4px}.goal-meta,.progress-detail{flex-wrap:wrap}.header{height:auto;min-height:90px;padding-top:15px;padding-bottom:15px}.journey b{overflow-wrap:anywhere}@media(max-width:620px){.header{min-height:76px}.cover-mark{padding-left:12px}.goal-meta{align-items:flex-start}.goal-meta>.muted{font-size:12px}.people-line .text-button{white-space:normal}}
.merchant-line{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:16px;margin-bottom:18px;font-size:14px;font-weight:650}.checkout-terms{font-size:13px;line-height:1.6;color:var(--muted);background:#edf6fb;padding:12px;border-radius:8px}.terms{font-size:14px;margin:16px 0}.terms summary{cursor:pointer;font-weight:650}.terms p{font-size:14px;color:var(--muted)}.total-line{border-top:1px solid var(--line);padding-top:12px}.reconciliation,.scenarios{margin-top:30px;background:white;border:1px solid var(--line);border-radius:18px;padding:28px}.reconciliation>.muted,.scenarios>.muted{font-size:14px;max-width:960px}.ledger-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:var(--line);border:1px solid var(--line);border-radius:10px;overflow:hidden;margin:22px 0}.ledger-grid>div{background:#fbfcfd;padding:20px;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.ledger-grid span{font-size:14px;color:var(--muted)}.ledger-grid strong{font-size:24px;letter-spacing:-.03em}.negative{color:#b13629}.order-line{border-top:1px solid var(--line);padding-top:18px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;font-size:14px}.order-line>span{color:var(--muted)}.scenario-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.scenario-grid button{border:1px solid var(--line);border-radius:8px;padding:14px;text-align:left;background:#f8fafc;color:var(--ink);font-size:14px;min-height:64px}.scenario-grid button:disabled{opacity:.5}.scenario-result{font-size:14px;color:var(--ink);border-left:3px solid var(--blue);padding-left:14px}.scenario-result:empty{display:none}.receipt-link{font-size:12px;border:0;padding:8px;background:transparent;color:#226487;text-decoration:underline}.activity-row{flex-wrap:wrap}.activity-person{min-width:130px}.activity-person small{display:block}#receipt-details>div{display:flex;justify-content:space-between;gap:20px;font-size:14px;padding:12px 0;border-bottom:1px solid var(--line)}#receipt-details dd{margin:0;text-align:right;overflow-wrap:anywhere}#receipt-details dt{color:var(--muted)}#new-end{margin-top:10px}.pill.ordered,.pill.fulfilled{background:#eaf5ef;color:#22705a}.pill.expired,.pill.stock,.pill.price,.pill.merchant,.pill.disputed{background:#fff0e9;color:#9d3d22}.journey>div{font-size:14px}.amount-presets button{font-size:14px}.amount-presets{grid-template-columns:repeat(3,1fr)}#rest{grid-column:1/-1}.goal-cover h2{max-width:440px}.cover-mark{font-size:64px}@media(max-width:899px){.ledger-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.scenario-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.reconciliation,.scenarios{padding:22px}.reconciliation .section-top,.scenarios .section-top{align-items:flex-start;flex-direction:column}.ledger-grid>div{padding:14px}.ledger-grid strong{font-size:22px}.ledger-grid span{font-size:13px}.scenario-grid{grid-template-columns:1fr}.scenario-grid button{min-height:48px}.merchant-line .pill{font-size:12px}.cover-mark{display:none}.goal-cover h2{font-size:28px}.activity-row{gap:8px}.activity-person{min-width:100px}.activity-avatar{display:none}}
/* Product-led layout system, preview.12. */
.header{padding-inline:28px}.workspace{max-width:1720px;width:calc(100% - 64px);padding:30px 0 48px}.page-heading{margin-bottom:24px}.page-heading h1{font-size:clamp(30px,2.8vw,46px)}.workspace-grid{grid-template-columns:minmax(0,1.3fr) minmax(320px,1fr);gap:24px}.demo-product-photo{height:250px;background:#edf1f4;overflow:hidden}.demo-product-photo img{width:100%;height:100%;object-fit:cover;object-position:center 55%}.goal-cover{padding:22px 28px;min-height:0}.goal-cover h2{font-size:28px;max-width:none}.goal-cover .cover-mark{display:none}.goal-body{padding:24px 28px}.amount-line{margin:18px 0 12px}.amount-line strong{font-size:44px}.action-panel{padding:28px;border-top:4px solid var(--orange)}.action-panel .panel-heading h2{font-size:28px}.money-input input{font-size:32px}.reconciliation,.scenarios{padding:26px;margin-top:24px}.scenario-grid button{transition:background .15s}.scenario-grid button:not(:disabled):hover{background:#e6f4fc}.ledger-grid{margin:18px 0}.example-grid button{min-height:0}footer{max-width:1720px;width:calc(100% - 64px)}
@media(max-width:899px){.workspace{width:calc(100% - 40px)}.workspace-grid{grid-template-columns:1fr 1fr}.demo-product-photo{height:280px}}
@media(max-width:620px){.workspace{width:calc(100% - 28px);padding-top:24px}.header{padding-inline:16px}.goal-cover,.goal-body,.action-panel{padding:22px}.demo-product-photo{height:220px}.goal-cover h2{font-size:25px}.amount-line strong{font-size:38px}footer{width:calc(100% - 28px)}}
