.drawer-login-container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%;background-color:#fff;font-family:var(--font-primary,"Inter",sans-serif);color:#0f172a;padding:40px 32px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;-webkit-font-smoothing:antialiased}.drawer-login-container::-webkit-scrollbar{display:none}.drawer-login-container *,.drawer-login-container :after,.drawer-login-container :before{box-sizing:border-box}.drawer-login-title{font-family:var(--font-primary,"Inter",sans-serif);font-size:24px;font-weight:600;color:#0f172a;margin:0}.drawer-login-close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#757575;transition:color .2s ease}.drawer-login-close:hover{color:#212121}.drawer-login-close svg{font-size:24px}.layout-drawer-override{font-family:var(--font-primary,"Inter",sans-serif);color:#0f172a;background:#fff;-webkit-font-smoothing:antialiased}.layout-drawer-override .form-body{flex:1 1;display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;max-width:100%;padding:10px 0 0;animation:none}.layout-drawer-override .role-toggle{display:flex;background:#eff6ff;border-radius:10px;padding:4px;margin-bottom:32px;position:relative}.layout-drawer-override .role-toggle input[type=radio]{display:none}.layout-drawer-override .role-toggle label{flex:1 1;text-align:center;padding:9px 14px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border-radius:7px;transition:color .2s ease;position:relative;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.layout-drawer-override .role-toggle .slider{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);background:#fff;border-radius:7px;box-shadow:0 1px 4px rgba(0,0,0,.1);transition:transform .25s cubic-bezier(.4,0,.2,1);z-index:0}#role-candidate-drawer:checked~label[for=role-candidate-drawer],#role-company-drawer:checked~label[for=role-company-drawer]{color:#0f172a;font-weight:600}#role-company-drawer:checked~.slider{transform:translateX(100%)}.layout-drawer-override .greeting{margin-bottom:26px}.layout-drawer-override .greeting h1{font-family:var(--font-primary,"Inter",sans-serif);font-size:28px;font-weight:400;color:#0f172a;line-height:1.2;margin-bottom:5px}.layout-drawer-override .greeting .sub{font-size:14.5px;color:#64748b;line-height:1.55}.layout-drawer-override .sso-section{transition:opacity .25s ease,max-height .25s ease;display:flex!important;justify-content:center}.layout-drawer-override .sso-section>div{width:100%;display:flex;justify-content:center;margin-bottom:18px}.layout-drawer-override .sso-section.hidden{max-height:0;opacity:0;margin:0;overflow:hidden;pointer-events:none}.layout-drawer-override .sso-section.visible{max-height:200px;opacity:1;overflow:visible}.layout-drawer-override .divider{display:flex;align-items:center;gap:12px;color:#64748b;font-size:13px;margin-bottom:18px;transition:all .25s ease}.layout-drawer-override .divider:after,.layout-drawer-override .divider:before{content:"";flex:1 1;height:1px;background:#e2e8f0}.layout-drawer-override .divider.hidden{opacity:0;pointer-events:none;margin:0}.layout-drawer-override .field{margin-bottom:15px}.layout-drawer-override .field label{display:flex;align-items:center;gap:6px;font-size:13.5px;font-weight:500;color:#0f172a;margin-bottom:6px}.layout-drawer-override .field-hint{font-size:11.5px;font-weight:400;color:#64748b;margin-left:auto}.layout-drawer-override .input-wrap{position:relative}.layout-drawer-override .input-wrap input{width:100%;padding:12px 14px;font-family:var(--font-primary,"Inter",sans-serif);font-size:15px;color:#0f172a;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.layout-drawer-override .input-wrap input::placeholder{color:#a0aaba}.layout-drawer-override .input-wrap input:focus{border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.11)}.layout-drawer-override .input-wrap input.error{border-color:#ff1744}.layout-drawer-override .input-wrap input.error:focus{box-shadow:0 0 0 3px rgba(255,23,68,.11)}.layout-drawer-override .input-wrap input:hover:not(:focus){border-color:#cbd5e1}.layout-drawer-override .input-wrap input.has-icon,.layout-drawer-override .input-wrap input[type=password]{padding-right:50px}.layout-drawer-override .pw-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#64748b;padding:4px;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;border-radius:6px;transition:color .15s}.layout-drawer-override .pw-toggle:hover{color:#0f172a}.layout-drawer-override .pw-toggle:focus-visible{outline:2px solid #2563eb}.layout-drawer-override .field-row{display:flex;justify-content:flex-end;margin-top:5px}.layout-drawer-override .forgot-link{font-size:13px;color:#2563eb;text-decoration:none;font-weight:500}.layout-drawer-override .forgot-link:hover{text-decoration:underline}.layout-drawer-override .error-text{font-size:12px;color:#ff1744;margin-top:4px}.layout-drawer-override .btn-primary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;background:#2563eb;border:none;border-radius:8px;font-family:var(--font-primary,"Inter",sans-serif);font-size:15px;font-weight:600;color:#fff;cursor:pointer;transition:all .17s ease;margin-top:12px;margin-bottom:18px;letter-spacing:.01em}.layout-drawer-override .btn-primary:hover:not(:disabled){background:#1e3a8a;color:#fff!important;transform:translateY(-1px);box-shadow:0 4px 14px rgba(30,58,138,.4)}.layout-drawer-override .btn-primary:disabled{opacity:.7;cursor:not-allowed}.layout-drawer-override .btn-primary:active{transform:translateY(0);box-shadow:none}.layout-drawer-override .btn-primary:focus-visible{outline:2px solid #2563eb;outline-offset:3px}.layout-drawer-override .btn-primary svg{flex-shrink:0}.layout-drawer-override .signup-line{text-align:center;font-size:14px;color:#64748b}.layout-drawer-override .signup-line a{color:#2563eb;font-weight:500;text-decoration:none;margin-left:4px}.layout-drawer-override .signup-line a:hover{text-decoration:underline}@media (max-width:768px){.drawer-login-container{padding:24px 20px}.layout-drawer-override .form-body{padding:0}}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_8b3a0b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--font-inter:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f5b513e981884070-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/b8442747db2a9bad-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_239387;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/6245472ced48d3be-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_239387;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_239387{font-family:__Poppins_239387,__Poppins_Fallback_239387;font-style:normal}.__variable_239387{--font-poppins:"__Poppins_239387","__Poppins_Fallback_239387"}.footer-section{--footer-bg:#f0f7ff;--footer-text:#000;--footer-text-secondary:#4b5563;--footer-primary-blue:#0062cc;--footer-border:#d1e5ff;position:relative;background-color:var(--footer-bg);color:var(--footer-text);padding-top:4rem;padding-bottom:2rem;margin:0;border-top:1px solid var(--footer-border)}.footer-container{max-width:80rem;margin:0 auto;padding-left:1rem;padding-right:1rem}.footer-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;margin-bottom:3rem}@media (min-width:640px){.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr 1fr;gap:2.5rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-size:1.5rem;font-weight:700;margin:0}.footer-logo-white{color:var(--footer-text)}.footer-logo-blue{color:var(--footer-primary-blue)}.footer-description{font-size:.875rem;line-height:1.6;color:var(--footer-text-secondary);margin-bottom:.5rem}.footer-badges{display:flex;flex-wrap:wrap;gap:.5rem}.footer-badge{display:inline-block;padding:.375rem .875rem;border-radius:9999px;background-color:rgba(0,123,255,.05);font-size:.75rem;font-weight:500;color:var(--footer-text);border:1px solid rgba(0,123,255,.2)}.footer-column{display:flex;flex-direction:column}.footer-column-title{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;color:var(--footer-text)}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none;padding:0;margin:0}.footer-link{display:block;font-size:.875rem;color:var(--footer-text-secondary);text-decoration:none;transition:color .2s ease;cursor:pointer;padding:6px 0;min-height:44px;line-height:1.6}.footer-link:hover{color:var(--footer-primary-blue)}.footer-links-seo{gap:.5rem}.footer-link-seo{display:block;font-size:.8rem;color:#4b5563;letter-spacing:0;padding:6px 0;min-height:44px;line-height:1.6}.footer-link-seo:hover{color:var(--footer-primary-blue)}.footer-top-searches{margin-top:1rem;margin-bottom:2rem;padding-top:2rem;padding-bottom:2rem;border-top:1px solid var(--footer-border);border-bottom:1px solid var(--footer-border)}.footer-search-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:640px){.footer-search-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-search-grid{display:flex;justify-content:space-between;gap:2rem}.footer-search-grid>.footer-search-group{flex:0 1 auto}}.footer-search-group-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--footer-text);margin:0 0 .5rem}.footer-divider{height:1px;background-color:var(--footer-border);margin:2rem 0}.footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:space-between}@media (min-width:768px){.footer-bottom{flex-direction:row}}.footer-copyright{font-size:.875rem;color:var(--footer-text-secondary)}.footer-social{display:flex;gap:1rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background-color:rgba(0,123,255,.05);border:1px solid rgba(0,123,255,.2);color:var(--footer-text);text-decoration:none;transition:all .2s ease}.footer-social-link:hover{background-color:var(--footer-primary-blue);color:var(--footer-bg);transform:translateY(-2px)}.footer-social-icon{width:1.25rem;height:1.25rem}:root{--scrollbar-gutter:calc(100vw - 100%);--scrollbar-gutter:calc(var(--scrollbar-width) + 1px);--navbar-height:64px}.main_layout{height:100%;font-family:var(--font-primary,"Inter",sans-serif);overflow-x:hidden;overflow-y:auto}.main_body,.main_layout{display:flex;flex:1 1;flex-direction:column}.main_body{justify-content:flex-start;max-width:100%;min-width:0;margin-top:var(--navbar-height);overflow-x:clip;overflow-y:visible}.web_navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--navbar-height);display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:0 24px;background-color:hsla(0,0%,100%,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid transparent;transition:box-shadow .25s ease,border-color .25s ease,background-color .25s ease;gap:16px}.web_navbar.scrolled{background-color:hsla(0,0%,100%,.97);box-shadow:0 2px 20px rgba(0,0,0,.08);border-bottom-color:rgba(0,0,0,.06)}.navbar-logo{flex-shrink:0}.navbar-center,.navbar-logo,.navbar-logo a{display:flex;align-items:center}.navbar-center{flex:1 1;justify-content:center;min-width:0}.navbar-actions{flex-shrink:0;display:flex;align-items:center;gap:8px}.slide-tabs-container{position:relative;display:flex;list-style:none;margin:0;padding:4px;border-radius:9999px;border:1.5px solid rgba(0,0,0,.12);background-color:#f8f9fa;gap:0;white-space:nowrap}.slide-tab-item{position:relative;z-index:10;display:block;cursor:pointer;padding:7px 16px;font-size:.8125rem;font-weight:500;font-family:var(--font-primary,"Inter",sans-serif);color:#4b5563;letter-spacing:.01em;border-radius:9999px;transition:color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slide-tab-item:hover{color:#111827}.navbar-tab-link{display:block;color:inherit;text-decoration:none}.slide-tab-item--active{color:#fff;mix-blend-mode:normal}.slide-tab-cursor{position:absolute;z-index:0;top:4px;height:calc(100% - 8px);border-radius:9999px;background-color:#111827;list-style:none;pointer-events:none}.navbar-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;border-radius:9999px;font-size:.875rem;font-weight:500;font-family:var(--font-primary,"Inter",sans-serif);cursor:pointer;transition:all .2s ease;border:none;text-decoration:none;white-space:nowrap}.navbar-btn--ghost{color:#374151;background-color:transparent;border:1.5px solid rgba(0,0,0,.18)}.navbar-btn--ghost:hover{background-color:#f3f4f6;border-color:rgba(0,0,0,.28)}.navbar-btn--primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 2px 8px rgba(37,99,235,.3)}.navbar-btn--primary:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 4px 14px rgba(37,99,235,.4);transform:translateY(-1px);color:#fff}.navbar-hamburger{display:none;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:1.5px solid rgba(0,0,0,.14);background:transparent;cursor:pointer;color:#374151;transition:background .2s ease;flex-shrink:0}.navbar-hamburger:hover{background:#f3f4f6}.mobile-menu{display:none;position:fixed;top:var(--navbar-height);left:0;right:0;z-index:999;background:hsla(0,0%,100%,.98);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.08);box-shadow:0 8px 30px rgba(0,0,0,.1);animation:menuSlideDown .2s ease}@keyframes menuSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-links{display:flex;flex-direction:column;padding:16px 24px 24px;gap:4px}.mobile-menu-link{display:block;padding:12px 16px;border-radius:10px;font-size:.9375rem;font-weight:500;color:#374151;text-decoration:none;transition:background .15s ease,color .15s ease}.mobile-menu-link:hover{background:#f3f4f6;color:#111827}.mobile-menu-link--active{background:#eff6ff;color:#2563eb}.mobile-menu-divider{height:1px;background:rgba(0,0,0,.08);margin:12px 0}.mobile-auth-btn{justify-content:center;display:flex!important}.web_footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:6px 20px;background-color:#212121;color:#fff;min-height:auto}.web_footer p{margin:0;font-size:12px;line-height:1.4}@media (max-width:900px){.navbar-center{display:none}.navbar-hamburger{display:flex}.mobile-menu{display:block}.navbar-btn--ghost,.navbar-btn--primary{display:none}}@media (max-width:640px){.web_navbar{padding:0 16px}}.website-login-drawer-layer{position:fixed;inset:0;z-index:1300;display:flex;justify-content:flex-end;pointer-events:auto}.website-login-drawer-backdrop{position:absolute;inset:0;background-color:rgba(0,0,0,.3);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:websiteLoginBackdropIn .25s ease-out}@keyframes websiteLoginBackdropIn{0%{opacity:0}to{opacity:1}}.website-login-drawer-panel{position:relative;z-index:1;width:min(100vw,500px);max-width:100%;height:100%;background-color:#fff;box-shadow:-4px 0 24px rgba(0,0,0,.15);border-top-left-radius:12px;border-bottom-left-radius:12px;display:flex;flex-direction:column;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;animation:websiteLoginPanelIn .3s cubic-bezier(.22,1,.36,1)}.website-login-drawer-panel::-webkit-scrollbar{display:none}@keyframes websiteLoginPanelIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.navbar-icon-btn-svg{display:block;width:22px;height:22px;color:currentColor}.text-sm{font-size:.875rem;line-height:1.25rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}@media (min-width:640px){.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}}@media (min-width:768px){.md\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:1024px){.lg\:text-6xl{font-size:3.75rem;line-height:1}}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-widest{letter-spacing:.1em}.tracking-tight{letter-spacing:-.025em}.leading-snug{line-height:1.375}.leading-relaxed{line-height:1.625}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.h-5{height:1.25rem}.w-5{width:1.25rem}.h-7{height:1.75rem}.w-7{width:1.75rem}.h-8{height:2rem}.w-8{width:2rem}.group:hover .group-hover\:opacity-100{opacity:1!important}.group:hover .group-hover\:translate-x-1{transform:translateX(.25rem)}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-300{transition-duration:.3s}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.navbar-logo .logo-image{max-width:125px;width:auto!important;height:auto!important;min-height:30px;display:block;object-fit:contain}body{font-family:var(--font-inter,"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--font-primary:var(--font-inter,"Inter",sans-serif);--font-heading:var(--font-poppins,"Poppins",sans-serif)}.job-directory-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:9999px;border:1px solid #e2e8f0;background:#fff;font-size:.8125rem;font-weight:500;color:#475569;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .15s ease;font-family:Inter,system-ui,sans-serif;text-decoration:none}.job-directory-btn:hover{border-color:#2563eb!important;background-color:#eff6ff!important;color:#2563eb!important}