:root{--surface:#fff;--border:#e9edf3;--shadow:0 10px 28px #1018280d;--text:#2b2f36;--muted:#6b7280;--chip-bg:#f5fbff;--chip-border:#d9ebff;--chip-text:#1275d1;--accent-1:#c2e7ff;--accent-2:#7dccff}.userCard-module__FwUDtW__card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);cursor:pointer;border-radius:18px;grid-template:"avatar header""avatar header"1fr".footer"/88px 1fr;gap:.55rem 1.2rem;min-height:235px;padding:1.7rem 1.6rem 1.5rem;transition:transform .14s,box-shadow .14s,border-color .14s;display:grid}.userCard-module__FwUDtW__card:hover{border-color:#dfe8f2;transform:translateY(-2px);box-shadow:0 14px 34px #007bff1f}.userCard-module__FwUDtW__avatarWrap{grid-area:avatar;justify-content:center;align-items:flex-start;display:flex}.userCard-module__FwUDtW__avatarRing{background:linear-gradient(135deg,var(--accent-1),var(--accent-2));border-radius:50%;width:88px;height:88px;padding:3px;box-shadow:0 10px 22px #7dccff40}.userCard-module__FwUDtW__avatarImg{object-fit:cover;background:#fff;border-radius:50%;width:100%;height:100%;display:block}.userCard-module__FwUDtW__header{flex-direction:column;grid-area:header;gap:.35rem;min-width:0;display:flex}.userCard-module__FwUDtW__name{font-size:1.15rem;font-weight:600;line-height:1.32}.userCard-module__FwUDtW__metaRow{flex-wrap:wrap;align-items:center;gap:.6rem;display:inline-flex}.userCard-module__FwUDtW__metaText{color:var(--muted);font-size:.92rem;font-weight:500}.userCard-module__FwUDtW__chip{color:var(--chip-text);background:var(--chip-bg);border:1px solid var(--chip-border);border-radius:999px;padding:.18rem .55rem;font-size:.82rem;line-height:1.1}.userCard-module__FwUDtW__dot{background:#d1d5db;border-radius:50%;width:4px;height:4px}.userCard-module__FwUDtW__footer{grid-area:footer;justify-content:flex-start;align-items:center;margin-top:.15rem;display:flex}.userCard-module__FwUDtW__linkButton{--btn-color:#0b6bcb;font:inherit;color:var(--btn-color);letter-spacing:.2px;cursor:pointer;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-weight:600;transition:color .16s,transform .12s;display:inline-flex}.userCard-module__FwUDtW__linkButton:hover{color:#0a5db0;transform:translate(1px)}.userCard-module__FwUDtW__arrow{transition:transform .16s}.userCard-module__FwUDtW__linkButton:hover .userCard-module__FwUDtW__arrow{transform:translate(2px)}@media (max-width:768px){.userCard-module__FwUDtW__card{grid-template-columns:74px 1fr;min-height:200px;padding:1.3rem}.userCard-module__FwUDtW__avatarRing{width:74px;height:74px}.userCard-module__FwUDtW__name{font-size:1.07rem}}
.candidates-module__A3U7HG__pageBg{background:linear-gradient(#fafcff 0%,#fff 40%)}.candidates-module__A3U7HG__heroSoft{background:#fff;border:1px solid #1018280f;border-radius:14px;box-shadow:0 8px 24px #1018280a}.candidates-module__A3U7HG__heroRow{justify-content:space-between;align-items:center;gap:1rem;display:flex}.candidates-module__A3U7HG__countTag{border-radius:999px;box-shadow:0 6px 18px #0000000f;color:#1275d1!important;background:#f5fbff!important;border:1px solid #d9ebff!important}.candidates-module__A3U7HG__filtersBox{border:1px solid #1018280f;border-radius:12px;box-shadow:0 10px 28px #1018280a}.candidates-module__A3U7HG__input{color:#2b2f36!important;background:#fff!important;border:1px solid #e6edf5!important;border-radius:10px!important}.candidates-module__A3U7HG__input:focus{border-color:#bcdfff!important;box-shadow:0 0 0 .125em #007bff1f!important}.candidates-module__A3U7HG__select select{color:#2b2f36!important;background:#fff!important;border:1px solid #e6edf5!important;border-radius:10px!important}.candidates-module__A3U7HG__select:focus-within select{border-color:#bcdfff!important;box-shadow:0 0 0 .125em #007bff1f!important}.candidates-module__A3U7HG__grid{--min:260px;grid-template-columns:repeat(auto-fill,minmax(var(--min),1fr));gap:1.25rem;margin-top:1rem;padding:0;list-style:none;display:grid}.candidates-module__A3U7HG__gridItem{border-radius:12px}.candidates-module__A3U7HG__skeletonCard{background:linear-gradient(90deg,#f1f5f9 0%,#f8fafc 50%,#f1f5f9 100%) 0 0/200% 100%;border:1px solid #1018280f;border-radius:12px;height:240px;animation:1.4s ease-in-out infinite candidates-module__A3U7HG__pulseFade;box-shadow:0 10px 26px #1018280a}@keyframes candidates-module__A3U7HG__pulseFade{0%{opacity:.7}50%{opacity:1}to{opacity:.7}}@media (max-width:768px){.candidates-module__A3U7HG__heroSoft{border-radius:12px}.candidates-module__A3U7HG__filtersBox{border-radius:10px}.candidates-module__A3U7HG__grid{--min:220px}}.candidates-module__A3U7HG__imageLoadingOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#00000026;justify-content:center;align-items:center;animation:.3s ease-out candidates-module__A3U7HG__fadeIn;display:flex;position:fixed;inset:0}.candidates-module__A3U7HG__imageLoadingBox{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffffb3;border-radius:20px;min-width:260px;padding:2rem 2.5rem;animation:.35s ease-out candidates-module__A3U7HG__scaleIn;box-shadow:0 8px 25px #0000001f}.candidates-module__A3U7HG__loader{border:3px solid #00000026;border-top-color:#444;border-radius:50%;width:36px;height:36px;margin:0 auto 1rem;animation:.9s linear infinite candidates-module__A3U7HG__spin}@keyframes candidates-module__A3U7HG__spin{to{transform:rotate(360deg)}}@keyframes candidates-module__A3U7HG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes candidates-module__A3U7HG__scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.candidates-module__A3U7HG__filtersBox{background:#fff;border:1px solid #e6f0ff;border-radius:12px;padding:1rem;box-shadow:0 6px 18px #4a90ff0f}.candidates-module__A3U7HG__filterBar{flex-wrap:wrap;align-items:center;gap:1rem;width:100%;display:flex}.candidates-module__A3U7HG__filterGroup{flex-direction:column;gap:.375rem;width:100%;min-width:160px;max-width:320px;display:flex}.candidates-module__A3U7HG__grow{flex:320px;min-width:220px}.candidates-module__A3U7HG__label{color:#334155;margin-bottom:0;font-size:.78rem;font-weight:600}.candidates-module__A3U7HG__control{align-items:center;display:flex;position:relative}.candidates-module__A3U7HG__input{background:#fff;border:1.5px solid #cfe3ff;border-radius:10px;outline:none;width:100%;height:42px;padding:10px 14px;font-size:.95rem;transition:border-color .14s,box-shadow .14s}.candidates-module__A3U7HG__inputWithIcon{padding-left:40px}.candidates-module__A3U7HG__iconLeft{pointer-events:none;color:#4a90ff;align-items:center;font-size:.95rem;display:flex;position:absolute;left:12px}.candidates-module__A3U7HG__selectWrap{width:100%;position:relative}.candidates-module__A3U7HG__select{appearance:none;background:#fff;border:1.5px solid #cfe3ff;border-radius:10px;outline:none;width:100%;height:42px;padding:8px 36px 8px 12px;font-size:.95rem}.candidates-module__A3U7HG__selectArrow{pointer-events:none;color:#4a90ff;opacity:.8;font-size:.7rem;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.candidates-module__A3U7HG__input:focus,.candidates-module__A3U7HG__select:focus{border-color:#2b71f0;box-shadow:0 6px 18px #2b71f014}@media (max-width:768px){.candidates-module__A3U7HG__filterGroup{min-width:0;max-width:100%}}
