@keyframes Candidates_fadePop__vKjVu{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.Candidates_container__4u8xH{padding:48px 32px;max-width:1240px;min-height:60vh;margin:0 auto;color:#f1f3f9;font:16px/1.55 Inter,system-ui,sans-serif;box-sizing:border-box;background:#17181c radial-gradient(1000px 600px at 20% 0,#233 0,transparent 70%) no-repeat}.Candidates_header__Yi5um{display:flex;flex-wrap:wrap;gap:20px;align-items:center;margin-bottom:40px}.Candidates_header__Yi5um h1{margin:0;font:700 32px/1 Inter;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.Candidates_select__5OsAZ{padding:10px 18px;border:1px solid #2a2c33;border-radius:8px;color:#f1f3f9;cursor:pointer}.Candidates_card__yLv9d,.Candidates_select__5OsAZ{background:rgba(30,31,37,.55);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.Candidates_card__yLv9d{width:100%;box-sizing:border-box;position:relative;border-radius:14px;padding:36px 32px;animation:Candidates_fadePop__vKjVu .45s ease forwards;overflow:hidden}.Candidates_card__yLv9d:before{content:"";position:absolute;inset:0;padding:1px;border-radius:inherit;background:linear-gradient(135deg,#3b82f6,#6366f1);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.Candidates_cardHeader__eWweR{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-bottom:24px}.Candidates_filename__TeW_J{flex:1 1;min-width:0;font:600 22px/1.2 Inter;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.Candidates_score__NCEHF{padding:6px 14px;background:rgba(59,130,246,.15);border:1px solid rgba(59,130,246,.4);border-radius:9999px;font-size:13px;font-weight:600;color:#3b82f6}.Candidates_contactBlock__2IlSu{display:flex;flex-direction:column;gap:12px;margin:0 0 30px}.Candidates_contactRow__7dx5N{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:15px;color:#b6bad0}.Candidates_contactRow__7dx5N:hover span{color:#3b82f6}.Candidates_contactRow__7dx5N svg{stroke-width:2}.Candidates_iconFile__7Mvu_{color:#3b82f6}.Candidates_textBlock__xP9j8{margin-bottom:28px;margin-left:0;margin-right:0}.Candidates_textBlock__xP9j8 h3{margin:0 0 10px;font:600 15px/1 Inter;color:#b6bad0}.Candidates_textBlock__xP9j8 pre{background:#0d0e12;border:1px solid #2a2c33;border-radius:10px;padding:20px;max-height:50vh;overflow:auto;font:14px/1.6 SFMono-Regular,monospace;color:#e2e6f1;white-space:pre-wrap;word-break:break-word;overflow-x:auto}.Candidates_removeButton__3S4cv{display:inline-block;padding:14px 28px;font:600 15px/1 Inter;color:#fff;background:#ef4444;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .2s}.Candidates_removeButton__3S4cv:hover:not(:disabled){background:#d32c2c;transform:translateY(-2px)}.Candidates_removeButton__3S4cv:disabled{opacity:.6;cursor:not-allowed}.Candidates_error__EiZWc,.Candidates_loading__muZHO{padding:48px;text-align:center;font:600 20px/1.4 Inter}.Candidates_error__EiZWc{color:#ef4444}.Candidates_loadingContainer__vPYYj{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;height:200px;width:100%}.Candidates_loadingContainer__vPYYj p{color:#f1f3f9;font-size:1rem;margin-top:1rem}.Candidates_spinner__yWUPo{width:50px;height:50px;border-radius:50%;border:3px solid rgba(59,130,246,.2);border-top-color:#3b82f6;animation:Candidates_spin__7_k6b 1s ease-in-out infinite}@keyframes Candidates_spin__7_k6b{to{transform:rotate(1turn)}}.Candidates_content-enter__2im6a{opacity:0;transform:translateY(10px)}.Candidates_content-enter-active__2daTJ{opacity:1;transform:translateY(0);transition:opacity .3s,transform .3s}.Candidates_content-exit__dwy9y{opacity:1}.Candidates_content-exit-active__9HPDq{opacity:0;transform:translateY(-10px);transition:opacity .3s,transform .3s}.Candidates_skeletonText__SwBmS,.Candidates_skeleton__VPuhn{background:linear-gradient(90deg,rgba(46,47,54,.4) 25%,rgba(59,60,68,.6) 50%,rgba(46,47,54,.4) 75%);background-size:200% 100%;animation:Candidates_shimmer__p_H8C 1.5s infinite;border-radius:4px}@keyframes Candidates_shimmer__p_H8C{0%{background-position:200% 0}to{background-position:-200% 0}}.Candidates_skeletonText__SwBmS{height:1rem;margin-bottom:.5rem}.Candidates_skeletonText__SwBmS:last-child{margin-bottom:0}.AnimatedSelect_wrapper__XPf8E{position:relative;flex:1 1}.AnimatedSelect_trigger__Fm_Sn{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:10px 18px;background:var(--glass);border:1px solid var(--border);border-radius:8px;color:var(--text-main);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);cursor:pointer;font:15px Inter}.AnimatedSelect_rot__4UhYP{transform:rotate(180deg);transition:transform .25s}@keyframes AnimatedSelect_pop__W8fty{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.AnimatedSelect_menu__MdjLH{position:absolute;left:0;top:calc(100% + 6px);z-index:20;width:100%;max-height:260px;overflow:auto;background:rgba(30,31,37,.85);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border:1px solid var(--border);border-radius:8px;padding:6px 0;animation:AnimatedSelect_pop__W8fty .25s ease forwards}.AnimatedSelect_menu__MdjLH li{padding:10px 20px;cursor:pointer;font:15px Inter;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--text-sec)}.AnimatedSelect_menu__MdjLH li:hover{background:hsla(0,0%,100%,.06);color:var(--text-main)}.AnimatedSelect_active__L2DX0{color:var(--text-main);background:rgba(59,130,246,.12)}