.VoiceMicButton-module__69iyTq__wrap{flex-shrink:0;align-items:center;display:inline-flex;position:relative}.VoiceMicButton-module__69iyTq__btn{width:var(--voice-mic-size,24px);height:var(--voice-mic-size,24px);color:#f2f0ed59;cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:0;transition:color .2s,background .2s;display:flex}.VoiceMicButton-module__69iyTq__btn:hover{color:#f2f0eda6;background:#f2f0ed0f}.VoiceMicButton-module__69iyTq__active{color:#b4c35ae6;background:#a0af4624}.VoiceMicButton-module__69iyTq__active:hover{color:#b4c35a;background:#a0af4633}.VoiceMicButton-module__69iyTq__active:before{content:"";pointer-events:none;border:1.5px solid #b4c35a59;border-radius:9999px;animation:1.4s ease-in-out infinite VoiceMicButton-module__69iyTq__mic-pulse;position:absolute;inset:-2px}@keyframes VoiceMicButton-module__69iyTq__mic-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:1;transform:scale(1.12)}}.VoiceMicButton-module__69iyTq__interim{color:#f2f0edcc;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;z-index:10;background:#161618f2;border:1px solid #a0af4633;border-radius:6px;max-width:200px;padding:4px 8px;font-size:11px;position:absolute;bottom:calc(100% + 6px);left:50%;overflow:hidden;transform:translate(-50%)}.VoiceMicButton-module__69iyTq__error{color:#ff7b7bf2;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;z-index:10;background:#161618f2;border:1px solid #ff7b7b4d;border-radius:6px;max-width:220px;padding:4px 8px;font-size:11px;position:absolute;bottom:calc(100% + 6px);left:50%;overflow:hidden;transform:translate(-50%)}html[data-theme=light] .VoiceMicButton-module__69iyTq__btn{color:#2c24194d}html[data-theme=light] .VoiceMicButton-module__69iyTq__btn:hover{color:#2c24198c;background:#2c24190d}html[data-theme=light] .VoiceMicButton-module__69iyTq__active{color:#6e7d28e6;background:#82913729}html[data-theme=light] .VoiceMicButton-module__69iyTq__active:hover{color:#6e7d28;background:#82913738}html[data-theme=light] .VoiceMicButton-module__69iyTq__active:before{border-color:#6e7d2859}html[data-theme=light] .VoiceMicButton-module__69iyTq__interim{color:#2c2419cc;background:#fffffff2;border-color:#82913740}html[data-theme=light] .VoiceMicButton-module__69iyTq__error{color:#a93a3af5;background:#fffffff2;border-color:#a93a3a4d}
.process-trail{--trail-line-colour:var(--ascend-border-subtle)}.process-trail__phases{align-items:center;gap:0;padding:4px 0;display:flex}.process-trail__phase-segment{align-items:center;display:flex}.process-trail__phase-line{background:var(--trail-line-colour);flex-shrink:0;width:16px;height:1px;transition:background .4s}.process-trail__phase-line--done{background:#1091694d}.process-trail__phase-dot{flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.process-trail__phase-label{white-space:nowrap;font-size:9px;font-family:var(--font-mono,"Courier Prime",monospace);text-transform:uppercase;letter-spacing:.08em;color:var(--ascend-text-faint);opacity:.7;pointer-events:none;position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%)}.process-trail__evidence{flex-wrap:wrap;gap:6px;padding:2px 0;display:flex}.process-trail__badge{font-size:10px;font-family:var(--font-mono,"Courier Prime",monospace);letter-spacing:.04em;border:1px solid var(--ascend-border-subtle);background:var(--ascend-hover-bg);color:var(--ascend-text-muted);border-radius:999px;align-items:center;gap:4px;padding:2px 8px;transition:transform .15s;display:inline-flex}.process-trail__badge-count{color:var(--ascend-text-secondary);font-weight:600}.process-trail__cards{border-left:2px solid var(--ascend-border-subtle);flex-direction:column;gap:4px;margin-left:4px;padding:2px 0 2px 6px;display:flex}.process-trail__card{border:1px solid var(--ascend-border-subtle);background:var(--ascend-hover-bg);color:var(--ascend-text-primary);border-radius:8px;align-items:center;gap:8px;padding:6px 10px;font-size:12px;display:flex}.process-trail__card-detail{color:var(--ascend-text-muted);font-size:11px;font-family:var(--font-mono,"Courier Prime",monospace);margin-left:auto}.process-trail-shimmer{--shimmer-base:var(--ascend-text-muted);--shimmer-highlight:var(--ascend-text-primary);background:linear-gradient(90deg,var(--shimmer-base)0%,var(--shimmer-base)35%,var(--shimmer-highlight)50%,var(--shimmer-base)65%,var(--shimmer-base)100%);-webkit-text-fill-color:transparent;background-size:250% 100%;-webkit-background-clip:text;background-clip:text;animation:2.8s ease-in-out infinite process-text-shimmer}.process-trail-shimmer--understanding{--shimmer-highlight:#7a5e47}.process-trail-shimmer--checking_memory,.process-trail-shimmer--reading_files{--shimmer-highlight:#326dc1}.process-trail-shimmer--comparing_information,.process-trail-shimmer--drafting_answer{--shimmer-highlight:#be963c}.process-trail-shimmer--finalising{--shimmer-highlight:#10a573}@keyframes process-text-shimmer{0%{background-position:100%}to{background-position:-50%}}@keyframes process-trail-dot-arrive{0%{opacity:0;filter:blur(4px);transform:scale(0)}to{opacity:1;filter:blur();transform:scale(1)}}@keyframes process-trail-badge-tick{0%{transform:scale(1)}40%{transform:scale(1.15)}to{transform:scale(1)}}.process-trail__badge--ticked{animation:.25s process-trail-badge-tick}@media (prefers-reduced-motion:reduce){.process-trail__phase-line,.process-trail__badge{transition:none}.process-trail__badge--ticked{animation:none}.process-trail-shimmer{-webkit-text-fill-color:var(--shimmer-base);background:0 0;animation:none}}
.InsightCard-module__RH9bWW__card{background:linear-gradient(#fffffffa,#fdfcf7fa);border:1px solid #e8e4d9f0;border-left-width:3px;border-radius:18px;padding:16px;box-shadow:0 14px 28px -24px #1b1a1752}.InsightCard-module__RH9bWW__pattern{border-left-color:#7aa2ff}.InsightCard-module__RH9bWW__connection{border-left-color:#57c88f}.InsightCard-module__RH9bWW__tidySuggestion{border-left-color:#f1b35f}.InsightCard-module__RH9bWW__resurfaced{border-left-color:#a287ff}.InsightCard-module__RH9bWW__header{justify-content:space-between;align-items:center;gap:8px;display:flex}.InsightCard-module__RH9bWW__badge{letter-spacing:.12em;text-transform:uppercase;color:#555049d1;background:#fff5d4b8;border-radius:999px;align-items:center;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.InsightCard-module__RH9bWW__meta{color:#8e887de0;white-space:nowrap;font-size:11px}.InsightCard-module__RH9bWW__headline{color:#1b1a17f5;margin:10px 0 6px;font-size:18px;line-height:1.15}.InsightCard-module__RH9bWW__summary{color:#555049d6;margin:0;font-size:12.5px;line-height:1.6}.InsightCard-module__RH9bWW__refs{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.InsightCard-module__RH9bWW__refChip{letter-spacing:.08em;text-transform:uppercase;color:#555049d1;background:#ffffffd1;border:1px solid #e8e4d9f0;border-radius:999px;max-width:100%;padding:2px 8px;font-size:10px;display:inline-flex}.InsightCard-module__RH9bWW__actions{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.InsightCard-module__RH9bWW__actionButton{appearance:none;letter-spacing:.08em;text-transform:uppercase;color:#555049e0;cursor:pointer;background:#ffffffd1;border:1px solid #e8e4d9f0;border-radius:999px;padding:6px 10px;font-size:10px;line-height:1.2}.InsightCard-module__RH9bWW__actionButton:hover{background:#fff5d4b8;border-color:#c5bcaae6}.InsightCard-module__RH9bWW__actionButton:disabled{opacity:.6;cursor:not-allowed}
