.VoiceIntakeConversation-module__PbamzG__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:200;background:#070a12e0;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.VoiceIntakeConversation-module__PbamzG__modal{background:#0b101efa;border:1px solid #9eb0ff33;border-radius:24px;flex-direction:column;width:100%;max-width:560px;max-height:88vh;display:flex;overflow:hidden}.VoiceIntakeConversation-module__PbamzG__progressBar{background:#90a8ff1a;flex-shrink:0;height:3px}.VoiceIntakeConversation-module__PbamzG__progressFill{background:var(--accent);border-radius:0 2px 2px 0;height:100%;transition:width .5s}.VoiceIntakeConversation-module__PbamzG__idleState{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:40px 32px 32px;display:flex}.VoiceIntakeConversation-module__PbamzG__idleIcon{margin-bottom:4px;font-size:2.4rem;line-height:1}.VoiceIntakeConversation-module__PbamzG__idleTitle{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:700}.VoiceIntakeConversation-module__PbamzG__idleDetail{color:var(--text-secondary);max-width:380px;margin:0;font-size:.9rem;line-height:1.7}.VoiceIntakeConversation-module__PbamzG__idleDetail strong{color:var(--text-primary);font-weight:600}.VoiceIntakeConversation-module__PbamzG__idleActions{gap:10px;margin-top:8px;display:flex}.VoiceIntakeConversation-module__PbamzG__startButton{color:var(--accent-strong);cursor:pointer;background:#90a8ff1a;border:1px solid #90a8ff80;border-radius:999px;padding:10px 24px;font-size:.92rem;font-weight:700;transition:background .15s,border-color .15s}.VoiceIntakeConversation-module__PbamzG__startButton:hover{background:#90a8ff2e;border-color:#90a8ffb3}.VoiceIntakeConversation-module__PbamzG__cancelButton{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #9eb0ff26;border-radius:999px;padding:10px 20px;font-size:.88rem;font-weight:500;transition:border-color .15s,color .15s}.VoiceIntakeConversation-module__PbamzG__cancelButton:hover{color:var(--text-secondary);border-color:#9eb0ff4d}.VoiceIntakeConversation-module__PbamzG__skipButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #9eb0ff33;border-radius:999px;padding:8px 18px;font-size:.84rem;font-weight:600;transition:border-color .15s,color .15s}.VoiceIntakeConversation-module__PbamzG__skipButton:hover{color:var(--text-primary);border-color:#9eb0ff66}.VoiceIntakeConversation-module__PbamzG__endButton{color:#aab5d666;cursor:pointer;background:0 0;border:none;padding:8px 14px;font-size:.8rem;font-weight:500;transition:color .15s}.VoiceIntakeConversation-module__PbamzG__endButton:hover{color:var(--text-muted)}.VoiceIntakeConversation-module__PbamzG__activeState{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.VoiceIntakeConversation-module__PbamzG__history{flex-direction:column;flex:1;gap:16px;min-height:0;padding:20px 24px 0;display:flex;overflow-y:auto}.VoiceIntakeConversation-module__PbamzG__historyTurn{opacity:.55;flex-direction:column;gap:4px;display:flex}.VoiceIntakeConversation-module__PbamzG__historyQ{color:var(--text-muted);margin:0;font-size:.78rem;font-weight:500;line-height:1.5}.VoiceIntakeConversation-module__PbamzG__historyA{color:var(--text-secondary);border-left:2px solid #90a8ff33;margin:0;padding-left:10px;font-size:.88rem;line-height:1.55}.VoiceIntakeConversation-module__PbamzG__questionCard{flex-direction:column;flex-shrink:0;gap:14px;padding:24px 24px 0;display:flex}.VoiceIntakeConversation-module__PbamzG__phaseRow{align-items:center;gap:10px;display:flex}.VoiceIntakeConversation-module__PbamzG__phaseLabel{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:.76rem;font-weight:600}.VoiceIntakeConversation-module__PbamzG__waveform{align-items:center;gap:3px;height:18px;display:flex}.VoiceIntakeConversation-module__PbamzG__waveform span{background:var(--accent);border-radius:2px;width:3px;animation:1s ease-in-out infinite VoiceIntakeConversation-module__PbamzG__wave;display:block}.VoiceIntakeConversation-module__PbamzG__waveform span:first-child{height:5px;animation-delay:0s}.VoiceIntakeConversation-module__PbamzG__waveform span:nth-child(2){height:14px;animation-delay:.1s}.VoiceIntakeConversation-module__PbamzG__waveform span:nth-child(3){height:18px;animation-delay:.2s}.VoiceIntakeConversation-module__PbamzG__waveform span:nth-child(4){height:10px;animation-delay:.3s}.VoiceIntakeConversation-module__PbamzG__waveform span:nth-child(5){height:5px;animation-delay:.4s}@keyframes VoiceIntakeConversation-module__PbamzG__wave{0%,to{opacity:.4;transform:scaleY(.5)}50%{opacity:1;transform:scaleY(1)}}.VoiceIntakeConversation-module__PbamzG__listeningRing{border:2px solid var(--accent);border-radius:50%;width:14px;height:14px;animation:1.4s ease-in-out infinite VoiceIntakeConversation-module__PbamzG__listenPulse}@keyframes VoiceIntakeConversation-module__PbamzG__listenPulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.VoiceIntakeConversation-module__PbamzG__questionText{color:var(--text-primary);margin:0;font-size:1.12rem;font-weight:600;line-height:1.55}.VoiceIntakeConversation-module__PbamzG__interimText{color:var(--accent-strong);opacity:.85;background:#90a8ff0f;border:1px solid #90a8ff26;border-radius:10px;margin:0;padding:10px 14px;font-size:.95rem;font-style:italic;line-height:1.6}.VoiceIntakeConversation-module__PbamzG__controls{flex-shrink:0;justify-content:space-between;align-items:center;margin-top:8px;padding:16px 20px 20px;display:flex}.VoiceIntakeConversation-module__PbamzG__doneState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:56px 32px;display:flex}.VoiceIntakeConversation-module__PbamzG__doneIcon{width:52px;height:52px;color:var(--success);background:#8ee7b61f;border:1px solid #8ee7b659;border-radius:50%;justify-content:center;align-items:center;font-size:1.4rem;display:flex}.VoiceIntakeConversation-module__PbamzG__doneTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.VoiceIntakeConversation-module__PbamzG__unsupportedTitle{color:var(--text-primary);text-align:center;margin:40px 32px 12px;font-size:1.1rem;font-weight:700}.VoiceIntakeConversation-module__PbamzG__unsupportedDetail{color:var(--text-secondary);text-align:center;margin:0 32px 28px;font-size:.88rem;line-height:1.65}
.OpportunityIntake-module__0BbapW__intake{flex-direction:column;gap:20px;display:flex}.OpportunityIntake-module__0BbapW__inputStep{flex-direction:column;gap:16px;display:flex}.OpportunityIntake-module__0BbapW__stepHint{color:var(--text-secondary);line-height:1.65}.OpportunityIntake-module__0BbapW__field{flex-direction:column;gap:6px;display:flex}.OpportunityIntake-module__0BbapW__fieldLabel{color:var(--text-secondary);letter-spacing:.04em;font-size:.82rem;font-weight:600}.OpportunityIntake-module__0BbapW__optional{opacity:.6;font-weight:400}.OpportunityIntake-module__0BbapW__textInput{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);background:#ffffff08;border-radius:10px;padding:10px 14px;font-size:.95rem;transition:border-color .15s}.OpportunityIntake-module__0BbapW__textInput:focus{border-color:#90a8ff66;outline:none}.OpportunityIntake-module__0BbapW__textInput::placeholder{color:#aab5d666}.OpportunityIntake-module__0BbapW__fieldRow{grid-template-columns:1fr 1fr;gap:12px;display:grid}.OpportunityIntake-module__0BbapW__textarea{border:1px solid var(--panel-border);width:100%;min-height:120px;color:var(--text-primary);resize:vertical;background:#ffffff08;border-radius:18px;padding:14px 16px;font-size:.95rem;line-height:1.65;transition:border-color .15s}.OpportunityIntake-module__0BbapW__textarea:focus{border-color:#90a8ff66;outline:none}.OpportunityIntake-module__0BbapW__textarea::placeholder{color:#aab5d666}.OpportunityIntake-module__0BbapW__inputFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.OpportunityIntake-module__0BbapW__privacyToggle{color:var(--text-secondary);cursor:pointer;align-items:center;gap:8px;font-size:.88rem;display:inline-flex}.OpportunityIntake-module__0BbapW__footerActions{align-items:center;gap:12px;display:flex}.OpportunityIntake-module__0BbapW__analyzeButton{background:var(--accent);color:#081122;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:11px 22px;font-size:.92rem;font-weight:700;transition:opacity .15s}.OpportunityIntake-module__0BbapW__analyzeButton:disabled{opacity:.4;cursor:not-allowed}.OpportunityIntake-module__0BbapW__loadingStep{text-align:center;flex-direction:column;align-items:center;gap:14px;padding:40px 0;display:flex}.OpportunityIntake-module__0BbapW__loadingSpinner{border:3px solid #90a8ff33;border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite OpportunityIntake-module__0BbapW__spin}@keyframes OpportunityIntake-module__0BbapW__spin{to{transform:rotate(360deg)}}.OpportunityIntake-module__0BbapW__loadingTitle{color:var(--text-primary);font-size:1.1rem;font-weight:600}.OpportunityIntake-module__0BbapW__loadingContext{color:var(--text-secondary);font-size:.9rem}.OpportunityIntake-module__0BbapW__errorStep{background:#ff7e7e14;border:1px solid #ff7e7e33;border-radius:18px;flex-direction:column;gap:10px;padding:20px;display:flex}.OpportunityIntake-module__0BbapW__errorTitle{color:#ffd2d2;font-weight:600}.OpportunityIntake-module__0BbapW__errorDetail{color:#ffd2d2b3;font-size:.9rem;line-height:1.6}.OpportunityIntake-module__0BbapW__reviewStep{flex-direction:column;gap:18px;display:flex}.OpportunityIntake-module__0BbapW__scoreBlock{background:#ffffff08;border:1px solid #ffffff0f;border-radius:18px;padding:18px}.OpportunityIntake-module__0BbapW__scoreBlockLabel{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px;font-size:.78rem;font-weight:700}.OpportunityIntake-module__0BbapW__scoreRow{align-items:baseline;gap:8px;margin-bottom:10px;display:flex}.OpportunityIntake-module__0BbapW__scoreValue{color:var(--text-primary);letter-spacing:-.04em;font-size:2.4rem;font-weight:700}.OpportunityIntake-module__0BbapW__scoreOutOf{color:var(--text-secondary);font-size:1.2rem;font-weight:500}.OpportunityIntake-module__0BbapW__scoreContext{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.OpportunityIntake-module__0BbapW__twoColumn{grid-template-columns:1fr 1fr;gap:12px;display:grid}.OpportunityIntake-module__0BbapW__column{background:#ffffff05;border:1px solid #ffffff0d;border-radius:18px;flex-direction:column;gap:12px;padding:14px;display:flex}.OpportunityIntake-module__0BbapW__columnLabel{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:700}.OpportunityIntake-module__0BbapW__evidenceGroup{flex-direction:column;gap:4px;display:flex}.OpportunityIntake-module__0BbapW__evidenceGroupLabel{color:var(--accent-strong);font-size:.78rem;font-weight:600}.OpportunityIntake-module__0BbapW__evidenceList{flex-direction:column;gap:4px;padding-left:14px;list-style:outside;display:flex}.OpportunityIntake-module__0BbapW__evidenceList li{color:var(--text-secondary);font-size:.85rem;line-height:1.55}.OpportunityIntake-module__0BbapW__agendaList{flex-direction:column;gap:10px;padding-left:18px;display:flex}.OpportunityIntake-module__0BbapW__agendaItem{color:var(--text-secondary);font-size:.88rem;line-height:1.6}.OpportunityIntake-module__0BbapW__missingBlock{border-top:1px solid #ffffff0d;flex-direction:column;gap:6px;padding-top:10px;display:flex}.OpportunityIntake-module__0BbapW__missingLabel{color:var(--accent);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:700}.OpportunityIntake-module__0BbapW__missingList{flex-direction:column;gap:6px;padding:0;list-style:none;display:flex}.OpportunityIntake-module__0BbapW__missingItem{color:#ffcf86;padding-left:14px;font-size:.82rem;line-height:1.5;position:relative}.OpportunityIntake-module__0BbapW__missingItem:before{content:"○";font-size:.6rem;position:absolute;top:3px;left:0}.OpportunityIntake-module__0BbapW__emptyCol{color:#aab5d680;font-size:.82rem;font-style:italic}.OpportunityIntake-module__0BbapW__roleConfirm{background:#90a8ff0a;border:1px solid #90a8ff1f;border-radius:14px;flex-direction:column;gap:10px;padding:14px 16px;display:flex}.OpportunityIntake-module__0BbapW__roleConfirmLabel{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.OpportunityIntake-module__0BbapW__roleConfirmHint{color:var(--text-secondary);margin-bottom:2px;font-size:.82rem;line-height:1.5}.OpportunityIntake-module__0BbapW__roleOption{color:var(--text-secondary);cursor:pointer;align-items:center;gap:10px;font-size:.9rem;display:flex}.OpportunityIntake-module__0BbapW__roleOption input[type=checkbox]{accent-color:var(--accent);cursor:pointer;width:16px;height:16px}.OpportunityIntake-module__0BbapW__noteDraft{background:#90a8ff0d;border:1px solid #90a8ff1f;border-radius:18px;padding:16px}.OpportunityIntake-module__0BbapW__noteDraftLabel{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;font-size:.72rem;font-weight:700}.OpportunityIntake-module__0BbapW__noteDraftContent{color:var(--text-secondary);font-size:.9rem;line-height:1.7}.OpportunityIntake-module__0BbapW__reviewActions{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.OpportunityIntake-module__0BbapW__confirmButton{background:var(--success);color:#082210;cursor:pointer;border:none;border-radius:999px;padding:12px 24px;font-size:.92rem;font-weight:700;transition:opacity .15s}.OpportunityIntake-module__0BbapW__confirmButton:hover{opacity:.88}.OpportunityIntake-module__0BbapW__secondaryButton{color:var(--accent-strong);cursor:pointer;background:0 0;border:1px solid #c1cffd3d;border-radius:999px;padding:10px 18px;font-weight:600}.OpportunityIntake-module__0BbapW__ghostButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.88rem;-webkit-text-decoration:underline #aab5d659;text-decoration:underline #aab5d659}.OpportunityIntake-module__0BbapW__confirmedStep{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:40px 20px;display:flex}.OpportunityIntake-module__0BbapW__confirmedIcon{width:52px;height:52px;color:var(--success);background:#8ee7b624;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.OpportunityIntake-module__0BbapW__confirmedTitle{color:var(--text-primary);font-size:1.2rem;font-weight:700}.OpportunityIntake-module__0BbapW__confirmedDetail{color:var(--text-secondary);max-width:36ch;font-size:.92rem;line-height:1.6}@media (max-width:768px){.OpportunityIntake-module__0BbapW__fieldRow,.OpportunityIntake-module__0BbapW__twoColumn{grid-template-columns:1fr}.OpportunityIntake-module__0BbapW__inputFooter{flex-direction:column;align-items:flex-start}.OpportunityIntake-module__0BbapW__footerActions{justify-content:flex-end;width:100%}.OpportunityIntake-module__0BbapW__analyzeButton{text-align:center;width:100%}}.OpportunityIntake-module__0BbapW__setupStep{flex-direction:column;gap:16px;display:flex}.OpportunityIntake-module__0BbapW__dealTypeStep{flex-direction:column;gap:20px;display:flex}.OpportunityIntake-module__0BbapW__dealTypeCards{flex-direction:column;gap:12px;display:flex}.OpportunityIntake-module__0BbapW__dealTypeCard{cursor:pointer;text-align:left;background:#ffffff08;border:1px solid #ffffff1a;border-radius:14px;flex-direction:column;gap:6px;padding:16px 18px;transition:background .15s,border-color .15s;display:flex;position:relative}.OpportunityIntake-module__0BbapW__dealTypeCard:hover{background:#90a8ff0d;border-color:#90a8ff40}.OpportunityIntake-module__0BbapW__dealTypeCardSelected{background:#90a8ff14;border-color:#90a8ff73}.OpportunityIntake-module__0BbapW__dealTypeCardTitle{color:var(--text-primary);font-size:.95rem;font-weight:600}.OpportunityIntake-module__0BbapW__dealTypeCardDesc{color:var(--text-secondary);opacity:.65;font-size:.8rem;line-height:1.5}.OpportunityIntake-module__0BbapW__dealTypeSuggested{letter-spacing:.06em;text-transform:uppercase;color:var(--accent);background:#90a8ff1a;border:1px solid #90a8ff40;border-radius:4px;padding:2px 7px;font-size:.65rem;font-weight:700;position:absolute;top:12px;right:14px}.OpportunityIntake-module__0BbapW__dealTypeCardDev{border-color:#fbbf2426}.OpportunityIntake-module__0BbapW__dealTypeCardDev:hover{background:#fbbf240a;border-color:#fbbf244d}.OpportunityIntake-module__0BbapW__dealTypeDevBadge{letter-spacing:.07em;text-transform:uppercase;color:#fbbf24;background:#fbbf2414;border:1px solid #fbbf2433;border-radius:4px;padding:2px 7px;font-size:.6rem;font-weight:700;position:absolute;top:12px;right:14px}.OpportunityIntake-module__0BbapW__questionsStep{flex-direction:column;gap:16px;display:flex}.OpportunityIntake-module__0BbapW__progressRow{align-items:center;gap:12px;display:flex}.OpportunityIntake-module__0BbapW__backChevron{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px 8px 4px 0;font-size:1rem}.OpportunityIntake-module__0BbapW__progressDots{flex:1;align-items:center;gap:5px;display:flex}.OpportunityIntake-module__0BbapW__progressDot{background:#aab5d633;border-radius:50%;width:6px;height:6px;transition:background .2s,transform .2s}.OpportunityIntake-module__0BbapW__progressDotDone{background:var(--success)}.OpportunityIntake-module__0BbapW__progressDotActive{background:var(--accent);transform:scale(1.4)}.OpportunityIntake-module__0BbapW__progressLabel{color:var(--text-secondary);flex-shrink:0;font-size:.82rem;font-weight:600}.OpportunityIntake-module__0BbapW__transcript{background:#ffffff05;border:1px solid #ffffff0a;border-radius:14px;flex-direction:column;gap:10px;max-height:160px;padding:12px 14px;display:flex;overflow-y:auto}.OpportunityIntake-module__0BbapW__transcriptItem{flex-direction:column;gap:3px;display:flex}.OpportunityIntake-module__0BbapW__transcriptQ{color:#aab5d680;font-size:.78rem;line-height:1.4}.OpportunityIntake-module__0BbapW__transcriptA{color:var(--text-secondary);font-size:.88rem;line-height:1.55}.OpportunityIntake-module__0BbapW__questionCard{background:#90a8ff0a;border:1px solid #90a8ff1f;border-radius:18px;flex-direction:column;gap:12px;padding:20px;display:flex}.OpportunityIntake-module__0BbapW__questionPrompt{color:var(--text-primary);font-size:1.05rem;font-weight:600;line-height:1.5}.OpportunityIntake-module__0BbapW__customBadge{color:#ffd48c;letter-spacing:.06em;text-transform:uppercase;background:#ffc8641a;border-radius:999px;align-items:center;width:fit-content;padding:2px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.OpportunityIntake-module__0BbapW__voiceButton{color:var(--accent-strong);cursor:pointer;-webkit-user-select:none;user-select:none;background:#90a8ff0d;border:1px solid #90a8ff4d;border-radius:12px;align-items:center;gap:8px;width:fit-content;padding:10px 16px;font-size:.88rem;font-weight:600;transition:all .15s;display:flex}.OpportunityIntake-module__0BbapW__voiceButtonActive{color:#ffd2d2;background:#ff64641f;border-color:#ff646466}.OpportunityIntake-module__0BbapW__recordingDot{background:#ff6464;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite OpportunityIntake-module__0BbapW__recordPulse}@keyframes OpportunityIntake-module__0BbapW__recordPulse{0%,to{opacity:.5;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}.OpportunityIntake-module__0BbapW__questionTextarea{border:1px solid var(--panel-border);width:100%;min-height:100px;color:var(--text-primary);resize:vertical;background:#ffffff08;border-radius:14px;padding:12px 14px;font-size:.95rem;line-height:1.65;transition:border-color .15s}.OpportunityIntake-module__0BbapW__questionTextarea:focus{border-color:#90a8ff66;outline:none}.OpportunityIntake-module__0BbapW__questionTextarea::placeholder{color:#aab5d659;font-style:italic}.OpportunityIntake-module__0BbapW__questionNav{justify-content:flex-end;align-items:center;gap:12px;display:flex}.OpportunityIntake-module__0BbapW__skipButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.88rem;-webkit-text-decoration:underline #aab5d64d;text-decoration:underline #aab5d64d}.OpportunityIntake-module__0BbapW__nextButton{background:var(--accent);color:#081122;cursor:pointer;border:none;border-radius:999px;padding:11px 22px;font-size:.92rem;font-weight:700;transition:opacity .15s}.OpportunityIntake-module__0BbapW__nextButton:hover{opacity:.88}.OpportunityIntake-module__0BbapW__voiceAltButton{color:var(--accent-strong);cursor:pointer;background:#90a8ff0d;border:1px solid #90a8ff40;border-radius:999px;padding:9px 18px;font-size:.86rem;font-weight:600;transition:background .15s,border-color .15s}.OpportunityIntake-module__0BbapW__voiceAltButton:hover{background:#90a8ff1f;border-color:#90a8ff73}.OpportunityIntake-module__0BbapW__editAnswersButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #9eb0ff33;border-radius:999px;padding:9px 18px;font-size:.88rem;font-weight:500;transition:border-color .15s,color .15s}.OpportunityIntake-module__0BbapW__editAnswersButton:hover{color:var(--text-primary);border-color:#9eb0ff66}.OpportunityIntake-module__0BbapW__editStep{flex-direction:column;gap:24px;display:flex}.OpportunityIntake-module__0BbapW__editHeader{flex-wrap:wrap;align-items:baseline;gap:16px;display:flex}.OpportunityIntake-module__0BbapW__editBackButton{color:var(--accent-strong);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex-shrink:0;padding:0;font-size:.88rem;font-weight:600}.OpportunityIntake-module__0BbapW__editBackButton:hover{opacity:.75}.OpportunityIntake-module__0BbapW__editHeaderHint{color:var(--text-muted);margin:0;font-size:.84rem}.OpportunityIntake-module__0BbapW__editSection{flex-direction:column;gap:14px;display:flex}.OpportunityIntake-module__0BbapW__editSectionLabel{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.OpportunityIntake-module__0BbapW__editQA{flex-direction:column;gap:6px;display:flex}.OpportunityIntake-module__0BbapW__editQuestion{color:var(--text-secondary);font-size:.84rem;font-weight:500;line-height:1.5}.OpportunityIntake-module__0BbapW__editTextarea{box-sizing:border-box;border:1px solid var(--panel-border);width:100%;color:var(--text-primary);resize:vertical;background:#ffffff08;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:.88rem;line-height:1.6;transition:border-color .15s}.OpportunityIntake-module__0BbapW__editTextarea:focus{border-color:#90a8ff66;outline:none}.OpportunityIntake-module__0BbapW__editTextarea::placeholder{color:#aab5d64d;font-style:italic}.OpportunityIntake-module__0BbapW__editActions{align-items:center;gap:12px;padding-top:4px;display:flex}
.QuickUpdate-module___OBm7a__collapsed{justify-content:flex-end;align-items:center;gap:16px;padding:10px 0;display:flex}.QuickUpdate-module___OBm7a__gapHint{color:var(--text-secondary);font-size:.84rem}.QuickUpdate-module___OBm7a__openButton{color:var(--accent-strong);cursor:pointer;background:0 0;border:1px solid #c1cffd47;border-radius:999px;padding:8px 18px;font-size:.88rem;font-weight:600;transition:border-color .15s,background .15s}.QuickUpdate-module___OBm7a__openButton:hover{background:#90a8ff0f;border-color:#c1cffd80}.QuickUpdate-module___OBm7a__panel{background:#90a8ff0a;border:1px solid #90a8ff29;border-radius:16px;flex-direction:column;gap:12px;padding:16px 18px;display:flex}.QuickUpdate-module___OBm7a__panelHeader{justify-content:space-between;align-items:center;display:flex}.QuickUpdate-module___OBm7a__panelTitle{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;font-size:.78rem;font-weight:700}.QuickUpdate-module___OBm7a__closeButton{color:var(--text-secondary);cursor:pointer;opacity:.6;background:0 0;border:none;padding:2px 4px;font-size:.82rem}.QuickUpdate-module___OBm7a__closeButton:hover{opacity:1}.QuickUpdate-module___OBm7a__tagRow{flex-wrap:wrap;gap:6px;display:flex}.QuickUpdate-module___OBm7a__gapTag{color:#ffcf86;cursor:pointer;background:#ffcf860f;border:1px solid #ffcf864d;border-radius:999px;padding:4px 12px;font-size:.78rem;font-weight:600;transition:background .15s}.QuickUpdate-module___OBm7a__gapTag:hover{background:#ffcf861f}.QuickUpdate-module___OBm7a__textarea{border:1px solid var(--panel-border);width:100%;min-height:80px;color:var(--text-primary);resize:vertical;background:#ffffff08;border-radius:12px;padding:10px 14px;font-family:inherit;font-size:.92rem;line-height:1.6;transition:border-color .15s}.QuickUpdate-module___OBm7a__textarea:focus{border-color:#90a8ff66;outline:none}.QuickUpdate-module___OBm7a__textarea::placeholder{color:#aab5d666}.QuickUpdate-module___OBm7a__textarea:disabled{opacity:.6}.QuickUpdate-module___OBm7a__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.QuickUpdate-module___OBm7a__footerActions{flex-shrink:0;align-items:center;gap:8px;display:flex}.QuickUpdate-module___OBm7a__micButton{width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #90a8ff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;transition:border-color .15s,background .15s;display:flex}.QuickUpdate-module___OBm7a__micButton:hover:not(:disabled){background:#90a8ff0f;border-color:#90a8ff80}.QuickUpdate-module___OBm7a__micButton:disabled{opacity:.4;cursor:not-allowed}.QuickUpdate-module___OBm7a__micButtonActive{background:#ef44441a;border-color:#ef444499;animation:1.4s ease-in-out infinite QuickUpdate-module___OBm7a__micPulse}@keyframes QuickUpdate-module___OBm7a__micPulse{0%,to{box-shadow:0 0 #ef444459}50%{box-shadow:0 0 0 5px #ef444400}}.QuickUpdate-module___OBm7a__micDot{background:#ef4444;border-radius:50%;width:8px;height:8px;display:block}.QuickUpdate-module___OBm7a__hint{color:#aab5d680;font-size:.8rem}.QuickUpdate-module___OBm7a__saveButton{background:var(--accent);color:#081122;cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:9px 20px;font-size:.88rem;font-weight:700;transition:opacity .15s}.QuickUpdate-module___OBm7a__saveButton:disabled{opacity:.4;cursor:not-allowed}.QuickUpdate-module___OBm7a__savedLabel{color:var(--success);font-size:.88rem;font-weight:600}.QuickUpdate-module___OBm7a__error{color:#ffd2d2;font-size:.84rem}.QuickUpdate-module___OBm7a__reviewChanges{background:#ffffff08;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.QuickUpdate-module___OBm7a__reviewChangesLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 4px;font-size:.68rem;font-weight:700}.QuickUpdate-module___OBm7a__reviewScoreLine{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:600}.QuickUpdate-module___OBm7a__reviewDeltaPos{color:var(--success)}.QuickUpdate-module___OBm7a__reviewDeltaNeg{color:#fca5a5}.QuickUpdate-module___OBm7a__reviewDimList{flex-direction:column;gap:4px;margin:2px 0 0;padding:0;list-style:none;display:flex}.QuickUpdate-module___OBm7a__reviewDimItem{align-items:center;gap:6px;font-size:.8rem;display:flex}.QuickUpdate-module___OBm7a__reviewDimLabel{color:var(--text-secondary);flex:none}.QuickUpdate-module___OBm7a__reviewDimBefore{color:#aab5d680;font-size:.75rem}.QuickUpdate-module___OBm7a__reviewDimArrow{color:#aab5d666;font-size:.7rem}.QuickUpdate-module___OBm7a__reviewDimAfter{color:var(--success);font-size:.75rem;font-weight:600}.QuickUpdate-module___OBm7a__reviewNoDims{color:#aab5d666;margin:0;font-size:.8rem}.QuickUpdate-module___OBm7a__reviewNote{flex-direction:column;gap:6px;display:flex}.QuickUpdate-module___OBm7a__reviewNoteLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin:0;font-size:.68rem;font-weight:700}.QuickUpdate-module___OBm7a__reviewNoteText{color:var(--text-primary);opacity:.85;margin:0;font-size:.85rem;line-height:1.6}.QuickUpdate-module___OBm7a__reviewActions{align-items:center;gap:10px;display:flex}.QuickUpdate-module___OBm7a__commitButton{background:var(--accent);color:#081122;cursor:pointer;border:none;border-radius:999px;padding:9px 22px;font-size:.88rem;font-weight:700;transition:opacity .15s}.QuickUpdate-module___OBm7a__commitButton:hover{opacity:.9}.QuickUpdate-module___OBm7a__editButton{color:var(--accent);cursor:pointer;background:0 0;border:1px solid #90a8ff47;border-radius:999px;padding:8px 18px;font-size:.84rem;font-weight:600;transition:border-color .15s}.QuickUpdate-module___OBm7a__editButton:hover{border-color:#90a8ff80}.QuickUpdate-module___OBm7a__startOverButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:8px 4px;font-size:.82rem;transition:color .15s}.QuickUpdate-module___OBm7a__startOverButton:hover{color:var(--text-primary)}
.VerifyPanel-module__My6mVW__overlay{-webkit-backdrop-filter:blur(3px);z-index:200;background:#081122c7;justify-content:center;align-items:center;padding:20px;animation:.16s VerifyPanel-module__My6mVW__overlayFadeIn;display:flex;position:fixed;inset:0}@keyframes VerifyPanel-module__My6mVW__overlayFadeIn{0%{opacity:0}to{opacity:1}}.VerifyPanel-module__My6mVW__panel{background:#0c1526;border:1px solid #90a8ff38;border-radius:16px;flex-direction:column;gap:12px;width:100%;max-width:520px;max-height:82vh;padding:18px;animation:.2s VerifyPanel-module__My6mVW__panelSlideUp;display:flex;overflow-y:auto}@keyframes VerifyPanel-module__My6mVW__panelSlideUp{0%{opacity:0;transform:translateY(10px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.VerifyPanel-module__My6mVW__panelHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.VerifyPanel-module__My6mVW__panelEyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);opacity:.7;margin-bottom:2px;font-size:.68rem;font-weight:700;display:block}.VerifyPanel-module__My6mVW__panelEyebrowValidation{letter-spacing:.1em;text-transform:uppercase;color:#ffcf86;opacity:.9;margin-bottom:2px;font-size:.68rem;font-weight:700;display:block}.VerifyPanel-module__My6mVW__panelTitle{color:var(--text-primary);font-size:.88rem;font-weight:700;display:block}.VerifyPanel-module__My6mVW__closeButton{color:var(--text-secondary);cursor:pointer;opacity:.6;background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-size:.82rem}.VerifyPanel-module__My6mVW__closeButton:hover{opacity:1}.VerifyPanel-module__My6mVW__questionsLoading{align-items:center;gap:6px;padding:8px 0;display:flex}.VerifyPanel-module__My6mVW__loadingDot{background:var(--accent);opacity:.4;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite VerifyPanel-module__My6mVW__dotPulse}.VerifyPanel-module__My6mVW__loadingDot:nth-child(2){animation-delay:.2s}.VerifyPanel-module__My6mVW__loadingDot:nth-child(3){animation-delay:.4s}@keyframes VerifyPanel-module__My6mVW__dotPulse{0%,to{opacity:.2;transform:scale(.85)}50%{opacity:.9;transform:scale(1.1)}}.VerifyPanel-module__My6mVW__claimsBlock{background:#ffcf860a;border:1px solid #ffcf8626;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.VerifyPanel-module__My6mVW__claimsLabel{letter-spacing:.08em;text-transform:uppercase;color:#ffcf86;opacity:.8;margin:0;font-size:.68rem;font-weight:700}.VerifyPanel-module__My6mVW__claimsList{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.VerifyPanel-module__My6mVW__claimItem{color:#ffcf86d9;padding-left:12px;font-size:.8rem;line-height:1.5;position:relative}.VerifyPanel-module__My6mVW__claimItem:before{content:"·";color:#ffcf8680;position:absolute;left:2px}.VerifyPanel-module__My6mVW__claimsNote{color:#ffcf8699;margin:6px 0 0;font-size:.78rem;font-style:italic;line-height:1.5}.VerifyPanel-module__My6mVW__validationQuestion{flex-direction:column;gap:10px;display:flex}.VerifyPanel-module__My6mVW__validationQuestionText{color:var(--text-primary);opacity:.9;margin:0;font-size:.88rem;line-height:1.5}.VerifyPanel-module__My6mVW__validationButtons{gap:8px;display:flex}.VerifyPanel-module__My6mVW__validationYes{color:#ffcf86;cursor:pointer;background:#ffcf8614;border:1px solid #ffcf8666;border-radius:999px;flex:1;padding:9px 16px;font-size:.84rem;font-weight:600;transition:background .15s,border-color .15s}.VerifyPanel-module__My6mVW__validationYes:hover{background:#ffcf8624;border-color:#ffcf8699}.VerifyPanel-module__My6mVW__validationNo{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #aab5d633;border-radius:999px;padding:9px 16px;font-size:.84rem;font-weight:500;transition:border-color .15s,color .15s}.VerifyPanel-module__My6mVW__validationNo:hover{color:var(--text-primary);border-color:#aab5d666}.VerifyPanel-module__My6mVW__unvalidatedBlock{background:#ffcf8608;border:1px solid #ffcf861f;border-radius:10px;flex-direction:column;gap:6px;padding:10px 14px;display:flex}.VerifyPanel-module__My6mVW__unvalidatedLabel{letter-spacing:.08em;text-transform:uppercase;color:#ffcf86;opacity:.6;margin:0;font-size:.68rem;font-weight:700}.VerifyPanel-module__My6mVW__evidenceCount{background:#ffcf860a;border:1px solid #ffcf861f;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.VerifyPanel-module__My6mVW__evidenceCountRow{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:7px;width:100%;padding:8px 14px;display:flex}.VerifyPanel-module__My6mVW__evidenceCountDot{opacity:.6;background:#ffcf86;border-radius:50%;flex-shrink:0;width:6px;height:6px}.VerifyPanel-module__My6mVW__evidenceCountText{color:#ffcf8699;flex:1;font-size:.78rem;font-weight:500}.VerifyPanel-module__My6mVW__evidenceCountChevron{color:#ffcf8659;font-size:.55rem}.VerifyPanel-module__My6mVW__evidenceCountList{border-top:1px solid #ffcf8614;flex-direction:column;gap:5px;margin:0;padding:0 14px 10px;list-style:none;display:flex}.VerifyPanel-module__My6mVW__evidenceCountItem{color:#ffcf8699;padding:4px 0 0 10px;font-size:.78rem;line-height:1.45;position:relative}.VerifyPanel-module__My6mVW__evidenceCountItem:before{content:"·";color:#ffcf8666;position:absolute;left:0}.VerifyPanel-module__My6mVW__evidenceSummary{background:#ffcf860a;border:1px solid #ffcf861f;border-radius:8px;flex-direction:column;gap:7px;padding:11px 14px;display:flex}.VerifyPanel-module__My6mVW__evidenceSummaryRow{align-items:center;gap:8px;display:flex}.VerifyPanel-module__My6mVW__evidenceSummaryCount{color:#ffcf8699;font-size:.78rem;font-weight:500}.VerifyPanel-module__My6mVW__evidenceAreaChips{flex-wrap:wrap;gap:5px;display:flex}.VerifyPanel-module__My6mVW__evidenceAreaChip{border-radius:8px;padding:2px 8px;font-size:.7rem;font-weight:500}.VerifyPanel-module__My6mVW__evidenceAreaChip[data-covered=true]{color:#4ade80;background:#4ade801a}.VerifyPanel-module__My6mVW__evidenceAreaChip[data-covered=false]{color:#ffffff4d;background:#ffffff0a}.VerifyPanel-module__My6mVW__evidenceSummaryNarrative{color:#ffffffa6;margin:0;font-size:.8rem;line-height:1.5}.VerifyPanel-module__My6mVW__emptyNote{color:var(--text-secondary);opacity:.5;margin:0;font-size:.8rem;font-style:italic}.VerifyPanel-module__My6mVW__missingBlock{background:#90a8ff0a;border:1px solid #90a8ff24;border-radius:10px;flex-direction:column;gap:6px;padding:10px 14px;display:flex}.VerifyPanel-module__My6mVW__missingLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);opacity:.7;margin:0;font-size:.68rem;font-weight:700}.VerifyPanel-module__My6mVW__missingList{flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;display:flex}.VerifyPanel-module__My6mVW__missingItem{color:#90a8ffb3;padding-left:12px;font-size:.78rem;position:relative}.VerifyPanel-module__My6mVW__missingItem:before{content:"○";color:#90a8ff66;font-size:.6rem;position:absolute;top:2px;left:0}.VerifyPanel-module__My6mVW__questionsBlock{flex-direction:column;gap:6px;display:flex}.VerifyPanel-module__My6mVW__questionsLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);opacity:.6;margin:0;font-size:.68rem;font-weight:700}.VerifyPanel-module__My6mVW__questionsList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.VerifyPanel-module__My6mVW__questionItem{color:var(--text-primary);opacity:.9;padding-left:14px;font-size:.84rem;line-height:1.55;position:relative}.VerifyPanel-module__My6mVW__questionItem:before{content:"→";color:var(--accent);font-size:.76rem;position:absolute;top:1px;left:0}.VerifyPanel-module__My6mVW__textarea{border:1px solid var(--panel-border);width:100%;min-height:80px;color:var(--text-primary);resize:vertical;background:#ffffff08;border-radius:12px;padding:10px 14px;font-family:inherit;font-size:.92rem;line-height:1.6;transition:border-color .15s}.VerifyPanel-module__My6mVW__textarea:focus{border-color:#90a8ff66;outline:none}.VerifyPanel-module__My6mVW__textarea::placeholder{color:#aab5d666}.VerifyPanel-module__My6mVW__textarea:disabled{opacity:.6}.VerifyPanel-module__My6mVW__footer{justify-content:flex-end;align-items:center;gap:10px;display:flex}.VerifyPanel-module__My6mVW__analyzeButton{background:var(--accent);color:#081122;cursor:pointer;border:none;border-radius:999px;padding:9px 22px;font-size:.88rem;font-weight:700;transition:opacity .15s}.VerifyPanel-module__My6mVW__analyzeButton:disabled{opacity:.4;cursor:not-allowed}.VerifyPanel-module__My6mVW__micButton{cursor:pointer;background:0 0;border:1px solid #aab5d633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1rem;transition:border-color .15s,background .15s;display:flex}.VerifyPanel-module__My6mVW__micButton:hover{background:#90a8ff0f;border-color:#90a8ff66}.VerifyPanel-module__My6mVW__micButtonActive{background:#ff6b6b1a;border-color:#ff6b6b}.VerifyPanel-module__My6mVW__micDot{background:#ff6b6b;border-radius:50%;width:10px;height:10px;animation:1s ease-in-out infinite VerifyPanel-module__My6mVW__pulse}@keyframes VerifyPanel-module__My6mVW__pulse{0%,to{opacity:1}50%{opacity:.3}}.VerifyPanel-module__My6mVW__error{color:#ffd2d2;font-size:.84rem}.VerifyPanel-module__My6mVW__savedLabel{color:var(--success);padding:4px 0;font-size:.88rem;font-weight:600}.VerifyPanel-module__My6mVW__reviewChanges{background:#ffffff08;border:1px solid #ffffff12;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;display:flex}.VerifyPanel-module__My6mVW__reviewLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary);margin:0 0 4px;font-size:.68rem;font-weight:700}.VerifyPanel-module__My6mVW__reviewScoreLine{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:600}.VerifyPanel-module__My6mVW__reviewDeltaPos{color:var(--success)}.VerifyPanel-module__My6mVW__reviewDeltaNeg{color:#fca5a5}.VerifyPanel-module__My6mVW__reviewDimList{flex-direction:column;gap:4px;margin:2px 0 0;padding:0;list-style:none;display:flex}.VerifyPanel-module__My6mVW__reviewDimItem{align-items:center;gap:6px;font-size:.8rem;display:flex}.VerifyPanel-module__My6mVW__reviewDimLabel{color:var(--text-secondary);flex:none}.VerifyPanel-module__My6mVW__reviewDimBefore{color:#aab5d680;font-size:.75rem}.VerifyPanel-module__My6mVW__reviewDimArrow{color:#aab5d666;font-size:.7rem}.VerifyPanel-module__My6mVW__reviewDimAfter{color:var(--success);font-size:.75rem;font-weight:600}.VerifyPanel-module__My6mVW__reviewNoDims{color:#aab5d666;margin:0;font-size:.8rem}.VerifyPanel-module__My6mVW__reviewNote{flex-direction:column;gap:6px;display:flex}.VerifyPanel-module__My6mVW__reviewNoteText{color:var(--text-primary);opacity:.85;margin:0;font-size:.85rem;line-height:1.6}.VerifyPanel-module__My6mVW__reviewActions{align-items:center;gap:10px;display:flex}.VerifyPanel-module__My6mVW__commitButton{background:var(--accent);color:#081122;cursor:pointer;border:none;border-radius:999px;padding:9px 22px;font-size:.88rem;font-weight:700;transition:opacity .15s}.VerifyPanel-module__My6mVW__commitButton:hover{opacity:.9}.VerifyPanel-module__My6mVW__editButton{color:var(--accent);cursor:pointer;background:0 0;border:1px solid #90a8ff47;border-radius:999px;padding:8px 18px;font-size:.84rem;font-weight:600;transition:border-color .15s}.VerifyPanel-module__My6mVW__editButton:hover{border-color:#90a8ff80}.VerifyPanel-module__My6mVW__startOverButton{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:8px 4px;font-size:.82rem;transition:color .15s}.VerifyPanel-module__My6mVW__startOverButton:hover{color:var(--text-primary)}.VerifyPanel-module__My6mVW__panelHeaderLeft{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.VerifyPanel-module__My6mVW__panelHeaderRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.VerifyPanel-module__My6mVW__panelQuestion{color:var(--text-primary);font-size:1rem;font-weight:700;line-height:1.4;display:block}.VerifyPanel-module__My6mVW__hearButton{width:30px;height:30px;color:var(--accent);cursor:pointer;background:0 0;border:1px solid #90a8ff47;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.72rem;transition:background .15s,border-color .15s;display:flex}.VerifyPanel-module__My6mVW__hearButton:hover{background:#90a8ff14;border-color:#90a8ff80}.VerifyPanel-module__My6mVW__hearButtonActive{background:#90a8ff1f;border-color:#90a8ff99}.VerifyPanel-module__My6mVW__hearDot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1s ease-in-out infinite VerifyPanel-module__My6mVW__pulse}.VerifyPanel-module__My6mVW__capturedBlock{background:#ffcf860a;border:1px solid #ffcf8624;border-radius:10px;flex-direction:column;gap:6px;padding:11px 14px;display:flex}.VerifyPanel-module__My6mVW__capturedLabel{letter-spacing:.09em;text-transform:uppercase;color:#ffcf86;opacity:.75;margin:0;font-size:.65rem;font-weight:700}.VerifyPanel-module__My6mVW__capturedList{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.VerifyPanel-module__My6mVW__capturedItem{color:#ffcf86cc;padding-left:13px;font-size:.82rem;line-height:1.5;position:relative}.VerifyPanel-module__My6mVW__capturedItem:before{content:"·";color:#ffcf8673;position:absolute;left:2px}.VerifyPanel-module__My6mVW__dealCoach{background:#90a8ff12;border:1px solid #90a8ff38;border-radius:10px;flex-direction:column;gap:7px;padding:13px 14px;display:flex}.VerifyPanel-module__My6mVW__dealCoachLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);opacity:.8;margin:0;font-size:.68rem;font-weight:700}.VerifyPanel-module__My6mVW__dealCoachText{color:#ffffffeb;margin:0;font-size:.9rem;font-weight:450;line-height:1.5}.VerifyPanel-module__My6mVW__dealCoachContext{color:#ffffff73;border-top:1px solid #90a8ff1a;margin:0;padding-top:4px;font-size:.78rem;line-height:1.45}.VerifyPanel-module__My6mVW__dealCoachContextLabel{color:#ffffff80;font-weight:600}.VerifyPanel-module__My6mVW__biggestGap{background:#90a8ff0d;border:1px solid #90a8ff2e;border-radius:10px;flex-direction:column;gap:8px;padding:13px 14px;display:flex}.VerifyPanel-module__My6mVW__biggestGapLabel{letter-spacing:.09em;text-transform:uppercase;color:var(--accent);opacity:.7;margin:0;font-size:.65rem;font-weight:700}.VerifyPanel-module__My6mVW__biggestGapText{color:var(--text-primary);opacity:.92;margin:0;font-size:.88rem;line-height:1.55}.VerifyPanel-module__My6mVW__askThis{align-items:baseline;gap:6px;margin-top:2px;display:flex}.VerifyPanel-module__My6mVW__askThisArrow{color:var(--accent);opacity:.8;flex-shrink:0;font-size:.8rem}.VerifyPanel-module__My6mVW__askThisText{color:#90a8ffd9;font-size:.84rem;font-style:italic;line-height:1.5}.VerifyPanel-module__My6mVW__alsoMissing{flex-direction:column;gap:6px;display:flex}.VerifyPanel-module__My6mVW__alsoMissingToggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:0;display:flex}.VerifyPanel-module__My6mVW__alsoMissingCount{color:#aab5d68c;letter-spacing:.01em;font-size:.78rem;font-weight:600}.VerifyPanel-module__My6mVW__alsoMissingChevron{color:#aab5d659;font-size:.6rem}.VerifyPanel-module__My6mVW__alsoMissingList{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;flex-direction:column;gap:5px;margin:0;padding:8px 12px;list-style:none;display:flex}.VerifyPanel-module__My6mVW__alsoMissingItem{color:#aab5d680;padding-left:13px;font-size:.8rem;line-height:1.5;position:relative}.VerifyPanel-module__My6mVW__alsoMissingItem:before{content:"○";color:#aab5d64d;font-size:.56rem;position:absolute;top:3px;left:0}.VerifyPanel-module__My6mVW__attestLink{color:#ffcf86a6;cursor:pointer;text-align:left;background:#ffcf860a;border:1px solid #ffcf8633;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:10px 14px;font-size:.82rem;font-weight:500;transition:background .15s,border-color .15s;display:flex}.VerifyPanel-module__My6mVW__attestLink:after{content:"→";color:#ffcf8666;flex-shrink:0;font-size:.8rem}.VerifyPanel-module__My6mVW__attestLink:hover{background:#ffcf8612;border-color:#ffcf8659}.VerifyPanel-module__My6mVW__attestExpanded{background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;gap:8px;padding:10px 12px;display:flex}.VerifyPanel-module__My6mVW__attestInput{width:100%;color:var(--text-primary);box-sizing:border-box;background:#ffffff08;border:1px solid #90a8ff33;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:.88rem;transition:border-color .15s}.VerifyPanel-module__My6mVW__attestInput:focus{border-color:#90a8ff66;outline:none}.VerifyPanel-module__My6mVW__attestInput::placeholder{color:#aab5d659}.VerifyPanel-module__My6mVW__attestFooter{justify-content:space-between;align-items:center;display:flex}.VerifyPanel-module__My6mVW__attestSubmit{color:var(--accent);cursor:pointer;background:#90a8ff1f;border:none;border-radius:999px;padding:7px 16px;font-size:.82rem;font-weight:600;transition:background .15s}.VerifyPanel-module__My6mVW__attestSubmit:disabled{opacity:.35;cursor:not-allowed}.VerifyPanel-module__My6mVW__attestSubmit:not(:disabled):hover{background:#90a8ff33}.VerifyPanel-module__My6mVW__attestCancel{color:#aab5d661;cursor:pointer;background:0 0;border:none;padding:4px;font-size:.78rem;transition:color .15s}.VerifyPanel-module__My6mVW__attestCancel:hover{color:#aab5d6a6}.VerifyPanel-module__My6mVW__attestConfirmed{color:var(--success);text-align:center;opacity:.85;padding:4px 0;font-size:.78rem}
.SessionPlanCard-module__Irva5G__root{background:#9eb0ff0a;border:1px solid #9eb0ff1a;border-radius:10px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.SessionPlanCard-module__Irva5G__header{align-items:center;gap:8px;display:flex}.SessionPlanCard-module__Irva5G__pill{letter-spacing:.04em;text-transform:uppercase;color:#e8fdf3;background:#64dca024;border:1px solid #64dca04d;border-radius:20px;flex:1;align-items:center;gap:6px;padding:3px 10px;font-size:.72rem;font-weight:700;display:inline-flex}.SessionPlanCard-module__Irva5G__pillCount{opacity:.6;font-weight:400}.SessionPlanCard-module__Irva5G__openWorkoutBtn{color:var(--accent,#90a8ff);cursor:pointer;white-space:nowrap;background:#90a8ff14;border:1px solid #90a8ff2e;border-radius:6px;padding:3px 10px;font-size:.72rem;font-weight:500;transition:background .15s}.SessionPlanCard-module__Irva5G__openWorkoutBtn:hover{background:#90a8ff24}.SessionPlanCard-module__Irva5G__list{flex-direction:column;gap:2px;display:flex}.SessionPlanCard-module__Irva5G__blockRow{background:#ffffff08;border-top:1px solid #ffffff0f;border-radius:6px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:4px;padding:8px 10px;display:flex}.SessionPlanCard-module__Irva5G__blockLabel{letter-spacing:.06em;text-transform:uppercase;color:#ffffff8c;flex:1;font-size:.72rem;font-weight:700}.SessionPlanCard-module__Irva5G__blockToggle{color:var(--accent,#90a8ff);cursor:pointer;background:0 0;border:none;padding:0;font-size:.72rem}.SessionPlanCard-module__Irva5G__blockDetail{width:100%;color:var(--text-secondary);margin:0;padding-top:4px;font-size:.78rem;line-height:1.55}.SessionPlanCard-module__Irva5G__exerciseRow{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:7px;grid-template-rows:auto auto;grid-template-columns:1fr auto;align-items:center;column-gap:12px;width:100%;padding:9px 10px;transition:background .12s;display:grid}.SessionPlanCard-module__Irva5G__exerciseRow:hover{background:#ffffff08}.SessionPlanCard-module__Irva5G__exerciseRowExpanded{background:#ffffff0a}.SessionPlanCard-module__Irva5G__exerciseName{color:#ffffffe6;grid-area:1/1;font-size:.88rem;font-weight:500;line-height:1.3}.SessionPlanCard-module__Irva5G__exerciseMeta{flex-shrink:0;grid-area:1/2;align-items:center;gap:6px;display:flex}.SessionPlanCard-module__Irva5G__metricChip{color:#e8fdf3;white-space:nowrap;background:#64dca033;border:1px solid #64dca059;border-radius:4px;padding:2px 8px;font-size:.78rem;font-weight:700}.SessionPlanCard-module__Irva5G__loadChip{color:#ffffffa6;white-space:nowrap;text-overflow:ellipsis;background:#ffffff14;border:1px solid #ffffff1f;border-radius:4px;max-width:110px;padding:2px 8px;font-size:.72rem;font-weight:500;overflow:hidden}.SessionPlanCard-module__Irva5G__intensityBadge{white-space:nowrap;letter-spacing:.04em;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:700}.SessionPlanCard-module__Irva5G__intensityBadge[data-level="1"]{color:#94a3b8;background:#94a3b826;border:1px solid #94a3b84d}.SessionPlanCard-module__Irva5G__intensityBadge[data-level="2"]{color:#4ade80;background:#22c55e1f;border:1px solid #22c55e4d}.SessionPlanCard-module__Irva5G__intensityBadge[data-level="3"]{color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf244d}.SessionPlanCard-module__Irva5G__intensityBadge[data-level="4"]{color:#fb923c;background:#f973161f;border:1px solid #f973164d}.SessionPlanCard-module__Irva5G__intensityBadge[data-level="5"]{color:#f87171;background:#ef44441f;border:1px solid #ef44444d}.SessionPlanCard-module__Irva5G__expandArrow{color:var(--text-secondary);opacity:.5;text-align:center;flex-shrink:0;width:12px;font-size:.8rem}.SessionPlanCard-module__Irva5G__exerciseDetail{color:#ffffffb3;text-align:left;border-top:1px solid #ffffff14;grid-area:2/1/auto/-1;margin:6px 0 0;padding-top:6px;font-size:.78rem;line-height:1.55}.SessionPlanCard-module__Irva5G__workoutOverlay{z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px 16px;display:flex;position:fixed;inset:0}.SessionPlanCard-module__Irva5G__workoutScreen{background:var(--panel-bg,#111827);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:480px;max-height:88vh;padding:20px 24px 28px;display:flex;overflow-y:auto}.SessionPlanCard-module__Irva5G__workoutHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:24px;display:flex}.SessionPlanCard-module__Irva5G__workoutClose{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:1rem}.SessionPlanCard-module__Irva5G__workoutProgress{color:var(--text-secondary);letter-spacing:.04em;font-size:.8rem;font-weight:500}.SessionPlanCard-module__Irva5G__workoutBody{flex-direction:column;flex:1;gap:12px;display:flex}.SessionPlanCard-module__Irva5G__workoutName{color:var(--text-primary);text-transform:capitalize;margin:0;font-size:1.4rem;font-weight:700;line-height:1.2}.SessionPlanCard-module__Irva5G__workoutMetrics{color:#8ee7b6f2;letter-spacing:-.02em;margin:8px 0 0;font-size:3rem;font-weight:800;line-height:1}.SessionPlanCard-module__Irva5G__workoutTags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.SessionPlanCard-module__Irva5G__workoutTag{color:var(--text-secondary);background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;padding:4px 10px;font-size:.78rem}.SessionPlanCard-module__Irva5G__intensityDialBlock{flex-direction:column;align-items:center;gap:10px;margin:16px 0 8px;display:flex}.SessionPlanCard-module__Irva5G__intensityDial{align-items:center;gap:20px;display:flex}.SessionPlanCard-module__Irva5G__intensityDialBtn{width:48px;height:48px;color:var(--text-primary,#f4f7ff);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:300;line-height:1;transition:background .1s;display:flex}.SessionPlanCard-module__Irva5G__intensityDialBtn:hover:not(:disabled){background:#ffffff1f}.SessionPlanCard-module__Irva5G__intensityDialBtn:disabled{opacity:.2;cursor:default}.SessionPlanCard-module__Irva5G__intensityDialCenter{flex-direction:column;align-items:center;gap:4px;min-width:80px;display:flex}.SessionPlanCard-module__Irva5G__intensityDialNum{letter-spacing:-.03em;font-size:2.4rem;font-weight:800;line-height:1}.SessionPlanCard-module__Irva5G__intensityDialCenter[data-level="1"] .SessionPlanCard-module__Irva5G__intensityDialNum{color:#94a3b8}.SessionPlanCard-module__Irva5G__intensityDialCenter[data-level="2"] .SessionPlanCard-module__Irva5G__intensityDialNum{color:#4ade80}.SessionPlanCard-module__Irva5G__intensityDialCenter[data-level="3"] .SessionPlanCard-module__Irva5G__intensityDialNum{color:#fbbf24}.SessionPlanCard-module__Irva5G__intensityDialCenter[data-level="4"] .SessionPlanCard-module__Irva5G__intensityDialNum{color:#fb923c}.SessionPlanCard-module__Irva5G__intensityDialCenter[data-level="5"] .SessionPlanCard-module__Irva5G__intensityDialNum{color:#f87171}.SessionPlanCard-module__Irva5G__intensityDialLabel{letter-spacing:.04em;text-transform:uppercase;color:#ffffff73;font-size:.72rem;font-weight:600}.SessionPlanCard-module__Irva5G__intensityPR{color:#4ade80;align-items:center;gap:7px;font-size:.8rem;font-weight:600;animation:.3s SessionPlanCard-module__Irva5G__prFadeIn;display:flex}.SessionPlanCard-module__Irva5G__intensityPRDot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite SessionPlanCard-module__Irva5G__prPulse;box-shadow:0 0 8px #4ade80b3}.SessionPlanCard-module__Irva5G__intensityRegressed{color:#ffffff59;font-size:.75rem;font-weight:500}@keyframes SessionPlanCard-module__Irva5G__prFadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes SessionPlanCard-module__Irva5G__prPulse{0%,to{opacity:1}50%{opacity:.4}}.SessionPlanCard-module__Irva5G__workoutDetailLabel{letter-spacing:.06em;text-transform:uppercase;color:#ffffff59;margin:20px 0 6px;font-size:.68rem;font-weight:700}.SessionPlanCard-module__Irva5G__workoutDetail{color:#ffffffc7;margin:0;padding-top:0;font-size:.9rem;line-height:1.65}.SessionPlanCard-module__Irva5G__workoutFooter{border-top:1px solid #ffffff12;justify-content:space-between;align-items:center;margin-top:24px;padding-top:20px;display:flex}.SessionPlanCard-module__Irva5G__workoutPrev{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:8px 0;font-size:.82rem}.SessionPlanCard-module__Irva5G__workoutPrev:disabled{opacity:.2;cursor:default}.SessionPlanCard-module__Irva5G__workoutNext{color:var(--text-primary);cursor:pointer;background:#90a8ff1a;border:1px solid #90a8ff33;border-radius:8px;align-items:baseline;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:600;transition:background .15s;display:flex}.SessionPlanCard-module__Irva5G__workoutNext:hover{background:#90a8ff29}.SessionPlanCard-module__Irva5G__workoutNextName{color:var(--text-secondary);font-size:.75rem;font-weight:400}.SessionPlanCard-module__Irva5G__workoutDone{color:#8ee7b6e6;cursor:pointer;background:#64dca01a;border:1px solid #64dca033;border-radius:8px;padding:8px 16px;font-size:.9rem;font-weight:600}.SessionPlanCard-module__Irva5G__setupPlaybookBadge{letter-spacing:.07em;text-transform:uppercase;color:#8ee7b6cc;background:#64dca01a;border:1px solid #64dca033;border-radius:20px;margin-bottom:14px;padding:3px 10px;font-size:.65rem;font-weight:700;display:inline-block}.SessionPlanCard-module__Irva5G__setupPhase{color:var(--text-primary,#f4f7ff);margin:0 0 4px;font-size:1.3rem;font-weight:700;line-height:1.2}.SessionPlanCard-module__Irva5G__setupReadiness{color:#fff6;margin:0 0 24px;font-size:.85rem}.SessionPlanCard-module__Irva5G__setupMissingBlock{background:#ffc8500f;border:1px solid #ffc85024;border-radius:10px;padding:14px 16px}.SessionPlanCard-module__Irva5G__setupMissingLabel{letter-spacing:.06em;text-transform:uppercase;color:#ffc8508c;margin:0 0 10px;font-size:.68rem;font-weight:700}.SessionPlanCard-module__Irva5G__setupMissingList{flex-direction:column;gap:6px;margin:0 0 12px;padding:0;list-style:none;display:flex}.SessionPlanCard-module__Irva5G__setupMissingItem{color:#ffffffbf;padding-left:14px;font-size:.88rem;position:relative}.SessionPlanCard-module__Irva5G__setupMissingItem:before{content:"·";color:#ffc85080;font-size:1.1rem;line-height:1;position:absolute;top:1px;left:2px}.SessionPlanCard-module__Irva5G__setupMissingCta{color:#fff6;margin:0;font-size:.78rem;font-style:italic}.SessionPlanCard-module__Irva5G__workoutEditBtn{color:var(--text-secondary,#aab5d6);cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;margin-left:auto;padding:3px 10px;font-size:.75rem;font-weight:500;transition:background .15s}.SessionPlanCard-module__Irva5G__workoutEditBtn:hover{color:var(--text-primary,#f4f7ff);background:#ffffff1a}.SessionPlanCard-module__Irva5G__editorSearchWrap{flex-shrink:0;margin-bottom:12px;position:relative}.SessionPlanCard-module__Irva5G__editorSearchInput{width:100%;color:var(--text-primary,#f4f7ff);box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;outline:none;padding:10px 14px;font-size:.88rem}.SessionPlanCard-module__Irva5G__editorSearchInput::placeholder{color:#ffffff4d}.SessionPlanCard-module__Irva5G__editorSearchInput:focus{border-color:#90a8ff66}.SessionPlanCard-module__Irva5G__editorSearchResults{z-index:10;background:#1a2035;border:1px solid #90a8ff33;border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 8px 24px #00000080}.SessionPlanCard-module__Irva5G__editorSearchResult{text-align:left;color:#fffc;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #ffffff0f;width:100%;padding:10px 14px;font-size:.85rem;transition:background .1s;display:block}.SessionPlanCard-module__Irva5G__editorSearchResult:last-child{border-bottom:none}.SessionPlanCard-module__Irva5G__editorSearchResult:hover{color:#f4f7ff;background:#90a8ff1a}.SessionPlanCard-module__Irva5G__editorList{flex-direction:column;flex:1;gap:2px;margin-bottom:8px;display:flex;overflow-y:auto}.SessionPlanCard-module__Irva5G__editorBlockRow{padding:8px 4px 4px}.SessionPlanCard-module__Irva5G__editorBlockLabel{letter-spacing:.06em;text-transform:uppercase;color:#ffffff59;font-size:.68rem;font-weight:700}.SessionPlanCard-module__Irva5G__editorExRow{cursor:grab;-webkit-user-select:none;user-select:none;border-bottom:1px solid #ffffff0d;align-items:center;gap:10px;padding:10px 4px 10px 0;display:flex}.SessionPlanCard-module__Irva5G__editorExRow:active{cursor:grabbing}.SessionPlanCard-module__Irva5G__editorDragHandle{color:#fff3;cursor:grab;text-align:center;flex-shrink:0;width:16px;font-size:1rem}.SessionPlanCard-module__Irva5G__editorExName{color:#ffffffd9;flex:1;font-size:.88rem;line-height:1.3}.SessionPlanCard-module__Irva5G__editorExChip{color:#e8fdf3;white-space:nowrap;background:#64dca026;border:1px solid #64dca040;border-radius:4px;flex-shrink:0;padding:2px 7px;font-size:.72rem;font-weight:700}.SessionPlanCard-module__Irva5G__editorRemoveBtn{color:#ffffff4d;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 4px;font-size:1rem;line-height:1;transition:color .1s,background .1s}.SessionPlanCard-module__Irva5G__editorRemoveBtn:hover{color:#ff6464e6;background:#ff50501a}.SessionPlanCard-module__Irva5G__workoutImages{align-items:flex-end;gap:10px;margin:4px 0 2px;display:flex;position:relative}.SessionPlanCard-module__Irva5G__workoutImage{object-fit:contain;object-position:center bottom;background:#ffffff0a;border:1px solid #ffffff12;border-radius:8px;flex:1;width:0;min-width:0;max-height:148px}.SessionPlanCard-module__Irva5G__workoutImageCredit{color:#fff3;pointer-events:none;white-space:nowrap;font-size:.6rem;position:absolute;bottom:4px;right:4px}
.ConversationAgent-module__9lOX_W__agent{width:100%;height:100dvh;color:var(--text-primary,#f4f7ff);background:#070a12;flex-direction:column;font-family:inherit;display:flex;position:relative;overflow:clip}@media (min-width:768px){.ConversationAgent-module__9lOX_W__agent{border:1px solid #9eb0ff24;border-radius:14px;width:68%;max-width:880px;height:85dvh;overflow:clip;box-shadow:0 24px 80px #0009}}.ConversationAgent-module__9lOX_W__header{z-index:10;background:#0e1323f2;border-bottom:1px solid #9eb0ff1f;flex-shrink:0;align-items:center;gap:12px;height:52px;padding:0 16px;display:flex;position:sticky;top:0}.ConversationAgent-module__9lOX_W__backBtn{color:var(--accent,#90a8ff);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:8px 4px;font-size:1.25rem;line-height:1}.ConversationAgent-module__9lOX_W__dealName{color:var(--text-primary,#f4f7ff);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:.9rem;font-weight:500;overflow:hidden}.ConversationAgent-module__9lOX_W__scoreChip{color:var(--accent,#90a8ff);cursor:pointer;background:#90a8ff1f;border:1px solid #90a8ff40;border-radius:20px;flex-shrink:0;padding:4px 12px;font-size:.8rem;font-weight:600;transition:background .15s}.ConversationAgent-module__9lOX_W__scoreChipUp{color:var(--success,#8ee7b6);background:#8ee7b61f;border-color:#8ee7b64d}.ConversationAgent-module__9lOX_W__cycle{background:#0e132399;border-bottom:1px solid #9eb0ff14;flex-shrink:0;justify-content:center;align-items:center;padding:10px 24px 8px;display:flex}.ConversationAgent-module__9lOX_W__cycleItem{flex-direction:column;align-items:center;gap:4px;display:flex}.ConversationAgent-module__9lOX_W__cycleLine{background:#9eb0ff33;flex-shrink:0;width:40px;height:1px;margin-bottom:20px}.ConversationAgent-module__9lOX_W__cycleLineFilled{background:#90a8ff80}.ConversationAgent-module__9lOX_W__cycleNode{width:22px;height:22px;color:var(--text-secondary,#aab5d6);cursor:default;background:0 0;border:1.5px solid #9eb0ff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:600;display:flex}.ConversationAgent-module__9lOX_W__cycleNodeActive{background:var(--accent,#90a8ff);border-color:var(--accent,#90a8ff);color:#070a12}.ConversationAgent-module__9lOX_W__cycleNode:not(:disabled):not(.ConversationAgent-module__9lOX_W__cycleNodeActive){cursor:pointer;border-color:#9eb0ff80}.ConversationAgent-module__9lOX_W__cycleLabel{color:var(--text-secondary,#aab5d6);letter-spacing:.02em;white-space:nowrap;font-size:.65rem}.ConversationAgent-module__9lOX_W__cycleLabelActive{color:var(--accent,#90a8ff);font-weight:500}.ConversationAgent-module__9lOX_W__scoreSheet{background:#0e1323e6;border-bottom:1px solid #9eb0ff1f;flex-direction:column;flex-shrink:0;gap:8px;padding:12px 16px;display:flex}.ConversationAgent-module__9lOX_W__scoreSheetRow{align-items:center;gap:8px;font-size:.8rem;display:flex}.ConversationAgent-module__9lOX_W__scoreSheetLabel{color:var(--text-secondary,#aab5d6);flex:1}.ConversationAgent-module__9lOX_W__scoreSheetPath{color:var(--text-primary,#f4f7ff);font-size:.75rem}.ConversationAgent-module__9lOX_W__conversation{scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ConversationAgent-module__9lOX_W__agentBubble{max-width:80%;color:var(--text-primary,#f4f7ff);background:#90a8ff1a;border:1px solid #90a8ff2e;border-radius:4px 16px 16px;align-self:flex-start;padding:10px 14px;font-size:.9rem;line-height:1.55}.ConversationAgent-module__9lOX_W__repBubble{max-width:80%;color:var(--text-secondary,#aab5d6);background:#9eb0ff14;border:1px solid #9eb0ff1f;border-radius:16px 16px 4px;align-self:flex-end;padding:10px 14px;font-size:.9rem;line-height:1.55}.ConversationAgent-module__9lOX_W__typing{align-self:flex-start;align-items:center;gap:5px;padding:10px 14px;display:flex}.ConversationAgent-module__9lOX_W__typing span{background:var(--accent,#90a8ff);opacity:.4;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite ConversationAgent-module__9lOX_W__pulse}.ConversationAgent-module__9lOX_W__typing span:nth-child(2){animation-delay:.2s}.ConversationAgent-module__9lOX_W__typing span:nth-child(3){animation-delay:.4s}@keyframes ConversationAgent-module__9lOX_W__pulse{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:.8;transform:scale(1)}}.ConversationAgent-module__9lOX_W__speakingBar{color:var(--accent,#90a8ff);cursor:pointer;background:#90a8ff12;border:1px solid #90a8ff33;border-radius:20px;align-self:flex-start;align-items:center;gap:8px;padding:6px 12px;font-size:.78rem;transition:background .15s;display:flex}.ConversationAgent-module__9lOX_W__speakingBar:hover{background:#90a8ff24}.ConversationAgent-module__9lOX_W__speakingDot{background:var(--accent,#90a8ff);border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite ConversationAgent-module__9lOX_W__pulse}.ConversationAgent-module__9lOX_W__primers{flex-shrink:0;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 12px;display:grid}.ConversationAgent-module__9lOX_W__primer{color:var(--text-secondary,#aab5d6);text-align:left;cursor:pointer;background:#90a8ff12;border:1px solid #90a8ff29;border-radius:10px;padding:10px 12px;font-size:.82rem;line-height:1.35;transition:background .15s,border-color .15s}.ConversationAgent-module__9lOX_W__primer:hover:not(:disabled){color:var(--text-primary,#f4f7ff);background:#90a8ff24;border-color:#90a8ff47}.ConversationAgent-module__9lOX_W__primerWorkout{color:#8ee7b6e6;background:#64dca014;border-color:#64dca047;font-weight:600}.ConversationAgent-module__9lOX_W__primerWorkout:hover:not(:disabled){color:#b4f5d2;background:#64dca024;border-color:#64dca066}.ConversationAgent-module__9lOX_W__manualSaveRow{flex-shrink:0;align-items:center;gap:10px;padding:8px 16px 4px;display:flex}.ConversationAgent-module__9lOX_W__manualSaveBtn{color:#90a8ffe6;cursor:pointer;white-space:nowrap;background:#90a8ff14;border:1px solid #90a8ff59;border-radius:8px;padding:8px 16px;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s}.ConversationAgent-module__9lOX_W__manualSaveBtn:hover{background:#90a8ff24;border-color:#90a8ff80}.ConversationAgent-module__9lOX_W__manualSaveHint{color:var(--text-secondary,#aab5d6);opacity:.7;font-size:.75rem}.ConversationAgent-module__9lOX_W__inputBar{background:#070a12f5;border-top:1px solid #9eb0ff1a;flex-shrink:0;padding:12px 16px}.ConversationAgent-module__9lOX_W__inputBarPost{flex-direction:column;gap:8px;display:flex}.ConversationAgent-module__9lOX_W__liveTranscript{color:var(--text-secondary,#aab5d6);min-height:1.2em;padding:0 2px;font-size:.82rem;font-style:italic}.ConversationAgent-module__9lOX_W__micPrimary{width:100%;color:var(--accent,#90a8ff);cursor:pointer;letter-spacing:.01em;background:#90a8ff14;border:1.5px solid #90a8ff4d;border-radius:12px;padding:14px;font-size:.9rem;font-weight:500;transition:background .15s,border-color .15s}.ConversationAgent-module__9lOX_W__micPrimary:hover{background:#90a8ff24}.ConversationAgent-module__9lOX_W__micPrimaryActive{border-color:var(--accent,#90a8ff);background:#90a8ff26;animation:2s ease-in-out infinite ConversationAgent-module__9lOX_W__listenPulse}@keyframes ConversationAgent-module__9lOX_W__listenPulse{0%,to{box-shadow:0 0 #90a8ff00}50%{box-shadow:0 0 0 4px #90a8ff26}}.ConversationAgent-module__9lOX_W__typeAlternate{align-items:center;gap:8px;display:flex}.ConversationAgent-module__9lOX_W__inputBarStd{align-items:center;gap:10px;display:flex}.ConversationAgent-module__9lOX_W__micBtn{width:44px;height:44px;color:var(--accent,#90a8ff);cursor:pointer;background:#90a8ff12;border:1.5px solid #90a8ff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:background .15s;display:flex}.ConversationAgent-module__9lOX_W__micBtnActive{border-color:var(--accent,#90a8ff);background:#90a8ff26}.ConversationAgent-module__9lOX_W__textInput{color:var(--text-primary,#f4f7ff);background:#9eb0ff0f;border:1px solid #9eb0ff26;border-radius:22px;outline:none;flex:1;padding:10px 16px;font-size:.9rem;transition:border-color .15s}.ConversationAgent-module__9lOX_W__textInput::placeholder{color:#aab5d680}.ConversationAgent-module__9lOX_W__textInput:focus{border-color:#90a8ff59}.ConversationAgent-module__9lOX_W__sendBtn{background:var(--accent,#90a8ff);color:#070a12;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;transition:opacity .15s;display:flex}.ConversationAgent-module__9lOX_W__sendBtn:disabled{opacity:.3;cursor:default}.ConversationAgent-module__9lOX_W__centeredState{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;padding:32px;display:flex}.ConversationAgent-module__9lOX_W__stateMsg{color:var(--text-secondary,#aab5d6);font-size:.9rem}.ConversationAgent-module__9lOX_W__spinner{border:2.5px solid #90a8ff26;border-top-color:var(--accent,#90a8ff);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite ConversationAgent-module__9lOX_W__spin}@keyframes ConversationAgent-module__9lOX_W__spin{to{transform:rotate(360deg)}}.ConversationAgent-module__9lOX_W__errorMsg{color:var(--text-secondary,#aab5d6);font-size:.9rem;line-height:1.5}.ConversationAgent-module__9lOX_W__retryBtn{color:var(--accent,#90a8ff);cursor:pointer;background:#90a8ff1a;border:1px solid #90a8ff40;border-radius:10px;padding:12px 20px;font-size:.88rem;transition:background .15s}.ConversationAgent-module__9lOX_W__retryBtn:hover{background:#90a8ff2e}.ConversationAgent-module__9lOX_W__reward{flex-direction:column;flex:1;gap:20px;padding:24px 20px;display:flex;overflow-y:auto}.ConversationAgent-module__9lOX_W__rewardScore{background:#8ee7b60f;border:1px solid #8ee7b633;border-radius:14px;flex-direction:column;align-items:center;gap:10px;padding:20px;display:flex}.ConversationAgent-module__9lOX_W__rewardScoreLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--text-secondary,#aab5d6);font-size:.75rem}.ConversationAgent-module__9lOX_W__rewardScoreRow{align-items:center;gap:12px;display:flex}.ConversationAgent-module__9lOX_W__rewardScoreBefore{color:var(--text-secondary,#aab5d6);font-size:2rem;font-weight:300}.ConversationAgent-module__9lOX_W__rewardArrow{color:#9eb0ff66;font-size:1.2rem}.ConversationAgent-module__9lOX_W__rewardScoreAfter{color:var(--success,#8ee7b6);font-size:2.5rem;font-weight:600}.ConversationAgent-module__9lOX_W__rewardSection{flex-direction:column;gap:10px;display:flex}.ConversationAgent-module__9lOX_W__rewardSectionLabel{letter-spacing:.07em;text-transform:uppercase;color:var(--text-secondary,#aab5d6);margin:0;font-size:.72rem}.ConversationAgent-module__9lOX_W__rewardDimRow{align-items:center;gap:10px;font-size:.88rem;display:flex}.ConversationAgent-module__9lOX_W__rewardDimLabel{color:var(--text-primary,#f4f7ff);flex:1}.ConversationAgent-module__9lOX_W__rewardDimPath{color:var(--text-secondary,#aab5d6);font-size:.8rem}.ConversationAgent-module__9lOX_W__rewardNextQ{color:var(--text-primary,#f4f7ff);margin:0;font-size:.9rem;font-style:italic;line-height:1.5}.ConversationAgent-module__9lOX_W__saveBtn{background:var(--accent,#90a8ff);color:#070a12;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:auto;padding:16px;font-size:.95rem;font-weight:600;transition:opacity .15s}.ConversationAgent-module__9lOX_W__saveBtn:hover{opacity:.9}.ConversationAgent-module__9lOX_W__dismissBtn{width:100%;color:var(--text-secondary,#aab5d6);cursor:pointer;background:0 0;border:1px solid #9eb0ff26;border-radius:12px;padding:12px;font-size:.85rem;transition:border-color .15s}.ConversationAgent-module__9lOX_W__dismissBtn:hover{color:var(--text-primary,#f4f7ff);border-color:#9eb0ff4d}.ConversationAgent-module__9lOX_W__tabToggle{background:#0e132399;border-bottom:1px solid #9eb0ff14;flex-shrink:0;gap:0;padding:8px 16px;display:flex}.ConversationAgent-module__9lOX_W__tabBtn{color:var(--text-secondary,#aab5d6);cursor:pointer;letter-spacing:.03em;background:0 0;border:1px solid #9eb0ff26;flex:1;padding:8px 0;font-size:.82rem;font-weight:500;transition:background .15s,color .15s}.ConversationAgent-module__9lOX_W__tabBtn:first-child{border-right:none;border-radius:8px 0 0 8px}.ConversationAgent-module__9lOX_W__tabBtn:last-child{border-radius:0 8px 8px 0}.ConversationAgent-module__9lOX_W__tabBtnActive{color:var(--accent,#90a8ff);background:#90a8ff1f;border-color:#90a8ff4d}.ConversationAgent-module__9lOX_W__briefView{flex-direction:column;flex:1;min-height:0;display:flex}.ConversationAgent-module__9lOX_W__briefScrollArea{-webkit-overflow-scrolling:touch;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ConversationAgent-module__9lOX_W__playFullRow{align-items:center;display:flex}.ConversationAgent-module__9lOX_W__playFullBtn{color:var(--accent,#90a8ff);cursor:pointer;background:#90a8ff12;border:1px solid #90a8ff33;border-radius:8px;padding:8px 14px;font-size:.82rem;transition:background .15s}.ConversationAgent-module__9lOX_W__playFullBtn:hover:not(:disabled){background:#90a8ff24}.ConversationAgent-module__9lOX_W__playFullBtn:disabled{opacity:.4;cursor:default}.ConversationAgent-module__9lOX_W__stopFullBtn{color:#ffb478e6;cursor:pointer;background:#ffa06414;border:1px solid #ffa06440;border-radius:8px;padding:8px 14px;font-size:.82rem;transition:background .15s}.ConversationAgent-module__9lOX_W__stopFullBtn:hover{background:#ffa06426}.ConversationAgent-module__9lOX_W__playbookBadge{align-items:center;gap:6px;display:flex}.ConversationAgent-module__9lOX_W__playbookBadgeDot{background:var(--accent,#90a8ff);opacity:.6;border-radius:50%;flex-shrink:0;width:6px;height:6px}.ConversationAgent-module__9lOX_W__playbookBadgeLabel{color:var(--text-secondary,#aab5d6);letter-spacing:.04em;text-transform:uppercase;font-size:.72rem}.ConversationAgent-module__9lOX_W__briefNarrative{color:var(--text-primary,#f4f7ff);margin:0;font-size:.9rem;line-height:1.6}.ConversationAgent-module__9lOX_W__briefSection{background:#9eb0ff0a;border:1px solid #9eb0ff1a;border-radius:10px;flex-direction:column;gap:10px;padding:12px 14px;display:flex}.ConversationAgent-module__9lOX_W__briefSectionHeader{align-items:center;gap:8px;display:flex}.ConversationAgent-module__9lOX_W__briefSectionPill{letter-spacing:.04em;text-transform:uppercase;border-radius:20px;flex:1;align-items:center;gap:6px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.ConversationAgent-module__9lOX_W__pillRisks{color:#ffa08ce6;background:#ff78641a;border:1px solid #ff786433}.ConversationAgent-module__9lOX_W__pillGoals{color:#8ee7b6e6;background:#64dca014;border:1px solid #64dca02e}.ConversationAgent-module__9lOX_W__pillQuestions{color:var(--accent,#90a8ff);background:#90a8ff14;border:1px solid #90a8ff33}.ConversationAgent-module__9lOX_W__pillCoaching{color:#d2aaffe6;background:#c896ff14;border:1px solid #c896ff2e}.ConversationAgent-module__9lOX_W__pillCount{opacity:.6;font-weight:400}.ConversationAgent-module__9lOX_W__sectionPlayBtn{color:var(--accent,#90a8ff);cursor:pointer;background:#90a8ff12;border:1px solid #90a8ff2e;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;transition:background .15s;display:flex}.ConversationAgent-module__9lOX_W__sectionPlayBtn:hover:not(:disabled){background:#90a8ff24}.ConversationAgent-module__9lOX_W__sectionPlayBtn:disabled{opacity:.3;cursor:default}.ConversationAgent-module__9lOX_W__sectionStopBtn{color:#ffb478e6;cursor:pointer;background:#ffa06414;border:1px solid #ffa06433;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;transition:background .15s;display:flex}.ConversationAgent-module__9lOX_W__sectionStopBtn:hover{background:#ffa06426}.ConversationAgent-module__9lOX_W__briefSectionList{flex-direction:column;gap:6px;margin:0;padding-left:18px;display:flex}.ConversationAgent-module__9lOX_W__briefSectionList li{color:var(--text-primary,#f4f7ff);font-size:.87rem;line-height:1.5}.ConversationAgent-module__9lOX_W__goLiveBar{background:#070a12f5;border-top:1px solid #9eb0ff1a;flex-shrink:0;padding:12px 16px 16px}.ConversationAgent-module__9lOX_W__goLiveBtn{background:var(--accent,#90a8ff);color:#070a12;cursor:pointer;border:none;border-radius:12px;width:100%;padding:14px;font-size:.95rem;font-weight:600;transition:opacity .15s}.ConversationAgent-module__9lOX_W__goLiveBtn:hover{opacity:.9}.ConversationAgent-module__9lOX_W__deltaPos{color:var(--success,#8ee7b6);font-size:.8rem;font-weight:600}.ConversationAgent-module__9lOX_W__deltaNeg{color:#ff8c8ccc;font-size:.8rem;font-weight:600}
