.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}.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}}