.CompanyImageAdjuster_adjusterRoot__pKE_C{display:flex;flex-direction:column;background:#fff;border-radius:10px;overflow:hidden}.CompanyImageAdjuster_cropWrapper__R9OMa{position:relative;height:360px;overflow:hidden;background:#000;flex-shrink:0}.CompanyImageAdjuster_blurBackground__N0iQW{position:absolute;inset:0;z-index:0;overflow:hidden}.CompanyImageAdjuster_blurImg__rZbID{width:110%;height:110%;-o-object-fit:cover;object-fit:cover;margin:-5%;filter:blur(28px);transform:scale(1.05)}.CompanyImageAdjuster_controls__oFhbh{padding:16px 20px}.CompanyImageAdjuster_controlGroup__TYdWW{margin-bottom:14px}.CompanyImageAdjuster_controlGroup__TYdWW:last-child{margin-bottom:0}.CompanyImageAdjuster_controlLabel__xYbzF{display:block;font-size:.8rem;font-weight:500;color:#374151;margin-bottom:7px}.CompanyImageAdjuster_bgOptions__oS8MZ{display:flex;gap:8px}.CompanyImageAdjuster_bgBtn__xJp_V{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:7px 10px;border:1.5px solid #e5e7eb;border-radius:7px;background:#f9fafb;color:#374151;font-size:.78rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.CompanyImageAdjuster_bgBtnActive__5EtBz,.CompanyImageAdjuster_bgBtn__xJp_V:hover{border-color:#3b82f6;background:#eff6ff;color:#1d4ed8}.CompanyImageAdjuster_bgBtnActive__5EtBz{font-weight:600;box-shadow:0 0 0 3px rgba(59,130,246,.15)}.CompanyImageAdjuster_bgBtnIcon__8mlPt{font-size:.9rem;line-height:1}.CompanyImageAdjuster_slider__acOyz{width:100%;height:5px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.CompanyImageAdjuster_slider__acOyz::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.18)}.CompanyImageAdjuster_slider__acOyz::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#3b82f6;cursor:pointer;border:2px solid #fff;box-shadow:0 1px 4px rgba(0,0,0,.18)}.CompanyImageAdjuster_footer__DZgAi{display:flex;align-items:center;gap:10px;padding:14px 20px;border-top:1px solid #e5e7eb}.CompanyImageAdjuster_footerRight__6YwyE{display:flex;gap:10px;margin-left:auto}.CompanyImageAdjuster_cancelBtn__tQWDz,.CompanyImageAdjuster_resetBtn__7XNfU,.CompanyImageAdjuster_saveBtn__FvIdU{padding:8px 18px;border-radius:7px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .18s ease;border:1.5px solid transparent}.CompanyImageAdjuster_resetBtn__7XNfU{background:#fff;border-color:#d1d5db;color:#374151}.CompanyImageAdjuster_resetBtn__7XNfU:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.CompanyImageAdjuster_cancelBtn__tQWDz{background:#fff;border-color:#d1d5db;color:#374151}.CompanyImageAdjuster_cancelBtn__tQWDz:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.CompanyImageAdjuster_saveBtn__FvIdU{background:#3b82f6;color:#fff;border-color:#3b82f6}.CompanyImageAdjuster_saveBtn__FvIdU:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.CompanyImageAdjuster_cancelBtn__tQWDz:disabled,.CompanyImageAdjuster_resetBtn__7XNfU:disabled,.CompanyImageAdjuster_saveBtn__FvIdU:disabled{opacity:.5;cursor:not-allowed}@media (max-width:480px){.CompanyImageAdjuster_cropWrapper__R9OMa{height:280px}.CompanyImageAdjuster_controls__oFhbh{padding:12px 14px}.CompanyImageAdjuster_footer__DZgAi{padding:12px 14px;flex-wrap:wrap}.CompanyImageAdjuster_footerRight__6YwyE{width:100%}.CompanyImageAdjuster_cancelBtn__tQWDz,.CompanyImageAdjuster_saveBtn__FvIdU{flex:1;padding:10px}}.ImageAdjusterModal_modalOverlay__OSTVt{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.ImageAdjusterModal_modalContent__Mh8o5{background:white;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 40px rgba(0,0,0,.2)}.ImageAdjusterModal_modalHeader__Qy3ZX{display:flex;justify-content:space-between;align-items:center;padding:18px 22px;border-bottom:1px solid #e5e7eb}.ImageAdjusterModal_modalHeader__Qy3ZX h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.ImageAdjusterModal_closeButton____UsO{background:none;border:none;font-size:22px;color:#6b7280;cursor:pointer;padding:4px;border-radius:4px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.ImageAdjusterModal_closeButton____UsO:hover{background-color:#f3f4f6;color:#374151}@media (max-width:640px){.ImageAdjusterModal_modalOverlay__OSTVt{padding:10px}.ImageAdjusterModal_modalContent__Mh8o5{max-height:95vh}.ImageAdjusterModal_modalHeader__Qy3ZX{padding:14px 16px}}.CustomSelect_selectContainer__XrVi6{position:relative;width:100%;font-family:inherit}.CustomSelect_selectHeader__8hRvF{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f7f8fa;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;min-height:auto}.CustomSelect_selectHeader__8hRvF:hover{background:#f2f3f5}.CustomSelect_isOpen__iMySu .CustomSelect_selectHeader__8hRvF{background:#f2f3f5;box-shadow:none;border-radius:8px 8px 0 0}.CustomSelect_error__5sIKr .CustomSelect_selectHeader__8hRvF{border-color:#ef4444;background:#fef2f2}.CustomSelect_disabled__kGiji .CustomSelect_selectHeader__8hRvF{cursor:not-allowed;opacity:.6;background:#f1f5f9}.CustomSelect_selectedValue__YWaUL{font-size:1rem;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.CustomSelect_placeholder__YbCLK{color:#9ca3af;font-size:1rem}.CustomSelect_chevron__0Hn7G{font-size:.75rem;color:#6b7280;transition:transform .2s ease}.CustomSelect_isOpen__iMySu .CustomSelect_chevron__0Hn7G{transform:rotate(180deg);color:#043cb5}.CustomSelect_optionsList__jjI_6{position:absolute;top:100%;right:0;left:auto;min-width:100%;width:-moz-max-content;width:max-content;max-width:250px;z-index:1000;margin:0;padding:.25rem 0;list-style:none;background:#ffffff;border:1px solid #e5e7eb;border-top:none;border-radius:0 0 8px 8px;box-shadow:0 4px 12px rgba(0,0,0,.08);max-height:220px;overflow-y:auto;overflow-x:hidden}.CustomSelect_optionsList__jjI_6::-webkit-scrollbar{width:6px}.CustomSelect_optionsList__jjI_6::-webkit-scrollbar-track{background:#f1f5f9}.CustomSelect_optionsList__jjI_6::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.CustomSelect_optionsList__jjI_6::-webkit-scrollbar-thumb:hover{background:#94a3b8}.CustomSelect_optionItem__Ywwc9{padding:.625rem 1rem;font-size:.9375rem;color:#374151;cursor:pointer;transition:background .15s ease,color .15s ease;white-space:nowrap}.CustomSelect_isSelected__NjGBX,.CustomSelect_optionItem__Ywwc9:hover{background:#f0f4ff;color:#043cb5}.CustomSelect_isSelected__NjGBX{font-weight:600}.CustomSelect_optionItem__Ywwc9:not(:last-child){border-bottom:1px solid #f3f4f6}.MatchedCandidatesModal_modalOverlay__Y9pt_{position:fixed;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:var(--z-index-modal,1000);padding:1.25rem;animation:MatchedCandidatesModal_fadeIn__MrRRG .15s ease-out forwards}@keyframes MatchedCandidatesModal_fadeIn__MrRRG{0%{opacity:0}to{opacity:1}}.MatchedCandidatesModal_modalContainer__Ei_FY{background:#ffffff;width:100%;max-width:860px;max-height:88vh;border-radius:18px;box-shadow:0 25px 50px -12px rgba(15,23,42,.25),0 0 0 1px rgba(226,232,240,.8);display:flex;flex-direction:column;overflow:hidden;position:relative;animation:MatchedCandidatesModal_scaleIn__LapND .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes MatchedCandidatesModal_scaleIn__LapND{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.MatchedCandidatesModal_modalHeader__9iOnE{padding:1.15rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#ffffff;flex-shrink:0}.MatchedCandidatesModal_headerLeft__yu9h4{display:flex;align-items:center;gap:.75rem;min-width:0}.MatchedCandidatesModal_headerIcon__cUyRz{width:38px;height:38px;border-radius:10px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.MatchedCandidatesModal_headerTitles__MNpeP{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.MatchedCandidatesModal_modalTitle__8cEQs{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0}.MatchedCandidatesModal_jobBadge__xjqZe{font-size:.75rem;font-weight:600;color:#475569;background:#f1f5f9;padding:.15rem .55rem;border-radius:6px}.MatchedCandidatesModal_aiBadge__IRErW{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:700;color:#7c3aed;background:#f5f3ff;border:1px solid #ddd6fe;padding:.15rem .5rem;border-radius:9999px}.MatchedCandidatesModal_closeButton__H0Y_9{width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#ffffff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.MatchedCandidatesModal_closeButton__H0Y_9:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.MatchedCandidatesModal_toolbarRow__nbBTs{padding:.65rem 1.5rem;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;flex-shrink:0}.MatchedCandidatesModal_searchBox__fc1dr{position:relative;flex:1;min-width:180px;max-width:300px}.MatchedCandidatesModal_searchIcon__132Nq{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.MatchedCandidatesModal_searchInput__I4BWA{width:100%;padding:.35rem .65rem .35rem 2rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.8rem;color:#0f172a;background:#ffffff;outline:none;transition:all .15s ease}.MatchedCandidatesModal_searchInput__I4BWA:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.MatchedCandidatesModal_scoreFilterGroup__DJf1K{display:flex;align-items:center;gap:.4rem}.MatchedCandidatesModal_scoreLabel__IdORP{font-size:.75rem;font-weight:600;color:#64748b}.MatchedCandidatesModal_scorePill__wKVfO{padding:.25rem .65rem;border-radius:6px;border:1px solid #e2e8f0;background:#ffffff;color:#475569;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.MatchedCandidatesModal_scorePill__wKVfO:hover{background:#f1f5f9;color:#0f172a}.MatchedCandidatesModal_scorePillActive__dnz_0{background:#2563eb;color:#ffffff;border-color:#2563eb;box-shadow:0 1px 2px rgba(37,99,235,.2)}.MatchedCandidatesModal_modalBody__3QFWW{flex:1;overflow-y:auto;padding:1.15rem 1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f8fafc}.MatchedCandidatesModal_candidateCard__T5nl5{background:#ffffff;border-radius:14px;border:1px solid #e2e8f0;padding:1.15rem 1.25rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:0 1px 3px rgba(0,0,0,.03);transition:border-color .15s ease,box-shadow .15s ease}.MatchedCandidatesModal_candidateCard__T5nl5:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(15,23,42,.06)}.MatchedCandidatesModal_cardTop__uhgy5{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.MatchedCandidatesModal_candidateInfo__nvml7{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.MatchedCandidatesModal_avatar__IJ_ZY{width:42px;height:42px;border-radius:10px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#4f46e5,#3b82f6);display:flex;align-items:center;justify-content:center;color:#ffffff;font-weight:700;font-size:.9rem;box-shadow:0 2px 5px rgba(79,70,229,.15)}.MatchedCandidatesModal_avatarImg__RC_x4{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.MatchedCandidatesModal_candidateTexts__8RLRC{display:flex;flex-direction:column;gap:.2rem;min-width:0}.MatchedCandidatesModal_nameRow__eg7ec{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.MatchedCandidatesModal_candidateName__Sx6X0{font-size:.95rem;font-weight:700;color:#0f172a;margin:0}.MatchedCandidatesModal_experienceBadge__s9TIk{font-size:.7rem;font-weight:600;color:#475569;background:#f1f5f9;padding:.1rem .45rem;border-radius:5px;border:1px solid #e2e8f0}.MatchedCandidatesModal_roleText__2oZmv{font-size:.8rem;color:#64748b;margin:0}.MatchedCandidatesModal_aiMatchPill___yXCQ{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;padding:.25rem .65rem;border-radius:6px;border:1px solid;flex-shrink:0}.MatchedCandidatesModal_scoreGreen___deWO{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.MatchedCandidatesModal_scoreBlue__VAzDC{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.MatchedCandidatesModal_scoreAmber__fhkx_{background:#fffbeb;color:#d97706;border-color:#fde68a}.MatchedCandidatesModal_scoreRed__GXOZS{background:#fef2f2;color:#dc2626;border-color:#fecaca}.MatchedCandidatesModal_aiInsightsBox__AC0SL{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:.75rem .875rem;display:flex;flex-direction:column;gap:.5rem}.MatchedCandidatesModal_insightGroup__PEuB2{display:flex;flex-direction:column;gap:.35rem}.MatchedCandidatesModal_insightHeader__dqLkt{font-size:.75rem;font-weight:700;color:#475569;display:flex;align-items:center;gap:.35rem}.MatchedCandidatesModal_insightItem__EVI2t{display:flex;align-items:flex-start;gap:.45rem;font-size:.8rem;line-height:1.45;color:#1e293b}.MatchedCandidatesModal_checkIcon__LOcrz{color:#16a34a;flex-shrink:0;margin-top:3px}.MatchedCandidatesModal_gapIcon__M__rm{color:#f59e0b;flex-shrink:0;margin-top:3px}.MatchedCandidatesModal_skillsRow__Qil3L{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.MatchedCandidatesModal_skillBadge__XXKJF{font-size:.725rem;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;padding:.15rem .5rem;border-radius:5px;font-weight:500}.MatchedCandidatesModal_moreSkillsBadge__KtQVh{font-size:.7rem;font-weight:600;color:#64748b;padding:.1rem .3rem}.MatchedCandidatesModal_cardFooter__texHL{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.MatchedCandidatesModal_statusIndicator__0IaOA{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;padding:.2rem .55rem;border-radius:6px}.MatchedCandidatesModal_actionsRight__uQT4l{display:flex;align-items:center;gap:.5rem;margin-left:auto}.MatchedCandidatesModal_btnSecondary__srDAA{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:7px;border:1px solid #e2e8f0;background:#ffffff;color:#475569;font-size:.775rem;font-weight:600;cursor:pointer;transition:all .15s ease}.MatchedCandidatesModal_btnSecondary__srDAA:hover{background:#f8fafc;color:#2563eb;border-color:#bfdbfe}.MatchedCandidatesModal_btnPrimary__Q7deO{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border-radius:7px;border:1px solid #2563eb;background:#2563eb;color:#ffffff;font-size:.775rem;font-weight:600;cursor:pointer;transition:all .15s ease}.MatchedCandidatesModal_btnPrimary__Q7deO:hover{background:#1d4ed8;border-color:#1d4ed8}.MatchedCandidatesModal_paginationRow__ICT_z{padding:.75rem 1.5rem;background:#ffffff;border-top:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.MatchedCandidatesModal_pageInfo__itltJ{font-size:.775rem;color:#64748b}.MatchedCandidatesModal_paginationButtons__n_YL_{display:flex;align-items:center;gap:.4rem}.MatchedCandidatesModal_pageBtn__5jxpg{padding:.3rem .75rem;border-radius:6px;border:1px solid #e2e8f0;background:#ffffff;color:#475569;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease}.MatchedCandidatesModal_pageBtn__5jxpg:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.MatchedCandidatesModal_pageBtn__5jxpg:disabled{opacity:.5;cursor:not-allowed}.MatchedCandidatesModal_innerModalOverlay__DTAv7{position:absolute;inset:0;background:rgba(15,23,42,.5);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:10}.MatchedCandidatesModal_innerModalBox___mJzp{background:#ffffff;width:100%;max-width:500px;border-radius:14px;box-shadow:0 20px 40px rgba(0,0,0,.2);padding:1.25rem;display:flex;flex-direction:column;gap:.85rem}.MatchedCandidatesModal_innerModalHeader__y7KvJ{display:flex;justify-content:space-between;align-items:center}.MatchedCandidatesModal_innerModalTitle__Plc4a{font-size:.95rem;font-weight:700;color:#0f172a;margin:0}.MatchedCandidatesModal_quickMessageTags__J84bZ{display:flex;flex-wrap:wrap;gap:.35rem}.MatchedCandidatesModal_quickTagBtn__RLKpC{font-size:.7rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;border:1px dashed #cbd5e1;background:#f8fafc;color:#475569;cursor:pointer;transition:all .15s ease}.MatchedCandidatesModal_quickTagBtn__RLKpC:hover{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.MatchedCandidatesModal_messageTextarea__J0rOM{width:100%;min-height:85px;padding:.65rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.8rem;outline:none;font-family:inherit;resize:vertical}.MatchedCandidatesModal_messageTextarea__J0rOM:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.MatchedCandidatesModal_innerModalActions__ljvna{display:flex;justify-content:flex-end;gap:.5rem}.MatchedCandidatesModal_skeletonCard__ZYw_F{background:#ffffff;border-radius:14px;border:1px solid #e2e8f0;padding:1.15rem;display:flex;flex-direction:column;gap:.75rem}.MatchedCandidatesModal_skeletonLine__cq4kl{height:14px;border-radius:4px;background:#e2e8f0;width:160px}.MatchedCandidatesModal_emptyBox__8Dg2t{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;gap:.5rem}.MatchedCandidatesModal_emptyIcon__3dzgB{width:48px;height:48px;border-radius:12px;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center}.MatchedCandidatesModal_emptyTitle__dbXsF{font-size:.95rem;font-weight:700;color:#1e293b;margin:0}.MatchedCandidatesModal_emptyText__GK0wO{font-size:.8rem;color:#64748b;margin:0}.ApplicationConversation_conversationContainer__5o66j{display:flex;flex-direction:column;height:100%;min-height:400px;background:#ffffff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0}.ApplicationConversation_header__PqE77{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#ffffff;border-bottom:1px solid #e2e8f0}.ApplicationConversation_headerInfo__2RldU{display:flex;align-items:center;gap:.75rem}.ApplicationConversation_avatar__JJEfd{width:44px;height:44px;background:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e2e8f0}.ApplicationConversation_avatar__JJEfd img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ApplicationConversation_avatarIcon__QUtVV{font-size:1.25rem;color:#043cb5}.ApplicationConversation_headerText__N4Wu5 h3{margin:0;font-size:1rem;font-weight:700;color:#1e293b}.ApplicationConversation_jobTitle__LPsl9{font-size:.8rem;color:#64748b}.ApplicationConversation_statusBadgeContainer__u2uGH{margin-left:auto}.ApplicationConversation_statusPill__oMbAp{padding:.35rem .85rem;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:capitalize}.ApplicationConversation_statusPill__oMbAp.ApplicationConversation_pending__Bb2OA{background:#fef3c7;color:#92400e}.ApplicationConversation_statusPill__oMbAp.ApplicationConversation_shortlisted__LNzVn{background:#dbeafe;color:#1e40af}.ApplicationConversation_statusPill__oMbAp.ApplicationConversation_hired__aaCne{background:#dcfce7;color:#166534}.ApplicationConversation_statusPill__oMbAp.ApplicationConversation_rejected__Y0acZ{background:#fee2e2;color:#991b1b}.ApplicationConversation_statusPill__oMbAp.ApplicationConversation_interview__WjwCp{background:#e0e7ff;color:#3730a3}.ApplicationConversation_messagesContainer__bnqrM{flex:1;overflow-y:auto;padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;background:#ffffff}.ApplicationConversation_emptyState__8_vs7{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#94a3b8;text-align:center;gap:.5rem}.ApplicationConversation_emptyIcon__cadGB{font-size:2.5rem;opacity:.5;margin-bottom:.5rem}.ApplicationConversation_emptyState__8_vs7 p{margin:0;font-weight:700;color:#64748b}.ApplicationConversation_emptyState__8_vs7 span{font-size:.85rem}.ApplicationConversation_messageWrapper__CDTbw{display:flex;align-items:flex-end;gap:.5rem;max-width:72%}.ApplicationConversation_messageWrapper__CDTbw.ApplicationConversation_own__T4PqT{align-self:flex-end;flex-direction:row-reverse}.ApplicationConversation_messageWrapper__CDTbw.ApplicationConversation_other__1VhWg{align-self:flex-start}.ApplicationConversation_messageAvatar__jZWAB{width:28px;height:28px;background:#e2e8f0;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ApplicationConversation_smallAvatarIcon__Lg9ez{font-size:.75rem;color:#64748b}.ApplicationConversation_messageBubble__8cAXP{padding:.75rem 1rem;border-radius:14px;max-width:100%;position:relative}.ApplicationConversation_messageWrapper__CDTbw.ApplicationConversation_own__T4PqT .ApplicationConversation_messageBubble__8cAXP{background:#043cb5;color:#ffffff;border-bottom-right-radius:4px}.ApplicationConversation_messageWrapper__CDTbw.ApplicationConversation_other__1VhWg .ApplicationConversation_messageBubble__8cAXP{background:#ffffff;color:#1e293b;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.ApplicationConversation_messageText__HX809{margin:0;font-size:.9rem;line-height:1.5;word-wrap:break-word}.ApplicationConversation_messageFooter__7HcQP{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;margin-top:.35rem}.ApplicationConversation_messageTime__JEjll{font-size:.7rem;opacity:.7}.ApplicationConversation_readIcon__HYasm{font-size:.65rem;color:#60a5fa}.ApplicationConversation_messageWrapper__CDTbw.ApplicationConversation_own__T4PqT .ApplicationConversation_readIcon__HYasm{color:#93c5fd}.ApplicationConversation_sentIcon__ody6F{font-size:.65rem;opacity:.7}.ApplicationConversation_taskBadge__6liwv{display:inline-flex;align-items:center;gap:.3rem;background:rgba(255,255,255,.2);padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;margin-bottom:.4rem}.ApplicationConversation_messageWrapper__CDTbw.ApplicationConversation_other__1VhWg .ApplicationConversation_taskBadge__6liwv{background:#fef3c7;color:#92400e}.ApplicationConversation_interviewBadge___IEMN{background:#e0e7ff;color:#3730a3}.ApplicationConversation_interviewBadge___IEMN,.ApplicationConversation_statusBadge__L9CuM{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;margin-bottom:.4rem}.ApplicationConversation_statusBadge__L9CuM{background:#f3e8ff;color:#6b21a8}.ApplicationConversation_inputContainer__6Mqwq{padding:.75rem 1rem;background:#ffffff;border-top:1px solid #e2e8f0}.ApplicationConversation_messageTypeSelector__DMP4t{display:inline-flex;gap:0;align-items:center;margin-bottom:.75rem;padding:4px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0}.ApplicationConversation_typeButton__tZb_a{padding:.4rem .85rem;background:transparent;border:none;border-radius:999px;font-size:.8rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.35rem}.ApplicationConversation_typeButton__tZb_a:hover{color:#334155}.ApplicationConversation_typeButton__tZb_a.ApplicationConversation_active__CKz0J{background:#ffffff;color:#043cb5;box-shadow:0 8px 18px rgba(15,23,42,.08)}.ApplicationConversation_inputWrapper__1a_kJ{display:flex;align-items:center;gap:.5rem}.ApplicationConversation_messageInput__zDyJ6{flex:1;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.9rem;transition:all .2s ease;background:#ffffff}.ApplicationConversation_messageInput__zDyJ6:focus{outline:none;border-color:#043cb5;box-shadow:0 0 0 3px rgba(4,60,181,.1)}.ApplicationConversation_sendButton__KVUmj{width:44px;height:44px;background:#043cb5;border:none;border-radius:12px;color:#ffffff;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.ApplicationConversation_sendButton__KVUmj:hover:not(:disabled){background:#033494;box-shadow:0 10px 18px rgba(4,60,181,.2);transform:translateY(-1px)}.ApplicationConversation_sendButton__KVUmj:disabled{opacity:.5;cursor:not-allowed}.ApplicationConversation_loadingContainer__r1cHC{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#64748b;gap:.75rem}.ApplicationConversation_spinner__9Vkmo{font-size:2rem;color:#043cb5}.ApplicationConversation_rejectedMessage__qlz3C{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#fef2f2;color:#991b1b;font-size:.85rem;text-align:center}.ApplicationConversation_errorMessage__72v4K{padding:.5rem 1rem;background:#fef2f2;color:#991b1b;font-size:.85rem;text-align:center}@media (max-width:768px){.ApplicationConversation_conversationContainer__5o66j{min-height:350px;border-radius:12px}.ApplicationConversation_messageWrapper__CDTbw{max-width:90%}.ApplicationConversation_header__PqE77{padding:.75rem 1rem}.ApplicationConversation_avatar__JJEfd{width:38px;height:38px}.ApplicationConversation_messagesContainer__bnqrM{padding:.75rem}.ApplicationConversation_messageBubble__8cAXP{padding:.6rem .85rem}.ApplicationConversation_inputContainer__6Mqwq{padding:.5rem .75rem}.ApplicationConversation_sendButton__KVUmj{width:40px;height:40px}}.StatusUpdateModal_modalOverlay__UPmcz{position:fixed;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:1.25rem;animation:StatusUpdateModal_fadeIn__6_HXe .15s ease-out forwards}@keyframes StatusUpdateModal_fadeIn__6_HXe{0%{opacity:0}to{opacity:1}}.StatusUpdateModal_modalContainer__eEZa2{background:#ffffff;width:100%;max-width:540px;border-radius:18px;box-shadow:0 25px 50px -12px rgba(15,23,42,.25),0 0 0 1px rgba(226,232,240,.8);display:flex;flex-direction:column;overflow:hidden;position:relative;animation:StatusUpdateModal_scaleIn__tdsvU .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes StatusUpdateModal_scaleIn__tdsvU{0%{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.StatusUpdateModal_modalHeader__Xkkzp{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;background:#ffffff}.StatusUpdateModal_candidateHeaderInfo__kW3OK{display:flex;align-items:center;gap:.75rem}.StatusUpdateModal_candidateAvatar__P8IyG{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#ffffff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.StatusUpdateModal_headerTexts__iY6uJ{display:flex;flex-direction:column;gap:.15rem}.StatusUpdateModal_modalTitle__UecW7{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0}.StatusUpdateModal_modalSubtitle__qAQvx{font-size:.775rem;color:#64748b;margin:0}.StatusUpdateModal_closeButton__3utHV{width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#ffffff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.StatusUpdateModal_closeButton__3utHV:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.StatusUpdateModal_modalForm__S0gme{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.15rem;background:#ffffff}.StatusUpdateModal_fieldGroup__Uvb_x{display:flex;flex-direction:column;gap:.5rem}.StatusUpdateModal_fieldLabel__BLSIQ{font-size:.8rem;font-weight:600;color:#334155;display:flex;align-items:center;gap:.35rem}.StatusUpdateModal_optionalTag__bFUDT{font-size:.725rem;font-weight:500;color:#94a3b8}.StatusUpdateModal_statusGrid__x9hUM{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.StatusUpdateModal_statusOption__i80YC{display:flex;align-items:center;gap:.65rem;padding:.65rem .75rem;border-radius:10px;border:1.5px solid #e2e8f0;background:#f8fafc;cursor:pointer;transition:all .15s cubic-bezier(.16,1,.3,1);text-align:left}.StatusUpdateModal_statusOption__i80YC:hover{background:#ffffff;border-color:#cbd5e1;transform:translateY(-1px)}.StatusUpdateModal_statusOptionActive__ed9Vh{background:#ffffff;box-shadow:0 4px 12px -2px rgba(15,23,42,.08)}.StatusUpdateModal_statusPendingActive__sRJEM{border-color:#f59e0b;background:#fffbeb}.StatusUpdateModal_statusPendingActive__sRJEM .StatusUpdateModal_statusIconWrap__E0fg_{background:#fef3c7;color:#d97706}.StatusUpdateModal_statusShortlistedActive__F20km{border-color:#10b981;background:#ecfdf5}.StatusUpdateModal_statusShortlistedActive__F20km .StatusUpdateModal_statusIconWrap__E0fg_{background:#d1fae5;color:#059669}.StatusUpdateModal_statusInterviewingActive__Yy3iY{border-color:#3b82f6;background:#eff6ff}.StatusUpdateModal_statusInterviewingActive__Yy3iY .StatusUpdateModal_statusIconWrap__E0fg_{background:#dbeafe;color:#2563eb}.StatusUpdateModal_statusHiredActive__mWBLO{border-color:#8b5cf6;background:#f5f3ff}.StatusUpdateModal_statusHiredActive__mWBLO .StatusUpdateModal_statusIconWrap__E0fg_{background:#ede9fe;color:#7c3aed}.StatusUpdateModal_statusRejectedActive__vPsUE{border-color:#ef4444;background:#fef2f2}.StatusUpdateModal_statusRejectedActive__vPsUE .StatusUpdateModal_statusIconWrap__E0fg_{background:#fee2e2;color:#dc2626}.StatusUpdateModal_statusIconWrap__E0fg_{width:32px;height:32px;border-radius:8px;background:#ffffff;border:1px solid #e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.StatusUpdateModal_statusTexts__0Jf7Y{display:flex;flex-direction:column;gap:.1rem;flex:1}.StatusUpdateModal_statusName__Kcqlb{font-size:.825rem;font-weight:700;color:#0f172a}.StatusUpdateModal_statusDesc__ptIld{font-size:.7rem;color:#64748b}.StatusUpdateModal_inputContainer__OEON3{position:relative;display:flex;align-items:center}.StatusUpdateModal_inputIcon__8EbbQ{position:absolute;left:.75rem;color:#94a3b8;pointer-events:none}.StatusUpdateModal_dateInput__zt12b{width:100%;padding:.55rem .75rem .55rem 2.25rem;border-radius:9px;border:1px solid #e2e8f0;font-size:.825rem;color:#0f172a;background:#ffffff;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.StatusUpdateModal_dateInput__zt12b:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.StatusUpdateModal_textareaInput__txHb_{width:100%;padding:.65rem .75rem;border-radius:9px;border:1px solid #e2e8f0;font-size:.825rem;color:#0f172a;background:#ffffff;outline:none;min-height:80px;resize:vertical;line-height:1.45;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit}.StatusUpdateModal_textareaInput__txHb_:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.StatusUpdateModal_quickPillsRow__qMg0H{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.25rem}.StatusUpdateModal_quickPill__P23VE{font-size:.7rem;padding:.2rem .5rem;border-radius:6px;border:1px dashed #cbd5e1;background:#f8fafc;color:#475569;cursor:pointer;transition:all .15s ease}.StatusUpdateModal_quickPill__P23VE:hover{background:#eff6ff;border-color:#93c5fd;color:#2563eb}.StatusUpdateModal_formActions__owKLN{display:flex;justify-content:flex-end;align-items:center;gap:.625rem;padding-top:.75rem;border-top:1px solid #f1f5f9;margin-top:.25rem}.StatusUpdateModal_cancelButton__n8sfy{padding:.5rem 1rem;border-radius:8px;border:1px solid #e2e8f0;background:#ffffff;color:#64748b;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease}.StatusUpdateModal_cancelButton__n8sfy:hover{background:#f8fafc;color:#0f172a}.StatusUpdateModal_submitButton__0soEi{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.15rem;border-radius:8px;border:1px solid #2563eb;background:#2563eb;color:#ffffff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px rgba(37,99,235,.12)}.StatusUpdateModal_submitButton__0soEi:hover{background:#1d4ed8;border-color:#1d4ed8;box-shadow:0 2px 6px rgba(37,99,235,.25)}.StatusUpdateModal_modalTabs__GWc31{display:flex;gap:.5rem;padding:0 1.5rem;background:#ffffff;border-bottom:1px solid #e2e8f0}.StatusUpdateModal_modalTab__7I7aD{display:inline-flex;align-items:center;gap:.4rem;padding:.75rem .85rem;font-size:.825rem;font-weight:600;color:#64748b;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease;margin-bottom:-1px}.StatusUpdateModal_modalTab__7I7aD:hover{color:#0f172a}.StatusUpdateModal_modalTabActive__A7BRs{color:#2563eb;border-bottom-color:#2563eb}.StatusUpdateModal_tabBadge__MLcTJ{background:#ef4444;color:#ffffff;font-size:.65rem;font-weight:700;padding:.1rem .4rem;border-radius:9999px;line-height:1}.StatusUpdateModal_conversationContainer__buqrw{padding:1rem 1.5rem 1.5rem;background:#ffffff;min-height:380px;max-height:520px;display:flex;flex-direction:column}@media (max-width:500px){.StatusUpdateModal_statusGrid__x9hUM{grid-template-columns:1fr}}.ApplicantsModal_modalOverlay__WKiRq{position:fixed;inset:0;background:rgba(15,23,42,.55);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:var(--z-index-modal,1000);padding:1.25rem;animation:ApplicantsModal_fadeIn__4a6wN .15s ease-out forwards}@keyframes ApplicantsModal_fadeIn__4a6wN{0%{opacity:0}to{opacity:1}}.ApplicantsModal_modalContainer__wvCZD{background:#ffffff;width:100%;max-width:820px;max-height:88vh;border-radius:16px;box-shadow:0 20px 40px -12px rgba(15,23,42,.2),0 0 0 1px rgba(226,232,240,.8);display:flex;flex-direction:column;overflow:hidden;position:relative;animation:ApplicantsModal_scaleIn__lnoyT .2s cubic-bezier(.16,1,.3,1) forwards}@keyframes ApplicantsModal_scaleIn__lnoyT{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ApplicantsModal_modalHeader__Dbt51{padding:1.15rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;align-items:center;gap:1rem;background:#ffffff;flex-shrink:0}.ApplicantsModal_headerLeft__YECX5{display:flex;align-items:center;gap:.75rem;min-width:0}.ApplicantsModal_headerIcon__esOuG{width:36px;height:36px;border-radius:10px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ApplicantsModal_headerTitles__NY9r4{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.ApplicantsModal_modalTitle__BENCG{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ApplicantsModal_jobBadge___JG3m{font-size:.75rem;font-weight:600;color:#475569;background:#f1f5f9;padding:.15rem .55rem;border-radius:6px}.ApplicantsModal_applicantCountBadge__8YPHi{font-size:.7rem;font-weight:700;color:#2563eb;background:#dbeafe;padding:.15rem .5rem;border-radius:9999px}.ApplicantsModal_closeButton__034vP{width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#ffffff;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.ApplicantsModal_closeButton__034vP:hover{background:#f8fafc;color:#0f172a;border-color:#cbd5e1}.ApplicantsModal_toolbarRow__ZJLsb{padding:.65rem 1.5rem;background:#f8fafc;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;flex-shrink:0}.ApplicantsModal_searchBox__3On8b{position:relative;flex:1;min-width:180px;max-width:280px}.ApplicantsModal_searchIcon__DUVAS{position:absolute;left:.65rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.ApplicantsModal_searchInput__UeCDL{width:100%;padding:.35rem .65rem .35rem 2rem;border-radius:8px;border:1px solid #e2e8f0;font-size:.8rem;color:#0f172a;background:#ffffff;outline:none;transition:all .15s ease}.ApplicantsModal_searchInput__UeCDL:focus{border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.1)}.ApplicantsModal_filterTabs__Ya980{display:flex;gap:.25rem;align-items:center}.ApplicantsModal_filterPill__cXC1N{padding:.25rem .6rem;border-radius:6px;border:1px solid transparent;background:transparent;color:#64748b;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:.3rem}.ApplicantsModal_filterPill__cXC1N:hover{background:#e2e8f0;color:#1e293b}.ApplicantsModal_filterPillActive__LkVQL{background:#ffffff;color:#2563eb;border-color:#cbd5e1;box-shadow:0 1px 2px rgba(0,0,0,.04)}.ApplicantsModal_modalBody__GTVYx{flex:1;overflow-y:auto;padding:1.15rem 1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f8fafc}.ApplicantsModal_applicantCard__ftLXV{background:#ffffff;border-radius:14px;border:1px solid #e2e8f0;padding:1.15rem 1.25rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:0 1px 3px rgba(0,0,0,.03);transition:border-color .15s ease,box-shadow .15s ease}.ApplicantsModal_applicantCard__ftLXV:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(15,23,42,.06)}.ApplicantsModal_cardTop__cHlDI{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.ApplicantsModal_candidateInfo__f_EIq{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.ApplicantsModal_avatar__6Pl0z{width:42px;height:42px;border-radius:10px;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#4f46e5,#3b82f6);display:flex;align-items:center;justify-content:center;color:#ffffff;font-weight:700;font-size:.9rem;box-shadow:0 2px 5px rgba(79,70,229,.15)}.ApplicantsModal_avatarImg__VF4f8{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ApplicantsModal_candidateTexts__py_qb{display:flex;flex-direction:column;gap:.2rem;min-width:0}.ApplicantsModal_nameRow__KiiY_{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.ApplicantsModal_candidateName__V6p6i{font-size:.95rem;font-weight:700;color:#0f172a;margin:0}.ApplicantsModal_experienceBadge__r87l4{font-size:.7rem;font-weight:600;color:#475569;background:#f1f5f9;padding:.1rem .45rem;border-radius:5px;border:1px solid #e2e8f0}.ApplicantsModal_roleText__ue1Kx{font-size:.8rem;color:#64748b;margin:0}.ApplicantsModal_scoreStatusGroup__R4kWK{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.ApplicantsModal_statusTag__rAqmS{font-size:.725rem;font-weight:600;padding:.25rem .6rem;border-radius:6px;text-transform:capitalize;display:flex;align-items:center;gap:.35rem}.ApplicantsModal_statusPending__rWYB3{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.ApplicantsModal_statusShortlisted__cs8Ke{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.ApplicantsModal_statusInterviewing__T1gl_{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.ApplicantsModal_statusHired__S1pTZ{background:#f0fdf4;color:#15803d;border:1px solid #86efac}.ApplicantsModal_statusRejected__gRkD9{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.ApplicantsModal_statusDot__JEaRo{width:5px;height:5px;border-radius:50%;background:currentColor}.ApplicantsModal_aiMatchPill__9tXFc{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;padding:.25rem .65rem;border-radius:6px;border:1px solid}.ApplicantsModal_scoreGreen__JDipN{background:#ecfdf5;color:#059669;border-color:#a7f3d0}.ApplicantsModal_scoreBlue__fljR0{background:#eff6ff;color:#2563eb;border-color:#bfdbfe}.ApplicantsModal_scoreAmber__xR6p5{background:#fffbeb;color:#d97706;border-color:#fde68a}.ApplicantsModal_scoreRed__NYWtj{background:#fef2f2;color:#dc2626;border-color:#fecaca}.ApplicantsModal_aiInsightsBox__cWYoG{background:#f8fafc;border:1px solid #f1f5f9;border-radius:10px;padding:.75rem .875rem;display:flex;flex-direction:column;gap:.5rem}.ApplicantsModal_insightGroup__x5M4F{display:flex;flex-direction:column;gap:.35rem}.ApplicantsModal_insightHeader__CLLVD{font-size:.75rem;font-weight:700;color:#475569;display:flex;align-items:center;gap:.35rem}.ApplicantsModal_insightItem__RRHxm{display:flex;align-items:flex-start;gap:.45rem;font-size:.8rem;line-height:1.45;color:#1e293b}.ApplicantsModal_checkIcon__fy5qM{color:#16a34a;flex-shrink:0;margin-top:3px}.ApplicantsModal_gapIcon__Dt1zH{color:#f59e0b;flex-shrink:0;margin-top:3px}.ApplicantsModal_skillsRow__8Y9oI{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.ApplicantsModal_skillBadge__3Hy3L{font-size:.725rem;color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;padding:.15rem .5rem;border-radius:5px;font-weight:500}.ApplicantsModal_moreSkillsBadge__FEWlr{font-size:.7rem;font-weight:600;color:#64748b;padding:.1rem .3rem}.ApplicantsModal_coverLetterBox__iVjRR{background:#f8fafc;border-left:3px solid #cbd5e1;padding:.5rem .75rem;border-radius:0 6px 6px 0;font-size:.775rem;color:#475569;line-height:1.4;font-style:italic}.ApplicantsModal_coverLetterLabel__VJCQL{font-size:.725rem;font-weight:600;color:#64748b;font-style:normal;margin-bottom:.2rem;display:flex;align-items:center;gap:.3rem}.ApplicantsModal_cardFooter__bn3Kd{display:flex;justify-content:space-between;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.ApplicantsModal_timeText__tOLhk{font-size:.75rem;color:#94a3b8;display:flex;align-items:center;gap:.3rem}.ApplicantsModal_actionsRight__Vi_Jy{display:flex;align-items:center;gap:.5rem}.ApplicantsModal_btnSecondary__7s_DV{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:7px;border:1px solid #e2e8f0;background:#ffffff;color:#475569;font-size:.775rem;font-weight:600;cursor:pointer;transition:all .15s ease}.ApplicantsModal_btnSecondary__7s_DV:hover{background:#f8fafc;color:#2563eb;border-color:#bfdbfe}.ApplicantsModal_btnPrimary__t9cfZ{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border-radius:7px;border:1px solid #2563eb;background:#2563eb;color:#ffffff;font-size:.775rem;font-weight:600;cursor:pointer;transition:all .15s ease}.ApplicantsModal_btnPrimary__t9cfZ:hover{background:#1d4ed8;border-color:#1d4ed8}.ApplicantsModal_skeletonItem__H7UZ_{background:#ffffff;border-radius:12px;border:1px solid #e2e8f0;padding:1.15rem;display:flex;flex-direction:column;gap:.75rem}.ApplicantsModal_skeletonHeader__6eH5w{display:flex;justify-content:space-between;align-items:center}.ApplicantsModal_skeletonAvatar__ztlHO{width:42px;height:42px;border-radius:10px;background:#e2e8f0}.ApplicantsModal_skeletonLine__IxSKb{height:12px;border-radius:4px;background:#e2e8f0;width:140px}.ApplicantsModal_emptyBox__wKcdx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1rem;text-align:center;gap:.5rem}.ApplicantsModal_emptyIcon__atpIj{width:48px;height:48px;border-radius:12px;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center}.ApplicantsModal_emptyTitle__wgCzt{font-size:.95rem;font-weight:700;color:#1e293b;margin:0}.ApplicantsModal_emptyText__kA35Q{font-size:.8rem;color:#64748b;margin:0}@media (max-width:600px){.ApplicantsModal_cardTop__cHlDI{flex-direction:column;align-items:flex-start;gap:.5rem}.ApplicantsModal_scoreStatusGroup__R4kWK{width:100%;justify-content:space-between}.ApplicantsModal_toolbarRow__ZJLsb{flex-direction:column;align-items:stretch}.ApplicantsModal_searchBox__3On8b{max-width:100%}.ApplicantsModal_cardFooter__bn3Kd{flex-direction:column;align-items:stretch;gap:.5rem}.ApplicantsModal_actionsRight__Vi_Jy{width:100%}.ApplicantsModal_btnPrimary__t9cfZ,.ApplicantsModal_btnSecondary__7s_DV{flex:1;justify-content:center}}