:root{color-scheme:light;--surface-page: #efeeeb;--surface-card: #f8f8f5;--surface-sunken: #efeeea;--surface-field: #f1f0ed;--surface-sheet: #fbfaf8;--surface-ink: #101010;--text-strong: #131211;--text-body: #161513;--text-secondary: #55544f;--text-muted: #8e8d89;--text-subtle: #adaca7;--text-chip: #77766f;--text-inverse: #ffffff;--line-hairline: #e9e8e4;--line-field: #e5e4e0;--line-standard: #dbdad6;--line-strong: #c9c8c4;--signal-positive: #17a94e;--signal-negative: #c4523c;--orb-warm: radial-gradient( circle at 35% 30%, #fffdf2 0%, #f9e7a0 26%, #efc75b 52%, #e4af3d 66%, rgba(228, 175, 61, 0) 73% );--orb-complete: radial-gradient( circle at 40% 36%, #eaf6d2 0%, #c9e39a 22%, #efc75b 56%, #e4af3d 68%, rgba(228, 175, 61, 0) 74% );--orb-risk: radial-gradient( circle at 36% 32%, #f8e9e2 0%, #ebb49b 26%, #ce6248 56%, #b94a34 68%, rgba(185, 74, 52, 0) 74% );--orb-quiet: radial-gradient( circle at 35% 30%, #f3f2ee 0%, #deddd7 30%, #c4c3bc 58%, rgba(196, 195, 188, 0) 73% );--radius-chip: 6px;--radius-quote: 14px;--radius-reassure: 16px;--radius-tile: 18px;--radius-breakdown: 20px;--radius-card: 24px;--radius-image: 26px;--radius-sheet: 32px;--radius-pill: 999px;--font-sans: "Instrument Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--ease-standard: cubic-bezier(.2, .6, .25, 1);--duration-fast: .14s;--transition-control: background-color var(--duration-fast) var(--ease-standard), color var(--duration-fast) var(--ease-standard), border-color var(--duration-fast) var(--ease-standard);--ring-focus: 0 0 0 2px var(--surface-page), 0 0 0 4px rgba(19, 18, 17, .32)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--surface-page);color:var(--text-body);font-family:var(--font-sans);font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:focus-visible{outline:none;box-shadow:var(--ring-focus);border-radius:var(--radius-chip)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.app{max-width:420px;min-height:100vh;margin:0 auto;padding:10px 16px 18px}.orb-wrap{display:flex;justify-content:center}.orb{width:176px;height:176px;border-radius:50%;margin:10px 0 4px;filter:blur(9px);background:var(--orb-warm)}.orb[data-tone=complete]{background:var(--orb-complete)}.orb[data-tone=risk]{background:var(--orb-risk)}.orb[data-tone=quiet]{background:var(--orb-quiet)}.card{background:var(--surface-card);border:0;border-radius:var(--radius-card);overflow:hidden;margin-top:14px}.card-attention{box-shadow:inset 0 0 0 1px var(--line-standard)}.card-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:15px 18px 12px}.card-head .card-title{padding:0}.card-count{font-size:12px;color:var(--text-muted)}.card-title{margin:0;padding:15px 18px 12px;font-size:15px;font-weight:600;color:var(--text-strong)}.card-subtitle{margin:0;padding:0 18px 15px;font-size:12.5px;line-height:18px;color:var(--text-muted);text-wrap:pretty}.hero-top{display:flex;align-items:center;justify-content:space-between;padding:15px 18px 0}.terms-version{font-size:12px;color:var(--text-muted)}.hero-title{margin:0;padding:6px 18px 0;font-size:21px;line-height:26px;letter-spacing:-.012em;font-weight:500;color:var(--text-strong)}.hero-price{margin:0;padding:4px 18px 14px;font-size:20px;line-height:24px;font-weight:500;color:var(--text-strong)}.handshake{display:flex;flex-direction:column;gap:2px;margin:0 18px 14px;padding:12px 14px;border-radius:var(--radius-quote);background:var(--surface-sunken)}.handshake-count{font-size:14px;font-weight:500;color:var(--text-body)}.handshake-hint{font-size:12.5px;color:var(--text-muted)}.hero-parties{display:flex;flex-wrap:wrap;gap:8px;padding:0 18px 15px}.party{display:inline-flex;align-items:center;padding:3px 10px;border:1px solid var(--line-standard);border-radius:var(--radius-pill);font-size:11.5px;color:var(--text-chip);white-space:nowrap}.party em{font-style:normal;color:var(--text-muted)}.party-confirmed{border-color:transparent;background:var(--surface-sunken);color:var(--text-body)}.party-confirmed em{color:var(--text-muted)}.badge{display:inline-flex;align-items:center;height:20px;padding:0 7px;border:1px solid var(--line-standard);border-radius:var(--radius-chip);background:var(--surface-card);font-size:11px;font-weight:600;color:var(--text-secondary);white-space:nowrap}.state-NEGOTIATING,.state-PROPOSED,.state-AGREED,.state-SECURED,.state-IN_FULFILMENT,.state-COMPLETED{color:var(--text-secondary)}.state-CANCELLED,.state-EXPIRED{color:var(--text-subtle)}.state-ISSUE_RAISED{color:var(--signal-negative);border-color:var(--signal-negative)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:56px;padding:0 20px;border:0;border-radius:var(--radius-pill);background:var(--surface-ink);color:var(--text-inverse);font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:var(--transition-control)}.btn:active{opacity:.86}.btn:disabled{background:var(--line-standard);color:var(--text-subtle);cursor:not-allowed}.btn-block{width:100%}.btn-primary,.btn-success,.btn-climax{background:var(--surface-ink);color:var(--text-inverse)}.btn-secondary,.btn-ghost,.btn-danger{height:auto;min-height:24px;padding:4px 8px;background:transparent;color:var(--text-muted);font-size:12px;font-weight:400;letter-spacing:0;text-transform:none}.btn-secondary:disabled,.btn-ghost:disabled,.btn-danger:disabled{background:transparent;color:var(--text-subtle)}.btn-danger{color:var(--signal-negative)}.btn-small{height:auto;min-height:24px;padding:2px 8px;font-size:12px;font-weight:500;letter-spacing:0;text-transform:none;background:transparent;color:var(--text-body)}.next-step{display:flex;flex-direction:column;align-items:center;text-align:center}.next-step-eyebrow{font-size:12.5px;color:var(--text-muted);order:-1}.next-step-done .next-step-eyebrow,.next-step-ended .next-step-eyebrow{color:var(--text-muted)}.next-step-label{margin:0;padding:0 22px;font-size:25px;line-height:31px;letter-spacing:-.015em;font-weight:500;color:var(--text-strong);text-wrap:pretty}.next-step-sub{margin:8px 0 0;padding:0 20px;font-size:12.5px;line-height:18px;color:var(--text-muted);text-wrap:pretty}.next-step-wait{font-size:12.5px;color:var(--text-muted)}.next-step-cta{display:flex;flex-direction:column;align-items:center;width:100%;padding:0;border:0;background:transparent;font-family:inherit;text-align:center;cursor:pointer}.next-step-cta .next-step-eyebrow{color:var(--text-muted)}.next-step-cta .next-step-label{color:var(--text-strong)}.next-step-cta .next-step-sub{color:var(--text-muted)}.action-bar{position:sticky;bottom:0;display:flex;flex-direction:column;gap:8px;margin:18px -16px 0;padding:10px 20px 8px;background:var(--surface-page);z-index:4}.action-cta{display:flex;flex-direction:column;gap:8px}.action-signed,.action-info,.action-hint{text-align:center;font-size:12px;color:var(--text-muted)}.action-signed{color:var(--signal-positive)}.action-overflow{position:relative;text-align:center}.overflow-menu{margin-top:8px;background:var(--surface-card);border-radius:var(--radius-tile);overflow:hidden}.overflow-item{display:block;width:100%;padding:14px 18px;border:0;border-top:1px solid var(--line-hairline);background:transparent;color:var(--text-body);font-family:inherit;font-size:14px;text-align:left;cursor:pointer}.overflow-item:first-child{border-top:0}.overflow-danger{color:var(--signal-negative)}.milestones{list-style:none;margin:0;padding:0}.milestone{display:flex;align-items:center;gap:10px;min-height:46px;padding:12px 18px;border-top:1px solid var(--line-hairline)}.milestone-icon{flex:0 0 auto;width:15px;font-size:0;line-height:1;color:var(--text-muted)}.icon-completed:before{content:"✓";font-size:13px}.icon-failed:before,.icon-blocked:before{content:"!";font-size:13px;font-weight:600}.icon-failed,.icon-blocked{color:var(--signal-negative)}.milestone-main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}.milestone-label{font-size:14px;font-weight:500;color:var(--text-body);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.status-completed .milestone-label{font-weight:400;color:var(--text-muted);text-decoration:line-through}.status-pending .milestone-label,.status-skipped .milestone-label{font-weight:400;color:var(--text-subtle)}.milestone-provider{font-size:12px;color:var(--text-subtle)}.milestone-sub{font-size:12.5px;color:var(--text-muted)}.milestone-failure{color:var(--signal-negative)}.milestone-status{flex:0 0 auto;font-size:14px;font-weight:500;color:var(--text-body);text-align:right}.text-completed{color:var(--text-body)}.status-in_progress .milestone-status,.text-in_progress{font-weight:600;color:var(--signal-positive)}.status-pending .milestone-status,.text-pending,.text-skipped{font-weight:400;color:var(--text-subtle)}.text-failed,.text-blocked{font-weight:600;color:var(--signal-negative)}.tracking-number{font-size:12.5px;color:var(--text-muted)}.tracking-events{margin:4px 0 0;padding:0;list-style:none;font-size:12.5px;color:var(--text-muted)}.terms{list-style:none;margin:0;padding:0}.term{border-top:1px solid var(--line-hairline)}.term-row{display:flex;align-items:center;gap:12px;width:100%;min-height:47px;padding:13px 18px;border:0;background:transparent;font-family:inherit;text-align:left;cursor:pointer}.term-label{flex:0 0 90px;font-size:14px;color:var(--text-muted)}.term-value{flex:1;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;font-size:14.5px;line-height:19px;font-weight:500;color:var(--text-body);text-align:right}.term-sources{margin:0;padding:0 18px}.term-quote{margin:0 0 13px;padding:12px 14px;border-radius:var(--radius-quote);background:var(--surface-sunken)}.term-quote p{margin:0;font-size:14.5px;line-height:21px;color:var(--text-body);text-wrap:pretty}.term-quote footer{margin-top:5px;font-size:12px;color:var(--text-muted)}.term-source-empty{padding-bottom:13px;font-size:12.5px;color:var(--text-subtle)}.chip{display:inline-flex;align-items:center;padding:3px 8px;border:1px solid var(--line-standard);border-radius:var(--radius-pill);font-size:11px;color:var(--text-chip);white-space:nowrap}.chip-confirm{border-color:var(--line-standard);color:var(--text-chip)}.chip-failed{border-color:var(--signal-negative);color:var(--signal-negative)}.chip-review{border-color:var(--line-standard);color:var(--text-chip)}.timeline{list-style:none;margin:0;padding:0}.timeline-item{position:relative;display:flex;gap:10px;padding:12px 18px;border-top:1px solid var(--line-hairline)}.timeline-dot{flex:0 0 auto;width:6px;height:6px;margin-top:7px;border-radius:50%;background:var(--line-strong)}.timeline-body{min-width:0}.timeline-label{font-size:14px;color:var(--text-body)}.timeline-meta{font-size:12px;color:var(--text-subtle)}.timeline-detail{font-size:12.5px;color:var(--text-muted)}.actor{font-weight:500}.actor-party,.actor-provider,.actor-agent{color:var(--text-body)}.actor-system{color:var(--text-muted)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end;justify-content:center;background:#13121152;z-index:40}.modal{position:relative;width:100%;max-width:420px;max-height:88%;overflow-y:auto;background:var(--surface-sheet);border-radius:var(--radius-sheet) var(--radius-sheet) 0 0;box-shadow:0 -12px 44px #14120c2e;padding:16px 22px 26px}.modal:before{content:"";display:block;width:38px;height:4px;margin:-6px auto 16px;border-radius:var(--radius-pill);background:#d8d7d3}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.modal-title{margin:0;font-size:23px;line-height:29px;letter-spacing:-.015em;font-weight:500;color:var(--text-strong);text-wrap:pretty}.modal-close{border:0;background:transparent;color:var(--text-subtle);font-size:22px;line-height:1;cursor:pointer}.modal-text{margin:0 0 14px;font-size:14px;line-height:20px;color:var(--text-body);text-wrap:pretty}.modal-muted{font-size:12.5px;line-height:18px;color:var(--text-muted)}.modal-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.demo-banner{display:block;margin-bottom:10px;text-align:center;font-size:12.5px;color:var(--text-muted)}.pay-amount{margin:10px 0 0;text-align:center;font-size:40px;line-height:44px;letter-spacing:-.02em;font-weight:500;color:var(--text-strong)}.pay-breakdown{margin:18px 0 0;background:var(--surface-field);border-radius:var(--radius-breakdown);overflow:hidden}.pay-breakdown-row{display:flex;align-items:baseline;gap:12px;min-height:52px;padding:14px 18px;border-top:1px solid var(--line-field)}.pay-breakdown-row:first-child{border-top:0}.pay-breakdown-row dt{flex:1;margin:0;font-size:14px;line-height:19px;color:var(--text-body)}.pay-breakdown-row dd{flex:0 0 auto;margin:0;font-size:14.5px;font-weight:500;color:var(--text-body)}.pay-breakdown-row:last-child{border-top-color:var(--line-strong)}.pay-breakdown-row:last-child dt{font-size:14.5px;font-weight:600;color:var(--text-strong)}.pay-breakdown-row:last-child dd{font-size:15px;font-weight:600;color:var(--text-strong)}.pay-result{display:flex;gap:9px;margin:14px 0 0;padding:13px 15px;border-radius:var(--radius-reassure);background:var(--surface-field);font-size:12.5px;line-height:18px;color:var(--text-secondary);text-wrap:pretty}.pay-result-ok{color:var(--text-secondary)}.pay-result-ko{color:var(--signal-negative)}.field{margin-bottom:10px}.field-label{display:block;margin-bottom:6px;padding-left:18px;font-size:13.5px;color:var(--text-muted)}.field-optional{color:var(--text-subtle)}.field-input{width:100%;min-height:54px;padding:8px 18px;border:1px solid transparent;border-radius:var(--radius-pill);background:var(--surface-field);color:var(--text-body);font-family:inherit;font-size:14.5px;font-weight:500;text-align:right;transition:var(--transition-control)}.field-input::placeholder{color:var(--text-subtle);font-weight:400}.field-input:focus{outline:none;border-color:var(--line-strong);box-shadow:var(--ring-focus)}.field-input-error{border-color:var(--signal-negative)}.field-hint{margin:6px 0 0;padding-left:18px;font-size:12.5px;line-height:18px;color:var(--text-muted)}.field-error{margin:6px 0 0;padding-left:18px;font-size:12.5px;color:var(--signal-negative)}.form-grid,.form-row{display:grid;gap:10px}.form-row-even{grid-template-columns:128px 1fr}.pill-verified{display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:8px 18px;border-radius:var(--radius-pill);background:var(--surface-sunken);font-size:14.5px;font-weight:500;color:var(--text-body)}.pill-verified em{font-style:normal;font-weight:400;color:var(--text-muted)}.details-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px 0}.details-head .card-title{padding:0}.details-line{margin:8px 0 0;padding:0 18px;font-size:14.5px;font-weight:500;color:var(--text-body)}.details-sub{margin:2px 0 0;padding:0 18px;font-size:12.5px;color:var(--text-muted)}.details-privacy{margin:12px 0 0;padding:0 18px 15px;font-size:12.5px;line-height:18px;color:var(--text-muted);text-wrap:pretty}.issue-options{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.issue-option{display:flex;align-items:center;gap:12px;min-height:54px;padding:8px 18px;border:1px solid transparent;border-radius:var(--radius-pill);background:var(--surface-field);font-size:14.5px;color:var(--text-body);cursor:pointer}.issue-option input{position:absolute;opacity:0;pointer-events:none}.issue-option-selected{border-color:var(--text-strong)}.issue-option-icon{flex:0 0 auto;color:var(--text-muted)}.issue-option-label{flex:1;font-size:14.5px;font-weight:500;color:var(--text-body)}.issue-comment{width:100%;min-height:96px;padding:14px 18px;border:1px solid transparent;border-radius:var(--radius-breakdown);background:var(--surface-field);color:var(--text-body);font-family:inherit;font-size:14.5px;resize:vertical}.issue-comment:focus{outline:none;border-color:var(--line-strong);box-shadow:var(--ring-focus)}.agreement{padding:14px 16px;border-radius:var(--radius-breakdown);background:var(--surface-field);font-size:14px;line-height:20px;color:var(--text-body)}.agreement h4{margin:14px 0 4px;font-size:14px;font-weight:600;color:var(--text-strong)}.agreement p{margin:0 0 8px}.agreement-title{margin:0 0 6px;font-size:16px;font-weight:600;color:var(--text-strong)}.agreement-ref{font-size:12px;color:var(--text-muted)}.banner-error{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding:13px 15px;border-radius:var(--radius-reassure);background:var(--surface-field);color:var(--signal-negative);font-size:12.5px;line-height:18px}.banner-close{border:0;background:transparent;color:inherit;font-size:18px;line-height:1;cursor:pointer}.page-message{text-align:center;padding:24px 22px}.page-message h1{margin:0 0 8px;font-size:26px;line-height:32px;letter-spacing:-.015em;font-weight:500;color:var(--text-strong);text-wrap:pretty}.page-message p{margin:0 0 16px;font-size:13px;line-height:19px;color:var(--text-muted);text-wrap:pretty}.invoice-line{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 18px;border-top:1px solid var(--line-hairline);font-size:14px;color:var(--text-muted)}.footer-link{display:block;margin:16px auto 0;font-size:13px;font-weight:500;color:var(--text-body)}.footer-note{margin:6px 0 0;text-align:center;font-size:11px;line-height:16px;color:var(--text-subtle);text-wrap:pretty}.photo-group-label{margin:0;padding:2px 18px 8px;font-size:12.5px;color:var(--text-muted)}.photo-strip{display:flex;gap:8px;padding:2px 18px 14px;overflow-x:auto}.photo-thumb{flex:1 0 96px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:0;padding:0;border-radius:var(--radius-tile);overflow:hidden;background:var(--surface-sunken);color:var(--text-muted);cursor:pointer}.photo-thumb img{width:100%;height:100%;object-fit:cover;display:block}.photo-input{display:none}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:16px;background:#131211eb;border:0;z-index:50;cursor:zoom-out}.lightbox img{max-width:100%;max-height:100%;border-radius:var(--radius-image)}.deliverable-body{padding:0 18px 15px;font-size:14px;line-height:20px;color:var(--text-body)}.deliverable-secret{margin:12px 0;padding:13px 15px;border-radius:var(--radius-reassure);background:var(--surface-sunken);font-size:14.5px;font-weight:500;color:var(--text-body);word-break:break-all}.audit-integrity{margin-top:14px;padding:16px 18px;border-radius:var(--radius-image);background:var(--surface-ink);color:var(--text-inverse)}.audit-integrity-ok:before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;border-radius:50%;background:var(--signal-positive)}.audit-integrity-hash{font-size:12px;color:#ffffff8c;word-break:break-all}.audit-raw{padding:13px 15px;border-radius:var(--radius-reassure);background:var(--surface-sunken);font-size:12px;color:var(--text-muted);overflow-x:auto}
