.AgentBuyerWorkspace-module__SOBpiG__page{min-height:100vh;padding:44px var(--page-gutter) 96px;background:radial-gradient(circle at 82% 8%, color-mix(in srgb, var(--agent) 16%, transparent), transparent 28%), var(--surface)}.AgentBuyerWorkspace-module__SOBpiG__layout{width:min(1180px,100%);margin-inline:auto}.AgentBuyerWorkspace-module__SOBpiG__header{border:1px solid var(--card-border);border-radius:var(--radius-card);background:var(--surface-progressive);box-shadow:var(--shadow-progressive);grid-template-columns:64px minmax(0,1fr);align-items:center;gap:14px;padding:20px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__art{border-radius:var(--radius-media);outline:1px solid var(--image-outline);outline-offset:-1px;background:var(--category-violet-background);place-items:center;width:64px;height:64px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__art[data-accent=blue]{background:var(--category-blue-background)}.AgentBuyerWorkspace-module__SOBpiG__art[data-accent=mint]{background:var(--category-mint-background)}.AgentBuyerWorkspace-module__SOBpiG__art[data-accent=peach]{background:var(--category-peach-background)}.AgentBuyerWorkspace-module__SOBpiG__art[data-accent=yellow]{background:var(--category-yellow-background)}.AgentBuyerWorkspace-module__SOBpiG__art span{text-transform:uppercase;font-size:11px;font-weight:750}.AgentBuyerWorkspace-module__SOBpiG__identity p,.AgentBuyerWorkspace-module__SOBpiG__sectionHeading p,.AgentBuyerWorkspace-module__SOBpiG__conversationHeader p,.AgentBuyerWorkspace-module__SOBpiG__questionPanel>div:first-child p,.AgentBuyerWorkspace-module__SOBpiG__reviewCard>p{color:var(--text-tertiary);letter-spacing:.08em;margin:0;font-size:10px;font-weight:700}.AgentBuyerWorkspace-module__SOBpiG__identity h1{letter-spacing:-.035em;margin:3px 0 2px;font-size:24px}.AgentBuyerWorkspace-module__SOBpiG__identity>span{color:var(--text-secondary);font-size:11px;line-height:1.45}.AgentBuyerWorkspace-module__SOBpiG__balance{border:1px solid var(--divider);background:var(--surface-elevated);border-radius:12px;grid-column:1/-1;grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;min-width:0;padding:13px 14px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__balance span,.AgentBuyerWorkspace-module__SOBpiG__balance small{color:var(--text-tertiary);font-size:10px}.AgentBuyerWorkspace-module__SOBpiG__balance strong{font-variant-numeric:tabular-nums;grid-area:1/2/3;align-self:center;font-size:24px;line-height:1}.AgentBuyerWorkspace-module__SOBpiG__layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:20px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__mainColumn,.AgentBuyerWorkspace-module__SOBpiG__sideColumn{min-width:0;display:grid}.AgentBuyerWorkspace-module__SOBpiG__mainColumn{grid-area:1/2;gap:0}.AgentBuyerWorkspace-module__SOBpiG__sideColumn{grid-area:1/1;gap:14px;position:sticky;top:92px}.AgentBuyerWorkspace-module__SOBpiG__panel,.AgentBuyerWorkspace-module__SOBpiG__workspacePanel,.AgentBuyerWorkspace-module__SOBpiG__conversationPanel,.AgentBuyerWorkspace-module__SOBpiG__reviewCard,.AgentBuyerWorkspace-module__SOBpiG__errorCard,.AgentBuyerWorkspace-module__SOBpiG__empty{border:1px solid var(--card-border);border-radius:var(--radius-card);background:var(--surface-progressive);box-shadow:var(--shadow-progressive)}.AgentBuyerWorkspace-module__SOBpiG__panel,.AgentBuyerWorkspace-module__SOBpiG__workspacePanel,.AgentBuyerWorkspace-module__SOBpiG__conversationPanel{padding:24px}.AgentBuyerWorkspace-module__SOBpiG__panel{border-radius:var(--radius-card) var(--radius-card) 0 0;box-shadow:none}.AgentBuyerWorkspace-module__SOBpiG__workspacePanel,.AgentBuyerWorkspace-module__SOBpiG__conversationPanel{border-radius:0 0 var(--radius-card) var(--radius-card);border-top:0}.AgentBuyerWorkspace-module__SOBpiG__sectionHeading,.AgentBuyerWorkspace-module__SOBpiG__conversationHeader{justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:20px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__sectionHeading h2,.AgentBuyerWorkspace-module__SOBpiG__conversationHeader h2,.AgentBuyerWorkspace-module__SOBpiG__reviewCard h2,.AgentBuyerWorkspace-module__SOBpiG__questionPanel h3{letter-spacing:-.025em;margin:4px 0 0;font-size:22px}.AgentBuyerWorkspace-module__SOBpiG__sectionHeading>span{color:var(--text-tertiary);text-align:right;font-size:11px}.AgentBuyerWorkspace-module__SOBpiG__conversationHeaderActions{align-items:center;gap:10px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__conversationHeaderActions>a{color:var(--agent);text-underline-offset:3px;font-size:10px;font-weight:700;text-decoration:underline}.AgentBuyerWorkspace-module__SOBpiG__offerGrid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__offer{border:1px solid var(--card-border);min-height:112px;color:var(--text-primary);background:var(--surface-elevated);text-align:left;cursor:pointer;border-radius:12px;flex-direction:column;padding:14px;transition:transform .14s ease-out,box-shadow .16s ease-out,border-color .14s ease-out;display:flex}.AgentBuyerWorkspace-module__SOBpiG__offer:hover{box-shadow:var(--shadow-progressive-hover);transform:translateY(-2px)}.AgentBuyerWorkspace-module__SOBpiG__offer:disabled{cursor:not-allowed;opacity:.58}.AgentBuyerWorkspace-module__SOBpiG__offer:disabled:hover{box-shadow:none;transform:none}.AgentBuyerWorkspace-module__SOBpiG__offer[data-selected=true]{border-color:var(--agent);box-shadow:inset 0 -3px 0 var(--agent);background:color-mix(in srgb, var(--agent-soft) 44%, var(--surface-elevated))}.AgentBuyerWorkspace-module__SOBpiG__offerTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__offerTop strong{font-size:13px}.AgentBuyerWorkspace-module__SOBpiG__offerTop i{border-radius:var(--radius-control);color:var(--agent);background:var(--agent-soft);text-transform:uppercase;padding:4px 8px;font-size:9px;font-style:normal}.AgentBuyerWorkspace-module__SOBpiG__offer>p{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 10px;font-size:10px;line-height:1.45;display:-webkit-box;overflow:hidden}.AgentBuyerWorkspace-module__SOBpiG__offerFacts{border-top:1px solid var(--divider);flex-wrap:wrap;gap:6px 12px;margin-top:auto;padding-top:9px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__offerFacts small{color:var(--text-tertiary);font-size:8px}.AgentBuyerWorkspace-module__SOBpiG__offerFacts b{color:var(--text-primary);font-variant-numeric:tabular-nums;margin-right:3px;font-size:9px}.AgentBuyerWorkspace-module__SOBpiG__workspacePanel{min-height:600px;overflow:hidden}.AgentBuyerWorkspace-module__SOBpiG__canvasEmpty{border:1px dashed color-mix(in srgb, var(--agent) 24%, var(--divider));background:radial-gradient(circle at 50% 20%, color-mix(in srgb, var(--agent-soft) 48%, transparent), transparent 52%), var(--surface-elevated);text-align:center;border-radius:18px 18px 0 0;align-content:center;place-items:center;min-height:246px;padding:36px 24px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__canvasEmpty>span{width:46px;height:46px;color:var(--agent);background:var(--agent-soft);border-radius:50%;place-items:center;margin-bottom:13px;font-size:20px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__canvasEmpty h3{letter-spacing:-.025em;max-width:560px;margin:0;font-size:20px}.AgentBuyerWorkspace-module__SOBpiG__canvasEmpty p{max-width:590px;color:var(--text-secondary);margin:8px 0 0;font-size:11px;line-height:1.65}.AgentBuyerWorkspace-module__SOBpiG__directResult{border-inline:1px solid var(--divider);border-top:1px solid var(--divider);background:color-mix(in srgb, var(--positive) 5%, var(--surface-elevated));gap:12px;padding:18px 20px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__directResult[data-error=true]{background:color-mix(in srgb, var(--action-accent) 5%, var(--surface-elevated))}.AgentBuyerWorkspace-module__SOBpiG__directResult>div>p{color:var(--text-tertiary);letter-spacing:.08em;margin:0;font-size:9px;font-weight:750}.AgentBuyerWorkspace-module__SOBpiG__directResult h3{margin:4px 0 0;font-size:17px}.AgentBuyerWorkspace-module__SOBpiG__directResult>p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.55}.AgentBuyerWorkspace-module__SOBpiG__directResult pre{border:1px solid var(--divider);max-height:320px;color:var(--text-primary);background:var(--surface-muted);white-space:pre-wrap;border-radius:12px;margin:0;padding:14px;font:10px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}.AgentBuyerWorkspace-module__SOBpiG__directResultData{border-top:1px solid var(--divider);color:var(--text-secondary)}.AgentBuyerWorkspace-module__SOBpiG__directResultData summary{color:var(--text-primary);cursor:pointer;padding-top:12px;font-size:10px;font-weight:650}.AgentBuyerWorkspace-module__SOBpiG__directResultData pre{margin-top:10px}.AgentBuyerWorkspace-module__SOBpiG__initialComposer{border:1px solid var(--divider);background:var(--surface-elevated);border-top:0;border-radius:0 0 18px 18px;padding:20px}.AgentBuyerWorkspace-module__SOBpiG__instruction{gap:8px;margin-bottom:14px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__instruction>span,.AgentBuyerWorkspace-module__SOBpiG__quantity>span,.AgentBuyerWorkspace-module__SOBpiG__fieldLabel{color:var(--text-primary);font-size:12px;font-weight:650}.AgentBuyerWorkspace-module__SOBpiG__instruction textarea{min-height:124px}.AgentBuyerWorkspace-module__SOBpiG__instruction small,.AgentBuyerWorkspace-module__SOBpiG__field small,.AgentBuyerWorkspace-module__SOBpiG__fieldWide small,.AgentBuyerWorkspace-module__SOBpiG__checkboxField small,.AgentBuyerWorkspace-module__SOBpiG__quantity small{color:var(--text-tertiary);font-size:10px;line-height:1.5}.AgentBuyerWorkspace-module__SOBpiG__inputUploads{gap:10px;margin:2px 0 14px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__addFiles{border:1px dashed color-mix(in srgb, var(--agent) 42%, var(--divider));cursor:pointer;background:color-mix(in srgb, var(--agent-soft) 22%, var(--surface-elevated));border-radius:12px;align-items:center;gap:10px;min-height:46px;padding:10px 12px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__addFiles input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.AgentBuyerWorkspace-module__SOBpiG__addFiles span{color:var(--agent);font-size:11px;font-weight:750}.AgentBuyerWorkspace-module__SOBpiG__addFiles small{color:var(--text-tertiary);margin-left:auto;font-size:9px}.AgentBuyerWorkspace-module__SOBpiG__inputUploads ul{gap:7px;margin:0;padding:0;list-style:none;display:grid}.AgentBuyerWorkspace-module__SOBpiG__inputUploads li{border:1px solid var(--divider);background:var(--surface);border-radius:11px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:6px 10px;padding:10px 12px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__inputUploads li[data-state=failed]{border-color:color-mix(in srgb, var(--action-accent) 42%, var(--divider))}.AgentBuyerWorkspace-module__SOBpiG__inputUploads li div{gap:2px;min-width:0;display:grid}.AgentBuyerWorkspace-module__SOBpiG__inputUploads li strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.AgentBuyerWorkspace-module__SOBpiG__inputUploads li small{color:var(--text-tertiary);text-transform:capitalize;font-size:8px}.AgentBuyerWorkspace-module__SOBpiG__inputUploads li button{color:var(--agent);cursor:pointer;background:0 0;border:0;padding:4px 6px;font-size:9px;font-weight:700}.AgentBuyerWorkspace-module__SOBpiG__inputUploads li p{color:var(--action-accent);grid-column:1/-1;margin:0;font-size:9px}.AgentBuyerWorkspace-module__SOBpiG__formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__field,.AgentBuyerWorkspace-module__SOBpiG__fieldWide{gap:7px;min-width:0;display:grid}.AgentBuyerWorkspace-module__SOBpiG__fieldWide{grid-column:1/-1}.AgentBuyerWorkspace-module__SOBpiG__fieldLabel{justify-content:space-between;align-items:center;gap:12px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__fieldLabel b{color:var(--agent);letter-spacing:.05em;text-transform:uppercase;font-size:8px}.AgentBuyerWorkspace-module__SOBpiG__field input,.AgentBuyerWorkspace-module__SOBpiG__field select,.AgentBuyerWorkspace-module__SOBpiG__fieldWide textarea,.AgentBuyerWorkspace-module__SOBpiG__instruction textarea,.AgentBuyerWorkspace-module__SOBpiG__quantity input,.AgentBuyerWorkspace-module__SOBpiG__questionFields textarea,.AgentBuyerWorkspace-module__SOBpiG__rawEditor{border:1px solid var(--divider);width:100%;color:var(--text-primary);background:var(--surface-elevated);font:inherit;border-radius:12px}.AgentBuyerWorkspace-module__SOBpiG__field input,.AgentBuyerWorkspace-module__SOBpiG__field select,.AgentBuyerWorkspace-module__SOBpiG__quantity input{min-height:42px;padding-inline:12px}.AgentBuyerWorkspace-module__SOBpiG__fieldWide textarea,.AgentBuyerWorkspace-module__SOBpiG__instruction textarea,.AgentBuyerWorkspace-module__SOBpiG__questionFields textarea{resize:vertical;padding:13px 14px;line-height:1.55}.AgentBuyerWorkspace-module__SOBpiG__checkboxField{border:1px solid var(--divider);background:var(--surface-elevated);border-radius:12px;align-items:flex-start;gap:10px;min-height:62px;padding:13px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__checkboxField input{width:18px;height:18px;accent-color:var(--agent);flex:none;margin-top:1px}.AgentBuyerWorkspace-module__SOBpiG__checkboxField>span{gap:4px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__quantity{grid-template-columns:minmax(0,1fr) 100px;align-items:center;gap:5px 16px;margin-bottom:18px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__quantity input{width:100px}.AgentBuyerWorkspace-module__SOBpiG__quantity small{grid-column:1/3}.AgentBuyerWorkspace-module__SOBpiG__modelMessage{color:var(--text-secondary);margin:16px 0 0;font-size:11px;line-height:1.55}.AgentBuyerWorkspace-module__SOBpiG__guidedInput{border-top:1px solid var(--divider);color:var(--text-secondary);margin-top:4px}.AgentBuyerWorkspace-module__SOBpiG__guidedInput>summary{color:var(--text-primary);cursor:pointer;padding:14px 0 2px;font-size:11px;font-weight:650}.AgentBuyerWorkspace-module__SOBpiG__guidedInputBody{padding-top:16px}.AgentBuyerWorkspace-module__SOBpiG__advancedInput,.AgentBuyerWorkspace-module__SOBpiG__technicalDetails,.AgentBuyerWorkspace-module__SOBpiG__technicalRequest,.AgentBuyerWorkspace-module__SOBpiG__messageData{border-top:1px solid var(--divider);color:var(--text-secondary);margin-top:18px}.AgentBuyerWorkspace-module__SOBpiG__advancedInput summary,.AgentBuyerWorkspace-module__SOBpiG__technicalDetails summary,.AgentBuyerWorkspace-module__SOBpiG__technicalRequest summary,.AgentBuyerWorkspace-module__SOBpiG__messageData summary{color:var(--text-primary);cursor:pointer;padding-top:14px;font-size:11px;font-weight:650}.AgentBuyerWorkspace-module__SOBpiG__advancedInput>p{color:var(--text-tertiary);margin:8px 0;font-size:10px}.AgentBuyerWorkspace-module__SOBpiG__textAction{border:1px solid var(--divider);border-radius:var(--radius-control);min-height:34px;color:var(--text-primary);background:var(--surface-elevated);cursor:pointer;padding-inline:12px;font-size:10px;font-weight:650}.AgentBuyerWorkspace-module__SOBpiG__rawEditor,.AgentBuyerWorkspace-module__SOBpiG__rawPreview{border:1px solid var(--divider);background:var(--surface-muted);white-space:pre-wrap;border-radius:12px;min-height:160px;margin:12px 0 0;padding:13px;font:10px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}.AgentBuyerWorkspace-module__SOBpiG__rawEditor{resize:vertical}.AgentBuyerWorkspace-module__SOBpiG__inputStatus{border:1px solid var(--divider);border-radius:12px;grid-template-columns:30px 1fr;align-items:center;gap:10px;margin-top:16px;padding:12px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__inputStatus>span{width:30px;height:30px;color:var(--action-accent);background:color-mix(in srgb, var(--action-accent) 10%, transparent);border-radius:50%;place-items:center;font-weight:750;display:grid}.AgentBuyerWorkspace-module__SOBpiG__inputStatus[data-valid=true]>span{color:var(--positive);background:color-mix(in srgb, var(--positive) 12%, transparent)}.AgentBuyerWorkspace-module__SOBpiG__inputStatus p{color:var(--text-secondary);margin:0;font-size:11px;line-height:1.45}.AgentBuyerWorkspace-module__SOBpiG__inputStatus strong{color:var(--text-primary);display:block}.AgentBuyerWorkspace-module__SOBpiG__privacyNote,.AgentBuyerWorkspace-module__SOBpiG__artifactNote{color:var(--text-tertiary);margin:12px 0 0;font-size:10px;line-height:1.55}.AgentBuyerWorkspace-module__SOBpiG__composerFooter{border-top:1px solid var(--divider);justify-content:space-between;align-items:center;gap:18px;margin-top:14px;padding-top:14px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__composerFooter>div{gap:3px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__composerFooter p{color:var(--text-tertiary);margin:0;font-size:9px;line-height:1.45}.AgentBuyerWorkspace-module__SOBpiG__composerFooter span{color:var(--text-secondary);font-size:10px;font-weight:650}.AgentBuyerWorkspace-module__SOBpiG__composerFooter .AgentBuyerWorkspace-module__SOBpiG__primaryAction{min-width:142px}.AgentBuyerWorkspace-module__SOBpiG__statusPill{border-radius:var(--radius-control);color:var(--text-secondary);background:var(--surface-muted);padding:6px 10px;font-size:10px;font-weight:700}.AgentBuyerWorkspace-module__SOBpiG__statusPill[data-tone=active]{color:var(--agent);background:var(--agent-soft)}.AgentBuyerWorkspace-module__SOBpiG__statusPill[data-tone=success]{color:var(--positive);background:color-mix(in srgb, var(--positive) 10%, var(--surface-elevated))}.AgentBuyerWorkspace-module__SOBpiG__statusPill[data-tone=attention],.AgentBuyerWorkspace-module__SOBpiG__statusPill[data-tone=danger]{color:var(--action-accent);background:color-mix(in srgb, var(--action-accent) 10%, var(--surface-elevated))}.AgentBuyerWorkspace-module__SOBpiG__runStatus{border:1px solid var(--divider);background:var(--surface-elevated);border-radius:14px;gap:12px;margin-bottom:20px;padding:14px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__runStatus[data-tone=danger]{border-color:color-mix(in srgb, var(--action-accent) 36%, var(--divider))}.AgentBuyerWorkspace-module__SOBpiG__runStatus strong{font-size:12px}.AgentBuyerWorkspace-module__SOBpiG__runStatus p{color:var(--text-secondary);margin:3px 0 0;font-size:11px;line-height:1.5}.AgentBuyerWorkspace-module__SOBpiG__activityRail{background:var(--surface-muted);border-radius:999px;height:3px;overflow:hidden}.AgentBuyerWorkspace-module__SOBpiG__activityRail span{border-radius:inherit;background:var(--agent);width:34%;height:100%;animation:1.8s ease-in-out infinite alternate AgentBuyerWorkspace-module__SOBpiG__agent-activity;display:block}.AgentBuyerWorkspace-module__SOBpiG__timelineShell{position:relative}.AgentBuyerWorkspace-module__SOBpiG__timeline{overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-gutter:stable;gap:14px;max-height:min(620px,62vh);padding:4px 8px 16px 0;display:grid;overflow-y:auto}.AgentBuyerWorkspace-module__SOBpiG__timelineEnd{height:1px}.AgentBuyerWorkspace-module__SOBpiG__message{gap:6px;width:min(86%,660px);display:grid}.AgentBuyerWorkspace-module__SOBpiG__message[data-role=user]{justify-self:end}.AgentBuyerWorkspace-module__SOBpiG__message[data-role=agent]{justify-self:start}.AgentBuyerWorkspace-module__SOBpiG__message header{color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:12px;font-size:9px;font-weight:700;display:flex}.AgentBuyerWorkspace-module__SOBpiG__message header time{letter-spacing:0;text-transform:none;font-size:8px;font-weight:500}.AgentBuyerWorkspace-module__SOBpiG__message[data-role=user] header{text-align:right;justify-content:flex-end}.AgentBuyerWorkspace-module__SOBpiG__messageBody{border:1px solid var(--divider);background:var(--surface-elevated);border-radius:16px 16px 16px 5px;padding:14px 16px}.AgentBuyerWorkspace-module__SOBpiG__message[data-role=user] .AgentBuyerWorkspace-module__SOBpiG__messageBody{border-color:color-mix(in srgb, var(--agent) 22%, var(--divider));background:color-mix(in srgb, var(--agent-soft) 42%, var(--surface-elevated));border-radius:16px 16px 5px}.AgentBuyerWorkspace-module__SOBpiG__message[data-pending=failed] .AgentBuyerWorkspace-module__SOBpiG__messageBody{border-color:color-mix(in srgb, var(--action-accent) 34%, var(--divider))}.AgentBuyerWorkspace-module__SOBpiG__pendingState{border-top:1px solid color-mix(in srgb, var(--divider) 72%, transparent);color:var(--text-tertiary);justify-content:flex-end;align-items:center;gap:8px;margin-top:9px;padding-top:8px;font-size:8px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__pendingState i{border:1.5px solid color-mix(in srgb, var(--agent) 30%, transparent);border-top-color:var(--agent);border-radius:50%;width:10px;height:10px;animation:.8s linear infinite AgentBuyerWorkspace-module__SOBpiG__agent-spin}.AgentBuyerWorkspace-module__SOBpiG__pendingState button{color:var(--agent);cursor:pointer;font:inherit;text-underline-offset:2px;background:0 0;border:0;padding:0;font-weight:750;text-decoration:underline}.AgentBuyerWorkspace-module__SOBpiG__pendingState[data-state=failed]{color:var(--action-accent)}.AgentBuyerWorkspace-module__SOBpiG__jumpToLatest{z-index:2;border:1px solid var(--divider);border-radius:var(--radius-control);min-height:30px;color:var(--text-primary);background:var(--surface-elevated);box-shadow:var(--shadow-progressive);cursor:pointer;padding-inline:12px;font-size:9px;font-weight:700;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.AgentBuyerWorkspace-module__SOBpiG__messageBody>p{color:var(--text-primary);white-space:pre-wrap;margin:0;font-size:12px;line-height:1.65}.AgentBuyerWorkspace-module__SOBpiG__messageData{margin-top:10px}.AgentBuyerWorkspace-module__SOBpiG__messageData pre{background:var(--surface-muted);color:var(--text-secondary);white-space:pre-wrap;border-radius:9px;margin:8px 0 0;padding:10px;font:9px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}.AgentBuyerWorkspace-module__SOBpiG__attachment{border:1px solid color-mix(in srgb, var(--positive) 32%, var(--divider));background:color-mix(in srgb, var(--positive) 5%, var(--surface-elevated));border-radius:10px;margin-top:10px;padding:10px 12px}.AgentBuyerWorkspace-module__SOBpiG__attachment summary{color:var(--positive);cursor:pointer;font-size:10px;font-weight:700}.AgentBuyerWorkspace-module__SOBpiG__attachment p{color:var(--text-secondary);margin:7px 0;font-size:10px}.AgentBuyerWorkspace-module__SOBpiG__attachment code{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:8px;display:block;overflow:hidden}.AgentBuyerWorkspace-module__SOBpiG__workingIndicator{width:fit-content;color:var(--text-secondary);background:var(--surface-muted);border-radius:14px;align-items:center;gap:5px;padding:10px 13px;font-size:10px;display:inline-flex}.AgentBuyerWorkspace-module__SOBpiG__workingIndicator i{background:var(--agent);border-radius:50%;width:4px;height:4px;animation:1s ease-in-out infinite alternate AgentBuyerWorkspace-module__SOBpiG__agent-dot}.AgentBuyerWorkspace-module__SOBpiG__workingIndicator i:nth-of-type(2){animation-delay:.18s}.AgentBuyerWorkspace-module__SOBpiG__workingIndicator i:nth-of-type(3){animation-delay:.36s}.AgentBuyerWorkspace-module__SOBpiG__questionPanel{border:1px solid color-mix(in srgb, var(--agent) 24%, var(--divider));background:color-mix(in srgb, var(--agent-soft) 28%, var(--surface-elevated));border-radius:16px;margin-top:22px;padding:20px}.AgentBuyerWorkspace-module__SOBpiG__questionPanel h3{font-size:18px}.AgentBuyerWorkspace-module__SOBpiG__questionFields,.AgentBuyerWorkspace-module__SOBpiG__asyncQuestions{gap:10px;margin-top:16px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionField{border:1px solid var(--divider);background:var(--surface-elevated);border-radius:12px;gap:7px;padding:13px 14px;font-size:11px;line-height:1.55;display:grid}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionField[data-invalid=true]{border-color:color-mix(in srgb, var(--negative) 55%, var(--divider))}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionLabel{justify-content:space-between;align-items:center;gap:12px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionLabel>span{min-width:0;color:var(--text-primary);font-size:12px;font-weight:700}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionLabel b,.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionLabel em{letter-spacing:0;text-transform:uppercase;flex:none;font-size:8px;font-style:normal;font-weight:700}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionLabel b{color:var(--agent)}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionLabel em{color:var(--text-tertiary)}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionPrompt{color:var(--text-secondary);font-size:10px}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionPrompt p{margin:0}.AgentBuyerWorkspace-module__SOBpiG__asyncAnswerInput{border:1px solid var(--divider);background:var(--surface);width:100%;min-width:0;color:var(--text-primary);font:inherit;resize:vertical;border-radius:8px;padding:9px 10px;font-size:12px;line-height:1.5}.AgentBuyerWorkspace-module__SOBpiG__asyncAnswerInput:focus-visible{outline:2px solid color-mix(in srgb, var(--agent) 45%, transparent);outline-offset:1px}.AgentBuyerWorkspace-module__SOBpiG__asyncAnswerInput[aria-invalid=true]{border-color:var(--negative)}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionError{color:var(--negative);margin:0;font-size:9px;font-weight:650}.AgentBuyerWorkspace-module__SOBpiG__questionPanel .AgentBuyerWorkspace-module__SOBpiG__primaryAction{margin-top:12px}.AgentBuyerWorkspace-module__SOBpiG__asyncQuestionNote,.AgentBuyerWorkspace-module__SOBpiG__recoveredRunNote p{color:var(--text-secondary);margin:10px 0 0;font-size:10px;line-height:1.55}.AgentBuyerWorkspace-module__SOBpiG__recoveredRunNote{border:1px dashed var(--divider);background:var(--surface-muted);border-radius:14px;width:min(86%,660px);padding:14px 16px}.AgentBuyerWorkspace-module__SOBpiG__recoveredRunNote strong{font-size:11px}.AgentBuyerWorkspace-module__SOBpiG__keyboardHint{color:var(--text-tertiary);margin:10px 0 0;font-size:9px}.AgentBuyerWorkspace-module__SOBpiG__draftRecoveryActions{justify-content:flex-end;margin-top:12px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__conversationComposer{border:1px solid var(--divider);background:var(--surface-elevated);border-radius:16px;margin-top:22px;padding:20px}.AgentBuyerWorkspace-module__SOBpiG__conversationComposer>div>p{color:var(--text-tertiary);letter-spacing:.08em;margin:0;font-size:9px;font-weight:750}.AgentBuyerWorkspace-module__SOBpiG__conversationComposer h3{letter-spacing:-.02em;margin:4px 0 3px;font-size:18px}.AgentBuyerWorkspace-module__SOBpiG__conversationComposer>div>span{color:var(--text-secondary);font-size:10px;line-height:1.5}.AgentBuyerWorkspace-module__SOBpiG__conversationComposer textarea{resize:vertical;border:1px solid var(--divider);width:100%;min-height:104px;color:var(--text-primary);background:var(--surface);font:inherit;border-radius:12px;margin-top:14px;padding:13px 14px;line-height:1.55}.AgentBuyerWorkspace-module__SOBpiG__conversationComposer footer{justify-content:space-between;align-items:center;gap:14px;margin-top:10px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__conversationComposer footer>span{color:var(--text-tertiary);font-size:8px}.AgentBuyerWorkspace-module__SOBpiG__conversationComposer footer .AgentBuyerWorkspace-module__SOBpiG__primaryAction{min-width:124px}.AgentBuyerWorkspace-module__SOBpiG__questionActions{gap:10px;margin-top:16px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__reviewCard{padding:22px;position:static}.AgentBuyerWorkspace-module__SOBpiG__reviewCard dl{margin:18px 0}.AgentBuyerWorkspace-module__SOBpiG__reviewCard dl>div{border-top:1px solid var(--divider);justify-content:space-between;gap:16px;padding:10px 0;font-size:11px;display:flex}.AgentBuyerWorkspace-module__SOBpiG__reviewCard dt{color:var(--text-tertiary)}.AgentBuyerWorkspace-module__SOBpiG__reviewCard dd{text-align:right;font-variant-numeric:tabular-nums;margin:0;font-weight:650}.AgentBuyerWorkspace-module__SOBpiG__notice{color:var(--text-secondary);background:var(--surface-muted);border-radius:12px;margin:12px 0;padding:12px;font-size:11px;line-height:1.5}.AgentBuyerWorkspace-module__SOBpiG__notice p{margin:0}.AgentBuyerWorkspace-module__SOBpiG__notice a{color:var(--agent);text-underline-offset:3px;margin-top:7px;font-weight:700;text-decoration:underline;display:inline-block}.AgentBuyerWorkspace-module__SOBpiG__purchaseCard{border-top:1px solid var(--divider);gap:12px;margin-top:16px;padding-top:16px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__purchaseCard>div:first-child>p{color:var(--text-tertiary);letter-spacing:.08em;margin:0;font-size:9px;font-weight:750}.AgentBuyerWorkspace-module__SOBpiG__purchaseCard h3{margin:3px 0;font-size:15px}.AgentBuyerWorkspace-module__SOBpiG__purchaseCard>div:first-child>span,.AgentBuyerWorkspace-module__SOBpiG__purchaseNotice{color:var(--text-secondary);font-size:9px;line-height:1.5}.AgentBuyerWorkspace-module__SOBpiG__purchaseCard label{color:var(--text-secondary);gap:6px;font-size:10px;font-weight:650;display:grid}.AgentBuyerWorkspace-module__SOBpiG__purchaseCard input{border:1px solid var(--divider);width:100%;min-width:0;min-height:42px;color:var(--text-primary);background:var(--surface-elevated);font:inherit;border-radius:10px;padding-inline:11px}.AgentBuyerWorkspace-module__SOBpiG__feeInput{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__feeInput small{min-width:46px;color:var(--text-tertiary);font-variant-numeric:tabular-nums;text-align:right}.AgentBuyerWorkspace-module__SOBpiG__purchaseAction,.AgentBuyerWorkspace-module__SOBpiG__recoveryAction,.AgentBuyerWorkspace-module__SOBpiG__purchaseCard>a{border-radius:var(--radius-control);cursor:pointer;text-align:center;justify-content:center;align-items:center;width:100%;min-height:44px;padding-inline:12px;font-size:10px;font-weight:700;display:inline-flex}.AgentBuyerWorkspace-module__SOBpiG__purchaseAction{color:var(--text-on-action);background:var(--action);border:0}.AgentBuyerWorkspace-module__SOBpiG__recoveryAction,.AgentBuyerWorkspace-module__SOBpiG__purchaseCard>a{border:1px solid var(--divider);color:var(--text-primary);background:var(--surface-elevated)}.AgentBuyerWorkspace-module__SOBpiG__purchaseAction:disabled,.AgentBuyerWorkspace-module__SOBpiG__recoveryAction:disabled{cursor:not-allowed;opacity:.45}.AgentBuyerWorkspace-module__SOBpiG__purchaseNotice{background:var(--surface-muted);border-radius:9px;margin:0;padding:9px 10px}.AgentBuyerWorkspace-module__SOBpiG__primaryAction,.AgentBuyerWorkspace-module__SOBpiG__secondaryAction{border-radius:var(--radius-control);cursor:pointer;text-align:center;justify-content:center;align-items:center;min-height:44px;padding-inline:16px;font-size:11px;font-weight:700;display:inline-flex}.AgentBuyerWorkspace-module__SOBpiG__primaryAction{color:var(--text-on-action);background:var(--action);border:0}.AgentBuyerWorkspace-module__SOBpiG__secondaryAction{border:1px solid var(--divider);color:var(--text-primary);background:var(--surface-elevated)}.AgentBuyerWorkspace-module__SOBpiG__reviewCard>.AgentBuyerWorkspace-module__SOBpiG__primaryAction,.AgentBuyerWorkspace-module__SOBpiG__reviewCard>.AgentBuyerWorkspace-module__SOBpiG__secondaryAction{width:100%}.AgentBuyerWorkspace-module__SOBpiG__reviewCard>.AgentBuyerWorkspace-module__SOBpiG__primaryAction+.AgentBuyerWorkspace-module__SOBpiG__secondaryAction,.AgentBuyerWorkspace-module__SOBpiG__reviewCard>.AgentBuyerWorkspace-module__SOBpiG__secondaryAction+.AgentBuyerWorkspace-module__SOBpiG__primaryAction{margin-top:8px}.AgentBuyerWorkspace-module__SOBpiG__primaryAction:disabled,.AgentBuyerWorkspace-module__SOBpiG__secondaryAction:disabled{cursor:not-allowed;opacity:.42}.AgentBuyerWorkspace-module__SOBpiG__authorityNote{color:var(--text-tertiary);text-align:center;margin-top:10px;font-size:9px;display:block}.AgentBuyerWorkspace-module__SOBpiG__empty a{border:1px solid var(--divider);border-radius:var(--radius-control);background:var(--surface-elevated);justify-content:center;align-items:center;width:100%;min-height:40px;padding-inline:15px;font-size:11px;font-weight:700;display:inline-flex}.AgentBuyerWorkspace-module__SOBpiG__technicalRequest>p{color:var(--text-tertiary);margin:8px 0;font-size:10px;line-height:1.5}.AgentBuyerWorkspace-module__SOBpiG__technicalRequest code{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;margin-top:10px;font-size:9px;display:block;overflow:hidden}.AgentBuyerWorkspace-module__SOBpiG__technicalRequest pre{background:var(--surface-muted);max-height:220px;color:var(--text-secondary);white-space:pre-wrap;border-radius:10px;margin:9px 0 0;padding:12px;font:10px/1.55 ui-monospace,SFMono-Regular,Consolas,monospace;overflow:auto}.AgentBuyerWorkspace-module__SOBpiG__errorCard{border-color:color-mix(in srgb, var(--action-accent) 34%, var(--card-border));margin-top:20px;padding:18px 20px}.AgentBuyerWorkspace-module__SOBpiG__errorCard>strong{font-size:13px}.AgentBuyerWorkspace-module__SOBpiG__errorCard>p{color:var(--text-secondary);margin:5px 0;font-size:11px;line-height:1.55}.AgentBuyerWorkspace-module__SOBpiG__errorCard>small{color:var(--text-tertiary);font-size:10px;display:block}.AgentBuyerWorkspace-module__SOBpiG__errorCard>a{color:var(--agent);text-underline-offset:3px;margin-top:10px;font-size:11px;font-weight:700;text-decoration:underline;display:inline-block}.AgentBuyerWorkspace-module__SOBpiG__errorCard details{border-top:1px solid var(--divider);margin-top:10px}.AgentBuyerWorkspace-module__SOBpiG__errorCard summary{cursor:pointer;color:var(--text-tertiary);padding-top:9px;font-size:9px}.AgentBuyerWorkspace-module__SOBpiG__errorCard code{overflow-wrap:anywhere;color:var(--text-tertiary);margin-top:5px;font-size:8px;display:block}.AgentBuyerWorkspace-module__SOBpiG__technicalDetails dl{margin:10px 0 0}.AgentBuyerWorkspace-module__SOBpiG__technicalDetails dl>div{border-top:1px solid var(--divider);grid-template-columns:110px minmax(0,1fr);gap:12px;padding:8px 0;font-size:10px;display:grid}.AgentBuyerWorkspace-module__SOBpiG__technicalDetails dt{color:var(--text-tertiary)}.AgentBuyerWorkspace-module__SOBpiG__technicalDetails dd{overflow-wrap:anywhere;min-width:0;margin:0}.AgentBuyerWorkspace-module__SOBpiG__technicalDetails code{font-size:9px}.AgentBuyerWorkspace-module__SOBpiG__empty{width:min(720px,100%);margin:80px auto;padding:32px}.AgentBuyerWorkspace-module__SOBpiG__empty p{color:var(--text-secondary)}.AgentBuyerWorkspace-module__SOBpiG__empty a{width:auto}:where(.AgentBuyerWorkspace-module__SOBpiG__offer,.AgentBuyerWorkspace-module__SOBpiG__textAction,.AgentBuyerWorkspace-module__SOBpiG__primaryAction,.AgentBuyerWorkspace-module__SOBpiG__secondaryAction,.AgentBuyerWorkspace-module__SOBpiG__purchaseAction,.AgentBuyerWorkspace-module__SOBpiG__recoveryAction,.AgentBuyerWorkspace-module__SOBpiG__jumpToLatest,.AgentBuyerWorkspace-module__SOBpiG__pendingState button,.AgentBuyerWorkspace-module__SOBpiG__conversationHeaderActions a,.AgentBuyerWorkspace-module__SOBpiG__empty a,input,textarea,select,summary):focus-visible{outline:3px solid color-mix(in srgb, var(--agent) 22%, transparent);outline-offset:2px}@keyframes AgentBuyerWorkspace-module__SOBpiG__agent-spin{to{transform:rotate(360deg)}}@keyframes AgentBuyerWorkspace-module__SOBpiG__agent-activity{0%{transform:translate(-10%)}to{transform:translate(205%)}}@keyframes AgentBuyerWorkspace-module__SOBpiG__agent-dot{0%{opacity:.28;transform:translateY(1px)}to{opacity:1;transform:translateY(-1px)}}@media (max-width:900px){.AgentBuyerWorkspace-module__SOBpiG__layout{grid-template-columns:minmax(0,1fr);width:100%;min-width:0}.AgentBuyerWorkspace-module__SOBpiG__mainColumn,.AgentBuyerWorkspace-module__SOBpiG__sideColumn,.AgentBuyerWorkspace-module__SOBpiG__panel,.AgentBuyerWorkspace-module__SOBpiG__workspacePanel,.AgentBuyerWorkspace-module__SOBpiG__conversationPanel{width:100%;min-width:0}.AgentBuyerWorkspace-module__SOBpiG__sideColumn{grid-area:1/1;grid-template-columns:repeat(2,minmax(0,1fr));position:static}.AgentBuyerWorkspace-module__SOBpiG__header{grid-column:1/3}.AgentBuyerWorkspace-module__SOBpiG__mainColumn{grid-area:2/1;margin-top:20px}}@media (max-width:720px){.AgentBuyerWorkspace-module__SOBpiG__page{padding-top:24px}.AgentBuyerWorkspace-module__SOBpiG__sideColumn{grid-template-columns:1fr;gap:10px}.AgentBuyerWorkspace-module__SOBpiG__header{grid-column:auto;grid-template-columns:58px minmax(0,1fr);padding:16px}.AgentBuyerWorkspace-module__SOBpiG__art{width:58px;height:58px}.AgentBuyerWorkspace-module__SOBpiG__identity h1{font-size:22px}.AgentBuyerWorkspace-module__SOBpiG__mainColumn{margin-top:12px}.AgentBuyerWorkspace-module__SOBpiG__offerGrid{scroll-snap-type:x proximity;scrollbar-width:none;margin-inline:-18px;padding-inline:18px;display:flex;overflow-x:auto}.AgentBuyerWorkspace-module__SOBpiG__offerGrid::-webkit-scrollbar{display:none}.AgentBuyerWorkspace-module__SOBpiG__offer{scroll-snap-align:start;min-width:min(76vw,270px);min-height:104px}.AgentBuyerWorkspace-module__SOBpiG__formGrid{grid-template-columns:1fr}.AgentBuyerWorkspace-module__SOBpiG__panel,.AgentBuyerWorkspace-module__SOBpiG__workspacePanel,.AgentBuyerWorkspace-module__SOBpiG__conversationPanel{padding:18px}.AgentBuyerWorkspace-module__SOBpiG__sectionHeading,.AgentBuyerWorkspace-module__SOBpiG__conversationHeader{flex-direction:column;align-items:flex-start;gap:8px}.AgentBuyerWorkspace-module__SOBpiG__sectionHeading{margin-bottom:14px}.AgentBuyerWorkspace-module__SOBpiG__sectionHeading h2{font-size:18px}.AgentBuyerWorkspace-module__SOBpiG__conversationHeaderActions{justify-content:space-between;width:100%}.AgentBuyerWorkspace-module__SOBpiG__sectionHeading>span{text-align:left}.AgentBuyerWorkspace-module__SOBpiG__canvasEmpty{min-height:190px;padding:24px 16px}.AgentBuyerWorkspace-module__SOBpiG__initialComposer{padding:16px}.AgentBuyerWorkspace-module__SOBpiG__timeline{max-height:58vh}.AgentBuyerWorkspace-module__SOBpiG__message{width:94%}.AgentBuyerWorkspace-module__SOBpiG__questionActions,.AgentBuyerWorkspace-module__SOBpiG__conversationComposer footer,.AgentBuyerWorkspace-module__SOBpiG__composerFooter{flex-direction:column;align-items:stretch}.AgentBuyerWorkspace-module__SOBpiG__questionActions>*,.AgentBuyerWorkspace-module__SOBpiG__conversationComposer footer .AgentBuyerWorkspace-module__SOBpiG__primaryAction,.AgentBuyerWorkspace-module__SOBpiG__composerFooter .AgentBuyerWorkspace-module__SOBpiG__primaryAction{width:100%}}@media (prefers-reduced-motion:reduce){.AgentBuyerWorkspace-module__SOBpiG__offer{transition:none}.AgentBuyerWorkspace-module__SOBpiG__offer:hover{transform:none}.AgentBuyerWorkspace-module__SOBpiG__activityRail span,.AgentBuyerWorkspace-module__SOBpiG__workingIndicator i,.AgentBuyerWorkspace-module__SOBpiG__pendingState i{animation:none}.AgentBuyerWorkspace-module__SOBpiG__timeline{scroll-behavior:auto}}.AgentBuyerWorkspace-module__SOBpiG__attachmentDownload{color:var(--finch-text-accent,#6366f1);cursor:pointer;margin-top:8px;text-decoration:underline;display:inline-block}
