.Dashboard-module__5cuSHa__dashboardContainer{min-height:calc(100vh - 120px);display:flex}.Dashboard-module__5cuSHa__sidebar{background:#f8f9fa;border-right:1px solid #e9ecef;width:280px;padding:20px}.Dashboard-module__5cuSHa__userInfo{align-items:center;margin-bottom:30px;display:flex}.Dashboard-module__5cuSHa__avatar{color:#fff;background:#007bff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-right:15px;font-size:24px;font-weight:700;display:flex}.Dashboard-module__5cuSHa__userDetails h3{margin:0 0 5px;font-size:18px}.Dashboard-module__5cuSHa__userDetails p{color:#6c757d;margin:2px 0;font-size:14px}.Dashboard-module__5cuSHa__sidebarNav{flex-direction:column;gap:5px;display:flex}.Dashboard-module__5cuSHa__navItem{text-align:left;cursor:pointer;color:#495057;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;padding:12px 15px;transition:all .2s;display:flex}.Dashboard-module__5cuSHa__navItem:hover{background:#e9ecef}.Dashboard-module__5cuSHa__navItem.Dashboard-module__5cuSHa__active{color:#fff;background:#007bff}.Dashboard-module__5cuSHa__mainContent{flex:1;padding:30px}.Dashboard-module__5cuSHa__header{margin-bottom:30px}.Dashboard-module__5cuSHa__header h1{margin:0 0 10px;font-size:28px}.Dashboard-module__5cuSHa__header p{color:#6c757d;margin:0;font-size:16px}.Dashboard-module__5cuSHa__loadingContainer{justify-content:center;align-items:center;min-height:50vh;display:flex}.Dashboard-module__5cuSHa__loading{color:#6c757d;font-size:18px}.Dashboard-module__5cuSHa__statsGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:30px;display:grid}.Dashboard-module__5cuSHa__statCard{background:#fff;border-radius:12px;align-items:center;gap:15px;padding:20px;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Dashboard-module__5cuSHa__statIcon{color:#fff;background:#007bff;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;font-size:20px;display:flex}.Dashboard-module__5cuSHa__statContent h3{margin:0 0 5px;font-size:24px}.Dashboard-module__5cuSHa__statContent p{color:#6c757d;margin:0}.Dashboard-module__5cuSHa__recentActivity{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Dashboard-module__5cuSHa__activityList{flex-direction:column;gap:15px;display:flex}.Dashboard-module__5cuSHa__activityItem{align-items:center;gap:15px;padding:10px;display:flex}.Dashboard-module__5cuSHa__activityIcon{color:#007bff;background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Dashboard-module__5cuSHa__activityContent p{margin:0 0 5px}.Dashboard-module__5cuSHa__activityTime{color:#6c757d;font-size:12px}.Dashboard-module__5cuSHa__jobsList,.Dashboard-module__5cuSHa__applicationsList{flex-direction:column;gap:15px;display:flex}.Dashboard-module__5cuSHa__jobCard,.Dashboard-module__5cuSHa__applicationCard{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.Dashboard-module__5cuSHa__jobCard h3,.Dashboard-module__5cuSHa__applicationCard h3{margin:0 0 10px}.Dashboard-module__5cuSHa__jobMeta,.Dashboard-module__5cuSHa__applicationMeta{color:#6c757d;gap:15px;margin:10px 0;font-size:14px;display:flex}.Dashboard-module__5cuSHa__status{border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500}.Dashboard-module__5cuSHa__status.Dashboard-module__5cuSHa__active{color:#155724;background:#d4edda}.Dashboard-module__5cuSHa__status.Dashboard-module__5cuSHa__pending{color:#856404;background:#fff3cd}.Dashboard-module__5cuSHa__status.Dashboard-module__5cuSHa__accepted{color:#155724;background:#d4edda}.Dashboard-module__5cuSHa__status.Dashboard-module__5cuSHa__rejected{color:#721c24;background:#f8d7da}.Dashboard-module__5cuSHa__jobStats{color:#6c757d;gap:15px;font-size:14px;display:flex}.Dashboard-module__5cuSHa__emptyState{text-align:center;color:#6c757d;padding:40px}.Dashboard-module__5cuSHa__emptyState h3{margin:0 0 10px}
:root{--color-primary:#3b82f6;--color-primary-dark:#2563eb;--color-primary-light:#93c5fd;--color-text:#1f2937;--color-text-light:#6b7280;--color-background:#fff;--color-background-hover:#f9fafb;--color-background-alt:#f3f4f6;--color-border:#e5e7eb;--shadow:0 2px 10px rgba(0,0,0,.1);--shadow-lg:0 4px 20px rgba(0,0,0,.12);--border-radius:8px;--transition:all .3s ease}body{color:var(--color-text);background-color:#fafafa;padding-bottom:60px;line-height:1.6}.Navbar-module__P48_Aa__navbar{background:var(--color-background);box-shadow:var(--shadow);z-index:1000;position:-webkit-sticky;position:sticky;top:0}.Navbar-module__P48_Aa__navContainer{justify-content:space-between;align-items:center;max-width:1200px;height:70px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__P48_Aa__logo{color:var(--color-primary);transition:var(--transition);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__P48_Aa__logo:hover{color:var(--color-primary-dark)}.Navbar-module__P48_Aa__logo i{font-size:1.8rem}.Navbar-module__P48_Aa__navMenu{gap:2rem;display:flex}.Navbar-module__P48_Aa__navLink{color:var(--color-text);transition:var(--transition);align-items:center;gap:.5rem;padding:.5rem 0;font-weight:500;text-decoration:none;display:flex}.Navbar-module__P48_Aa__navLink:hover{color:var(--color-primary)}.Navbar-module__P48_Aa__authSection,.Navbar-module__P48_Aa__authButtons{align-items:center;gap:1rem;display:flex}.Navbar-module__P48_Aa__btn{cursor:pointer;text-transform:capitalize;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:1rem;font-weight:600;transition:all .25s ease-in-out;display:inline-flex}.Navbar-module__P48_Aa__loginBtn{color:var(--color-primary);border:1.8px solid var(--color-primary);box-shadow:inset 0 0 0 0 var(--color-primary);background-color:#fff}.Navbar-module__P48_Aa__loginBtn:hover{background-color:var(--color-primary-light);color:#fff;transform:translateY(-2px);box-shadow:0 3px 8px rgba(59,130,246,.25)}.Navbar-module__P48_Aa__signupBtn{background-color:var(--color-primary);color:#fff;border:1.8px solid var(--color-primary);box-shadow:0 3px 8px rgba(59,130,246,.25)}.Navbar-module__P48_Aa__signupBtn:hover{background-color:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-2px);box-shadow:0 5px 14px rgba(37,99,235,.35)}.Navbar-module__P48_Aa__userMenu{cursor:pointer;border-radius:var(--border-radius);transition:var(--transition);padding:.5rem;position:relative}.Navbar-module__P48_Aa__userMenu:hover{background-color:var(--color-background-hover)}.Navbar-module__P48_Aa__userInfo{flex-direction:column;align-items:flex-end;display:flex}.Navbar-module__P48_Aa__userName{color:var(--color-text);font-weight:500}.Navbar-module__P48_Aa__userType{color:var(--color-text-light);text-transform:capitalize;font-size:.75rem}.Navbar-module__P48_Aa__dropdown{background:var(--color-background);border-radius:var(--border-radius);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;min-width:180px;transition:var(--transition);border:1px solid var(--color-border);z-index:2000;padding:.5rem 0;position:absolute;top:100%;right:0;transform:translateY(-10px)}.Navbar-module__P48_Aa__userMenu.Navbar-module__P48_Aa__active .Navbar-module__P48_Aa__dropdown{opacity:1;visibility:visible;transform:translateY(5px)}.Navbar-module__P48_Aa__dropdownItem{width:100%;color:var(--color-text);text-align:left;cursor:pointer;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__P48_Aa__dropdownItem i{width:18px;color:var(--color-text-light)}.Navbar-module__P48_Aa__dropdownItem:hover{background-color:var(--color-background-alt);color:var(--color-primary)}.Navbar-module__P48_Aa__dropdownItem:hover i{color:var(--color-primary)}.Navbar-module__P48_Aa__hamburger{cursor:pointer;border-radius:var(--border-radius);background:0 0;border:none;flex-direction:column;gap:5px;padding:.5rem;display:none}.Navbar-module__P48_Aa__hamburger span{background-color:var(--color-text);width:25px;height:3px;transition:var(--transition);border-radius:2px}.Navbar-module__P48_Aa__hamburger.Navbar-module__P48_Aa__active span:first-child{transform:rotate(45deg)translate(6px,6px)}.Navbar-module__P48_Aa__hamburger.Navbar-module__P48_Aa__active span:nth-child(2){opacity:0}.Navbar-module__P48_Aa__hamburger.Navbar-module__P48_Aa__active span:nth-child(3){transform:rotate(-45deg)translate(6px,-6px)}.Navbar-module__P48_Aa__mobileBottomNav{background:var(--color-background);z-index:999;border-top:1px solid var(--color-border);justify-content:space-around;padding:.5rem 0;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px rgba(0,0,0,.1)}.Navbar-module__P48_Aa__mobileNavItem{color:var(--color-text-light);transition:var(--transition);cursor:pointer;flex-direction:column;flex:1;align-items:center;max-width:20%;padding:.5rem;font-size:.75rem;text-decoration:none;display:flex}.Navbar-module__P48_Aa__mobileNavItem i{margin-bottom:.25rem;font-size:1.25rem}.Navbar-module__P48_Aa__mobileNavItem:hover,.Navbar-module__P48_Aa__mobileNavItem.Navbar-module__P48_Aa__active{color:var(--color-primary)}@media (max-width:768px){.Navbar-module__P48_Aa__navContainer{padding:0 1rem}.Navbar-module__P48_Aa__hamburger{z-index:1001;display:flex}.Navbar-module__P48_Aa__navMenu{background:var(--color-background);opacity:0;visibility:hidden;width:100%;height:calc(100vh - 70px);transition:var(--transition);z-index:999;flex-direction:column;gap:0;padding:2rem 1.5rem;position:fixed;top:70px;left:0;overflow-y:auto;transform:translate(-100%)}.Navbar-module__P48_Aa__navMenu.Navbar-module__P48_Aa__active{opacity:1;visibility:visible;transform:translate(0)}.Navbar-module__P48_Aa__navLink{border-bottom:1px solid var(--color-border);border-radius:0;justify-content:flex-start;padding:1rem 1.25rem;font-size:1.1rem}.Navbar-module__P48_Aa__navLink:last-child{border-bottom:none}.Navbar-module__P48_Aa__authSection{border-top:1px solid var(--color-border);flex-direction:column;align-items:stretch;gap:1.25rem;width:100%;margin-top:2rem;padding:1.5rem 0}.Navbar-module__P48_Aa__authButtons{flex-direction:column;gap:.75rem;width:100%}.Navbar-module__P48_Aa__loginBtn,.Navbar-module__P48_Aa__signupBtn{text-align:center;justify-content:center;width:100%;padding:1rem;font-size:1.1rem}.Navbar-module__P48_Aa__userMenu{border:none;border-bottom:1px solid var(--color-border);align-items:flex-start;width:100%;padding:1rem 0;position:relative}.Navbar-module__P48_Aa__userInfo{align-items:flex-start;width:100%}.Navbar-module__P48_Aa__dropdown{width:100%;box-shadow:none;opacity:1;visibility:visible;border:none;margin-top:1rem;display:none;position:static;transform:none}.Navbar-module__P48_Aa__userMenu.Navbar-module__P48_Aa__active .Navbar-module__P48_Aa__dropdown{display:block}.Navbar-module__P48_Aa__dropdownItem{text-align:left;border:none;border-bottom:1px solid var(--color-border);background:var(--color-background);width:100%;padding:.75rem 1rem;font-size:1rem}.Navbar-module__P48_Aa__dropdownItem:last-child{border-bottom:none}.Navbar-module__P48_Aa__navMenu:not(.Navbar-module__P48_Aa__active),.Navbar-module__P48_Aa__authSection{display:none}}.Navbar-module__P48_Aa__content{max-width:1200px;margin:2rem auto;padding:0 1.5rem}.Navbar-module__P48_Aa__content h1{color:var(--color-text);margin-bottom:1rem}.Navbar-module__P48_Aa__content p{color:var(--color-text-light);margin-bottom:1rem}.Navbar-module__P48_Aa__demo-notice{border-radius:var(--border-radius);text-align:center;background:#f1f5f9;margin:2rem 0;padding:2rem}
.Footer-module__UDEoiW__footer{color:#f9fafb;background-color:#1f2937;margin-top:auto;padding:3rem 0 0}.Footer-module__UDEoiW__footerContainer{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__UDEoiW__footerSections{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-bottom:3rem;display:grid}.Footer-module__UDEoiW__footerSection h3{color:#fbbf24;margin-bottom:1.2rem;font-size:1.5rem;font-weight:700}.Footer-module__UDEoiW__footerSection h4{color:#f9fafb;margin-bottom:1.2rem;font-size:1.2rem;font-weight:600}.Footer-module__UDEoiW__footerSection p{color:#d1d5db;margin-bottom:1.5rem;line-height:1.6}.Footer-module__UDEoiW__footerSection ul{margin:0;padding:0;list-style:none}.Footer-module__UDEoiW__footerSection ul li{margin-bottom:.8rem}.Footer-module__UDEoiW__footerSection ul li a{color:#d1d5db;text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__footerSection ul li a:hover{color:#fbbf24}.Footer-module__UDEoiW__socialLinks{gap:1rem;margin-top:1.5rem;display:flex}.Footer-module__UDEoiW__socialLinks a{color:#f9fafb;background-color:#374151;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Footer-module__UDEoiW__socialLinks a:hover{color:#1f2937;background-color:#fbbf24;transform:translateY(-3px)}.Footer-module__UDEoiW__footerBottom{border-top:1px solid #374151;padding:1.5rem 0}.Footer-module__UDEoiW__footerBottomContent{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.Footer-module__UDEoiW__footerBottomContent p{color:#9ca3af;margin:0}.Footer-module__UDEoiW__footerLegal{gap:1.5rem;display:flex}.Footer-module__UDEoiW__footerLegal a{color:#9ca3af;font-size:.9rem;text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__footerLegal a:hover{color:#fbbf24}@media (max-width:768px){.Footer-module__UDEoiW__footerSections{grid-template-columns:1fr;gap:2rem}.Footer-module__UDEoiW__footerBottomContent{text-align:center;flex-direction:column}.Footer-module__UDEoiW__footerLegal{justify-content:center}}@media (max-width:480px){.Footer-module__UDEoiW__footer{padding:2rem 0 0}.Footer-module__UDEoiW__footerLegal{flex-direction:column;gap:.5rem}}
.About-module__kAIAca__aboutContainer{flex-direction:column;min-height:100vh;display:flex}.About-module__kAIAca__aboutContent{flex:1;max-width:1200px;margin:0 auto;padding:2rem}.About-module__kAIAca__heroSection{text-align:center;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-radius:12px;margin-bottom:3rem;padding:4rem 0}.About-module__kAIAca__heroSection h1{color:#2c3e50;margin-bottom:1rem;font-size:3rem}.About-module__kAIAca__heroSection p{color:#7f8c8d;font-size:1.5rem}.About-module__kAIAca__missionSection{flex-wrap:wrap;align-items:center;gap:3rem;margin-bottom:4rem;display:flex}.About-module__kAIAca__missionContent{flex:1;min-width:300px}.About-module__kAIAca__missionContent h2{color:#2c3e50;margin-bottom:1.5rem;font-size:2.2rem}.About-module__kAIAca__missionContent p{color:#34495e;font-size:1.1rem;line-height:1.6}.About-module__kAIAca__missionImage{border-radius:12px;flex:1;min-width:300px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.1)}.About-module__kAIAca__missionImage img{width:100%;height:auto;display:block}.About-module__kAIAca__statsSection{flex-wrap:wrap;justify-content:space-around;gap:2rem;margin-bottom:4rem;display:flex}.About-module__kAIAca__statItem{text-align:center;background-color:#f8f9fa;border-radius:12px;min-width:180px;padding:1.5rem;box-shadow:0 5px 15px rgba(0,0,0,.05)}.About-module__kAIAca__statItem h3{color:#3498db;margin-bottom:.5rem;font-size:2.5rem}.About-module__kAIAca__statItem p{color:#7f8c8d;font-weight:500}.About-module__kAIAca__teamSection{margin-bottom:4rem}.About-module__kAIAca__teamSection h2{text-align:center;color:#2c3e50;margin-bottom:2.5rem;font-size:2.2rem}.About-module__kAIAca__teamMembers{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.About-module__kAIAca__teamMember{text-align:center;background-color:#fff;border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 5px 15px rgba(0,0,0,.05)}.About-module__kAIAca__teamMember:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.About-module__kAIAca__memberImage{border:4px solid #f1f2f6;border-radius:50%;width:150px;height:150px;margin:0 auto 1.5rem;overflow:hidden}.About-module__kAIAca__memberImage img{object-fit:cover;width:100%;height:100%}.About-module__kAIAca__teamMember h4{color:#2c3e50;margin-bottom:.5rem}.About-module__kAIAca__teamMember p{color:#7f8c8d;margin-bottom:1rem}.About-module__kAIAca__mailto{color:#3498db;font-weight:500;text-decoration:none;transition:color .2s}.About-module__kAIAca__mailto:hover{color:#2980b9;text-decoration:underline}.About-module__kAIAca__valuesSection{margin-bottom:4rem}.About-module__kAIAca__valuesSection h2{text-align:center;color:#2c3e50;margin-bottom:2.5rem;font-size:2.2rem}.About-module__kAIAca__valuesGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;display:grid}.About-module__kAIAca__valueCard{text-align:center;background-color:#fff;border:2px solid transparent;border-radius:12px;padding:2rem 1.5rem;transition:all .3s;box-shadow:0 5px 15px rgba(0,0,0,.05)}.About-module__kAIAca__valueCard.About-module__kAIAca__active,.About-module__kAIAca__valueCard:hover{border-color:#3498db;transform:translateY(-5px);box-shadow:0 10px 25px rgba(52,152,219,.15)}.About-module__kAIAca__valueIcon{margin-bottom:1.5rem;font-size:3rem}.About-module__kAIAca__valueCard h3{color:#2c3e50;margin-bottom:1rem}.About-module__kAIAca__valueCard p{color:#7f8c8d;line-height:1.6}@media (max-width:768px){.About-module__kAIAca__aboutContent{padding:1rem}.About-module__kAIAca__heroSection{padding:2rem 0}.About-module__kAIAca__heroSection h1{font-size:2.2rem}.About-module__kAIAca__heroSection p{font-size:1.2rem}.About-module__kAIAca__missionSection{flex-direction:column}.About-module__kAIAca__statsSection{justify-content:center}.About-module__kAIAca__teamMembers,.About-module__kAIAca__valuesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}
.ApplicationsPage-module__qHZ1IW__container{background-color:#f8fafc;flex-direction:column;min-height:100vh;display:flex}.ApplicationsPage-module__qHZ1IW__content{flex:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}.ApplicationsPage-module__qHZ1IW__header{text-align:center;margin-bottom:2rem}.ApplicationsPage-module__qHZ1IW__header h1{color:#1e293b;margin-bottom:.5rem;font-size:2.5rem}.ApplicationsPage-module__qHZ1IW__header p{color:#64748b;font-size:1.1rem}.ApplicationsPage-module__qHZ1IW__loadingContainer{flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.ApplicationsPage-module__qHZ1IW__spinner{border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite ApplicationsPage-module__qHZ1IW__spin}@keyframes ApplicationsPage-module__qHZ1IW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ApplicationsPage-module__qHZ1IW__errorAlert{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;display:flex}.ApplicationsPage-module__qHZ1IW__errorAlert button{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:4px;padding:.5rem 1rem}.ApplicationsPage-module__qHZ1IW__errorAlert button:hover{background:#b91c1c}.ApplicationsPage-module__qHZ1IW__filtersSection{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ApplicationsPage-module__qHZ1IW__filtersSection h2{color:#1e293b;margin:0 0 1rem}.ApplicationsPage-module__qHZ1IW__filterRow{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.ApplicationsPage-module__qHZ1IW__filterGroup{flex-direction:column;display:flex}.ApplicationsPage-module__qHZ1IW__filterGroup label{color:#374151;margin-bottom:.5rem;font-weight:500}.ApplicationsPage-module__qHZ1IW__filterGroup select,.ApplicationsPage-module__qHZ1IW__filterGroup input{border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-size:1rem}.ApplicationsPage-module__qHZ1IW__filterGroup select:focus,.ApplicationsPage-module__qHZ1IW__filterGroup input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.ApplicationsPage-module__qHZ1IW__applicationsSection{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px rgba(0,0,0,.1)}.ApplicationsPage-module__qHZ1IW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ApplicationsPage-module__qHZ1IW__sectionHeader h2{color:#1e293b;margin:0}.ApplicationsPage-module__qHZ1IW__refreshButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500}.ApplicationsPage-module__qHZ1IW__refreshButton:hover{background:#2563eb}.ApplicationsPage-module__qHZ1IW__emptyState{text-align:center;color:#64748b;padding:3rem 1rem}.ApplicationsPage-module__qHZ1IW__emptyIcon{margin-bottom:1rem;font-size:3rem}.ApplicationsPage-module__qHZ1IW__emptyState h3{color:#374151;margin:0 0 .5rem}.ApplicationsPage-module__qHZ1IW__applicationsGrid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;display:grid}.ApplicationsPage-module__qHZ1IW__applicationCard{border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.ApplicationsPage-module__qHZ1IW__applicationCard:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.ApplicationsPage-module__qHZ1IW__cardHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.ApplicationsPage-module__qHZ1IW__cardHeader h3{color:#1e293b;margin:0;font-size:1.2rem}.ApplicationsPage-module__qHZ1IW__statusBadge{text-transform:capitalize;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.ApplicationsPage-module__qHZ1IW__statusPending{color:#d97706;background:#fffbeb}.ApplicationsPage-module__qHZ1IW__statusReviewed{color:#2563eb;background:#dbeafe}.ApplicationsPage-module__qHZ1IW__statusAccepted{color:#059669;background:#d1fae5}.ApplicationsPage-module__qHZ1IW__statusRejected{color:#dc2626;background:#fef2f2}.ApplicationsPage-module__qHZ1IW__applicantInfo{margin-bottom:1rem}.ApplicationsPage-module__qHZ1IW__applicantInfo h4{color:#1e293b;margin:0 0 .25rem}.ApplicationsPage-module__qHZ1IW__applicantInfo p{color:#64748b;margin:0;font-size:.9rem}.ApplicationsPage-module__qHZ1IW__applicationMeta{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.ApplicationsPage-module__qHZ1IW__metaItem{justify-content:space-between;font-size:.9rem;display:flex}.ApplicationsPage-module__qHZ1IW__metaLabel{color:#374151;font-weight:500}.ApplicationsPage-module__qHZ1IW__coverLetterPreview{background:#f8fafc;border-left:3px solid #3b82f6;border-radius:6px;margin-bottom:1rem;padding:.75rem}.ApplicationsPage-module__qHZ1IW__coverLetterPreview p{color:#64748b;margin:0;font-style:italic}.ApplicationsPage-module__qHZ1IW__skillsSection{margin-bottom:1.5rem}.ApplicationsPage-module__qHZ1IW__skillsSection h5{color:#374151;margin:0 0 .5rem}.ApplicationsPage-module__qHZ1IW__skillsList{flex-wrap:wrap;gap:.5rem;display:flex}.ApplicationsPage-module__qHZ1IW__skillTag{color:#3730a3;background:#e0e7ff;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.ApplicationsPage-module__qHZ1IW__cardActions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.ApplicationsPage-module__qHZ1IW__viewDetailsButton{color:#3b82f6;cursor:pointer;background:0 0;border:1px solid #3b82f6;border-radius:6px;padding:.5rem 1rem;font-weight:500}.ApplicationsPage-module__qHZ1IW__viewDetailsButton:hover{background:#eff6ff}.ApplicationsPage-module__qHZ1IW__statusSelect{border:1px solid #d1d5db;border-radius:6px;padding:.5rem;font-size:.9rem}.ApplicationsPage-module__qHZ1IW__statusSelect:focus{border-color:#3b82f6;outline:none}.ApplicationsPage-module__qHZ1IW__modalOverlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.ApplicationsPage-module__qHZ1IW__modalContent{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px rgba(0,0,0,.2)}.ApplicationsPage-module__qHZ1IW__modalHeader{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.ApplicationsPage-module__qHZ1IW__modalHeader h2{color:#1e293b;margin:0}.ApplicationsPage-module__qHZ1IW__closeButton{cursor:pointer;color:#64748b;background:0 0;border:none;font-size:1.5rem}.ApplicationsPage-module__qHZ1IW__closeButton:hover{color:#1e293b}.ApplicationsPage-module__qHZ1IW__modalBody{padding:1.5rem}.ApplicationsPage-module__qHZ1IW__modalSection{margin-bottom:1.5rem}.ApplicationsPage-module__qHZ1IW__modalSection h3{color:#1e293b;margin:0 0 1rem;font-size:1.1rem}.ApplicationsPage-module__qHZ1IW__modalSection p{color:#374151;margin:.5rem 0}.ApplicationsPage-module__qHZ1IW__resumeLink{color:#3b82f6;text-decoration:none}.ApplicationsPage-module__qHZ1IW__resumeLink:hover{text-decoration:underline}.ApplicationsPage-module__qHZ1IW__coverLetter{white-space:pre-wrap;background:#f8fafc;border-left:3px solid #3b82f6;border-radius:6px;padding:1rem;line-height:1.6}@media (max-width:768px){.ApplicationsPage-module__qHZ1IW__content{padding:1rem}.ApplicationsPage-module__qHZ1IW__filterRow,.ApplicationsPage-module__qHZ1IW__applicationsGrid{grid-template-columns:1fr}.ApplicationsPage-module__qHZ1IW__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.ApplicationsPage-module__qHZ1IW__cardActions{flex-direction:column;align-items:stretch}.ApplicationsPage-module__qHZ1IW__modalContent{margin:1rem}}@media (max-width:480px){.ApplicationsPage-module__qHZ1IW__header h1{font-size:2rem}.ApplicationsPage-module__qHZ1IW__applicationCard,.ApplicationsPage-module__qHZ1IW__modalBody{padding:1rem}}
.Auth-module__mX17bW__container{flex-direction:column;min-height:100vh;display:flex}.Auth-module__mX17bW__authContainer{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);flex:1;justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:2rem 1.5rem;display:flex}.Auth-module__mX17bW__authForm{background-color:#fff;border-radius:1rem;width:100%;max-width:500px;padding:2.5rem;animation:.5s ease-out Auth-module__mX17bW__slideUp;box-shadow:0 20px 40px rgba(0,0,0,.1)}.Auth-module__mX17bW__authForm h2{text-align:center;color:#1f2937;margin-bottom:2rem;font-size:2rem;font-weight:700}.Auth-module__mX17bW__userTypeSelector{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1.5rem;display:flex;overflow:hidden}.Auth-module__mX17bW__userTypeSelector button{cursor:pointer;color:#6b7280;background-color:transparent;border:none;flex:1;padding:.75rem;font-weight:500;transition:all .3s}.Auth-module__mX17bW__userTypeSelector button.Auth-module__mX17bW__active{color:#fff;background-color:#2563eb;box-shadow:0 2px 4px rgba(37,99,235,.2)}.Auth-module__mX17bW__userTypeSelector button:not(.Auth-module__mX17bW__active):hover{background-color:#e5e7eb}.Auth-module__mX17bW__errorMessage{color:#dc2626;text-align:center;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.375rem;margin-bottom:1.5rem;padding:.75rem;font-weight:500}.Auth-module__mX17bW__formGroup{margin-bottom:1.5rem}.Auth-module__mX17bW__formGroup label{color:#374151;margin-bottom:.5rem;font-size:.95rem;font-weight:500;display:block}.Auth-module__mX17bW__formGroup input,.Auth-module__mX17bW__formGroup textarea,.Auth-module__mX17bW__formGroup select{background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;width:100%;padding:.875rem;font-size:1rem;transition:all .3s}.Auth-module__mX17bW__formGroup input:focus,.Auth-module__mX17bW__formGroup textarea:focus,.Auth-module__mX17bW__formGroup select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.Auth-module__mX17bW__formGroup input:invalid{border-color:#dc2626}.Auth-module__mX17bW__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 6px rgba(37,99,235,.2)}.Auth-module__mX17bW__submitButton:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8 0%,#1e40af 100%);transform:translateY(-2px);box-shadow:0 6px 12px rgba(37,99,235,.3)}.Auth-module__mX17bW__submitButton:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.Auth-module__mX17bW__socialAuth{text-align:center;border-top:1px solid #e5e7eb;margin-top:2.5rem;padding-top:2rem}.Auth-module__mX17bW__socialAuth p{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem;position:relative}.Auth-module__mX17bW__socialAuth p:before{content:"";background:#e5e7eb;width:30%;height:1px;position:absolute;top:50%;left:0}.Auth-module__mX17bW__socialAuth p:after{content:"";background:#e5e7eb;width:30%;height:1px;position:absolute;top:50%;right:0}.Auth-module__mX17bW__socialButtons{justify-content:center;gap:1rem;display:flex}.Auth-module__mX17bW__googleBtn,.Auth-module__mX17bW__facebookBtn{cursor:pointer;background-color:#fff;border:2px solid #e5e7eb;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:120px;padding:.875rem 1rem;font-weight:500;transition:all .3s;display:flex}.Auth-module__mX17bW__googleBtn{color:#374151}.Auth-module__mX17bW__googleBtn:hover{color:#dc2626;background-color:#f8fafc;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 6px rgba(220,38,38,.1)}.Auth-module__mX17bW__facebookBtn{color:#fff;background-color:#1877f2;border-color:#1877f2}.Auth-module__mX17bW__facebookBtn:hover{background-color:#166fe5;border-color:#166fe5;transform:translateY(-1px);box-shadow:0 4px 6px rgba(24,119,242,.2)}.Auth-module__mX17bW__authRedirect{text-align:center;color:#6b7280;margin-top:2rem;font-size:.95rem}.Auth-module__mX17bW__authRedirect a{color:#2563eb;font-weight:500;text-decoration:none;transition:color .3s}.Auth-module__mX17bW__authRedirect a:hover{color:#1d4ed8;text-decoration:underline}@keyframes Auth-module__mX17bW__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Auth-module__mX17bW__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.Auth-module__mX17bW__shake{animation:.3s ease-in-out Auth-module__mX17bW__shake}.Auth-module__mX17bW__passwordStrength{background-color:#e5e7eb;border-radius:2px;height:4px;margin-top:.5rem;overflow:hidden}.Auth-module__mX17bW__strengthBar{width:0%;height:100%;transition:all .3s}.Auth-module__mX17bW__strengthWeak{background-color:#dc2626;width:33%}.Auth-module__mX17bW__strengthMedium{background-color:#f59e0b;width:66%}.Auth-module__mX17bW__strengthStrong{background-color:#10b981;width:100%}.Auth-module__mX17bW__strengthText{color:#6b7280;text-align:right;margin-top:.25rem;font-size:.75rem}@media (max-width:640px){.Auth-module__mX17bW__authContainer{padding:1rem}.Auth-module__mX17bW__authForm{padding:2rem 1.5rem}.Auth-module__mX17bW__authForm h2{font-size:1.75rem}.Auth-module__mX17bW__socialButtons{flex-direction:column}.Auth-module__mX17bW__googleBtn,.Auth-module__mX17bW__facebookBtn{width:100%}.Auth-module__mX17bW__userTypeSelector{flex-direction:column}.Auth-module__mX17bW__userTypeSelector button{padding:1rem}}@media (max-width:480px){.Auth-module__mX17bW__authForm{padding:1.5rem 1rem}.Auth-module__mX17bW__authForm h2{margin-bottom:1.5rem;font-size:1.5rem}.Auth-module__mX17bW__socialAuth p:before,.Auth-module__mX17bW__socialAuth p:after{width:25%}}@media (prefers-color-scheme:dark){.Auth-module__mX17bW__authForm{color:#f9fafb;background-color:#1f2937}.Auth-module__mX17bW__authForm h2{color:#f9fafb}.Auth-module__mX17bW__formGroup label{color:#e5e7eb}.Auth-module__mX17bW__formGroup input,.Auth-module__mX17bW__formGroup textarea,.Auth-module__mX17bW__formGroup select{color:#f9fafb;background-color:#374151;border-color:#4b5563}.Auth-module__mX17bW__formGroup input:focus,.Auth-module__mX17bW__formGroup textarea:focus,.Auth-module__mX17bW__formGroup select:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.3)}.Auth-module__mX17bW__userTypeSelector{background-color:#374151;border-color:#4b5563}.Auth-module__mX17bW__userTypeSelector button{color:#d1d5db}.Auth-module__mX17bW__userTypeSelector button:not(.Auth-module__mX17bW__active):hover{background-color:#4b5563}.Auth-module__mX17bW__socialAuth{border-color:#4b5563}.Auth-module__mX17bW__socialAuth p{color:#d1d5db}.Auth-module__mX17bW__socialAuth p:before,.Auth-module__mX17bW__socialAuth p:after{background:#4b5563}.Auth-module__mX17bW__googleBtn{color:#f9fafb;background-color:#374151;border-color:#4b5563}.Auth-module__mX17bW__googleBtn:hover{color:#f9fafb;background-color:#4b5563}}.Auth-module__mX17bW__forgotPassword{text-align:right;margin-bottom:1.5rem}.Auth-module__mX17bW__forgotPassword a{color:#06c;font-size:.9rem;text-decoration:none}.Auth-module__mX17bW__forgotPassword a:hover{text-decoration:underline}.Auth-module__mX17bW__successMessage{color:#155724;text-align:center;background-color:#d4edda;border-radius:4px;margin-bottom:1rem;padding:1rem}.Auth-module__mX17bW__description{text-align:center;color:#666;margin-bottom:1.5rem}
.Contact-module__SEXjRW__contactContainer{flex-direction:column;min-height:100vh;display:flex}.Contact-module__SEXjRW__contactContent{flex:1;max-width:1200px;margin:0 auto;padding:2rem}.Contact-module__SEXjRW__heroSection{text-align:center;margin-bottom:2rem;padding:3rem 0}.Contact-module__SEXjRW__heroSection h1{color:#2c3e50;margin-bottom:1rem;font-size:2.8rem}.Contact-module__SEXjRW__heroSection p{color:#7f8c8d;max-width:600px;margin:0 auto;font-size:1.2rem}.Contact-module__SEXjRW__contactSections{flex-wrap:wrap;gap:3rem;margin-bottom:4rem;display:flex}.Contact-module__SEXjRW__contactFormSection,.Contact-module__SEXjRW__contactInfoSection{flex:1;min-width:300px}.Contact-module__SEXjRW__contactFormSection h2,.Contact-module__SEXjRW__contactInfoSection h2{color:#2c3e50;margin-bottom:1.5rem;font-size:1.8rem}.Contact-module__SEXjRW__contactForm{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,.05)}.Contact-module__SEXjRW__formRow{flex-wrap:wrap;gap:1rem;display:flex}.Contact-module__SEXjRW__formRow .Contact-module__SEXjRW__formGroup{flex:1;min-width:200px}.Contact-module__SEXjRW__formGroup{margin-bottom:1.5rem}.Contact-module__SEXjRW__formGroup label{color:#2c3e50;margin-bottom:.5rem;font-weight:500;display:block}.Contact-module__SEXjRW__formGroup input,.Contact-module__SEXjRW__formGroup textarea{border:1px solid #ddd;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.Contact-module__SEXjRW__formGroup input:focus,.Contact-module__SEXjRW__formGroup textarea:focus{border-color:#3498db;outline:none;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.Contact-module__SEXjRW__submitButton{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:background .3s}.Contact-module__SEXjRW__submitButton:hover:not(:disabled){background:#2980b9}.Contact-module__SEXjRW__submitButton:disabled{cursor:not-allowed;background:#bdc3c7}.Contact-module__SEXjRW__successMessage{color:#155724;background:#d4edda;border:1px solid #c3e6cb;border-radius:6px;margin-top:1rem;padding:.75rem}.Contact-module__SEXjRW__errorMessage{color:#721c24;background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;margin-top:1rem;padding:.75rem}.Contact-module__SEXjRW__contactInfo{background:#fff;border-radius:12px;margin-bottom:2rem;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,.05)}.Contact-module__SEXjRW__contactItem{align-items:flex-start;margin-bottom:2rem;display:flex}.Contact-module__SEXjRW__contactItem:last-child{margin-bottom:0}.Contact-module__SEXjRW__contactIcon{background:#f8f9fa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-right:1rem;display:flex}.Contact-module__SEXjRW__contactIcon svg{color:#3498db;width:24px;height:24px}.Contact-module__SEXjRW__contactDetails h3{color:#2c3e50;margin-bottom:.5rem}.Contact-module__SEXjRW__contactDetails p{color:#7f8c8d;margin:.25rem 0}.Contact-module__SEXjRW__socialLinks{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 5px 15px rgba(0,0,0,.05)}.Contact-module__SEXjRW__socialLinks h3{color:#2c3e50;margin-bottom:1rem}.Contact-module__SEXjRW__socialIcons{gap:1rem;display:flex}.Contact-module__SEXjRW__socialIcons a{color:#3498db;background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Contact-module__SEXjRW__socialIcons a:hover{color:#fff;background:#3498db;transform:translateY(-3px)}.Contact-module__SEXjRW__socialIcons svg{width:20px;height:20px}.Contact-module__SEXjRW__mapSection{margin-bottom:3rem}.Contact-module__SEXjRW__mapSection h2{text-align:center;color:#2c3e50;margin-bottom:1.5rem;font-size:1.8rem}.Contact-module__SEXjRW__mapContainer{border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05)}.Contact-module__SEXjRW__mapPlaceholder{background:#f8f9fa;justify-content:center;align-items:center;height:300px;display:flex}.Contact-module__SEXjRW__mapContent{text-align:center}.Contact-module__SEXjRW__mapContent svg{color:#bdc3c7;width:48px;height:48px;margin-bottom:1rem}.Contact-module__SEXjRW__mapContent p{color:#7f8c8d;margin:.25rem 0}@media (max-width:768px){.Contact-module__SEXjRW__contactContent{padding:1rem}.Contact-module__SEXjRW__heroSection{padding:2rem 0}.Contact-module__SEXjRW__heroSection h1{font-size:2.2rem}.Contact-module__SEXjRW__contactSections{flex-direction:column}.Contact-module__SEXjRW__formRow{flex-direction:column;gap:0}.Contact-module__SEXjRW__socialIcons{justify-content:center}}
.Home-module__Ho9lYW__container{min-height:100vh;overflow-x:hidden}.Home-module__Ho9lYW__hero{opacity:0;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);justify-content:space-between;align-items:center;min-height:80vh;padding:2rem 5%;transition:opacity .8s,transform .8s;display:flex;position:relative;transform:translateY(20px)}.Home-module__Ho9lYW__animateHero{opacity:1;transform:translateY(0)}.Home-module__Ho9lYW__heroContent{z-index:2;flex:1;max-width:600px}.Home-module__Ho9lYW__title{opacity:0;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.2;transition:opacity .8s .2s,transform .8s .2s;transform:translateY(20px)}.Home-module__Ho9lYW__animateTitle{opacity:1;transform:translateY(0)}.Home-module__Ho9lYW__title span{background:linear-gradient(90deg,#4f46e5,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Home-module__Ho9lYW__description{color:#4b5563;opacity:0;margin-bottom:2.5rem;font-size:1.5rem;transition:opacity .8s .4s,transform .8s .4s;transform:translateY(20px)}.Home-module__Ho9lYW__animateDesc{opacity:1;transform:translateY(0)}.Home-module__Ho9lYW__buttons{opacity:0;gap:1rem;transition:opacity .8s .6s,transform .8s .6s;display:flex;transform:translateY(20px)}.Home-module__Ho9lYW__animateButtons{opacity:1;transform:translateY(0)}.Home-module__Ho9lYW__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#4f46e5,#7c3aed);border:none;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s;box-shadow:0 4px 6px rgba(79,70,229,.2)}.Home-module__Ho9lYW__primaryBtn:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(79,70,229,.3)}.Home-module__Ho9lYW__secondaryBtn{color:#4f46e5;cursor:pointer;background:#fff;border:2px solid #4f46e5;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .3s}.Home-module__Ho9lYW__secondaryBtn:hover{color:#fff;background:#4f46e5;transform:translateY(-2px);box-shadow:0 6px 12px rgba(79,70,229,.2)}.Home-module__Ho9lYW__heroVisual{opacity:0;flex:1;height:400px;transition:opacity .8s .8s,transform .8s .8s;position:relative;transform:translate(20px)}.Home-module__Ho9lYW__animateVisual{opacity:1;transform:translate(0)}.Home-module__Ho9lYW__mainVisual{background:linear-gradient(135deg,#818cf8 0%,#c7d2fe 100%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:300px;height:300px;animation:6s ease-in-out infinite Home-module__Ho9lYW__float;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.Home-module__Ho9lYW__floatingElement1,.Home-module__Ho9lYW__floatingElement2,.Home-module__Ho9lYW__floatingElement3{opacity:.7;background:linear-gradient(135deg,#ec4899,#8b5cf6);border-radius:50%;animation:4s ease-in-out infinite Home-module__Ho9lYW__float;position:absolute}.Home-module__Ho9lYW__floatingElement1{width:80px;height:80px;animation-delay:.5s;top:20px;right:80px}.Home-module__Ho9lYW__floatingElement2{width:60px;height:60px;animation-delay:1s;bottom:40px;right:40px}.Home-module__Ho9lYW__floatingElement3{width:40px;height:40px;animation-delay:1.5s;top:100px;right:20px}@keyframes Home-module__Ho9lYW__float{0%{transform:translateY(0)rotate(0)}50%{transform:translateY(-10px)rotate(5deg)}to{transform:translateY(0)rotate(0)}}.Home-module__Ho9lYW__stats{text-align:center;background:#fff;justify-content:space-around;padding:4rem 5%;display:flex}.Home-module__Ho9lYW__statItem{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(20px)}.Home-module__Ho9lYW__statItem:first-child{transition-delay:.1s}.Home-module__Ho9lYW__statItem:nth-child(2){transition-delay:.2s}.Home-module__Ho9lYW__statItem:nth-child(3){transition-delay:.3s}.Home-module__Ho9lYW__stats .Home-module__Ho9lYW__statItem{opacity:1;transform:translateY(0)}.Home-module__Ho9lYW__statItem h3{color:#4f46e5;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.Home-module__Ho9lYW__statItem p{color:#6b7280;font-size:1.1rem}.Home-module__Ho9lYW__features{text-align:center;background:#f9fafb;padding:6rem 5%}.Home-module__Ho9lYW__features h2{color:#1f2937;margin-bottom:3rem;font-size:2.5rem}.Home-module__Ho9lYW__featureGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Home-module__Ho9lYW__featureCard{opacity:0;background:#fff;border-radius:12px;padding:2.5rem 2rem;transition:all .3s;transform:translateY(20px);box-shadow:0 4px 6px rgba(0,0,0,.05)}.Home-module__Ho9lYW__featureCard:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.Home-module__Ho9lYW__animateCard1{animation:.6s .2s forwards Home-module__Ho9lYW__fadeInUp}.Home-module__Ho9lYW__animateCard2{animation:.6s .4s forwards Home-module__Ho9lYW__fadeInUp}.Home-module__Ho9lYW__animateCard3{animation:.6s .6s forwards Home-module__Ho9lYW__fadeInUp}@keyframes Home-module__Ho9lYW__fadeInUp{to{opacity:1;transform:translateY(0)}}.Home-module__Ho9lYW__featureIcon{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 1.5rem;font-size:2rem;display:flex}.Home-module__Ho9lYW__featureCard h3{color:#1f2937;margin-bottom:1rem;font-size:1.5rem}.Home-module__Ho9lYW__featureCard p{color:#6b7280;line-height:1.6}.Home-module__Ho9lYW__testimonials{text-align:center;background:#fff;padding:6rem 5%}.Home-module__Ho9lYW__testimonials h2{color:#1f2937;margin-bottom:3rem;font-size:2.5rem}.Home-module__Ho9lYW__testimonialContainer{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Home-module__Ho9lYW__testimonial{text-align:left;opacity:0;background:#f9fafb;border-radius:12px;padding:2rem;transition:opacity .6s,transform .6s;position:relative;transform:translateY(20px)}.Home-module__Ho9lYW__testimonials .Home-module__Ho9lYW__testimonial{opacity:1;transform:translateY(0)}.Home-module__Ho9lYW__testimonial:first-child{transition-delay:.2s}.Home-module__Ho9lYW__testimonial:nth-child(2){transition-delay:.4s}.Home-module__Ho9lYW__quote{color:#4b5563;margin-bottom:1.5rem;padding-left:1.5rem;font-style:italic;position:relative}.Home-module__Ho9lYW__quote:before{content:"\"";color:#4f46e5;font-family:Georgia,serif;font-size:3rem;position:absolute;top:-10px;left:0}.Home-module__Ho9lYW__user{align-items:center;display:flex}.Home-module__Ho9lYW__avatar{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:50%;width:50px;height:50px;margin-right:1rem}.Home-module__Ho9lYW__userInfo h4{color:#1f2937;margin:0}.Home-module__Ho9lYW__userInfo p{color:#6b7280;margin:0;font-size:.9rem}.Home-module__Ho9lYW__ctaSection{color:#fff;text-align:center;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);padding:6rem 5%}.Home-module__Ho9lYW__ctaContent{max-width:800px;margin:0 auto}.Home-module__Ho9lYW__ctaContent h2{margin-bottom:1rem;font-size:2.5rem}.Home-module__Ho9lYW__ctaContent p{opacity:.9;margin-bottom:2.5rem;font-size:1.2rem}.Home-module__Ho9lYW__ctaButtons{justify-content:center;gap:1rem;display:flex}.Home-module__Ho9lYW__ctaSection .Home-module__Ho9lYW__primaryBtn{color:#4f46e5;background:#fff}.Home-module__Ho9lYW__ctaSection .Home-module__Ho9lYW__secondaryBtn{color:#fff;background:0 0;border:2px solid #fff}.Home-module__Ho9lYW__ctaSection .Home-module__Ho9lYW__secondaryBtn:hover{color:#4f46e5;background:#fff}@media (max-width:968px){.Home-module__Ho9lYW__hero{text-align:center;flex-direction:column;padding-top:4rem}.Home-module__Ho9lYW__heroContent{margin-bottom:3rem}.Home-module__Ho9lYW__title{font-size:2.5rem}.Home-module__Ho9lYW__description{font-size:1.2rem}.Home-module__Ho9lYW__heroVisual{width:100%;margin-top:2rem}.Home-module__Ho9lYW__stats{flex-direction:column;gap:2rem}.Home-module__Ho9lYW__ctaButtons{flex-direction:column;align-items:center}}@media (max-width:640px){.Home-module__Ho9lYW__title{font-size:2rem}.Home-module__Ho9lYW__buttons{flex-direction:column}.Home-module__Ho9lYW__featureGrid,.Home-module__Ho9lYW__testimonialContainer{grid-template-columns:1fr}}
.JobSeekerDashboard-module__Mxyxka__dashboardContainer{background-color:#f5f7f9;flex-direction:column;min-height:100vh;display:flex}.JobSeekerDashboard-module__Mxyxka__dashboardContent{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem}.JobSeekerDashboard-module__Mxyxka__dashboardHeader{background:#fff;border-radius:12px;flex-direction:column;gap:1.5rem;margin-bottom:2rem;padding:2rem;display:flex;box-shadow:0 4px 6px rgba(0,0,0,.05)}.JobSeekerDashboard-module__Mxyxka__userInfo{align-items:center;gap:1.5rem;display:flex}.JobSeekerDashboard-module__Mxyxka__avatar{color:#fff;background:linear-gradient(135deg,#4f46e5,#10b981);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;font-weight:700;display:flex}.JobSeekerDashboard-module__Mxyxka__userDetails h2{color:#1f2937;margin:0 0 .5rem;font-size:1.8rem}.JobSeekerDashboard-module__Mxyxka__userDetails p{color:#6b7280;margin:0 0 1rem}.JobSeekerDashboard-module__Mxyxka__skillsPreview{flex-wrap:wrap;gap:.5rem;display:flex}.JobSeekerDashboard-module__Mxyxka__tabNavigation{border-bottom:1px solid #e5e7eb;gap:.5rem;padding-bottom:1rem;display:flex}.JobSeekerDashboard-module__Mxyxka__tabButton{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;display:flex}.JobSeekerDashboard-module__Mxyxka__tabButton:hover{color:#4f46e5;background:#f9fafb}.JobSeekerDashboard-module__Mxyxka__activeTab{color:#fff;background:#4f46e5}.JobSeekerDashboard-module__Mxyxka__activeTab:hover{color:#fff;background:#4338ca}.JobSeekerDashboard-module__Mxyxka__tabIcon{font-size:1.2rem}.JobSeekerDashboard-module__Mxyxka__mainContent{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px rgba(0,0,0,.05)}.JobSeekerDashboard-module__Mxyxka__sectionHeader{margin-bottom:2rem}.JobSeekerDashboard-module__Mxyxka__sectionHeader h2{color:#1f2937;margin:0 0 .5rem;font-size:1.8rem}.JobSeekerDashboard-module__Mxyxka__sectionHeader p{color:#6b7280;margin:0}.JobSeekerDashboard-module__Mxyxka__jobsGrid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;display:grid}.JobSeekerDashboard-module__Mxyxka__jobCard{border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:transform .2s,box-shadow .2s}.JobSeekerDashboard-module__Mxyxka__jobCard:hover{transform:translateY(-2px);box-shadow:0 8px 15px rgba(0,0,0,.1)}.JobSeekerDashboard-module__Mxyxka__jobHeader{justify-content:between;align-items:flex-start;margin-bottom:1rem;display:flex}.JobSeekerDashboard-module__Mxyxka__jobHeader h3{color:#1f2937;flex:1;margin:0;font-size:1.2rem}.JobSeekerDashboard-module__Mxyxka__companyBadge{color:#4f46e5;background:#e0e7ff;border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.JobSeekerDashboard-module__Mxyxka__jobDescription{color:#6b7280;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1rem;display:-webkit-box;overflow:hidden}.JobSeekerDashboard-module__Mxyxka__jobMeta{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.JobSeekerDashboard-module__Mxyxka__metaItem{color:#6b7280;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.JobSeekerDashboard-module__Mxyxka__metaIcon{font-size:1rem}.JobSeekerDashboard-module__Mxyxka__jobSkills{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.JobSeekerDashboard-module__Mxyxka__applyButton{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:8px;width:100%;padding:.75rem;font-weight:500;transition:background .2s}.JobSeekerDashboard-module__Mxyxka__applyButton:hover{background:#4338ca}.JobSeekerDashboard-module__Mxyxka__profileCard{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.JobSeekerDashboard-module__Mxyxka__cardHeader{background:#f9fafb;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.JobSeekerDashboard-module__Mxyxka__cardHeader h3{color:#1f2937;margin:0}.JobSeekerDashboard-module__Mxyxka__editButton{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background .2s}.JobSeekerDashboard-module__Mxyxka__editButton:hover{background:#4338ca}.JobSeekerDashboard-module__Mxyxka__profileForm{padding:1.5rem}.JobSeekerDashboard-module__Mxyxka__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.JobSeekerDashboard-module__Mxyxka__formGroup{margin-bottom:1.5rem}.JobSeekerDashboard-module__Mxyxka__formGroup label{color:#374151;margin-bottom:.5rem;font-weight:500;display:block}.JobSeekerDashboard-module__Mxyxka__formGroup input,.JobSeekerDashboard-module__Mxyxka__formGroup textarea{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s}.JobSeekerDashboard-module__Mxyxka__formGroup input:focus,.JobSeekerDashboard-module__Mxyxka__formGroup textarea:focus{border-color:#4f46e5;outline:none;box-shadow:0 0 0 3px rgba(79,70,229,.1)}.JobSeekerDashboard-module__Mxyxka__disabledField{color:#6b7280;cursor:not-allowed;background:#f9fafb}.JobSeekerDashboard-module__Mxyxka__skillsInputContainer{gap:.5rem;margin-bottom:1rem;display:flex}.JobSeekerDashboard-module__Mxyxka__skillsInputContainer input{flex:1}.JobSeekerDashboard-module__Mxyxka__addSkillButton{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;padding:.75rem 1rem;font-weight:500;transition:background .2s}.JobSeekerDashboard-module__Mxyxka__addSkillButton:hover:not(:disabled){background:#059669}.JobSeekerDashboard-module__Mxyxka__addSkillButton:disabled{cursor:not-allowed;background:#9ca3af}.JobSeekerDashboard-module__Mxyxka__skillsList{flex-wrap:wrap;gap:.5rem;display:flex}.JobSeekerDashboard-module__Mxyxka__skillTag{color:#4f46e5;background:#e0e7ff;border-radius:20px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.9rem;font-weight:500;display:inline-flex}.JobSeekerDashboard-module__Mxyxka__removeSkill{color:#4f46e5;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.2rem;display:flex}.JobSeekerDashboard-module__Mxyxka__removeSkill:hover{color:#ef4444}.JobSeekerDashboard-module__Mxyxka__formActions{gap:1rem;margin-top:2rem;display:flex}.JobSeekerDashboard-module__Mxyxka__primaryButton{color:#fff;cursor:pointer;background:#4f46e5;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;transition:background .2s}.JobSeekerDashboard-module__Mxyxka__primaryButton:hover{background:#4338ca}.JobSeekerDashboard-module__Mxyxka__secondaryButton{color:#4f46e5;cursor:pointer;background:#fff;border:1px solid #4f46e5;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.JobSeekerDashboard-module__Mxyxka__secondaryButton:hover{background:#f5f5ff}.JobSeekerDashboard-module__Mxyxka__applicationsCard{border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.JobSeekerDashboard-module__Mxyxka__applicationsList{flex-direction:column;gap:1rem;display:flex}.JobSeekerDashboard-module__Mxyxka__applicationItem{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:box-shadow .2s}.JobSeekerDashboard-module__Mxyxka__applicationItem:hover{box-shadow:0 4px 6px rgba(0,0,0,.05)}.JobSeekerDashboard-module__Mxyxka__applicationHeader{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.JobSeekerDashboard-module__Mxyxka__applicationHeader h3{color:#1f2937;margin:0}.JobSeekerDashboard-module__Mxyxka__companyName{color:#6b7280;font-style:italic}.JobSeekerDashboard-module__Mxyxka__applicationMeta{justify-content:space-between;align-items:center;display:flex}.JobSeekerDashboard-module__Mxyxka__status{border-radius:20px;padding:.25rem .75rem;font-size:.8rem;font-weight:500}.JobSeekerDashboard-module__Mxyxka__status.JobSeekerDashboard-module__Mxyxka__pending{color:#d97706;background:#fef3c7}.JobSeekerDashboard-module__Mxyxka__status.JobSeekerDashboard-module__Mxyxka__reviewed{color:#2563eb;background:#dbeafe}.JobSeekerDashboard-module__Mxyxka__status.JobSeekerDashboard-module__Mxyxka__accepted{color:#059669;background:#d1fae5}.JobSeekerDashboard-module__Mxyxka__status.JobSeekerDashboard-module__Mxyxka__rejected{color:#dc2626;background:#fee2e2}.JobSeekerDashboard-module__Mxyxka__applicationDate{color:#6b7280;font-size:.9rem}.JobSeekerDashboard-module__Mxyxka__emptyState{text-align:center;padding:3rem 1rem}.JobSeekerDashboard-module__Mxyxka__emptyIcon{margin-bottom:1rem;font-size:3rem;display:block}.JobSeekerDashboard-module__Mxyxka__emptyState h3{color:#1f2937;margin:0 0 .5rem}.JobSeekerDashboard-module__Mxyxka__emptyState p{color:#6b7280;margin:0 0 1.5rem}.JobSeekerDashboard-module__Mxyxka__moreSkills{color:#6b7280;font-size:.9rem}@media (max-width:768px){.JobSeekerDashboard-module__Mxyxka__dashboardContent{padding:1rem}.JobSeekerDashboard-module__Mxyxka__userInfo{text-align:center;flex-direction:column}.JobSeekerDashboard-module__Mxyxka__tabNavigation{flex-direction:column}.JobSeekerDashboard-module__Mxyxka__formRow{grid-template-columns:1fr}.JobSeekerDashboard-module__Mxyxka__applicationMeta{flex-direction:column;align-items:flex-start;gap:.5rem}.JobSeekerDashboard-module__Mxyxka__jobsGrid{grid-template-columns:1fr}}@media (max-width:480px){.JobSeekerDashboard-module__Mxyxka__dashboardHeader,.JobSeekerDashboard-module__Mxyxka__mainContent{padding:1.5rem}.JobSeekerDashboard-module__Mxyxka__cardHeader{flex-direction:column;align-items:flex-start;gap:1rem}.JobSeekerDashboard-module__Mxyxka__formActions{flex-direction:column}}
.MyJobs-module__r6mTsq__container{max-width:1000px;margin:2rem auto;padding:0 1rem}.MyJobs-module__r6mTsq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.MyJobs-module__r6mTsq__header h1{color:#2563eb;margin:0}.MyJobs-module__r6mTsq__header p{color:#64748b;width:100%;margin:.5rem 0 0}.MyJobs-module__r6mTsq__newJobBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s}.MyJobs-module__r6mTsq__newJobBtn:hover{background-color:#1d4ed8}.MyJobs-module__r6mTsq__emptyState{text-align:center;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:8px;padding:3rem}.MyJobs-module__r6mTsq__emptyState h2{color:#475569;margin-bottom:1rem}.MyJobs-module__r6mTsq__emptyState p{color:#64748b;margin-bottom:2rem}.MyJobs-module__r6mTsq__primaryBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:600;transition:background-color .2s}.MyJobs-module__r6mTsq__primaryBtn:hover{background-color:#1d4ed8}.MyJobs-module__r6mTsq__jobsList{flex-direction:column;gap:1.5rem;display:flex}.MyJobs-module__r6mTsq__jobCard{background-color:#fff;border-radius:8px;padding:1.5rem;transition:box-shadow .2s;box-shadow:0 1px 3px rgba(0,0,0,.1)}.MyJobs-module__r6mTsq__jobCard:hover{box-shadow:0 4px 6px rgba(0,0,0,.1)}.MyJobs-module__r6mTsq__jobHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.MyJobs-module__r6mTsq__jobHeader h3{color:#1e293b;margin:0;font-size:1.25rem}.MyJobs-module__r6mTsq__status{text-transform:uppercase;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.MyJobs-module__r6mTsq__status.MyJobs-module__r6mTsq__active{color:#166534;background-color:#dcfce7}.MyJobs-module__r6mTsq__status.MyJobs-module__r6mTsq__closed{color:#991b1b;background-color:#fee2e2}.MyJobs-module__r6mTsq__status.MyJobs-module__r6mTsq__draft{color:#92400e;background-color:#fef3c7}.MyJobs-module__r6mTsq__jobDetails{margin-bottom:1.5rem}.MyJobs-module__r6mTsq__jobDetails p{color:#475569;margin:.5rem 0;line-height:1.6}.MyJobs-module__r6mTsq__metaInfo{border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;display:flex}.MyJobs-module__r6mTsq__metaInfo span{color:#64748b;align-items:center;font-size:.875rem;display:flex}.MyJobs-module__r6mTsq__metaInfo strong{color:#374151;margin-right:.25rem}.MyJobs-module__r6mTsq__jobActions{justify-content:flex-end;gap:.75rem;display:flex}.MyJobs-module__r6mTsq__editBtn{color:#78350f;cursor:pointer;background-color:#fbbf24;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:background-color .2s}.MyJobs-module__r6mTsq__editBtn:hover{background-color:#f59e0b}.MyJobs-module__r6mTsq__deleteBtn{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:background-color .2s}.MyJobs-module__r6mTsq__deleteBtn:hover{background-color:#dc2626}.MyJobs-module__r6mTsq__editForm{flex-direction:column;gap:1rem;display:flex}.MyJobs-module__r6mTsq__formGroup{flex-direction:column;gap:.5rem;display:flex}.MyJobs-module__r6mTsq__formGroup label{color:#374151;font-weight:600}.MyJobs-module__r6mTsq__formGroup input,.MyJobs-module__r6mTsq__formGroup textarea,.MyJobs-module__r6mTsq__formGroup select{border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .2s}.MyJobs-module__r6mTsq__formGroup input:focus,.MyJobs-module__r6mTsq__formGroup textarea:focus,.MyJobs-module__r6mTsq__formGroup select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.MyJobs-module__r6mTsq__formGroup textarea{resize:vertical;min-height:80px}.MyJobs-module__r6mTsq__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (max-width:640px){.MyJobs-module__r6mTsq__formRow{grid-template-columns:1fr}}.MyJobs-module__r6mTsq__editActions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.MyJobs-module__r6mTsq__saveBtn{color:#fff;cursor:pointer;background-color:#10b981;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:background-color .2s}.MyJobs-module__r6mTsq__saveBtn:hover{background-color:#059669}.MyJobs-module__r6mTsq__cancelBtn{color:#374151;cursor:pointer;background-color:#e5e7eb;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:background-color .2s}.MyJobs-module__r6mTsq__cancelBtn:hover{background-color:#d1d5db}.MyJobs-module__r6mTsq__loading{justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}@media (max-width:768px){.MyJobs-module__r6mTsq__header,.MyJobs-module__r6mTsq__jobHeader{flex-direction:column;align-items:flex-start}.MyJobs-module__r6mTsq__metaInfo{flex-direction:column;gap:.5rem}.MyJobs-module__r6mTsq__jobActions{justify-content:flex-start}}
