.Navbar_navbar__UMdIx{position:fixed;top:0;left:0;width:100%;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);border-bottom:1px solid var(--border);transition:box-shadow .3s ease}.Navbar_scrolled__Gl1kk{box-shadow:var(--shadow-sm)}.Navbar_container__zauSF{max-width:1300px;width:100%;margin:0 auto;padding:0 1.75rem;display:flex;justify-content:space-between;align-items:center;height:64px;flex-shrink:0;flex-wrap:nowrap}.Navbar_inlineSearch__yiXMZ{flex:1 1;max-width:480px;margin:0 1.5rem}.Navbar_inlineSearchInner__Q4oXe{display:flex;align-items:center;height:38px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;padding-left:.75rem;gap:.4rem}.Navbar_navSearchIcon__6p552{color:var(--text-muted);font-size:1rem;flex-shrink:0}.Navbar_navSearchInput__5RRd6{flex:1 1;min-width:0;border:none;background:transparent;font-family:inherit;font-size:.85rem;color:var(--text-main);outline:none}.Navbar_navSearchInput__5RRd6::placeholder{color:var(--text-placeholder)}.Navbar_inlineSearchBtn__mOVOE{height:30px!important;padding:0 .85rem!important;font-size:.78rem!important}.Navbar_inlineSearchBtn__mOVOE,.Navbar_navSearchBtn__9tItH{margin:4px!important;border-radius:var(--radius-sm)!important;flex-shrink:0}.Navbar_navSearchBtn__9tItH{height:34px!important;padding:0 1rem!important;font-size:.82rem!important}.Navbar_mobileNavSearch__RduOu{display:none}@media (max-width:768px){.Navbar_inlineSearch__yiXMZ{display:none}.Navbar_mobileNavSearch__RduOu{display:block;padding:0 1rem 10px;border-bottom:1px solid var(--border)}.Navbar_mobileNavSearchInner__OtANf{display:flex;align-items:center;height:40px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;padding-left:.75rem;gap:.4rem}}.Navbar_logo__PiZmU{display:flex;align-items:center;gap:.75rem;text-decoration:none}.Navbar_hueyiLogo__oVlPR{width:34px;height:34px;background:var(--primary-gradient);border-radius:9px;display:flex;align-items:center;justify-content:center;font-weight:900;color:white;font-size:1.1rem;box-shadow:0 2px 8px rgba(45,146,0,.3);letter-spacing:-.02em}.Navbar_brandText__rJVUC{display:flex;flex-direction:column;line-height:1}.Navbar_hueyi__rFjV1{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--text-secondary);margin-bottom:2px}.Navbar_tekit__jE8Fu{font-size:1.5rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em}.Navbar_desktopMenu__QBbzD{display:flex;align-items:center;gap:1.75rem}.Navbar_navLink__WmfVb{font-size:.9rem;font-weight:600;color:var(--text-secondary);transition:color .15s ease;text-decoration:none;letter-spacing:-.01em}.Navbar_navLink__WmfVb:hover{color:var(--primary)}.Navbar_loginBtn__lIMY1{font-size:.95rem;font-weight:500;color:var(--text-main)}.Navbar_divider__XeGig{width:1px;height:24px;background:rgba(0,0,0,.1);margin:0 1rem}.Navbar_ctaBtn__pT4n0{padding:.55rem 1.4rem;background:var(--primary);color:white!important;border-radius:var(--radius-sm);font-weight:700;font-size:.88rem;transition:all .2s ease;box-shadow:0 2px 8px rgba(45,146,0,.25);border:none;text-decoration:none;letter-spacing:-.01em}.Navbar_ctaBtn__pT4n0:hover{background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 14px rgba(45,146,0,.35)}.Navbar_userWrapper__0pmo5{position:relative;display:flex;align-items:center}.Navbar_avatarCircle__IpMUr{width:40px;height:40px;border-radius:50%;background:var(--bg-surface);border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;transition:all .3s ease}.Navbar_avatarCircle__IpMUr:hover{border-color:var(--primary);color:var(--primary);background:white}.Navbar_dropdown__GsLXV{position:absolute;top:calc(100% + 10px);right:0;width:220px;background:white;border-radius:16px;border:1px solid var(--glass-border);box-shadow:0 10px 30px rgba(0,0,0,.1);padding:1rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s cubic-bezier(.16,1,.3,1);z-index:1001}.Navbar_userWrapper__0pmo5:hover .Navbar_dropdown__GsLXV{opacity:1;visibility:visible;transform:translateY(0)}.Navbar_dropdownInfo__NuFrc{padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid var(--glass-border)}.Navbar_dropdownName__3LXGk{font-size:.95rem;font-weight:700;color:var(--text-main);margin-bottom:2px}.Navbar_dropdownRole__nre0a{font-size:.75rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.05em}.Navbar_dropdownLinks__hmFqT{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.Navbar_dropdownLink___3UCL{padding:.6rem .75rem;font-size:.9rem;font-weight:600;color:var(--text-secondary);text-decoration:none;border-radius:8px;transition:all .2s}.Navbar_dropdownLink___3UCL:hover{background:rgba(55,160,0,.05);color:var(--primary)}.Navbar_dropdownLogout__SGO4Q{width:100%;padding:.75rem;background:#fff1f0;color:#ff3b30;border:1px solid #ffa39e;border-radius:10px;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease}.Navbar_dropdownLogout__SGO4Q:hover{background:#ff3b30;color:white;border-color:#ff3b30}.Navbar_mobileLogoutBtn__jGGiP{width:100%;padding:1.25rem;background:rgba(255,59,48,.1);color:#ff3b30;border:none;font-weight:800;margin-top:1rem}.Navbar_navIcons__bGdzv{display:flex;gap:1.25rem;align-items:center;padding:0 1rem;border-left:1px solid var(--glass-border)}.Navbar_iconBtnWithText__Qvsaj{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:rgba(0,35,37,.05);color:var(--text-main);border-radius:50px;text-decoration:none;font-size:.85rem;font-weight:700;transition:all .3s ease;border:1px solid transparent}.Navbar_iconBtnWithText__Qvsaj svg{font-size:1.2rem}.Navbar_iconBtnWithText__Qvsaj:hover{background:white;border-color:var(--primary);color:var(--primary);box-shadow:0 4px 15px rgba(55,160,0,.1)}.Navbar_iconBtn__W_73l{background:none;border:none;font-size:1.5rem;color:var(--text-secondary);cursor:pointer;position:relative;display:flex;align-items:center;transition:color .2s}.Navbar_iconBtn__W_73l:hover{color:var(--primary)}.Navbar_notificationDot___ocLa{position:absolute;top:-2px;right:-2px;width:8px;height:8px;background:var(--accent);border-radius:50%;border:2px solid white}.Navbar_iconWrapper__XHrmL{position:relative;display:flex;align-items:center}.Navbar_activeIcon__Q_2zG{color:var(--primary)!important}.Navbar_socialDropdown__WaQ65{position:absolute;top:calc(100% + 15px);right:-80px;width:360px;background:rgba(255,255,255,.9);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.5);box-shadow:0 20px 50px rgba(0,0,0,.1);overflow:hidden;z-index:1002}.Navbar_dropdownHeader__Q_sNE{padding:1.25rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.Navbar_dropdownHeader__Q_sNE h3{font-size:1.1rem;font-weight:800;color:var(--secondary)}.Navbar_markRead__n9Dvt{font-size:.75rem;font-weight:700;color:var(--primary);background:none;border:none;cursor:pointer}.Navbar_dropdownList__5pFtq{max-height:400px;overflow-y:auto}.Navbar_dropdownItem__GbN_7{padding:1.25rem 1.5rem;display:flex;gap:1rem;transition:background .2s;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.03)}.Navbar_dropdownItem__GbN_7:hover{background:rgba(55,160,0,.05)}.Navbar_itemIcon__3EEiH{width:40px;height:40px;background:white;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0;box-shadow:0 4px 10px rgba(0,0,0,.05)}.Navbar_itemContent__33rJn p{font-size:.9rem;line-height:1.4;color:var(--text-main);margin-bottom:4px}.Navbar_itemContent__33rJn span{font-size:.75rem;color:var(--text-muted)}.Navbar_dropdownFooter__Y3481{padding:1rem;text-align:center;background:rgba(0,0,0,.02)}.Navbar_dropdownFooter__Y3481 button,.Navbar_footerLink__s5jzl{width:100%;padding:.75rem;background:none;border:none;font-size:.85rem;font-weight:700;color:var(--text-secondary);cursor:pointer;text-decoration:none;display:block}.Navbar_footerLink__s5jzl:hover{color:var(--primary)}.Navbar_avatarMini__xgZdW{width:44px;height:44px;background:var(--primary-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;color:white;font-weight:800;position:relative;flex-shrink:0}.Navbar_onlineDot__qiGUu{position:absolute;bottom:0;right:0;width:12px;height:12px;background:#34c759;border:2px solid white;border-radius:50%}.Navbar_msgPreview__wmtMZ{color:var(--text-muted)!important;font-size:.8rem!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}.Navbar_mobileSearchForm__b53kk{width:100%;display:flex;flex-direction:column;gap:8px;padding-bottom:1rem;border-bottom:1px solid var(--glass-border);margin-bottom:.5rem}.Navbar_mobileSearchGroup___AWl0{display:flex;align-items:center;height:44px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0 .85rem;gap:.45rem}.Navbar_mobileToggle__OVVtR{display:none;font-size:2rem;color:var(--text-main);background:none;border:none;cursor:pointer;z-index:1001}@media (max-width:768px){.Navbar_desktopMenu__QBbzD{display:none}.Navbar_mobileToggle__OVVtR{display:block}.Navbar_mobileMenu__4Q_f1{position:fixed;top:0;left:0;height:100vh;background:white;padding:100px 2rem 80px;gap:2rem;z-index:1000;overflow-y:auto;-webkit-overflow-scrolling:touch}.Navbar_mobileActions__nZ6eM,.Navbar_mobileMenu__4Q_f1{width:100%;display:flex;flex-direction:column;align-items:center}.Navbar_mobileActions__nZ6eM{gap:1.5rem;margin-top:1rem;padding-top:2rem;border-top:1px solid var(--glass-border)}.Navbar_mobileSocialRow__nyZWA{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;width:100%;margin-top:1rem}.Navbar_mobileSocialBtn__BBEfS{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.25rem 1rem;background:#F8F9FA;border-radius:20px;color:var(--text-main);font-size:.85rem;font-weight:700;position:relative;border:1px solid rgba(0,0,0,.05);text-decoration:none;transition:all .2s ease}.Navbar_mobileSocialBtn__BBEfS:active{background:#E9ECEF;transform:scale(.98)}.Navbar_mobileSocialBtn__BBEfS svg{font-size:1.75rem;color:var(--primary)}}.Footer_footer__4vzqH{background:#F9FAFB;padding:100px 2rem 50px;border-top:1px solid rgba(0,0,0,.05)}.Footer_container__Dj1D9{max-width:1200px;margin:0 auto}.Footer_top__k6DNG{display:grid;grid-template-columns:1.5fr 3fr;grid-gap:6rem;gap:6rem;margin-bottom:80px}.Footer_brand__Y4wbm{display:flex;flex-direction:column;gap:2rem}.Footer_logo__C9vo8{display:flex;align-items:center;gap:.75rem;text-decoration:none}.Footer_hueyiLogo__GFsaE{width:40px;height:40px;background:var(--primary-gradient);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;color:white;font-size:1.4rem;box-shadow:0 4px 15px rgba(55,160,0,.3)}.Footer_brandText__jgY8o{display:flex;flex-direction:column;line-height:1.1}.Footer_hueyi__d8Edj{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:#48484A}.Footer_tekit__OpPcO{font-size:1.75rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em}.Footer_tagline__NHwwX{color:#48484A;line-height:1.8;font-size:1.1rem;max-width:300px}.Footer_socials__1hnjR{display:flex;gap:1.5rem}.Footer_socials__1hnjR a{font-size:1.6rem;color:#8E8E93;transition:all .3s ease}.Footer_socials__1hnjR a:hover{color:var(--primary);transform:translateY(-3px)}.Footer_links__LGHlK{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem}.Footer_column__tKCuc{display:flex;flex-direction:column;gap:1.25rem}.Footer_column__tKCuc h4{color:var(--text-main);font-size:1.1rem;font-weight:700;margin-bottom:.75rem;letter-spacing:.05em}.Footer_column__tKCuc a{color:#48484A;font-size:.95rem;transition:color .3s ease}.Footer_column__tKCuc a:hover{color:var(--primary)}.Footer_bottom__2dJjP{display:flex;justify-content:space-between;align-items:center;padding-top:50px;border-top:1px solid rgba(0,0,0,.05);color:#8E8E93;font-size:.95rem}@media (max-width:992px){.Footer_top__k6DNG{grid-template-columns:1fr;gap:4rem}.Footer_tagline__NHwwX{max-width:100%}}@media (max-width:768px){.Footer_links__LGHlK{grid-template-columns:repeat(2,1fr);gap:2.5rem}.Footer_bottom__2dJjP{flex-direction:column;gap:1.5rem;text-align:center}}.Footer_hueyiLink__OVEvR{color:var(--primary);font-weight:700;text-decoration:none;transition:all .3s ease}.Footer_hueyiLink__OVEvR:hover{opacity:.8;text-decoration:underline}.Ayuda_hero__YMr6x{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;padding:160px 2rem 100px;overflow:hidden;text-align:center}.Ayuda_background__Vtl34{z-index:-1}.Ayuda_background__Vtl34,.Ayuda_overlay__pF_PN{position:absolute;top:0;left:0;width:100%;height:100%}.Ayuda_overlay__pF_PN{background:radial-gradient(circle at center,rgba(255,255,255,.4) 0,#FFFFFF 100%);z-index:1}.Ayuda_bgImage__r83Kp{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}.Ayuda_main__IpoBq{min-height:100vh;background:white}.Ayuda_container__48mp_{position:relative;z-index:2;max-width:1000px;margin:0 auto;padding:0 2rem}.Ayuda_hero__YMr6x h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:1.5rem;color:var(--text-main)}.Ayuda_hero__YMr6x p{font-size:1.2rem;color:var(--text-secondary);margin-bottom:3rem}.Ayuda_searchBox__0MedI{max-width:600px;margin:0 auto}.Ayuda_searchBox__0MedI input{width:100%;padding:1.2rem 2rem;background:white;border:1px solid var(--glass-border);border-radius:20px;color:var(--text-main);font-size:1.1rem;outline:none;box-shadow:0 4px 15px rgba(0,0,0,.05);transition:all .3s ease}.Ayuda_searchBox__0MedI input:focus{border-color:var(--primary);background:rgba(255,255,255,.08);box-shadow:0 0 0 4px rgba(55,160,0,.1)}.Ayuda_topics__X_yPI{padding:60px 0}.Ayuda_grid__B30YI{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem}.Ayuda_topicCard__qe5RS{padding:3rem 2rem;background:white;border:1px solid rgba(0,0,0,.05);border-radius:24px;text-align:center;transition:all .4s ease;box-shadow:0 10px 30px rgba(0,0,0,.05)}.Ayuda_topicCard__qe5RS:hover{transform:translateY(-5px);background:rgba(255,255,255,.04);border-color:var(--primary)}.Ayuda_icon__yBmyg{font-size:3rem;color:var(--primary);margin-bottom:1.5rem}.Ayuda_topicCard__qe5RS h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-main)}.Ayuda_topicCard__qe5RS p{color:var(--text-secondary);line-height:1.6}.Ayuda_faqSection__1nKSD{padding:100px 0}.Ayuda_faqSection__1nKSD h2{font-size:2.5rem;font-weight:800;margin-bottom:4rem;text-align:center;color:var(--text-main)}.Ayuda_faqList__bZRPJ{display:flex;flex-direction:column;gap:2rem}.Ayuda_faqItem__Fo6Vc{padding:2.5rem;background:white;border:1px solid rgba(0,0,0,.05);border-radius:20px;box-shadow:0 4px 20px rgba(0,0,0,.03)}.Ayuda_faqItem__Fo6Vc h4{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--text-main)}.Ayuda_faqItem__Fo6Vc p{color:var(--text-secondary);line-height:1.7}@media (max-width:768px){.Ayuda_grid__B30YI{grid-template-columns:1fr}.Ayuda_faqItem__Fo6Vc{padding:1.5rem}}.CandidateProfile_main__kF18n{background:var(--bg-deep);min-height:100vh;padding-top:80px}.CandidateProfile_coverSection__LIh1V{position:relative;width:100%}.CandidateProfile_coverPhoto__xEy50{height:280px;background:linear-gradient(135deg,#002325,#37a000);background-size:cover;background-position:50%;position:relative}.CandidateProfile_editCoverBtn__IwHO5{position:absolute;bottom:1rem;right:1rem;background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:white;padding:.5rem 1rem;border-radius:12px;font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.CandidateProfile_editCoverBtn__IwHO5:hover{background:rgba(255,255,255,.3)}.CandidateProfile_container__Nw0gj{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.CandidateProfile_avatarWrapper__4FYS1{position:absolute;bottom:-60px;left:2rem;z-index:5}.CandidateProfile_avatar__W2F74{width:160px;height:160px;border-radius:40px;background:white;border:6px solid white;box-shadow:0 10px 40px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;overflow:hidden}.CandidateProfile_avatar__W2F74 img{width:100%;height:100%;object-fit:cover}.CandidateProfile_avatar__W2F74 span{font-size:4rem;font-weight:800;color:var(--primary)}.CandidateProfile_verifiedBadge__jAiiB{position:absolute;bottom:0;right:0;font-size:2.5rem;color:var(--primary);background:white;border-radius:50%;border:4px solid white}.CandidateProfile_profileLayout__IjcgN{display:grid;grid-template-columns:1fr 350px;grid-gap:2.5rem;gap:2.5rem;margin-top:80px;padding-bottom:80px}.CandidateProfile_profileHeader__sfT_n{padding:2.5rem;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2.5rem}.CandidateProfile_info__TdlAx h1{font-size:2.5rem;font-weight:900;color:var(--secondary);margin-bottom:.25rem;letter-spacing:-.03em}.CandidateProfile_role__t2TQ3{font-size:1.25rem;color:var(--primary);font-weight:700;margin-bottom:1rem}.CandidateProfile_metaRow__pb1vE{display:flex;gap:1.5rem;color:var(--text-muted);font-size:.95rem;margin-bottom:1rem}.CandidateProfile_metaRow__pb1vE a,.CandidateProfile_metaRow__pb1vE span{display:flex;align-items:center;gap:.4rem}.CandidateProfile_socialStats__cpvXf{display:flex;gap:1.5rem;font-size:.95rem;color:var(--text-secondary)}.CandidateProfile_socialStats__cpvXf strong{color:var(--secondary)}.CandidateProfile_profileActions__sUMf9{display:flex;flex-direction:column;gap:1rem}.CandidateProfile_section__BM_js{margin-bottom:3rem}.CandidateProfile_sectionTitle__7zSXH{font-size:1.5rem;font-weight:800;color:var(--secondary);margin-bottom:1.5rem}.CandidateProfile_bioBox__hsa7B{padding:2rem;font-size:1.1rem;line-height:1.6;color:var(--text-secondary)}.CandidateProfile_timeline__eHkuD{position:relative;padding-left:2rem}.CandidateProfile_timeline__eHkuD:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:var(--glass-border)}.CandidateProfile_timelineItem__VtzEf{position:relative;margin-bottom:2rem}.CandidateProfile_timelineDot__syj2W{position:absolute;left:-2.35rem;top:1.5rem;width:12px;height:12px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px var(--primary)}.CandidateProfile_timelineContent__tSNLw{padding:1.5rem}.CandidateProfile_expHeader__8gMPT{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.CandidateProfile_expHeader__8gMPT h3{font-size:1.2rem;color:var(--secondary)}.CandidateProfile_expCompany___2RM6{color:var(--primary);font-weight:600;display:flex;align-items:center;gap:.3rem}.CandidateProfile_period__Dl6vo{font-size:.9rem;color:var(--text-muted);display:flex;align-items:center;gap:.4rem}.CandidateProfile_expDesc__SQs6A{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.CandidateProfile_profileSidebar__qkRhF{display:flex;flex-direction:column;gap:1.5rem}.CandidateProfile_sidebarCard___hJZM{padding:1.5rem}.CandidateProfile_sidebarCard___hJZM h3{font-size:1.1rem;margin-bottom:1.25rem;color:var(--secondary);font-weight:800}.CandidateProfile_skillCloud__Pproh{display:flex;flex-wrap:wrap;gap:.6rem}.CandidateProfile_skillBadge__9zLxd{padding:8px 16px;background:var(--bg-surface);border-radius:12px;font-size:.85rem;font-weight:700;color:var(--text-secondary);border:1px solid var(--glass-border)}.CandidateProfile_educationItem__BdHuL{display:flex;gap:1rem;align-items:center;margin-bottom:1.25rem}.CandidateProfile_educationItem__BdHuL svg{font-size:1.5rem;color:var(--text-muted)}.CandidateProfile_eduDegree__qRFDG{font-weight:700;color:var(--secondary)}.CandidateProfile_eduSchool__iDGR1{font-size:.9rem;color:var(--text-secondary)}.CandidateProfile_loaderContainer__J8IT7{height:100vh;display:flex;align-items:center;justify-content:center}.CandidateProfile_loader__kCiHF{width:40px;height:40px;border:3px solid var(--primary);border-top:3px solid transparent;border-radius:50%;animation:CandidateProfile_spin__4YgIz 1s linear infinite}@keyframes CandidateProfile_spin__4YgIz{to{transform:rotate(1turn)}}@media (max-width:1024px){.CandidateProfile_profileLayout__IjcgN{grid-template-columns:1fr}.CandidateProfile_avatar__W2F74{width:120px;height:120px;border-radius:30px}.CandidateProfile_avatarWrapper__4FYS1{bottom:-40px}}@media (max-width:768px){.CandidateProfile_coverPhoto__xEy50{height:180px}.CandidateProfile_profileHeader__sfT_n{flex-direction:column;gap:1.5rem}.CandidateProfile_profileActions__sUMf9{width:100%}.CandidateProfile_profileActions__sUMf9 a,.CandidateProfile_profileActions__sUMf9 button{width:100%;justify-content:center}}.Dashboard_main__GzfId{min-height:100vh;background:var(--bg-surface)}.Dashboard_container__aEQ3R{max-width:1200px;margin:0 auto;padding:100px 2rem}.Dashboard_profileHero__oA5F_{position:relative;margin-bottom:3rem;border-radius:32px;overflow:hidden;background:white;border:1px solid var(--glass-border)}.Dashboard_coverPhoto__PtBLB{height:180px;background:linear-gradient(135deg,#37a000,#002325);position:relative}.Dashboard_profileHeader__IzEqh{padding:0 3rem 2.5rem;display:flex;align-items:flex-end;gap:2rem;margin-top:-60px;position:relative;z-index:2}.Dashboard_avatarLarge__iGN3M{width:160px;height:160px;background:white;border-radius:40px;display:flex;align-items:center;justify-content:center;font-size:4rem;font-weight:900;color:var(--primary);box-shadow:0 15px 40px rgba(0,0,0,.1);border:4px solid white}.Dashboard_headerInfo__ofFIa{flex:1 1;padding-bottom:1rem}.Dashboard_headerInfo__ofFIa h1{font-size:2.25rem;font-weight:900;color:var(--text-main);margin-bottom:.25rem}.Dashboard_headerInfo__ofFIa p{font-size:1.1rem;color:var(--text-secondary);font-weight:600}.Dashboard_headerActions__RArgZ{display:flex;gap:1rem;padding-bottom:1rem}.Dashboard_editBtn__eX02I{background:white;color:var(--text-main);border:1px solid var(--glass-border);padding:.8rem 1.5rem;font-weight:700}.Dashboard_statsGrid__woYQE{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-bottom:3rem}.Dashboard_statCard__pkXCC{background:white;padding:2rem;border-radius:24px;display:flex;align-items:center;gap:1.5rem;box-shadow:0 10px 30px rgba(0,0,0,.03);border:1px solid rgba(0,0,0,.05)}.Dashboard_statIcon__vfTMb{font-size:2.5rem;color:var(--primary);opacity:.8}.Dashboard_statInfo__JAP1Z h3{font-size:1.8rem;font-weight:800;color:var(--text-main);margin-bottom:.25rem}.Dashboard_statInfo__JAP1Z p{color:var(--text-muted);font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.Dashboard_mainGrid__0aI_q{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem;gap:3rem}.Dashboard_mainGrid__0aI_q h2{font-size:1.5rem;font-weight:800;color:var(--text-main);margin-bottom:2rem}.Dashboard_activityList__wxEQE{display:flex;flex-direction:column;gap:1.5rem}.Dashboard_activityItem__w7cn1{background:white;padding:1.5rem;border-radius:20px;display:flex;align-items:center;gap:1.5rem;border:1px solid rgba(0,0,0,.03)}.Dashboard_activityIcon__piIn8{width:48px;height:48px;background:var(--bg-surface);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text-secondary);font-size:1.25rem}.Dashboard_activityContent__Hcmye{flex:1 1}.Dashboard_activityContent__Hcmye h4{font-size:1.05rem;color:var(--text-main);margin-bottom:.25rem}.Dashboard_activityContent__Hcmye p{font-size:.9rem;color:var(--text-muted)}.Dashboard_statusBadge__X_3Dr{padding:.4rem 1rem;background:rgba(0,0,0,.05);color:var(--text-secondary);border-radius:50px;font-size:.8rem;font-weight:700}.Dashboard_recommendations__RvTND{background:white;padding:2.5rem;border-radius:32px;box-shadow:0 15px 40px rgba(0,0,0,.03);height:-moz-fit-content;height:fit-content}.Dashboard_recList__InsJ8{display:flex;flex-direction:column;gap:1.5rem}.Dashboard_recCard___QDz1{padding:1.5rem;background:var(--bg-surface);border-radius:20px;border:1px solid rgba(0,0,0,.03)}.Dashboard_recHeader__Mg_Dh{display:flex;gap:1rem;margin-bottom:1.5rem}.Dashboard_recLogo__Im3h2{width:44px;height:44px;background:var(--primary);color:white;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1.2rem}.Dashboard_recHeader__Mg_Dh h4{font-size:1.1rem;color:var(--text-main);margin-bottom:.2rem}.Dashboard_recHeader__Mg_Dh p{font-size:.9rem;color:var(--text-muted)}.Dashboard_applyBtn__FbStY{width:100%;padding:.75rem;font-size:.95rem;background:white;color:var(--primary);border:1px solid rgba(55,160,0,.2)}.Dashboard_sectionHeader__iclTL{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.Dashboard_addSkill__UTcl0{display:flex;gap:.5rem;background:white;padding:.4rem;border-radius:12px;border:1px solid rgba(0,0,0,.05)}.Dashboard_addSkill__UTcl0 input{border:none;outline:none;padding:.5rem;font-size:.9rem;width:150px}.Dashboard_addSkill__UTcl0 button{background:var(--primary);color:white;border:none;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.Dashboard_skillsList__9qVUe{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.Dashboard_skillTag__wrnnS{background:white;padding:.5rem 1rem;border-radius:12px;border:1px solid rgba(0,0,0,.05);display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--text-secondary)}.Dashboard_skillTag__wrnnS button{background:transparent;border:none;color:#ff3b30;font-size:1.2rem;cursor:pointer;line-height:1}.Dashboard_profileSummary__nt_QG{display:flex;flex-direction:column;gap:1.25rem}.Dashboard_summaryItem___uGfo{font-size:1rem;color:var(--text-secondary)}.Dashboard_summaryItem___uGfo strong{color:var(--text-main);margin-right:.5rem}.Dashboard_viewResume__gYg75{display:inline-block;margin-top:1rem;color:var(--primary);font-weight:700;text-decoration:none;font-size:.95rem}.Dashboard_viewResume__gYg75:hover{text-decoration:underline}.Dashboard_empty__dZmJj{color:var(--text-muted);font-style:italic;text-align:center;padding:2rem}.Dashboard_preferencesCard__7c4H6{background:white;padding:2rem;border-radius:24px;border:1px solid rgba(0,0,0,.05);margin-bottom:2rem}.Dashboard_preferencesCard__7c4H6 h3{font-size:1.1rem;font-weight:800;margin-bottom:.5rem;color:var(--text-main)}.Dashboard_preferencesCard__7c4H6 p{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.Dashboard_preferencesCard__7c4H6 .Dashboard_inputGroup__vdPLD{margin-bottom:1.25rem}.Dashboard_preferencesCard__7c4H6 label{font-size:.8rem;font-weight:700;color:var(--text-secondary);display:block;margin-bottom:.5rem}.Dashboard_preferencesCard__7c4H6 input{width:100%;padding:.75rem;background:var(--bg-surface);border:1px solid rgba(0,0,0,.05);border-radius:12px;font-size:.9rem;outline:none}.Dashboard_preferencesCard__7c4H6 input:focus{border-color:var(--primary);background:white}.Dashboard_automationHeader__yVNMC{display:flex;align-items:center;gap:1.5rem;margin-bottom:1.5rem}.Dashboard_sparkleIcon__Ei0Yn{font-size:2.5rem;color:white}.Dashboard_automationHeader__yVNMC h3{font-size:1.4rem;font-weight:800;margin-bottom:.25rem}.Dashboard_automationHeader__yVNMC p{font-size:.95rem;opacity:.9}.Dashboard_automationStatus__jw0tM{background:rgba(255,255,255,.1);padding:1rem 1.5rem;border-radius:16px;font-size:.9rem}.Dashboard_statusDot__p51bL{display:inline-block;width:8px;height:8px;background:#4cd964;border-radius:50%;margin-right:.75rem;box-shadow:0 0 10px #4cd964}.Dashboard_apiManagement__QXzEy{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.Dashboard_apiManagement__QXzEy h3{font-size:1.1rem;font-weight:800;margin-bottom:.5rem;color:var(--text-main)}.Dashboard_apiManagement__QXzEy p{font-size:.85rem;color:var(--text-muted);margin-bottom:1.25rem}.Dashboard_apiKeyBox__sfbKN{background:#002325;color:#00FF00;padding:1rem;border-radius:12px;font-family:monospace;font-size:.9rem;overflow-x:auto;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 2px 10px rgba(0,0,0,.5)}.Dashboard_hrConnect__36ay3{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(0,0,0,.05)}.Dashboard_hrConnect__36ay3 h3{font-size:1.2rem;font-weight:800;margin-bottom:.5rem;color:var(--text-main)}.Dashboard_hrConnect__36ay3 p{font-size:.9rem;color:var(--text-muted);margin-bottom:1.5rem}.Dashboard_connectorList__uZGjE{display:flex;flex-direction:column;gap:.75rem}.Dashboard_connectorBtn__lJZky{width:100%;padding:.8rem;background:white;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-size:.85rem;font-weight:700;color:var(--text-main);cursor:pointer;transition:all .3s ease}.Dashboard_connectorBtn__lJZky:hover{background:var(--bg-surface);border-color:var(--primary)}.Dashboard_toggle__HY6kz{margin-left:auto}.Dashboard_toggle__HY6kz input{display:none}.Dashboard_toggle__HY6kz label{display:block;width:50px;height:26px;background:rgba(255,255,255,.3);border-radius:50px;position:relative;cursor:pointer}.Dashboard_toggle__HY6kz label:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background:white;border-radius:50%;transition:all .3s ease}.Dashboard_toggle__HY6kz input:checked+label{background:white}.Dashboard_toggle__HY6kz input:checked+label:after{left:27px;background:var(--primary)}.Dashboard_modalOverlay__cEA57{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000}.Dashboard_modal__K1UoK{background:white;padding:3rem;border-radius:32px;width:100%;max-width:600px;box-shadow:0 30px 100px rgba(0,0,0,.2)}.Dashboard_modal__K1UoK h2{font-size:2rem;font-weight:900;margin-bottom:2rem;color:var(--text-main)}.Dashboard_modal__K1UoK form{display:flex;flex-direction:column;gap:1.5rem}.Dashboard_modal__K1UoK input,.Dashboard_modal__K1UoK textarea{width:100%;padding:1.2rem;background:var(--bg-surface);border:1px solid rgba(0,0,0,.05);border-radius:16px;font-size:1rem;outline:none;transition:all .3s ease}.Dashboard_modal__K1UoK textarea{min-height:120px;resize:vertical}.Dashboard_modal__K1UoK input:focus,.Dashboard_modal__K1UoK textarea:focus{border-color:var(--primary);background:white;box-shadow:0 0 0 4px rgba(55,160,0,.1)}.Dashboard_modalActions__2rJ2n{display:flex;gap:1.5rem;margin-top:1rem}.Dashboard_modalActions__2rJ2n button{flex:1 1;padding:1.1rem;border-radius:16px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}.Dashboard_modalActions__2rJ2n button[type=button]{background:var(--bg-surface);border:none;color:var(--text-secondary)}.Dashboard_modalActions__2rJ2n button[type=submit]{background:var(--primary);border:none;color:white;box-shadow:0 10px 25px rgba(55,160,0,.3)}.Dashboard_modalActions__2rJ2n button:hover{transform:translateY(-2px)}@media (max-width:968px){.Dashboard_container__aEQ3R{padding:80px 1.5rem 60px}.Dashboard_profileHeader__IzEqh{flex-direction:column;align-items:center;text-align:center;margin-top:-80px;padding:0 1.5rem 2rem}.Dashboard_headerInfo__ofFIa h1{font-size:1.8rem}.Dashboard_statsGrid__woYQE{grid-template-columns:1fr;gap:1rem}.Dashboard_mainGrid__0aI_q{grid-template-columns:1fr;gap:2rem}.Dashboard_modal__K1UoK{padding:2rem;width:95%}}@media (max-width:480px){.Dashboard_coverPhoto__PtBLB{height:120px}.Dashboard_avatarLarge__iGN3M{width:120px;height:120px;font-size:3rem;border-radius:30px}.Dashboard_headerActions__RArgZ{width:100%}.Dashboard_editBtn__eX02I{width:100%;justify-content:center}}.Dashboard_loadingScreen__ph_4m{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-surface);gap:2rem}.Dashboard_loader__2YKoy{width:48px;height:48px;border:5px solid rgba(55,160,0,.1);border-bottom:5px solid var(--primary);border-radius:50%;display:inline-block;box-sizing:border-box;animation:Dashboard_rotation__Atb3I 1s linear infinite}@keyframes Dashboard_rotation__Atb3I{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Dashboard_loadingScreen__ph_4m p{color:var(--text-secondary);font-weight:600;font-size:1.1rem}.Dashboard_verificationChecklist__WGh0U{margin-top:2rem;padding:1.5rem;background:rgba(255,255,255,.5);border-radius:16px;border:1px solid var(--glass-border)}.Dashboard_verificationChecklist__WGh0U h4{font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:1.25rem}.Dashboard_checkItem__1qwRO{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;color:var(--text-secondary);font-weight:500}.Dashboard_checkItem__1qwRO svg{font-size:1.4rem;color:var(--text-muted);transition:all .3s}.Dashboard_checkDone__vZNdt{color:var(--primary)!important}.Dashboard_verificationFooter___V4jX{margin-top:1.5rem}.Applications_emptyApps__2EJ1z{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;border:2px dashed rgba(0,0,0,.08);border-radius:20px;text-align:center;color:var(--text-muted);font-size:.9rem}.Applications_emptyApps__2EJ1z svg{font-size:2.5rem;opacity:.3}.Applications_appRow__kmNFW{transition:background .12s}.Applications_appRow__kmNFW:hover{background:rgba(0,0,0,.015);border-radius:20px}.Candidatos_main__0D8k7{background:white;min-height:100vh}.Candidatos_container__VAc4H{max-width:1200px;margin:0 auto;padding:0 2rem}.Candidatos_hero__mRZGG{padding:180px 0 100px;background:radial-gradient(circle at top right,rgba(55,160,0,.05) 0,transparent 40%),radial-gradient(circle at bottom left,rgba(0,35,37,.02) 0,transparent 40%);text-align:center}.Candidatos_heroContent__0s5vA{max-width:800px;margin:0 auto}.Candidatos_badge__COsPA{display:inline-block;padding:.5rem 1rem;background:rgba(55,160,0,.1);color:var(--primary);border-radius:50px;font-size:.85rem;font-weight:700;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.Candidatos_heroContent__0s5vA h1{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:900;line-height:1.1;margin-bottom:2rem;color:var(--secondary);letter-spacing:-.03em}.Candidatos_heroContent__0s5vA p{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:3rem}.Candidatos_heroActions__3ICvj{display:flex;gap:1.5rem;justify-content:center}.Candidatos_benefits__ly_Pn{padding:100px 0;background:var(--bg-surface)}.Candidatos_sectionHeader__FZcRO{text-align:center;margin-bottom:4rem}.Candidatos_sectionHeader__FZcRO h2{font-size:2.5rem;font-weight:900;color:var(--secondary);margin-bottom:1rem}.Candidatos_grid__517nE{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.Candidatos_benefitCard__t9h4r{background:white;padding:3rem 2rem;border-radius:24px;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.Candidatos_benefitCard__t9h4r:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.05);border-color:var(--primary)}.Candidatos_icon__QzTGB{font-size:3rem;color:var(--primary);margin-bottom:1.5rem}.Candidatos_benefitCard__t9h4r h3{font-size:1.25rem;font-weight:800;color:var(--secondary);margin-bottom:1rem}.Candidatos_benefitCard__t9h4r p{color:var(--text-secondary);line-height:1.6;font-size:1rem}@media (max-width:768px){.Candidatos_hero__mRZGG{padding:140px 0 60px}.Candidatos_heroActions__3ICvj{flex-direction:column;padding:0 2rem}.Candidatos_benefitCard__t9h4r{text-align:center}}.TalentMatch_main__yBKyC{min-height:100vh;background:var(--bg-deep)}.TalentMatch_pageHeader__L6f_V{padding-top:72px;padding-bottom:20px;background:var(--bg-deep);border-bottom:1px solid var(--border)}.TalentMatch_pageHeaderInner__NLpzo{display:flex;align-items:center;justify-content:space-between}.TalentMatch_pageTitle__fU9Zm{font-size:1.4rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em;margin:0 0 4px}.TalentMatch_pageSubtitle__LMXi2{font-size:.85rem;color:var(--text-muted);margin:0}.TalentMatch_container__2EDcb{max-width:1200px;margin:0 auto;padding:0 2rem}.TalentMatch_section__cUfqI{padding:32px 2rem 80px}.TalentMatch_grid__3ujSr{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:1.5rem;gap:1.5rem}.TalentMatch_card__Os7MO{padding:1.75rem;background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:all .25s ease;cursor:pointer}.TalentMatch_card__Os7MO:hover{border-color:var(--primary);box-shadow:0 8px 24px rgba(55,160,0,.12)}.TalentMatch_cardHeader__EJ8tr{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.TalentMatch_avatar__zmHYg{width:48px;height:48px;background:var(--primary-gradient);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0;overflow:hidden}.TalentMatch_avatar__zmHYg img{width:100%;height:100%;object-fit:cover}.TalentMatch_headerText__b4_BT{flex:1 1;min-width:0}.TalentMatch_headerText__b4_BT h3{font-size:1rem;font-weight:700;color:var(--text-main);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.TalentMatch_headerText__b4_BT p{font-size:.82rem;color:var(--text-secondary);margin:0}.TalentMatch_matchBadge__ZPxM7{flex-shrink:0;padding:.3rem .65rem;background:rgba(55,160,0,.1);color:var(--primary);border-radius:8px;font-size:.78rem;font-weight:700;display:flex;align-items:center;gap:.3rem;border:1px solid rgba(55,160,0,.2)}.TalentMatch_details__9mBt4{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;padding:.85rem 1rem;background:var(--bg-deep);border-radius:10px;border:1px solid var(--border)}.TalentMatch_detailItem__hjLeT{display:flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--text-secondary)}.TalentMatch_detailItem__hjLeT svg{font-size:1rem;color:var(--primary);flex-shrink:0}.TalentMatch_skills__GOlgF{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.TalentMatch_skillTag__e6lD1{padding:.3rem .75rem;background:var(--bg-deep);border:1px solid var(--border);border-radius:8px;font-size:.78rem;color:var(--text-secondary);font-weight:600}.TalentMatch_actions__ZWxd_{display:flex}.TalentMatch_contactBtn__LtOMz{width:100%;padding:.7rem 1rem;background:var(--primary);color:white;border:none;border-radius:var(--radius-sm);font-size:.85rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-align:center}.TalentMatch_contactBtn__LtOMz:hover{background:var(--primary-hover);transform:translateY(-1px)}.TalentMatch_skeletonCard__SUTLo{display:flex;gap:1rem;align-items:center}.TalentMatch_skeletonAvatar__V30qz{width:48px;height:48px;border-radius:12px;flex-shrink:0}.TalentMatch_skeletonLines__OvMX1{flex:1 1;display:flex;flex-direction:column;gap:8px}.TalentMatch_empty__RJAOY{grid-column:1/-1;text-align:center;padding:4rem 2rem;color:var(--text-muted);font-size:.95rem}@media (max-width:768px){.TalentMatch_pageHeader__L6f_V{padding-top:120px}.TalentMatch_grid__3ujSr{grid-template-columns:1fr}.TalentMatch_section__cUfqI{padding:24px 1.25rem 60px}.TalentMatch_container__2EDcb{padding:0 1.25rem}}.EmployerDashboard_vacancyList___jL2V{display:flex;flex-direction:column;gap:1rem}.EmployerDashboard_vacancyCard__Dhfzq{background:white;border:1px solid rgba(0,0,0,.06);border-radius:20px;overflow:hidden}.EmployerDashboard_vacancyHeader__Rqc_f{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;transition:background .15s}.EmployerDashboard_vacancyHeader__Rqc_f:hover{background:rgba(0,0,0,.02)}.EmployerDashboard_vacancyInfo__vNuZN{flex:1 1}.EmployerDashboard_vacancyInfo__vNuZN h4{font-size:1rem;font-weight:700;color:var(--text-main);margin-bottom:.2rem}.EmployerDashboard_vacancyInfo__vNuZN p{font-size:.83rem;color:var(--text-muted)}.EmployerDashboard_vacancyMeta__MlyOa{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;color:var(--text-muted)}.EmployerDashboard_appCount__XU5hC{font-size:.82rem;font-weight:700;color:#4f46e5;background:rgba(99,102,241,.07);border:1px solid rgba(99,102,241,.15);padding:3px 10px;border-radius:20px}.EmployerDashboard_vacStatus__iBBLg{font-size:.78rem;font-weight:700;padding:3px 10px;border-radius:20px;background:rgba(45,146,0,.08);color:var(--primary);border:1px solid rgba(45,146,0,.2);text-transform:capitalize}.EmployerDashboard_applicantList__zTZ21{border-top:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:0}.EmployerDashboard_applicantRow__b_Wj8{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.04);transition:background .12s}.EmployerDashboard_applicantRow__b_Wj8:last-child{border-bottom:none}.EmployerDashboard_applicantRow__b_Wj8:hover{background:rgba(0,0,0,.015)}.EmployerDashboard_applicantAvatar__hku3c{width:40px;height:40px;border-radius:50%;background:var(--primary-light);color:var(--primary);font-size:1rem;font-weight:800;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.EmployerDashboard_applicantAvatar__hku3c img{width:100%;height:100%;object-fit:cover}.EmployerDashboard_applicantInfo__iSG_Z{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.15rem}.EmployerDashboard_applicantInfo__iSG_Z strong{font-size:.9rem;font-weight:700;color:var(--text-main)}.EmployerDashboard_applicantInfo__iSG_Z span{font-size:.78rem;color:var(--text-muted)}.EmployerDashboard_skillPills__ML9nG{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.3rem}.EmployerDashboard_skillPill__3umO0{font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:12px;background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border)}.EmployerDashboard_statusSelect__Y5ZMS{font-size:.82rem;font-weight:700;border:1px solid var(--border);border-radius:10px;background:white;cursor:pointer;outline:none;min-width:130px;flex-shrink:0;font-family:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%238b8b9e'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding:.4rem 2rem .4rem .75rem}.EmployerDashboard_noApps__gXB5O{padding:1.25rem 1.5rem;color:var(--text-muted);font-size:.88rem}.EmployerDashboard_emptyVacancies____tvy{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;border:2px dashed var(--border);border-radius:20px;text-align:center;color:var(--text-muted);font-size:.9rem}.EmployerDashboard_emptyVacancies____tvy svg{font-size:2.5rem;opacity:.3}.EmployerDashboard_applicantAvatarLink__o19q6{display:flex;flex-shrink:0;text-decoration:none;border-radius:50%;overflow:hidden}.EmployerDashboard_candidateNameLink__9RnUo{text-decoration:none;color:inherit}.EmployerDashboard_candidateNameLink__9RnUo:hover strong{color:var(--primary)}.PhotoUpload_uploadContainer__i_YUn{position:relative;display:inline-block}.PhotoUpload_previewWrapper__lYfQO{position:relative;width:100px;height:100px;border-radius:50%;overflow:visible;border:4px solid white;box-shadow:0 4px 12px rgba(0,0,0,.1);background:var(--bg-surface)}.PhotoUpload_previewImage__necDs{width:100%;height:100%;object-fit:cover;border-radius:50%}.PhotoUpload_placeholder__xLIGb{width:100%;height:100%;font-size:2rem;font-weight:800;color:var(--text-muted);background:#f0f2f5}.PhotoUpload_placeholder__xLIGb,.PhotoUpload_uploadLabel__uDEa5{display:flex;align-items:center;justify-content:center;border-radius:50%}.PhotoUpload_uploadLabel__uDEa5{position:absolute;bottom:0;right:0;width:32px;height:32px;background:var(--primary);cursor:pointer;border:2px solid white;transition:all .2s;z-index:2}.PhotoUpload_uploadLabel__uDEa5:hover{transform:scale(1.1);background:var(--primary-hover)}.PhotoUpload_uploadLabel__uDEa5 input{display:none}.PhotoUpload_cameraIcon__HDsox{color:white;font-size:1.1rem}.PhotoUpload_loaderOverlay__gvMR3{position:absolute;inset:0;background:rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;border-radius:50%;z-index:3}.PhotoUpload_miniLoader__tnV94{width:20px;height:20px;border:2px solid var(--primary);border-top:2px solid transparent;border-radius:50%;animation:PhotoUpload_spin__2W3jG .8s linear infinite}@keyframes PhotoUpload_spin__2W3jG{to{transform:rotate(1turn)}}.ProfileBuilder_hero__DvQlw{position:relative;min-height:50vh;display:flex;align-items:center;justify-content:center;padding:160px 2rem 100px;overflow:hidden;text-align:center}.ProfileBuilder_background___r6x5{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.ProfileBuilder_overlay__IZMe8{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,rgba(255,255,255,.4) 0,#FFFFFF 100%);z-index:1}.ProfileBuilder_bgImage__dlpMO{width:100%;height:100%;object-fit:cover;transform:scale(1.05)}.ProfileBuilder_main__5fQF5{min-height:100vh;background:transparent}.ProfileBuilder_section__Avy7a{padding:80px 2rem 100px}.ProfileBuilder_container__xNhKW{max-width:850px;margin:0 auto}.ProfileBuilder_header__ROIIA{position:relative;z-index:2;text-align:center;margin-bottom:0}.ProfileBuilder_hueyiBadge__EzkNA{display:inline-block;padding:.5rem 1.25rem;background:rgba(55,160,0,.1);color:var(--primary);border-radius:50px;font-size:.85rem;font-weight:800;margin-bottom:1.5rem;border:1px solid rgba(55,160,0,.2);text-transform:uppercase;letter-spacing:.15em}.ProfileBuilder_header__ROIIA h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:1.5rem;letter-spacing:-.04em;color:var(--text-main)}.ProfileBuilder_header__ROIIA p{color:#48484A;font-size:1.2rem;line-height:1.6}.ProfileBuilder_stepper__X8D96{display:flex;justify-content:center;gap:1.5rem;margin-bottom:4rem}.ProfileBuilder_stepIndicator__NzUp2{display:flex;align-items:center;gap:1.5rem}.ProfileBuilder_stepNumber__DTdWn{width:44px;height:44px;border-radius:12px;background:#F2F2F7;border:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;font-weight:800;color:#8E8E93;transition:all .4s cubic-bezier(.16,1,.3,1)}.ProfileBuilder_active__nY3Fw .ProfileBuilder_stepNumber__DTdWn{background:var(--primary-gradient);color:white;border-color:transparent;box-shadow:0 8px 20px rgba(55,160,0,.3);transform:scale(1.1)}.ProfileBuilder_stepLine___I5__{width:50px;height:2px;background:#E5E5EA;border-radius:2px}.ProfileBuilder_active__nY3Fw .ProfileBuilder_stepLine___I5__{background:var(--primary)}.ProfileBuilder_formCard__26PME{padding:5rem 4rem;background:white;border-radius:32px;box-shadow:0 20px 60px rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.05)}.ProfileBuilder_formStep__AcRnX{display:flex;flex-direction:column;align-items:center;text-align:center}.ProfileBuilder_stepIcon__Qstmd{font-size:4.5rem;color:var(--primary);margin-bottom:2rem;filter:drop-shadow(0 0 15px rgba(55,160,0,.3))}.ProfileBuilder_formStep__AcRnX h2{font-size:2.5rem;font-weight:900;margin-bottom:2.5rem;letter-spacing:-.02em;color:#1a1a1a}.ProfileBuilder_inputGroup__XGotj{width:100%;text-align:left;margin-bottom:2rem}.ProfileBuilder_inputGroup__XGotj label{display:block;font-size:1rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:.02em}.ProfileBuilder_inputGroup__XGotj input{width:100%;padding:1.2rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:16px;color:#1a1a1a;font-size:1.1rem;outline:none;transition:all .3s ease;font-weight:500}.ProfileBuilder_inputGroup__XGotj input:focus{border-color:var(--primary);background:white;box-shadow:0 0 0 4px rgba(55,160,0,.1)}.ProfileBuilder_nextBtn__1_gTg{width:100%;padding:1.25rem;font-size:1.1rem;margin-top:2rem}.ProfileBuilder_uploadArea__NVi4d{width:100%;padding:5rem 2rem;border:2px dashed #e5e7eb;border-radius:28px;margin-bottom:2.5rem;cursor:pointer;transition:all .4s ease;background:#F9FAFB}.ProfileBuilder_uploadArea__NVi4d:hover{border-color:var(--primary);background:rgba(55,160,0,.05);transform:scale(1.01)}.ProfileBuilder_uploadArea__NVi4d p{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;color:var(--text-main)}.ProfileBuilder_uploadArea__NVi4d span{color:#8E8E93;font-size:.95rem}.ProfileBuilder_skillGrid__wZ0vx{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:1.25rem;gap:1.25rem;width:100%;margin-bottom:2.5rem}.ProfileBuilder_skillTag__zrMqO{padding:1rem;background:#F2F2F7;border:1px solid rgba(0,0,0,.05);border-radius:14px;color:#48484A;font-weight:700;transition:all .3s cubic-bezier(.16,1,.3,1);cursor:pointer}.ProfileBuilder_skillTag__zrMqO:hover{border-color:var(--primary);color:white;background:var(--primary);transform:translateY(-3px);box-shadow:0 10px 20px rgba(55,160,0,.2)}.ProfileBuilder_experienceForm__MoLm8{display:flex;flex-direction:column;gap:1.25rem;width:100%;margin-top:1.5rem}.ProfileBuilder_stepDesc__QOaNW{color:var(--text-secondary);font-size:1rem;margin-bottom:1.5rem}.ProfileBuilder_actions__tfjZd{display:flex;gap:1rem;width:100%;margin-top:2rem}.ProfileBuilder_backBtn__WCa5F{flex:0.4 1;padding:1.25rem}.ProfileBuilder_completionCard__GG_DE{background:#F9FAFB;padding:3.5rem 2.5rem;border-radius:28px;border:1px solid #e5e7eb;width:100%}.ProfileBuilder_completionCircle__A_Xd8{width:120px;height:120px;border-radius:50%;border:8px solid rgba(55,160,0,.1);border-top:8px solid var(--primary);display:flex;align-items:center;justify-content:center;margin:0 auto 2rem;box-shadow:0 0 30px rgba(55,160,0,.2);animation:ProfileBuilder_spin__aAaCP 2s linear infinite}@keyframes ProfileBuilder_spin__aAaCP{to{transform:rotate(1turn)}}.ProfileBuilder_percent__YFu16{font-size:1.8rem;font-weight:800;color:var(--text-main)}@keyframes ProfileBuilder_counter-spin__w3sk1{to{transform:rotate(-1turn)}}.ProfileBuilder_auditList__FQ0Jv{display:flex;flex-direction:column;gap:1rem;margin-top:3rem;text-align:left}.ProfileBuilder_auditItem__GSxv_{font-size:1rem;color:var(--text-main);background:white;padding:1rem 1.5rem;border-radius:12px;border:1px solid rgba(0,0,0,.05);font-weight:600}.ProfileBuilder_completionCard__GG_DE p{color:#48484A;line-height:1.8;font-size:1.1rem}@media (max-width:768px){.ProfileBuilder_section__Avy7a{padding:120px 1.5rem 60px}.ProfileBuilder_header__ROIIA h1{font-size:2.25rem;letter-spacing:-.02em}.ProfileBuilder_formCard__26PME{padding:2.5rem 1.25rem;border-radius:24px}.ProfileBuilder_stepIcon__Qstmd{font-size:3rem;margin-bottom:1.5rem}.ProfileBuilder_formStep__AcRnX h2{font-size:1.75rem;margin-bottom:2rem}.ProfileBuilder_stepper__X8D96{display:none}.ProfileBuilder_actions__tfjZd{flex-direction:column-reverse;gap:.75rem}.ProfileBuilder_backBtn__WCa5F,.ProfileBuilder_nextBtn__1_gTg{flex:1 1;width:100%;padding:1rem;font-size:1rem}}.ProfileBuilder_hasFile__MKTlV{border-color:var(--primary)!important;background:rgba(55,160,0,.05)!important}.ProfileBuilder_progressContainer__ar7Jy{width:100%;height:8px;background:rgba(0,0,0,.05);border-radius:10px;margin-top:1.5rem;overflow:hidden}.ProfileBuilder_progressBar__XhVrT{height:100%;background:var(--primary);transition:width .3s ease}.ProfileBuilder_skillSelected__CD72c{background:var(--primary)!important;color:white!important;border-color:var(--primary)!important}.ProfileBuilder_uploadGrid__OE6KL{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;width:100%;margin-top:2rem}.ProfileBuilder_miniUpload__zjti2{text-align:left;background:#F9FAFB;padding:1.5rem;border-radius:18px;border:1px solid #e5e7eb}.ProfileBuilder_miniUpload__zjti2 label{display:block;font-size:.85rem;font-weight:700;margin-bottom:.75rem;color:var(--secondary)}.ProfileBuilder_miniUpload__zjti2 input{width:100%;font-size:.8rem}.ProfileBuilder_fileLabel__BxZsS{display:block;margin-top:.75rem;font-size:.8rem;color:var(--primary);font-weight:600}.ProfileBuilder_legalChecks__as08_{margin-top:3rem;display:flex;flex-direction:column;gap:1.25rem;text-align:left;width:100%}.ProfileBuilder_checkboxLabel__CYeDQ{display:flex;gap:1rem;align-items:flex-start;cursor:pointer;padding:1.25rem;background:#f8f9fa;border-radius:14px;border:1px solid transparent;transition:all .2s ease}.ProfileBuilder_checkboxLabel__CYeDQ:hover{background:white;border-color:var(--primary)}.ProfileBuilder_checkboxLabel__CYeDQ input{margin-top:4px;width:20px;height:20px;accent-color:var(--primary)}.ProfileBuilder_checkboxLabel__CYeDQ span{font-size:.9rem;line-height:1.5;color:#4b5563}.ProfileBuilder_statusNote__gNfY6{margin-top:2rem;font-size:.9rem!important;color:var(--text-muted)!important;font-style:italic}@media (max-width:768px){.ProfileBuilder_uploadGrid__OE6KL{grid-template-columns:1fr}}.ProfileBuilder_settingsMain__YaEQz{min-height:100vh;background:var(--bg-deep)}.ProfileBuilder_settingsContainer__E55GC{max-width:1000px;margin:0 auto;padding:80px 2rem}.ProfileBuilder_settingsHeader__mPm13{margin-bottom:2.5rem}.ProfileBuilder_settingsHeader__mPm13 h1{font-size:1.8rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em;margin:0 0 6px}.ProfileBuilder_settingsHeader__mPm13 p{font-size:.9rem;color:var(--text-muted);margin:0}.ProfileBuilder_settingsGrid__VqzCJ{display:grid;grid-template-columns:220px 1fr;grid-gap:2rem;gap:2rem;align-items:start}.ProfileBuilder_photoCard__WZfMJ{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem;text-align:center}.ProfileBuilder_photoCard__WZfMJ h3{font-size:.85rem;font-weight:700;color:var(--text-main);margin:0 0 1rem}.ProfileBuilder_photoNote__7Tt5t{font-size:.75rem;color:var(--text-muted);margin:.75rem 0 0}.ProfileBuilder_settingsFormCol__jHvQq{display:flex;flex-direction:column;gap:1.5rem}.ProfileBuilder_settingsCard__ztxjT{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.75rem}.ProfileBuilder_settingsCard__ztxjT h2{font-size:1rem;font-weight:700;color:var(--text-main);margin:0 0 1.25rem;display:flex;align-items:center;gap:.5rem}.ProfileBuilder_cardDesc__xTfkV{font-size:.83rem;color:var(--text-muted);margin:-.75rem 0 1.25rem}.ProfileBuilder_fieldRow___nfYw{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.ProfileBuilder_field__5Bdul{display:flex;flex-direction:column;margin-bottom:1rem}.ProfileBuilder_field__5Bdul label{font-size:.8rem;font-weight:700;color:var(--text-secondary);margin-bottom:.4rem;display:flex;align-items:center;gap:.3rem}.ProfileBuilder_field__5Bdul input,.ProfileBuilder_field__5Bdul textarea{padding:.65rem .9rem;background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-main);font-size:.88rem;font-family:inherit;outline:none;transition:border-color .2s;resize:vertical}.ProfileBuilder_field__5Bdul input:focus,.ProfileBuilder_field__5Bdul textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(55,160,0,.08)}.ProfileBuilder_skillsWrap__dFK7m{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;min-height:32px}.ProfileBuilder_skillChip__5T22E{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .65rem;background:rgba(55,160,0,.08);border:1px solid rgba(55,160,0,.2);border-radius:8px;font-size:.8rem;font-weight:600;color:var(--primary)}.ProfileBuilder_chipRemove__MtgVH{background:none;border:none;color:inherit;cursor:pointer;font-size:1rem;line-height:1;padding:0;opacity:.7}.ProfileBuilder_chipRemove__MtgVH:hover{opacity:1}.ProfileBuilder_addSkillRow__Vhc_b{display:flex;gap:.5rem;margin-bottom:1rem}.ProfileBuilder_skillInput___WnHT{flex:1 1;padding:.6rem .9rem;background:var(--bg-deep);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.85rem;font-family:inherit;color:var(--text-main);outline:none}.ProfileBuilder_skillInput___WnHT:focus{border-color:var(--primary)}.ProfileBuilder_addSkillBtn__GPf2H{width:38px;height:38px;background:var(--primary);color:white;border:none;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;flex-shrink:0}.ProfileBuilder_suggestions__Nz04r{display:flex;flex-wrap:wrap;gap:.4rem}.ProfileBuilder_suggestionPill__q_K_G{padding:.25rem .6rem;background:var(--bg-deep);border:1px solid var(--border);border-radius:8px;font-size:.75rem;font-weight:600;color:var(--text-secondary);cursor:pointer;transition:all .15s}.ProfileBuilder_suggestionPill__q_K_G:hover{border-color:var(--primary);color:var(--primary);background:rgba(55,160,0,.05)}.ProfileBuilder_saveRow__NPj43{display:flex;gap:1rem;align-items:center}.ProfileBuilder_saveBtn__lBdS3{display:flex;align-items:center;gap:.5rem}.ProfileBuilder_loadingScreen__nRIS_{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-muted)}.ProfileBuilder_loader__q_yj9{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;animation:ProfileBuilder_spin__aAaCP .8s linear infinite}@media (max-width:768px){.ProfileBuilder_settingsContainer__E55GC{padding:90px 1.25rem 60px}.ProfileBuilder_fieldRow___nfYw,.ProfileBuilder_settingsGrid__VqzCJ{grid-template-columns:1fr}.ProfileBuilder_saveRow__NPj43{flex-direction:column}.ProfileBuilder_saveRow__NPj43 button{width:100%;justify-content:center}}.Empresas_main__iGMiE{overflow-x:hidden}.Empresas_hero__Fm1IC{padding:120px 0 80px;background:radial-gradient(circle at 100% 0,rgba(55,160,0,.05) 0,transparent 50%);position:relative}.Empresas_container__lgw6X{max-width:1200px;margin:0 auto;padding:0 2rem}.Empresas_heroContent__1Bjw6{max-width:800px;margin:0 auto;text-align:center}.Empresas_badge__n3rP3{display:inline-block;padding:8px 16px;background:rgba(55,160,0,.1);color:var(--primary);border-radius:20px;font-weight:700;font-size:.9rem;margin-bottom:1.5rem}.Empresas_title__bs_Yw{font-size:4rem;font-weight:800;line-height:1.1;letter-spacing:-.04em;color:var(--secondary);margin-bottom:1.5rem}.Empresas_subtitle__Q9n_7{font-size:1.25rem;color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.6}.Empresas_heroActions__mu_i3{display:flex;gap:1rem;justify-content:center}.Empresas_features__vSGD3{padding:100px 0;background:white}.Empresas_sectionHeader__1RadA{text-align:center;max-width:700px;margin:0 auto 4rem}.Empresas_sectionHeader__1RadA h2{font-size:2.5rem;font-weight:800;color:var(--secondary);margin-bottom:1rem}.Empresas_featuresGrid__4E__q{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.Empresas_featureCard__U6cHk{padding:2.5rem;text-align:left;display:flex;flex-direction:column;gap:1.5rem}.Empresas_featureIcon__S4m7s{font-size:3rem;color:var(--primary)}.Empresas_featureCard__U6cHk h3{font-size:1.5rem;font-weight:700;color:var(--secondary)}.Empresas_featureCard__U6cHk p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.Empresas_traceability__pEmBp{padding:100px 0;background:var(--bg-surface)}.Empresas_bentoGrid__nOQVA{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:2rem;gap:2rem;margin-top:3rem}.Empresas_bentoItem__S0lcJ{padding:3rem;display:flex;flex-direction:column;justify-content:center}.Empresas_bentoImage__Djvri{background:white;border-radius:32px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:var(--glass-shadow)}.Empresas_ctaSection__f8FYQ{padding:100px 0}.Empresas_ctaCard__c_que{background:var(--secondary);border-radius:40px;padding:5rem 3rem;text-align:center;color:white;position:relative;overflow:hidden}.Empresas_ctaCard__c_que h2{font-size:3rem;font-weight:800;margin-bottom:1.5rem}.Empresas_ctaCard__c_que p{font-size:1.2rem;opacity:.8;max-width:600px;margin:0 auto 2.5rem}@media (max-width:768px){.Empresas_title__bs_Yw{font-size:2.5rem}.Empresas_bentoGrid__nOQVA{grid-template-columns:1fr}.Empresas_heroActions__mu_i3{flex-direction:column}}.Onboarding_main__4Ts_P{min-height:100vh;background:var(--bg-surface)}.Onboarding_container__5Xk_2{max-width:1200px;margin:0 auto;padding:160px 2rem 100px;display:flex;justify-content:center}.Onboarding_content__fnHcp{text-align:center;max-width:800px}.Onboarding_content__fnHcp h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:900;margin-bottom:1rem;color:var(--text-main);letter-spacing:-.04em}.Onboarding_content__fnHcp p{font-size:1.25rem;color:var(--text-secondary);margin-bottom:4rem}.Onboarding_options__X1w4p{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:4rem}.Onboarding_card__uVcRw{padding:3rem 2rem;background:white;border-radius:32px;border:2px solid transparent;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center}.Onboarding_card__uVcRw:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.1);border-color:rgba(55,160,0,.1)}.Onboarding_selected__ae_wv{border-color:var(--primary);background:rgba(55,160,0,.02);box-shadow:0 15px 40px rgba(55,160,0,.1)}.Onboarding_icon__NoH0W{font-size:4rem;color:var(--text-muted);margin-bottom:2rem;transition:all .3s ease}.Onboarding_selected__ae_wv .Onboarding_icon__NoH0W{color:var(--primary);transform:scale(1.1)}.Onboarding_card__uVcRw h3{font-size:1.75rem;font-weight:800;margin-bottom:1rem;color:var(--text-main)}.Onboarding_card__uVcRw p{font-size:1rem;margin-bottom:0;color:var(--text-secondary)}.Onboarding_finishBtn__OOhP_{background:var(--primary);color:white;padding:1.25rem 4rem;font-size:1.1rem;box-shadow:0 10px 30px rgba(55,160,0,.3)}.Onboarding_finishBtn__OOhP_:disabled{opacity:.5;cursor:not-allowed;transform:none}@media (max-width:768px){.Onboarding_options__X1w4p{grid-template-columns:1fr}.Onboarding_container__5Xk_2{padding:120px 1.5rem 60px}}.Home_personalizedSection__TIPeR{padding:4rem 2rem;background:var(--bg-surface)}.Home_container__YRaDf{max-width:1100px;margin:0 auto}.Home_benefitsGrid__RZGVU{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.Home_benefitItem__m6RIv{display:flex;align-items:center;gap:1rem;font-weight:700;font-size:1.1rem;color:white}.Home_benefitItem__m6RIv svg{font-size:1.5rem;opacity:.8}.Home_networkPreview__7BIEj{padding:100px 2rem;background:white}.Home_sectionHeader__5oWgI{text-align:center;margin-bottom:4rem}.Home_sectionHeader__5oWgI h2{font-size:2.5rem;font-weight:800;color:var(--secondary);margin-bottom:1rem}.Home_activityGrid__7S5Uh{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.Home_activityCard__teihO{padding:1.5rem;display:flex;align-items:center;gap:1.25rem}.Home_activityDot__Kg7nT{width:12px;height:12px;background:var(--primary);border-radius:50%;box-shadow:0 0 10px var(--primary);flex-shrink:0}.Home_activityInfo__7iylu p{font-size:1rem;font-weight:600;color:var(--secondary);margin-bottom:.25rem}.Home_activityInfo__7iylu span{font-size:.85rem;color:var(--text-muted)}@media (max-width:768px){.Home_benefitsGrid__RZGVU{grid-template-columns:1fr;gap:1.5rem}}.Legal_main__ldA83{min-height:100vh;background:white}.Legal_container__bB6fp{max-width:800px;margin:0 auto;padding:0 2rem}.Legal_section__vxdrz{padding:160px 0 100px}.Legal_section__vxdrz h1{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;margin-bottom:4rem;text-align:center;color:var(--text-main)}.Legal_content__Q4xP3{background:white;border:1px solid rgba(0,0,0,.05);border-radius:32px;padding:4rem;box-shadow:0 10px 40px rgba(0,0,0,.05)}.Legal_content__Q4xP3 h2{font-size:1.75rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text-main)}.Legal_content__Q4xP3 p{font-size:1.1rem;color:var(--text-secondary);line-height:1.8;margin-bottom:1.5rem}@media (max-width:768px){.Legal_content__Q4xP3{padding:2.5rem 1.5rem}}.FilterSidebar_sidebar__gUquQ{border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-sm);top:90px;max-height:calc(100vh - 110px);overflow-y:auto}.FilterSidebar_header__05m_P,.FilterSidebar_sidebar__gUquQ{background:var(--bg-white);position:-webkit-sticky;position:sticky}.FilterSidebar_header__05m_P{display:flex;align-items:center;gap:.6rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);top:0;z-index:1}.FilterSidebar_headerIcon__2FGEa{font-size:1.2rem;color:var(--primary)}.FilterSidebar_headerTitle__I9wFe{font-size:.95rem;font-weight:700;color:var(--text-main);flex:1 1;letter-spacing:-.01em}.FilterSidebar_clearBtn__RbBxB{font-size:.75rem;font-weight:600;color:var(--primary);background:var(--primary-light);border:none;cursor:pointer;padding:3px 10px;border-radius:20px;transition:opacity .2s}.FilterSidebar_clearBtn__RbBxB:hover{opacity:.75}.FilterSidebar_groups__PNewQ{padding:.5rem 0}.FilterSidebar_group__4Bw3J{border-bottom:1px solid var(--border)}.FilterSidebar_group__4Bw3J:last-child{border-bottom:none}.FilterSidebar_groupHeader__raGpi{width:100%;display:flex;align-items:center;gap:.6rem;padding:.9rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s}.FilterSidebar_groupHeader__raGpi:hover{background:var(--bg-surface)}.FilterSidebar_groupIcon__0akiP{font-size:1.05rem;color:var(--text-muted);flex-shrink:0}.FilterSidebar_groupLabel__fhHP0{font-size:.85rem;font-weight:600;color:var(--text-main);flex:1 1}.FilterSidebar_groupCount__YMzVc{font-size:.7rem;font-weight:700;background:var(--primary);color:white;padding:1px 7px;border-radius:20px;min-width:18px;text-align:center}.FilterSidebar_chevron__bJl_H{font-size:.95rem;color:var(--text-muted)}.FilterSidebar_groupOptions__fHF8B{padding:.25rem 1.5rem .9rem;display:flex;flex-direction:column;gap:0}.FilterSidebar_option___wbA7{display:flex;align-items:center;gap:.6rem;padding:.45rem 0;cursor:pointer}.FilterSidebar_option___wbA7:hover .FilterSidebar_optionLabel__UG8KZ{color:var(--primary)}.FilterSidebar_input__K2UNV{accent-color:var(--primary);width:15px;height:15px;cursor:pointer;flex-shrink:0}.FilterSidebar_optionLabel__UG8KZ{font-size:.84rem;color:var(--text-secondary);transition:color .15s;line-height:1.3}.Vacantes_pageWrapper__Qgw8K{background:var(--bg-deep);min-height:100vh;padding-top:64px}.Vacantes_searchStrip__ShWWd{background:var(--bg-white);border-bottom:1px solid var(--border);padding:0 2rem;position:-webkit-sticky;position:sticky;top:72px;z-index:100}.Vacantes_searchStripInner__IRCMf{max-width:1300px;display:flex;align-items:center;gap:0;height:64px;background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden;margin:12px 0}.Vacantes_searchGroup___P16c{display:flex;align-items:center;flex:1 1;padding:0 1.25rem;gap:.6rem}.Vacantes_searchStripIcon__VY81y{font-size:1.2rem;color:var(--text-muted);flex-shrink:0}.Vacantes_searchStripInput__NRW3O{flex:1 1;border:none;background:transparent;font-size:.92rem;font-family:inherit;color:var(--text-main);outline:none}.Vacantes_searchStripInput__NRW3O::placeholder{color:var(--text-placeholder)}.Vacantes_searchDivider__I6zZ4{width:1px;height:32px;background:var(--border);flex-shrink:0}.Vacantes_searchStripBtn__p4Qiz{margin:8px;flex-shrink:0;border-radius:var(--radius-sm)!important}.Vacantes_boardWrapper__7Ygbg{display:grid;grid-template-columns:260px 380px 1fr;grid-gap:1.25rem;gap:1.25rem;max-width:1300px;margin:1.5rem auto;padding:0 1.5rem 4rem;align-items:start}@media (max-width:1100px){.Vacantes_boardWrapper__7Ygbg{grid-template-columns:220px 340px 1fr;gap:1rem}}@media (max-width:900px){.Vacantes_boardWrapper__7Ygbg{grid-template-columns:200px 1fr}.Vacantes_detailCol__YYgZV{display:none}}@media (max-width:640px){.Vacantes_pageWrapper__Qgw8K{padding-top:114px}.Vacantes_boardWrapper__7Ygbg{grid-template-columns:1fr;padding:0 1rem 4rem}.Vacantes_filterCol__LLT5O{display:none}.Vacantes_searchStrip__ShWWd{top:60px}.Vacantes_searchStripInner__IRCMf{flex-direction:column;height:auto;padding:.75rem;gap:.5rem}.Vacantes_searchGroup___P16c{width:100%;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-white);padding:.5rem .75rem}.Vacantes_searchDivider__I6zZ4{display:none}.Vacantes_searchStripBtn__p4Qiz{width:100%;margin:0}}.Vacantes_listCol__ZRVL2{display:flex;flex-direction:column;gap:.75rem;min-width:0}.Vacantes_listHeader__4zFfp{display:flex;align-items:center;justify-content:space-between;padding:0 .25rem}.Vacantes_resultsLabel__V0SPv{font-size:.85rem;color:var(--text-muted)}.Vacantes_resultsLabel__V0SPv strong{color:var(--text-main);font-weight:700}.Vacantes_skeletonInline__IyeG0{display:inline-block;width:120px;height:12px;border-radius:6px}.Vacantes_jobList__q0Sps{display:flex;flex-direction:column;gap:.5rem}.Vacantes_cardWrapper__xxumj{cursor:pointer;border-radius:var(--radius-xl);transition:all .15s ease;outline:2px solid transparent}.Vacantes_selectedCard__XFLYB{outline-color:var(--primary)}.Vacantes_selectedCard__XFLYB .Vacantes_jobCard__Yx2IL{background:#f5fbf0}.Vacantes_skeletonCard__TV8wV{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;background:var(--bg-white);border-radius:var(--radius-xl);border:1px solid var(--border)}.Vacantes_skeletonLogo__Kn3LF{width:48px;height:48px;border-radius:var(--radius-sm);flex-shrink:0}.Vacantes_skeletonLines__xGp4H{flex:1 1;display:flex;flex-direction:column;gap:9px;padding-top:4px}.Vacantes_skeletonLine__jMhsm{height:11px;border-radius:5px}.Vacantes_wide__9ij_m{width:70%}.Vacantes_medium__ZKEd_{width:50%}.Vacantes_narrow__Uk9Sk{width:35%}.Vacantes_emptyState__9ny_u{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:4rem 2rem;text-align:center;color:var(--text-muted);font-size:.9rem;background:var(--bg-white);border-radius:var(--radius-xl);border:1px solid var(--border)}.Vacantes_emptyIcon__SroPP{font-size:2.5rem;opacity:.3}.Vacantes_detailCol__YYgZV,.Vacantes_filterCol__LLT5O{position:-webkit-sticky;position:sticky;top:76px;max-height:calc(100vh - 88px);overflow-y:auto}.Vacantes_detailCol__YYgZV{min-width:0}.Vacantes_detailPanel__Q6OpH{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);overflow:hidden;display:flex;flex-direction:column}.Vacantes_mobileBack__O4vpY{display:none;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-size:.85rem;font-weight:600;color:var(--primary);background:none;border:none;border-bottom:1px solid var(--border);cursor:pointer;width:100%;text-align:left}@media (max-width:900px){.Vacantes_detailCol__YYgZV{position:fixed;inset:0;z-index:200;top:60px;max-height:100vh;overflow-y:auto;background:var(--bg-white);transform:translateX(100%);transition:transform .3s ease;border-radius:0}.Vacantes_detailVisible__0i87a{transform:translateX(0)}.Vacantes_mobileBack__O4vpY{display:flex}}.Vacantes_detailHead__oItC0{display:flex;gap:1.25rem;align-items:flex-start;padding:1.75rem 1.75rem 0}.Vacantes_detailLogo__bFRv_{width:64px;height:64px;border-radius:var(--radius-md);background:var(--bg-surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--primary);overflow:hidden;flex-shrink:0}.Vacantes_detailLogo__bFRv_ img{width:100%;height:100%;object-fit:cover}.Vacantes_detailMeta__j7Db_{flex:1 1;min-width:0}.Vacantes_detailTitle__lAJSP{font-size:1.35rem;font-weight:800;color:var(--text-main);letter-spacing:-.02em;line-height:1.2;margin-bottom:4px}.Vacantes_detailCompany__qGQc7{font-size:.95rem;font-weight:600;color:var(--text-secondary);margin-bottom:4px}.Vacantes_detailLocation__W_Epj{display:flex;align-items:center;gap:4px;font-size:.85rem;color:var(--text-muted)}.Vacantes_detailActions__f9XS_{display:flex;gap:.6rem;padding:1.25rem 1.75rem;align-items:center}.Vacantes_iconActionBtn__tvZAO{width:40px;height:40px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--bg-white);display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:var(--text-secondary);cursor:pointer;transition:all .15s;flex-shrink:0}.Vacantes_iconActionBtn__tvZAO:hover{border-color:var(--primary);color:var(--primary)}.Vacantes_detailChips___jvDb{display:flex;flex-wrap:wrap;gap:.5rem;padding:0 1.75rem 1.25rem}.Vacantes_chip__QJroY{padding:4px 12px;border-radius:20px;font-size:.78rem;font-weight:600;background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border)}.Vacantes_chipSalary__TILOz{background:rgba(45,146,0,.07);color:var(--primary);border-color:rgba(45,146,0,.2)}.Vacantes_chipCulture__MGGw7{background:rgba(255,196,0,.1);color:#7a5d00;border-color:rgba(255,196,0,.3)}.Vacantes_chipMatch__GH1J_{background:rgba(99,102,241,.08);color:#4f46e5;border-color:rgba(99,102,241,.2)}.Vacantes_chipDate__TbSqB{color:var(--text-muted)}.Vacantes_detailDivider__49_f4{height:1px;background:var(--border);margin:0 1.75rem}.Vacantes_detailBody__GOWrY{padding:1.5rem 1.75rem 2rem;display:flex;flex-direction:column;gap:1.75rem}.Vacantes_detailSection__ZqyQ4 h3{font-size:.85rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.75rem}.Vacantes_detailSection__ZqyQ4 p{font-size:.92rem;line-height:1.65;color:var(--text-secondary)}.Vacantes_reqList__a0AJ3{list-style:none;display:flex;flex-direction:column;gap:.6rem}.Vacantes_reqList__a0AJ3 li{display:flex;align-items:flex-start;gap:.5rem;font-size:.9rem;color:var(--text-secondary);line-height:1.4}.Vacantes_reqCheck__kFMGh{font-size:1rem;color:var(--primary);flex-shrink:0;margin-top:1px}.Vacantes_benefitsGrid__p6zES{display:flex;flex-wrap:wrap;gap:.5rem}.Vacantes_benefitPill__G_EjZ{padding:5px 14px;border-radius:20px;font-size:.82rem;font-weight:600;background:var(--primary-light);color:var(--primary);border:1px solid rgba(45,146,0,.15)}.Vacantes_cultureCard__VD7wI{background:var(--bg-surface);border-radius:var(--radius-md);padding:1.25rem;border:1px solid var(--border)}.Vacantes_cultureStars__j___G{font-size:1.1rem;color:#f5a623;display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem}.Vacantes_cultureScore__kQ_Ow{font-size:.82rem;font-weight:700;color:var(--text-secondary)}.Vacantes_detailEmpty__jlOvk{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:320px;color:var(--text-muted);font-size:.9rem;background:var(--bg-white);border-radius:var(--radius-xl);border:2px dashed var(--border);padding:2rem;text-align:center}.Vacantes_detailEmptyIcon__v5YzX{font-size:2.5rem;opacity:.25}.Vacantes_jobCard__Yx2IL{background:var(--bg-white);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;cursor:pointer;transition:all .18s ease;box-shadow:var(--shadow-xs)}.Vacantes_jobCard__Yx2IL:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md)}.Vacantes_jobCardTop__K96TE{display:flex;align-items:flex-start;gap:.9rem}.Vacantes_companyLogo__UtnUo{width:48px;height:48px;border-radius:var(--radius-sm);background:var(--bg-surface);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:1.4rem;color:var(--primary);overflow:hidden;flex-shrink:0}.Vacantes_companyLogo__UtnUo img{width:100%;height:100%;object-fit:cover}.Vacantes_jobInfo__nstju{flex:1 1;min-width:0}.Vacantes_jobTitle__xfHSt{font-size:.97rem;font-weight:700;color:var(--text-main);letter-spacing:-.01em;line-height:1.25;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Vacantes_companyName__SaBR7{font-size:.82rem;color:var(--text-secondary);font-weight:500}.Vacantes_companyLink__pysjd:hover{color:var(--primary)}.Vacantes_urgentBadge__N3Rlb{display:flex;align-items:center;gap:3px;font-size:.7rem;font-weight:700;color:#d14800;background:rgba(209,72,0,.08);border:1px solid rgba(209,72,0,.2);padding:2px 8px;border-radius:20px;white-space:nowrap;flex-shrink:0}.Vacantes_jobMeta__upspx{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.Vacantes_metaChip__YHZhz{display:flex;align-items:center;gap:3px;font-size:.78rem;color:var(--text-muted);font-weight:500}.Vacantes_metaChip__YHZhz svg{font-size:.9rem}.Vacantes_metaDot__ot0d8{width:3px;height:3px;border-radius:50%;background:var(--border)}.Vacantes_salaryChip__XO_2G{color:var(--primary);font-weight:700;font-size:.8rem}.Vacantes_typeBadge__kONFA{padding:2px 9px;border-radius:20px;font-size:.73rem;font-weight:600;background:var(--bg-surface);color:var(--text-secondary);border:1px solid var(--border);margin-left:auto}.Vacantes_matchRow__Fc96y{display:flex;align-items:center;gap:.5rem;padding-top:.5rem;border-top:1px solid var(--border)}.Vacantes_matchBadge__0mzdL{display:flex;align-items:center;gap:3px;font-size:.75rem;font-weight:700;color:#4f46e5;background:rgba(99,102,241,.07);border:1px solid rgba(99,102,241,.15);padding:3px 10px;border-radius:20px}.Vacantes_applyBtn__M1yL4{margin-left:auto;font-size:.78rem;font-weight:700;color:var(--primary);background:var(--primary-light);border:1px solid rgba(45,146,0,.2);padding:4px 14px;border-radius:20px;cursor:pointer;transition:all .15s}.Vacantes_applyBtn__M1yL4:hover{background:var(--primary);color:white}.Vacantes_appliedBtn__7gwd7{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:11px 24px;border-radius:var(--radius-md);font-size:.92rem;font-weight:700;background:rgba(45,146,0,.08);color:var(--primary);border:1px solid rgba(45,146,0,.25);cursor:default}.Vacantes_applyError__QnxSS{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;color:#ff453a;background:rgba(255,69,58,.07);border:1px solid rgba(255,69,58,.2);border-radius:var(--radius-sm);padding:.6rem 1.25rem;margin:0 1.75rem}.Vacantes_chipUrgent__FbcHi{background:rgba(255,159,10,.1);color:#b25000;border-color:rgba(255,159,10,.3)}.Vacantes_matchLabel__4I__q{font-size:.78rem;font-weight:600;color:#4f46e5}.Vacantes_mainWrapper__HzY_U{background:var(--bg-deep);min-height:100vh;padding-top:80px}.Vacantes_heroSection__Ep7RJ{padding:60px 0 40px;text-align:center;background:var(--bg-white)}.Vacantes_searchHeader__HQFDY{background:var(--bg-white);border-bottom:1px solid var(--border)}.Vacantes_container__Q2g39{max-width:1200px;margin:0 auto;padding:0 2rem}.Vacantes_title__0mdrF{font-size:3rem;font-weight:800;letter-spacing:-.03em;margin-bottom:1.25rem;color:var(--secondary)}.Vacantes_subtitle__ffFbr{font-size:1.1rem;color:var(--text-secondary);max-width:560px;margin:0 auto 2.5rem;line-height:1.6}.Vacantes_searchBar__1aBYZ{display:flex;align-items:center;padding:6px 10px;border-radius:50px;max-width:860px;margin:0 auto;gap:0;background:var(--bg-surface);border:1px solid var(--border)}.Vacantes_searchField__rSuBn{flex:1 1;display:flex;align-items:center;padding:0 1rem;gap:.5rem}.Vacantes_searchIcon__LqNNX{font-size:1.3rem;color:var(--primary)}.Vacantes_input__nL7WI{width:100%;border:none;background:transparent;padding:8px 0;font-size:.95rem;font-family:inherit;color:var(--text-main);outline:none}.Vacantes_input__nL7WI::placeholder{color:var(--text-placeholder)}.Vacantes_divider___VbWh{width:1px;height:36px;background:var(--border)}.CompanyProfile_main__WmsS6{background:var(--bg-surface);min-height:100vh}.CompanyProfile_container__DKJYn{max-width:1200px;margin:0 auto;padding:0 2rem}.CompanyProfile_profileHeader__0hP_2{background:white;padding:120px 0 60px;border-bottom:1px solid var(--glass-border)}.CompanyProfile_headerContent__UkquT{display:flex;align-items:center;gap:2rem}.CompanyProfile_companyLogo__Hgi9h{width:120px;height:120px;background:var(--primary-gradient);border-radius:32px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;font-weight:800;color:white;box-shadow:0 10px 30px rgba(55,160,0,.2)}.CompanyProfile_companyMeta__j7SeZ{flex:1 1}.CompanyProfile_badge__O2vmJ{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;font-weight:700;color:var(--primary);background:rgba(55,160,0,.1);padding:4px 12px;border-radius:20px;margin-bottom:.5rem}.CompanyProfile_companyName__OJaE0{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;color:var(--secondary);margin-bottom:.5rem}.CompanyProfile_metaRow__8e4_d{display:flex;gap:1.5rem;color:var(--text-secondary);font-size:.95rem}.CompanyProfile_metaRow__8e4_d span{display:flex;align-items:center;gap:.4rem}.CompanyProfile_contentGrid__KDnqi{display:grid;grid-template-columns:1fr 400px;grid-gap:3rem;gap:3rem;padding:3rem 0 100px}.CompanyProfile_sectionTitle__NZOOI{font-size:1.5rem;font-weight:700;color:var(--secondary);margin-bottom:1.5rem}.CompanyProfile_cultureDesc__hD3kj{font-size:1.1rem;line-height:1.7;color:var(--text-secondary);margin-bottom:2.5rem}.CompanyProfile_valuesGrid__UX_Yv{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem}.CompanyProfile_valueCard__B1hpj{padding:1.5rem}.CompanyProfile_valueIcon__lJAyz{font-size:2rem;color:var(--primary);margin-bottom:1rem}.CompanyProfile_valueCard__B1hpj h3{font-size:1.2rem;margin-bottom:.5rem;color:var(--secondary)}.CompanyProfile_valueCard__B1hpj p{font-size:.95rem;color:var(--text-secondary)}.CompanyProfile_gallery__xLKyg{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.CompanyProfile_galleryItem__liPsK{height:250px;background:#E5E5EA;border-radius:24px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-weight:600}.CompanyProfile_sidebar__2BlVY{display:flex;flex-direction:column;gap:1.5rem}.CompanyProfile_openingsList__v4phV{display:flex;flex-direction:column;gap:1rem}@media (max-width:1024px){.CompanyProfile_contentGrid__KDnqi{grid-template-columns:1fr}.CompanyProfile_headerContent__UkquT{flex-direction:column;text-align:center}.CompanyProfile_metaRow__8e4_d{justify-content:center;flex-wrap:wrap}}.DocumentUpload_docCard__NtM_G{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:white;border-radius:20px;border:1px solid var(--glass-border);transition:all .3s ease}.DocumentUpload_verified__Sjf0o{border-color:var(--primary);background:rgba(55,160,0,.02)}.DocumentUpload_iconBox__o6VVF{width:50px;height:50px;background:var(--bg-surface);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-muted)}.DocumentUpload_successIcon__9a3FV{color:var(--primary)}.DocumentUpload_info__H8JmP{flex:1 1}.DocumentUpload_info__H8JmP h4{font-size:1.1rem;font-weight:700;color:var(--text-main);margin-bottom:.25rem}.DocumentUpload_info__H8JmP p{font-size:.85rem;color:var(--text-muted)}.DocumentUpload_uploadBtn__kYGi6{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;background:var(--bg-surface);color:var(--text-secondary);border-radius:12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .2s}.DocumentUpload_uploadBtn__kYGi6:hover{background:#eee}.DocumentUpload_uploadBtn__kYGi6 input{display:none}.DocumentUpload_uploadBtn__kYGi6 svg{font-size:1.2rem}@media (max-width:600px){.DocumentUpload_docCard__NtM_G{flex-direction:column;text-align:center;gap:1rem}.DocumentUpload_uploadBtn__kYGi6{width:100%;justify-content:center}}