.CandidateChatPanel_panel__2Z_DS{position:relative;display:flex;flex-direction:column;min-height:0;height:100%;max-width:100%;overflow-x:hidden;color:hsl(var(--foreground));font-family:inherit;--chat-primary:hsl(var(--primary));--chat-primary-foreground:hsl(var(--primary-foreground));--chat-accent:hsl(var(--accent));--chat-accent-foreground:hsl(var(--accent-foreground));--chat-surface:hsl(var(--card));--chat-muted:hsl(var(--muted));--chat-muted-foreground:hsl(var(--muted-foreground));--chat-border:hsl(var(--foreground)/0.5)}.CandidateChatPanel_decorativeAsset__7xUC_{position:absolute;right:0;bottom:0;z-index:0;width:100%;max-width:none;height:auto;opacity:.52;pointer-events:none;user-select:none}.CandidateChatPanel_welcome__HXjBT{position:relative;display:flex;flex:1;min-height:0;align-items:center;justify-content:center;overflow:hidden;padding:2rem 1.25rem;background:color-mix(in srgb,hsl(var(--background)) 88%,transparent)}.CandidateChatPanel_welcomeAsset__I8bR8{position:absolute;inset:auto 0 0;z-index:0;width:100%;max-width:none;opacity:.52;pointer-events:none;user-select:none}.CandidateChatPanel_welcomeContent__x3CdT{position:relative;z-index:1;display:flex;width:min(100%,42rem);flex-direction:column;align-items:flex-start;gap:1rem}.CandidateChatPanel_welcomeTitle__SRUPi{max-width:32rem;margin:0;font-size:clamp(2rem,5vw,4rem);line-height:1.02;letter-spacing:-.04em}.CandidateChatPanel_welcomeMessages__DvhHq{display:grid;min-height:4rem;width:min(100%,34rem);align-items:center}.CandidateChatPanel_welcomeMessage__5kkkH{grid-area:1/1;margin:0;color:var(--chat-muted-foreground);font-size:clamp(1rem,2vw,1.25rem);line-height:1.5}.CandidateChatPanel_welcomeAction__rs5l_{display:inline-flex;align-items:center;gap:.65rem;min-height:3.25rem;margin-top:.5rem;padding:.85rem 1.35rem;border:1px solid var(--chat-primary);border-radius:999px;background:var(--chat-primary);color:var(--chat-primary-foreground);font:inherit;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.CandidateChatPanel_welcomeAction__rs5l_:hover{transform:translateY(-2px);box-shadow:0 .75rem 2rem color-mix(in srgb,var(--chat-primary) 24%,transparent)}.CandidateChatPanel_welcomeAction__rs5l_:focus-visible{outline:3px solid color-mix(in srgb,var(--chat-primary) 40%,transparent);outline-offset:3px}.CandidateChatPanel_welcomeTyping__B2ojb{position:absolute;right:1.25rem;bottom:1.25rem;z-index:2}.CandidateChatPanel_header__hJI1u{z-index:1;position:relative;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.25rem 1.35rem;border-bottom:1px solid var(--chat-border);background:var(--chat-surface)}.CandidateChatPanel_headerMain__tAhYs{min-width:0}.CandidateChatPanel_kicker__51UNk{display:block;font-size:1rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--chat-primary)}.CandidateChatPanel_title__cUv5Q{display:block;margin-top:.2rem;font-weight:700}.CandidateChatPanel_progress__StrYb{margin:.45rem 0 0;font-size:1rem;color:var(--chat-muted-foreground)}.CandidateChatPanel_track__fkMeT{position:absolute;right:0;bottom:0;left:0;height:.45rem;overflow:hidden;background:var(--chat-muted)}.CandidateChatPanel_fill__P16De{height:100%;background:var(--chat-primary);transition:width .24s ease}.CandidateChatPanel_close__QPMos,.CandidateChatPanel_save__A8mV3{border:0;background:transparent;color:var(--chat-primary);font-weight:700;cursor:pointer}.CandidateChatPanel_body__a5HKc{position:relative;z-index:1;flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;padding:1rem 0;display:flex;flex-direction:column;background:color-mix(in srgb,hsl(var(--background)) 86%,transparent)}.CandidateChatPanel_chatContent__gIe7p{box-sizing:border-box;width:100%;max-width:56.25rem;margin:0 auto;padding-inline:clamp(1rem,4vw,1.25rem)}.CandidateChatPanel_body__a5HKc>.CandidateChatPanel_chatContent__gIe7p{display:flex;flex-direction:column;gap:.6rem}.CandidateChatPanel_message__4AcH6{max-width:85%;padding:.7rem .85rem;border-radius:.85rem;font-size:1rem;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}@keyframes CandidateChatPanel_bubbleIn__ptd6F{0%{opacity:0;transform:translate3d(-.6rem,.5rem,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes CandidateChatPanel_sendToRight__Fu3xt{0%{opacity:0;transform:translate3d(.8rem,.35rem,0)}to{opacity:1;transform:translateZ(0)}}@keyframes CandidateChatPanel_typingDot__jXqNd{0%,60%,to{opacity:.45;transform:translateY(0)}30%{opacity:1;transform:translateY(-.3rem)}}.CandidateChatPanel_bot__aXFw3{align-self:flex-start;background:var(--chat-muted);border-bottom-left-radius:.3rem;animation:CandidateChatPanel_bubbleIn__ptd6F .32s cubic-bezier(.22,1,.36,1) both}.CandidateChatPanel_user__pp2mO{align-self:flex-end;background:var(--chat-accent);color:var(--chat-accent-foreground);border-bottom-right-radius:.3rem;animation:CandidateChatPanel_sendToRight__Fu3xt .3s cubic-bezier(.22,1,.36,1) both}.CandidateChatPanel_typing__un6vl{display:inline-flex;align-items:center;align-self:flex-start;gap:.28rem;padding:.7rem .85rem;border-radius:.85rem;border-bottom-left-radius:.3rem;background:var(--chat-muted)}.CandidateChatPanel_reviewTyping__ZcknG{width:100%;margin:0 0 .75rem}.CandidateChatPanel_typingDot__jXqNd{width:.42rem;height:.42rem;border-radius:50%;background:var(--chat-muted-foreground);animation:CandidateChatPanel_typingDot__jXqNd 1.15s ease-in-out infinite}.CandidateChatPanel_typingDot__jXqNd:nth-child(2){animation-delay:.14s}.CandidateChatPanel_typingDot__jXqNd:nth-child(3){animation-delay:.28s}.CandidateChatPanel_state__o42aO,.CandidateChatPanel_system__ZF9L_{align-self:center;color:var(--chat-muted-foreground);font-size:1rem;text-align:center}.CandidateChatPanel_composer__uyRp0{position:relative;z-index:3;min-height:0;border-top:1px solid var(--chat-border);padding:1rem 0 calc(1rem + env(safe-area-inset-bottom, 0px));background:color-mix(in srgb,hsl(var(--background)) 86%,transparent);backdrop-filter:blur(10px);overflow-y:auto}.CandidateChatPanel_reviewComposer__hYCDx{flex:1;min-height:0;overflow-y:auto;border-top:0}.CandidateChatPanel_fieldLabel__me16m{margin:0 0 .65rem;color:hsl(var(--foreground));font-size:1rem;font-weight:700}.CandidateChatPanel_choiceGroup__HsvlP,.CandidateChatPanel_composerActions__ewSb2{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.CandidateChatPanel_composerActions__ewSb2{margin-top:1rem}.CandidateChatPanel_choiceGroup__HsvlP>button,.CandidateChatPanel_composerActions__ewSb2>button{width:auto;margin-top:0;border-radius:999px;padding:.85rem 1.5rem;text-align:center}.CandidateChatPanel_composerActions__ewSb2 .CandidateChatPanel_primary__2vmSY{display:inline-flex;align-items:center;gap:.6rem}.CandidateChatPanel_skip__wSg8G{border:1px dashed var(--chat-border)!important;background:transparent!important;color:var(--chat-muted-foreground)!important;cursor:pointer!important;transition:border-color .16s ease,color .16s ease,background-color .16s ease}.CandidateChatPanel_skip__wSg8G:focus-visible,.CandidateChatPanel_skip__wSg8G:hover:not(:disabled){border-color:var(--chat-primary)!important;background:color-mix(in srgb,var(--chat-primary) 8%,transparent)!important;color:var(--chat-primary)!important}.CandidateChatPanel_choiceGroup__HsvlP>button{border:2px solid var(--chat-accent);background:transparent;color:hsl(var(--foreground))}.CandidateChatPanel_interaction__GsNAg p{margin:0 0 .75rem;font-weight:700}.CandidateChatPanel_form__ch0aQ button[type=submit],.CandidateChatPanel_interaction__GsNAg button,.CandidateChatPanel_primary__2vmSY{width:100%;margin-top:.5rem;padding:.7rem .85rem;border:1px solid var(--chat-primary);border-radius:.6rem;background:var(--chat-surface);color:var(--chat-primary);font-weight:700;text-align:left;cursor:pointer}.CandidateChatPanel_form__ch0aQ button[type=submit],.CandidateChatPanel_primary__2vmSY{text-align:center;background:var(--chat-primary);color:var(--chat-primary-foreground)}.CandidateChatPanel_form__ch0aQ button:disabled,.CandidateChatPanel_interaction__GsNAg button:disabled{opacity:1;cursor:wait}.CandidateChatPanel_form__ch0aQ{display:grid;gap:.7rem}.CandidateChatPanel_field___kGDH{display:grid;gap:.35rem;font-size:1rem;font-weight:700}.CandidateChatPanel_field___kGDH input,.CandidateChatPanel_field___kGDH select,.CandidateChatPanel_field___kGDH textarea{width:100%;box-sizing:border-box;border:1px solid var(--chat-border);border-radius:.5rem;padding:.65rem .7rem;background:var(--chat-surface);color:hsl(var(--foreground));font:inherit;font-weight:400}.CandidateChatPanel_field___kGDH input:not([type=checkbox]),.CandidateChatPanel_field___kGDH select,.CandidateChatPanel_field___kGDH textarea{min-height:3.75rem;padding:.9rem 1.1rem;font-size:1rem}.CandidateChatPanel_dateTrigger__ZFNFa:focus-visible,.CandidateChatPanel_field___kGDH input:focus-visible,.CandidateChatPanel_field___kGDH select:focus-visible,.CandidateChatPanel_field___kGDH textarea:focus-visible,.CandidateChatPanel_selectionCard__KmZPj:focus-visible{outline:3px solid color-mix(in srgb,var(--chat-primary) 40%,transparent);outline-offset:2px}.CandidateChatPanel_dateControl__XMgW_,.CandidateChatPanel_selectControl__AD2Ay{position:relative;display:flex;align-items:center}.CandidateChatPanel_selectControl__AD2Ay select{appearance:none;padding-right:3rem;cursor:pointer}.CandidateChatPanel_selectIcon__yxwxl{position:absolute;right:1rem;color:var(--chat-primary);pointer-events:none}.CandidateChatPanel_dateControl__XMgW_ input{padding-right:3.25rem}.CandidateChatPanel_dateTrigger__ZFNFa{position:absolute;right:.65rem;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:0;border-radius:.65rem;background:color-mix(in srgb,var(--chat-primary) 12%,transparent);color:var(--chat-primary);cursor:pointer}.CandidateChatPanel_dateTrigger__ZFNFa:hover:not(:disabled){background:color-mix(in srgb,var(--chat-primary) 20%,transparent)}.CandidateChatPanel_selectionGrid__UTp5j{display:grid;gap:.65rem}.CandidateChatPanel_selectionSearch__hY4Zp{margin-bottom:.65rem}.CandidateChatPanel_selectionList___R5ab{max-height:min(20rem,42vh);overflow-y:auto;overscroll-behavior:contain;padding:.15rem .35rem .25rem .05rem;scrollbar-gutter:stable}.CandidateChatPanel_selectionEmpty__T8jRP{margin:0;padding:1rem;border:1px dashed var(--chat-border);border-radius:.75rem;color:var(--chat-muted-foreground);font-size:1rem;text-align:center}.CandidateChatPanel_selectionCard__KmZPj{display:flex;align-items:center;gap:.8rem;width:100%;min-height:3.75rem;padding:.8rem 1rem;border:1px solid var(--chat-border);border-radius:.9rem;background:color-mix(in srgb,var(--chat-surface) 94%,var(--chat-primary));color:hsl(var(--foreground));font:inherit;font-weight:600;text-align:left;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.CandidateChatPanel_selectionCard__KmZPj:hover:not(:disabled){border-color:var(--chat-primary);transform:translateY(-1px)}.CandidateChatPanel_selectionCardSelected__jp56m{border-color:var(--chat-primary);background:color-mix(in srgb,var(--chat-primary) 14%,var(--chat-surface))}.CandidateChatPanel_selectionCardMark__9JPjX{display:inline-flex;align-items:center;justify-content:center;flex:0 0 1.45rem;width:1.45rem;height:1.45rem;border:2px solid var(--chat-primary);border-radius:.45rem;color:var(--chat-primary-foreground)}.CandidateChatPanel_selectionCardSelected__jp56m .CandidateChatPanel_selectionCardMark__9JPjX{background:var(--chat-primary)}.CandidateChatPanel_selectionCardText___N603{min-width:0}.CandidateChatPanel_srOnly__YLVbl{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.CandidateChatPanel_field___kGDH textarea{min-height:5.5rem;resize:vertical}.CandidateChatPanel_checkbox__goQvk{display:flex;gap:.5rem;align-items:flex-start;font-size:1rem;font-weight:500}.CandidateChatPanel_repeater__QO_tX,.CandidateChatPanel_tags__hYtII{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.4rem}.CandidateChatPanel_repeaterList__vbxJc{display:grid;gap:.75rem}.CandidateChatPanel_repeaterItem__ViFvc{min-width:0;margin:0;padding:.75rem;border:1px solid var(--chat-border);border-radius:.75rem}.CandidateChatPanel_repeaterLegend__cOLO7{padding:0 .35rem;color:hsl(var(--foreground));font-size:1rem}.CandidateChatPanel_tag__Fcj49{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .5rem;border:1px solid var(--chat-border);border-radius:999px;font-weight:500}.CandidateChatPanel_tag__Fcj49 button{display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;padding:0;border:0;border-radius:999px;background:transparent;color:inherit;cursor:pointer}.CandidateChatPanel_tag__Fcj49 button:hover:not(:disabled){background:color-mix(in srgb,var(--chat-primary) 14%,transparent)}.CandidateChatPanel_tag__Fcj49 button:focus-visible{outline:2px solid var(--chat-primary);outline-offset:1px}.CandidateChatPanel_secondary__CMwYe{width:auto!important;margin-top:.35rem;padding:.4rem .7rem;border:1px solid var(--chat-border);border-radius:.5rem;background:var(--chat-surface);color:hsl(var(--foreground));font-weight:600;cursor:pointer}.CandidateChatPanel_chatContent__gIe7p .CandidateChatPanel_repeater__QO_tX,.CandidateChatPanel_chatContent__gIe7p .CandidateChatPanel_tags__hYtII{margin-bottom:.5rem}.CandidateChatPanel_review__zvVkM{display:grid;gap:.5rem}.CandidateChatPanel_reviewLine__aut1x{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.75rem;padding:.55rem 0;border-bottom:1px solid var(--chat-border);font-weight:500}.CandidateChatPanel_reviewLine__aut1x button{width:auto;margin:0;padding:.2rem .5rem;font-size:1rem}.CandidateChatPanel_error__tulom{padding:.75rem;border-radius:.75rem;background:hsl(var(--destructive)/.12);color:hsl(var(--destructive));font-size:1rem}.CandidateChatPanel_hint__jYOHc{font-weight:400;color:var(--chat-muted-foreground)}.CandidateChatPanel_fieldError__MTfBE{margin:.15rem 0 0;color:hsl(var(--destructive));font-size:1rem;font-weight:600}@media (max-width:768px){.CandidateChatPanel_chatContent__gIe7p,.CandidateChatPanel_header__hJI1u{padding-inline:1rem}.CandidateChatPanel_header__hJI1u>div:last-child{display:flex;align-items:flex-start;gap:.75rem}.CandidateChatPanel_message__4AcH6{max-width:92%}}@media (prefers-reduced-motion:reduce){.CandidateChatPanel_fill__P16De,.CandidateChatPanel_message__4AcH6,.CandidateChatPanel_panel__2Z_DS,.CandidateChatPanel_typingDot__jXqNd{transition:none;animation:none}.CandidateChatPanel_selectionCard__KmZPj,.CandidateChatPanel_selectionCard__KmZPj:hover:not(:disabled),.CandidateChatPanel_welcomeAction__rs5l_,.CandidateChatPanel_welcomeAction__rs5l_:hover{transition:none;transform:none}.CandidateChatPanel_skip__wSg8G,.CandidateChatPanel_skip__wSg8G:hover,.CandidateChatPanel_skip__wSg8G:hover:not(:disabled){transition:none}}