@charset "UTF-8";html{height:100%;overflow:hidden}body{margin:0;height:100%;overflow:hidden;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:clamp(12px,1.11vw,18px)}#root{height:100%;max-height:100vh;width:100%;max-width:100vw;overflow:hidden;display:flex;flex-direction:column}.app-shell{flex:1;display:flex;flex-direction:column;width:100%;max-width:100vw;min-width:0;min-height:0;overflow:hidden}.app-shell__header{flex-shrink:0}.app-shell__main{flex:1 1 auto;min-height:0;width:100%;max-width:100vw;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.auth-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0d0d73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:400;padding:1rem;animation:authFadeIn .15s ease}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 30rem){.auth-overlay{align-items:flex-end;padding:0}}.auth-modal{position:relative;background:#fff;border-radius:1.5rem;box-shadow:0 1rem 2.5rem #00000024;max-width:45rem;max-height:90vh;overflow-y:hidden;animation:authSlideUp .25s cubic-bezier(.34,1.56,.64,1)}.auth-modal::-webkit-scrollbar{width:4px}.auth-modal::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:.25rem}@keyframes authSlideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 48rem){.auth-modal{max-width:460px;border-radius:1.125rem}}@media (max-width: 30rem){.auth-modal{max-width:100%;border-radius:1.125rem 1.125rem 0 0;max-height:95vh;align-self:flex-end;margin-top:auto}}.auth-modal__close{position:absolute;top:.25rem;right:.25rem;width:30px;height:30px;padding:0;border-bottom-left-radius:12px;border:none;background-color:#f4f4f6;cursor:pointer;z-index:10}@media (max-width: 30rem){.auth-modal__close{top:.875rem;right:.875rem;width:28px;height:28px}}.auth-form{padding:8px;display:flex;flex-direction:column;gap:0;background-color:#f4f4f6}@media (max-width: 48rem){.auth-form{padding:2rem 2rem 1.5rem}}@media (max-width: 30rem){.auth-form{padding:1.5rem 1.25rem 2rem}}.auth-form__title{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 1.5rem;letter-spacing:-.3px}@media (max-width: 48rem){.auth-form__title{font-size:1.125rem;margin-bottom:1.25rem}}@media (max-width: 30rem){.auth-form__title{font-size:1rem;margin-bottom:1rem}}.auth-form__error{font-size:.75rem;color:#c62828;margin:0 0 1rem;padding:.75rem 1rem;background:#c6282814;border-radius:8px}.auth-form__radio-group{display:flex;gap:28px;margin-bottom:1.25rem}@media (max-width: 30rem){.auth-form__radio-group{gap:1.25rem;margin-bottom:1rem}}.auth-form__radio-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#3d4468;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-form__radio-label input[type=radio]{display:none}@media (max-width: 30rem){.auth-form__radio-label{font-size:.6875rem;gap:.75rem}}.auth-form__radio-custom{width:18px;height:18px;border-radius:624.9375rem;border:2px solid #9496b0;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s;position:relative}input[type=radio]:checked+.auth-form__radio-custom{border-color:#3f95ea}input[type=radio]:checked+.auth-form__radio-custom:after{content:"";width:8px;height:8px;background:#3f95ea;border-radius:624.9375rem;position:absolute}.auth-form-cut{position:relative;background-color:#fff;padding:24px;border-radius:16px;overflow:hidden}.auth-form__field{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.875rem}.auth-form__field label{font-size:.75rem;font-weight:600;color:#9496b0;letter-spacing:.01em}@media (max-width: 30rem){.auth-form__field label{font-size:.6875rem}}.auth-form__field input{width:100%;padding:11px 1rem;border:1.5px solid #CBD5E1;border-radius:.75rem;font-size:.75rem;color:#0f172a;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.auth-form__field input::placeholder{color:#9496b0;font-size:.6875rem}.auth-form__field input:focus{border-color:#3f95ea;box-shadow:0 0 0 3px #3f95ea1f}@media (max-width: 30rem){.auth-form__field input{padding:.625rem .875rem;font-size:.6875rem;border-radius:.5rem}}@media (max-width: 30rem){.auth-form__field{margin-bottom:.75rem}}.auth-form__req{color:#ef4444}.auth-form__pass-wrap{position:relative;display:flex;align-items:center}.auth-form__pass-wrap input{padding-left:40px;padding-right:40px}.auth-form__lock-icon{position:absolute;left:.875rem;color:#9496b0;display:flex;align-items:center;justify-content:center;pointer-events:none}.auth-form__eye-btn{position:absolute;right:.75rem;border:none;background:none;cursor:pointer;color:#9496b0;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:.25rem;transition:color .15s}.auth-form__eye-btn:hover{color:#64748b}.auth-form__forgot-row{display:flex;justify-content:flex-end;margin-top:.75rem}.auth-form__forgot-link{font-size:.6875rem;font-weight:500;color:#3f95ea;text-decoration:none}.auth-form__forgot-link:hover{text-decoration:underline}.auth-form__check-row{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.auth-form__check-row span{font-size:.6875rem;color:#3d4468;line-height:1.6}@media (max-width: 30rem){.auth-form__check-row{margin-bottom:.875rem}.auth-form__check-row span{font-size:.6875rem}}.auth-form__checkbox{width:18px;height:18px;border:1.5px solid #9496b0;border-radius:.25rem;flex-shrink:0;margin-top:.25rem;display:flex;align-items:center;justify-content:center;transition:background .15s,border-color .15s;background:#fff}.auth-form__checkbox--checked{background:#3f95ea;border-color:#3f95ea}.auth-form__primary-btn{width:100%;padding:10px;background:#3f95ea;color:#fff;border:none;border-radius:624.9375rem;font-size:.9375rem;font-weight:600;cursor:pointer;margin-bottom:.625rem;letter-spacing:.01em}.auth-form__primary-btn:hover{background:#006cb7}.auth-form__primary-btn:active{transform:translateY(0)}@media (max-width: 48rem){.auth-form__primary-btn{padding:.75rem;font-size:.75rem}}@media (max-width: 30rem){.auth-form__primary-btn{padding:11px;font-size:.75rem}}.auth-form__legal{text-align:center;font-size:.6875rem;color:#9496b0;margin:0 0 .875rem;line-height:1.6}.auth-form__legal a{color:#3f95ea;text-decoration:none;font-weight:500}.auth-form__legal a:hover{text-decoration:underline}@media (max-width: 30rem){.auth-form__legal{font-size:.6875rem}}.auth-form__legacy-sso-title{text-align:center;font-size:.75rem;font-weight:700;color:#3d4468;margin:.75rem 0}.auth-form__legacy-sso-row{display:flex;justify-content:space-evenly;align-items:stretch;gap:.75rem;margin-top:1rem;margin-bottom:.5rem}.auth-form__legacy-google-outer{position:relative;border:1px solid #CBD5E1;border-radius:.5rem;min-height:44px;flex:1;max-width:48%;display:flex;align-items:center;justify-content:center;background:#fff}.auth-form__legacy-google-outer--disabled{opacity:.5;cursor:not-allowed}.auth-form__legacy-google-fake-label{position:absolute;left:12%;top:19%;display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;pointer-events:none;white-space:nowrap}.auth-form__legacy-google-hit{opacity:0;overflow:hidden}.auth-form__legacy-linkedin{flex:1;max-width:48%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #CBD5E1;border-radius:.5rem;background:#fff;cursor:pointer;font-size:.75rem;font-weight:700;color:#3d4468;white-space:nowrap;transition:background .15s,border-color .15s,box-shadow .15s}.auth-form__legacy-linkedin:hover:not(.auth-form__legacy-linkedin--disabled){background:#f4f4f6;border-color:#0077b5;box-shadow:0 .0625rem .1875rem #00000014}.auth-form__legacy-linkedin--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.auth-form__divider{display:flex;align-items:center;gap:.75rem;margin:.25rem 0 .875rem;color:#9496b0;font-size:.6875rem;font-weight:500}.auth-form__divider:before,.auth-form__divider:after{content:"";flex:1;height:1px;background:#cbd5e1}.auth-form__social-btn{width:100%;padding:11px 1rem;border:1.5px solid #CBD5E1;border-radius:.75rem;background:#fff;font-size:.75rem;font-weight:500;color:#3d4468;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.625rem;margin-bottom:.625rem;transition:background .15s,border-color .15s,box-shadow .15s}.auth-form__social-btn:hover{background:#f4f4f6;border-color:#3f95ea;box-shadow:0 .0625rem .1875rem #00000014}.auth-form__social-btn:last-of-type{margin-bottom:0}@media (max-width: 48rem){.auth-form__social-btn{padding:.625rem .875rem;font-size:.6875rem}}@media (max-width: 30rem){.auth-form__social-btn{padding:.625rem .75rem;font-size:.6875rem;border-radius:.5rem}}.auth-form__switch{text-align:center;font-size:.6875rem;color:#9496b0;margin:1rem 0 0}@media (max-width: 30rem){.auth-form__switch{font-size:.6875rem;margin-top:.875rem}}.auth-form__switch-btn{background:none;border:1.5px solid #3f95ea;color:#3f95ea;font-size:.6875rem;font-weight:600;padding:5px .875rem;border-radius:624.9375rem;cursor:pointer;margin-left:.75rem;transition:background .15s,color .15s}.auth-form__switch-btn:hover{background:#3f95ea;color:#fff}.apply-job-modal{display:flex;flex-direction:column}.apply-job-modal__card{padding:1.5rem;border-radius:1.125rem;display:flex;flex-direction:column;gap:1.25rem;background:#fff}.apply-job-modal__heading{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:1.125rem;font-weight:700;color:#0f172a;margin:0}.apply-job-modal__section{display:flex;flex-direction:column;gap:.5rem}.apply-job-modal__label-row{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:.75rem}.apply-job-modal__label{font-size:.75rem;font-weight:600;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif}.apply-job-modal__label em{color:#ef4444;font-style:normal}.apply-job-modal__label--optional{color:#3d4468;font-weight:500}.apply-job-modal__hint{margin:.25rem 0 0;font-size:.6875rem;color:#64748b;font-family:Montserrat,ui-sans-serif,sans-serif}.apply-job-modal__credits-wrap{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;flex-shrink:0}.apply-job-modal__credits{font-size:.6875rem;color:#64748b;font-family:Montserrat,ui-sans-serif,sans-serif;white-space:nowrap}.apply-job-modal__ai-btn{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;padding:.25rem .75rem;border:1.5px solid #3f95ea;border-radius:624.9375rem;background:#fff;color:#3f95ea;font-size:.6875rem;font-weight:600;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer;white-space:nowrap;transition:background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.apply-job-modal__ai-btn:hover{background:#3f95ea;color:#fff}.apply-job-modal__editor-wrap{border:1px solid #CBD5E1;border-radius:.75rem;overflow:hidden;display:flex;flex-direction:column}.apply-job-modal__toolbar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:2px;padding:.5rem .75rem;border-bottom:1px solid #CBD5E1;background:#fff}.apply-job-modal__para-select{height:1.75rem;padding:0 .5rem;border:1px solid #CBD5E1;border-radius:.25rem;font-size:.6875rem;font-family:Montserrat,ui-sans-serif,sans-serif;color:#3d4468;background:#fff;cursor:pointer;outline:none}.apply-job-modal__toolbar-divider{width:1px;height:1.25rem;background:#cbd5e1;margin:0 .25rem;flex-shrink:0}.apply-job-modal__tool-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;background:none;border-radius:.25rem;color:#3d4468;cursor:pointer;font-size:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif;transition:background .15s}.apply-job-modal__tool-btn:hover{background:#f4f4f6}.apply-job-modal__editor{min-height:10rem;max-height:14rem;overflow-y:auto;padding:.75rem 1rem;font-size:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif;color:#3d4468;outline:none;line-height:1.6}.apply-job-modal__editor:empty:before{content:attr(data-placeholder);color:#9496b0;pointer-events:none}.apply-job-modal__editor-footer{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.5rem 1rem;border-top:1px solid #CBD5E1;background:#fff;font-size:.6875rem;color:#64748b;font-family:Montserrat,ui-sans-serif,sans-serif}.apply-job-modal__dot{color:#94a3b8}.apply-job-modal__footer-right{margin-left:auto}.apply-job-modal__textarea{border:1px solid #CBD5E1;border-radius:.75rem;padding:.75rem 1rem;font-size:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif;color:#3d4468;resize:vertical;outline:none;line-height:1.6;min-height:5rem}.apply-job-modal__textarea::placeholder{color:#9496b0}.apply-job-modal__textarea:focus{border-color:#3f95ea;box-shadow:0 0 0 3px #3f95ea1a}.apply-job-modal__actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding-top:.5rem}.apply-job-modal__cancel-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500;font-size:.75rem;line-height:1.3;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:all .15s cubic-bezier(.4,0,.2,1)}.apply-job-modal__cancel-btn:focus{outline:none;box-shadow:0 0 0 3px #3f95ea1a}.apply-job-modal__cancel-btn:disabled{opacity:.6;cursor:not-allowed}.apply-job-modal__cancel-btn{background:#fff;color:#3d4468;border:1.5px solid #CBD5E1;border-radius:624.9375rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:600}.apply-job-modal__cancel-btn:hover{background:#f4f4f6}.apply-job-modal__apply-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500;font-size:.75rem;line-height:1.3;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:all .15s cubic-bezier(.4,0,.2,1)}.apply-job-modal__apply-btn:focus{outline:none;box-shadow:0 0 0 3px #3f95ea1a}.apply-job-modal__apply-btn:disabled{opacity:.6;cursor:not-allowed}.apply-job-modal__apply-btn{background:#3f95ea;color:#fff;border:1.5px solid #3f95ea;border-radius:624.9375rem;padding:.5rem 1.5rem;font-size:.75rem;font-weight:600}.apply-job-modal__apply-btn:hover{background:#006cb7;border-color:#006cb7}.filter-panel{display:flex;flex-direction:column;max-height:min(55rem,100dvh - calc(3.75rem + 1px) - 4.5rem);background:#fff;border:1px solid #CBD5E1;border-radius:1rem;box-shadow:0 .0625rem .1875rem #00000014;overflow:hidden;min-height:0}.filter-panel__header{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;padding:1.25rem 1.5rem;border-bottom:1px solid #CBD5E1}.filter-panel__title{font-size:.875rem;font-weight:600;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif}.filter-panel__clear-btn{font-size:.75rem;font-weight:600;color:#3f95ea;background:none;border:none;cursor:pointer;padding:.25rem 0;font-family:Montserrat,ui-sans-serif,sans-serif;transition:color .25s cubic-bezier(.4,0,.2,1)}.filter-panel__clear-btn:hover{color:#006cb7}.filter-panel__body{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.9) transparent}.filter-section{padding:1.25rem 1.5rem;border-bottom:1px solid #CBD5E1}.filter-section:last-child{border-bottom:none}.filter-section__header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;padding:.5rem 0}.filter-section__header:hover .filter-section__title{color:#3f95ea}.filter-section__title{font-size:.75rem;font-weight:600;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;transition:color .25s cubic-bezier(.4,0,.2,1)}.filter-section__chevron{width:.875rem;height:.875rem;color:#0d0d0d;flex-shrink:0;transition:transform .25s cubic-bezier(.4,0,.2,1)}.filter-section__chevron--open{transform:rotate(180deg)}.filter-section__options{display:flex;flex-direction:column;gap:.25rem;margin-top:.5rem;animation:filterFadeDown .25s cubic-bezier(.4,0,.2,1)}.filter-section__more-btn{display:inline-flex;align-items:center;gap:4px;margin-top:.5rem;background:none;border:none;font-size:.6875rem;font-weight:600;color:#3f95ea;cursor:pointer;font-family:Montserrat,ui-sans-serif,sans-serif;padding:0;transition:color .25s cubic-bezier(.4,0,.2,1)}.filter-section__more-btn:hover{color:#006cb7}.filter-section__more-btn svg{width:.75rem;height:.75rem}@media (min-width: 64rem){.filter-panel__header{padding:1.25rem 1.5rem}.filter-panel__body{display:flex;flex-direction:column;gap:1.5rem;padding-block:1.25rem}.filter-section{padding:0 1.5rem;border-bottom:none}}@keyframes filterFadeDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.filter-option{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;column-gap:.5rem;row-gap:0;cursor:pointer;padding:.25rem .5rem;border-radius:.25rem;transition:background .25s cubic-bezier(.4,0,.2,1)}.filter-option:hover{background:#f4f4f6}.filter-option__checkbox{margin:0;padding:0!important;color:#94a3b8}.filter-option__checkbox.Mui-checked{color:#3f95ea}.filter-option__checkbox .MuiSvgIcon-root{font-size:.95rem}.filter-option__label{font-size:.75rem;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;line-height:1.45;white-space:normal;word-break:break-word;overflow:visible;min-width:0;padding-top:1px}.filter-option__label--checked{color:#3f95ea;font-weight:500}.filter-option__count{font-size:.6875rem;color:#64748b;flex-shrink:0;font-family:Montserrat,ui-sans-serif,sans-serif;text-align:right;white-space:nowrap;padding-top:3px;line-height:1.45}.filter-chipbar{position:relative;z-index:2;overflow:visible;padding:.5rem 0 .75rem;background:#fff;border-bottom:none;display:flex;align-items:center;gap:.5rem;min-width:0;box-sizing:border-box}.filter-chipbar__scroll{display:flex;align-items:center;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;scrollbar-width:none;flex:1 1 auto;min-width:0}.filter-chipbar__scroll::-webkit-scrollbar{display:none}.filter-chip{display:inline-flex;align-items:center;gap:.25rem;height:2.25rem;padding:0 1rem;border:1.5px solid #CBD5E1;border-radius:624.9375rem;background:#fff;font-size:.75rem;font-style:normal;font-weight:500;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .25s cubic-bezier(.4,0,.2,1)}.filter-chip:hover{border-color:#3f95ea;color:#3f95ea}.filter-chip--active{border-color:#3f95ea;background:#eaf4fe;color:#3f95ea}.filter-chip--open{border-color:#3f95ea;background:#eaf4fe}.filter-chip__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;border-radius:624.9375rem;background:#3f95ea;color:#fff;font-size:.625rem;font-weight:700;padding:0 3px}.filter-chip__remove{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;border-radius:624.9375rem;background:none;border:none;cursor:pointer;color:#64748b;padding:0;transition:background .25s cubic-bezier(.4,0,.2,1)}.filter-chip__remove:hover{background:#3f95ea26;color:#3f95ea}.filter-chip__chevron{width:.75rem;height:.75rem;color:#64748b;transition:transform .25s cubic-bezier(.4,0,.2,1)}.filter-chip__chevron--open{transform:rotate(180deg)}.filter-chip--trigger{flex-shrink:0;margin-left:0;border-color:#94a3b8;gap:.5rem;background:#fff}.filter-popover-wrap{position:relative;flex-shrink:0}.filter-popover{position:absolute;top:calc(100% + .5rem);left:0;min-width:14rem;background:#fff;border:1px solid #CBD5E1;border-radius:.75rem;box-shadow:0 .5rem 1.5rem #0000001f;z-index:100;padding:.75rem;animation:filterFadeDown .25s cubic-bezier(.4,0,.2,1)}.filter-popover--fixed{position:fixed;z-index:330;max-height:min(70dvh,24rem);display:flex;flex-direction:column;animation:filterFadeDown .15s cubic-bezier(.4,0,.2,1)}.filter-popover--fixed .filter-popover__options{flex:1;min-height:0}.filter-popover__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid #CBD5E1}.filter-popover__title{font-size:.75rem;font-weight:600;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif}.filter-popover__reset{font-size:.6875rem;font-weight:600;color:#3f95ea;background:none;border:none;cursor:pointer;font-family:Montserrat,ui-sans-serif,sans-serif}.filter-popover__reset:hover{color:#006cb7}.filter-popover__options{display:flex;flex-direction:column;gap:.25rem;max-height:14rem;overflow-y:auto;scrollbar-width:thin}.filter-popover__footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #CBD5E1}.filter-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0d0d66;z-index:300;display:flex;align-items:center;justify-content:center;animation:filterFadeIn .25s cubic-bezier(.4,0,.2,1)}@keyframes filterFadeIn{0%{opacity:0}to{opacity:1}}.filter-modal{background:#fff;border-radius:.75rem;box-shadow:0 1rem 2.5rem #00000024;width:min(40rem,92vw);max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:filterSlideUp .25s cubic-bezier(.4,0,.2,1)}.filter-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #CBD5E1;flex-shrink:0}.filter-modal__title{font-size:1rem;font-weight:700;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif}.filter-modal__close{width:2rem;height:2rem;border:none;border-radius:624.9375rem;background:#f4f4f6;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;transition:background .25s cubic-bezier(.4,0,.2,1)}.filter-modal__close:hover{background:#cbd5e1}.filter-modal__body{flex:1;min-height:0;overflow-y:auto;padding:1.25rem 1.5rem}.filter-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}@media (max-width: 29.9375rem){.filter-modal__grid{grid-template-columns:1fr}}.filter-modal__field{display:flex;flex-direction:column;gap:.5rem}.filter-modal__field-label{font-size:.6875rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.07em;font-family:Montserrat,ui-sans-serif,sans-serif}.filter-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #CBD5E1;flex-shrink:0}.filter-modal__sheet-handle{display:none;width:2.5rem;height:3px;border-radius:624.9375rem;background:#cbd5e1;margin:.75rem auto .5rem;flex-shrink:0}@media (max-width: 47.9375rem){.filter-modal__sheet-handle{display:block}}.filter-modal--unified{width:min(40rem,92vw);max-height:85vh}@media (max-width: 47.9375rem){.filter-modal--unified{width:100%;max-width:100%;max-height:90dvh;border-radius:1.125rem 1.125rem 0 0}}.filter-modal__body--unified{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;scrollbar-width:thin}@keyframes filterSlideUp{0%{opacity:0;transform:translateY(1.5rem)}to{opacity:1;transform:translateY(0)}}.filter-select{position:relative}.filter-select__btn{width:100%;height:2.5rem;padding:0 .75rem;border:1.5px solid #CBD5E1;border-radius:.5rem;background:#fff;font-size:.75rem;font-weight:500;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:space-between;text-align:left;transition:border-color .25s cubic-bezier(.4,0,.2,1)}.filter-select__btn:hover,.filter-select__btn--open{border-color:#3f95ea}.filter-select__btn--placeholder{color:#9496b0}.filter-select__btn-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.filter-select__dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #CBD5E1;border-radius:.5rem;box-shadow:0 .25rem .75rem #0000001a;z-index:100;padding:.5rem 0;max-height:12rem;overflow-y:auto;animation:filterFadeDown .15s cubic-bezier(.4,0,.2,1)}.filter-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0d0d73;z-index:300;display:flex;flex-direction:column;justify-content:flex-end;animation:filterFadeIn .25s cubic-bezier(.4,0,.2,1)}.filter-sheet{width:100%;max-height:90dvh;background:#fff;border-radius:1.125rem 1.125rem 0 0;display:flex;flex-direction:column;overflow:hidden;animation:filterSheetUp .25s cubic-bezier(.4,0,.2,1)}.filter-sheet__handle{width:2.5rem;height:3px;border-radius:624.9375rem;background:#cbd5e1;margin:.75rem auto .5rem;flex-shrink:0}.filter-sheet__body{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#CBD5E1 transparent}@keyframes filterSheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.filter-btn{display:inline-flex;align-items:center;justify-content:center;height:2.25rem;padding:0 1.25rem;border-radius:624.9375rem;font-size:.75rem;font-weight:600;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.filter-btn--outline{border:1.5px solid #CBD5E1;background:none;color:#3d4468}.filter-btn--outline:hover{border-color:#94a3b8}.filter-btn--primary{border:none;background:#3f95ea;color:#fff}.filter-btn--primary:hover{background:#006cb7}.filter-skeleton{padding:1rem;display:flex;flex-direction:column;gap:.75rem}.filter-skeleton__block{height:1.75rem;border-radius:.5rem;background:linear-gradient(90deg,#f4f4f6 25%,#f4f4f6 75%);background-size:200% 100%;animation:filterShimmer 1.4s infinite}@keyframes filterShimmer{to{background-position:-200% 0}}@media (max-width: 63.9375rem){.filter-panel{display:none}}@media (min-width: 64rem){.filter-chipbar,.filter-chip--trigger{display:none}}@media (max-width: 47.9375rem){.filter-chipbar{gap:.75rem;padding:.5rem 0 1rem}.filter-chip{height:2.5rem;padding:0 1rem;font-size:.75rem;font-style:normal;font-weight:500}.filter-chip__badge{min-width:1.25rem;height:1.25rem;font-size:.75rem}}@media (max-width: 29.9375rem){.filter-chipbar{gap:.5rem;padding-bottom:.75rem}.filter-chip{height:2.25rem;padding:0 .75rem;font-size:.75rem;font-style:normal;font-weight:500}.filter-chip__badge{min-width:1.125rem;height:1.125rem;font-size:.6875rem}.filter-chip--trigger{width:2.25rem;min-width:2.25rem;height:2.25rem;justify-content:center;padding:0;border-radius:624.9375rem}.filter-chip--trigger span{display:none}}.search-bar{display:flex;align-items:center;justify-content:center;position:relative;box-sizing:border-box;max-width:100%;min-width:0;min-height:0;height:auto;background:#fff;border:1px solid #CBD5E1;border-radius:624.9375rem;padding:.5rem .5rem .5rem .875rem;gap:0;overflow:hidden;box-shadow:0 .0625rem .1875rem #00000014;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}.search-bar:focus-within{border-color:#3f95ea;box-shadow:0 .0625rem .1875rem #00000014,0 0 0 .1875rem #3f95ea1f}.search-bar__field{display:flex;align-items:center;justify-content:center;gap:.5rem;flex:1;min-width:0;min-height:0}.search-bar__inline-icon{flex-shrink:0;width:1rem;height:1rem;color:#64748b}.search-bar__icon{color:#64748b;font-size:1.125rem;flex-shrink:0}.search-bar__input{flex:1;min-width:0;height:auto;min-height:1.25rem;border:none;outline:none;background:transparent;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;color:#3d4468;line-height:1.25}.search-bar__input::placeholder{color:#64748b;font-weight:400}.search-bar__divider{width:1px;align-self:stretch;min-height:1rem;margin:0 1.3125rem;background-color:#cbd5e1;flex-shrink:0}.search-bar__btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:.25rem;width:4.5rem;min-width:4.5rem;height:auto;padding:.5rem .875rem;background-color:#9496b0;color:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:600;border:none;border-radius:624.9375rem;cursor:pointer;flex-shrink:0;transition:background-color .15s cubic-bezier(.4,0,.2,1)}.search-bar__btn:hover{background-color:color-mix(in srgb,#9496b0 88%,#0d0d0d)}.search-bar__btn:active{transform:scale(.98)}.search-bar__btn-icon{display:none}@media (max-width: 63.9375rem){.search-bar{width:100%;max-width:none;border-radius:1.125rem;padding:.5rem .5rem .5rem .75rem}.search-bar__divider{margin:0 1rem}.search-bar__btn{width:auto;min-width:4.5rem;padding:.5rem .875rem}}@media (max-width: 47.9375rem){.search-bar{border-radius:1.5rem;padding:.375rem .375rem .375rem .75rem}.search-bar__field{flex:1 0 0;gap:.5rem}.search-bar__field--location,.search-bar__icon,.search-bar__divider{display:none}.search-bar__btn{width:auto;min-width:0;width:1.5rem;height:1.5rem;border-radius:624.9375rem;margin-left:0;padding:0;background:#9496b0}.search-bar__btn .search-bar__btn-text{display:none}.search-bar__btn .search-bar__btn-icon{display:block;color:#fff}.search-bar__input{font-size:.75rem;line-height:1.3}}.job-card{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;position:relative;background-color:#fff;border:1px solid rgba(148,163,184,.35);border-radius:.75rem;padding:.75rem 1rem;transition:all .15s cubic-bezier(.4,0,.2,1);gap:1rem;box-shadow:0 .0625rem .1875rem #00000014}.job-card:hover{box-shadow:0 .25rem .75rem #0000001a;border-color:#94a3b873}.job-card--clickable{cursor:pointer}.job-card--clickable:focus-visible{outline:none;box-shadow:0 0 0 3px #3f95ea2e}.job-card__left{display:flex;align-items:center;justify-content:flex-start;align-items:flex-start;gap:1rem;flex:1;min-width:0}.job-card__logo{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background-color:#fff;border:1px solid rgba(148,163,184,.25);flex-shrink:0;overflow:hidden}.job-card__logo img{width:100%;height:100%;object-fit:contain;object-position:center;padding:2px}.job-card__logo-fallback{font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:700;font-size:1.125rem;color:#64748b;text-transform:uppercase;background:#f4f4f6;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.job-card__info{display:flex;flex-direction:column;gap:.5rem;min-width:0}.job-card__company-name{display:none}.job-card__title-row{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;flex-wrap:wrap}.job-card__title{font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:600;font-size:1rem;color:#0f172a;margin:0;line-height:1.3}.job-card__badge{display:inline-block;padding:.125rem .5rem;border-radius:624.9375rem;background-color:#eaf4fe;color:#3f95ea;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-weight:500;line-height:1.6;border:1px solid rgba(63,149,234,.12)}.job-card__meta-mobile{display:none}.job-card__meta--desktop{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;row-gap:.25rem}.job-card__meta-item{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#64748b;white-space:normal;max-width:100%}.job-card__company{color:#3d4468;font-weight:500}.job-card__divider{width:1px;height:.875rem;background-color:#94a3b880;flex-shrink:0;align-self:center}.job-card__footer-left{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.job-card__send-icon{color:#64748b;flex-shrink:0}.job-card__candidates{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#64748b}.job-card__right{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;gap:1rem;flex-shrink:0;align-self:stretch}.job-card__actions{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.job-card__action-btn{display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;border-radius:624.9375rem;border:1px solid rgba(148,163,184,.45);background-color:#fff;color:#64748b;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.job-card__action-btn:hover{border-color:#cbd5e1;color:#3f95ea;background-color:#eaf4fe}.job-card__action-btn:focus{outline:none;box-shadow:0 0 0 3px #3f95ea1f}.job-card__action-icon{display:block;width:1rem;height:1rem;object-fit:contain}.job-card__posted{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;color:#64748b;white-space:nowrap;margin-top:auto}@media (max-width: 47.9375rem){.job-card{padding:1rem;min-height:6rem}.job-card__left{align-items:flex-start;gap:.88rem;padding-right:5.25rem}.job-card__logo{width:3rem;height:3rem;border-radius:.5rem}.job-card__logo-fallback{font-size:.75rem}.job-card__info{gap:0}.job-card__title{font-size:.875rem;font-style:normal;font-weight:600;line-height:1.25}.job-card__badge{display:none}.job-card__company-name{display:block;margin-top:.33rem;font-size:.75rem;font-style:normal;font-weight:500;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;line-height:1.3}.job-card__meta--desktop{display:none}.job-card__meta-mobile{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;min-width:0}.job-card__detail-row{display:flex;align-items:flex-start;gap:.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;color:#64748b;line-height:1.35}.job-card__detail-icon{flex-shrink:0;margin-top:.1rem;color:#64748b}.job-card__detail-text{min-width:0;word-break:break-word}.job-card__mode-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;color:#64748b;line-height:1.35}.job-card__mode-part{white-space:nowrap}.job-card__divider--mode{width:1px;height:.75rem;align-self:center;background-color:#94a3b88c;flex-shrink:0}.job-card__footer-left{margin-top:.5rem}.job-card__candidates{font-size:.75rem}.job-card__right{position:static;width:0;min-width:0;height:0;min-height:0;padding:0;margin:0;overflow:visible;align-items:flex-end;justify-content:flex-start;gap:.75rem;align-self:flex-start}.job-card__actions{position:absolute;top:1rem;right:1rem;z-index:10}.job-card__action-btn{width:2.25rem;height:2.25rem}.job-card__posted{position:absolute;right:1rem;bottom:1rem;left:auto;margin-top:0;font-size:.75rem}}@media (max-width: 29.9375rem){.job-card{border-radius:1.125rem}.job-card__left{padding-right:4.75rem}.job-card__actions{flex-direction:row-reverse;gap:.5rem}.job-card__action-btn{width:2rem;height:2rem}.job-card__posted{font-size:.6875rem;bottom:1rem;right:1rem}}.jobs-wrapper{box-sizing:border-box;background:#fafcfe;width:100%;margin:0}@media (min-width: 64rem){.jobs-wrapper{padding:2.5rem 5rem 2rem;background:#f4f4f6}}@media (max-width: 63.9375rem){.jobs-wrapper{max-width:none;padding:0;padding-top:.75rem;min-height:100dvh;display:flex;flex-direction:column}}@media (max-width: 63.9375rem) and (min-width: 48rem){.jobs-wrapper{padding-top:.875rem}}.jobs-wrapper--narrow{max-width:none;margin:0;padding:0;padding-top:.75rem;min-height:100dvh;display:flex;flex-direction:column;box-sizing:border-box}@media (min-width: 48rem) and (max-width: 63.9375rem){.jobs-wrapper--narrow{padding-top:.875rem}}.jobs-page{display:grid;grid-template-columns:1fr 3fr 1fr;align-items:start;column-gap:1.5rem;row-gap:1.5rem}@media (min-width: 64rem){.jobs-page{align-items:stretch;height:calc(100dvh - (3.75rem + 1px) - 4.5rem);max-height:calc(100dvh - (3.75rem + 1px) - 4.5rem);min-height:18rem}}.jobs-page__sidebar{position:static}@media (min-width: 64rem){.jobs-page__sidebar{min-height:0;display:flex;flex-direction:column}.jobs-page__sidebar .filter-panel,.jobs-page__sidebar .filter-skeleton{flex:1 1 auto;min-height:0;max-height:100%;height:100%}}.jobs-page__right{position:sticky;align-self:start;height:fit-content}@media (min-width: 64rem){.jobs-page__right{align-self:stretch;min-height:0;height:auto}}@media (max-width: 63.9375rem){.jobs-page__right{display:none}}.jobs-page__main{min-width:0;max-width:100%;box-sizing:border-box}@media (min-width: 64rem){.jobs-page__main{display:flex;flex-direction:column;flex:1;min-height:0;max-height:100%;overflow:hidden}.jobs-page__main .jobs-page__search-wrap--desktop-only,.jobs-page__main .MuiAlert-root{flex-shrink:0}}@media (max-width: 63.9375rem){.jobs-page__main{display:flex;flex-direction:column;flex:1;min-height:0}}@media (max-width: 47.9375rem){.jobs-page__main{overflow:hidden}}.jobs-page__search-wrap,.jobs-page__search-wrap--desktop-only{margin-bottom:1rem;min-width:0;max-width:100%}@media (max-width: 63.9375rem){.jobs-page__search-wrap--desktop-only{display:none}}@media (min-width: 64rem){.jobs-page__results-block{flex:1;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.85) transparent}}@media (max-width: 63.9375rem){.jobs-page__results-block{position:relative;z-index:0;flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding-block:1.5rem 1.5rem;padding-inline:1rem}}@media (max-width: 63.9375rem) and (min-width: 48rem){.jobs-page__results-block{padding-block:1.5rem 2.5rem;padding-inline:2.5rem}}@media (max-width: 63.9375rem){.jobs-page__results-block .jobs-page__results-header{margin-top:0;margin-bottom:1rem}.jobs-page__results-block .jobs-page__cards{gap:1rem}}.jobs-page__results-header{margin-bottom:1rem}.jobs-page__results-count{font-size:1.125rem;font-weight:700;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif}.jobs-page__cards{display:flex;flex-direction:column;gap:.75rem}.jobs-page__back-btn{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif;color:#0f172a;border:1px solid #CBD5E1;border-radius:624.9375rem;padding:.75rem 1.25rem;margin-bottom:1rem;flex-shrink:0;background:#fff;cursor:pointer}.jobs-page--narrow{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;gap:0;grid-template-columns:unset;align-items:stretch}.jobs-page__narrow-top{display:none}@media (max-width: 63.9375rem){.jobs-page__narrow-top{display:block;flex-shrink:0;background:#fff;border-bottom:1px solid #CBD5E1;z-index:205;position:sticky;top:0;padding-inline:1rem;box-sizing:border-box}}@media (max-width: 63.9375rem) and (min-width: 48rem){.jobs-page__narrow-top{padding-inline:2.5rem}}@media (max-width: 63.9375rem){.jobs-page__narrow-top .filter-chipbar{border-bottom:none}}.jobs-page__narrow-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;box-sizing:border-box;padding-block:1.5rem 1.5rem;padding-inline:1rem}@media (min-width: 48rem) and (max-width: 63.9375rem){.jobs-page__narrow-scroll{padding-block:1.5rem 2.5rem;padding-inline:2.5rem}}.jobs-page__search-wrap--narrow{display:flex;align-items:center;gap:.75rem;margin-bottom:0;padding-block:.75rem .5rem;padding-inline:0}.jobs-page__search-wrap--narrow .search-bar{flex:1;min-width:0}.jobs-page__search-wrap--narrow .jobs-page__back-btn{margin-bottom:0}.jobs-page--narrow .jobs-page__results-header{margin-top:0;margin-bottom:1rem}.jobs-page--narrow .jobs-page__cards{gap:1rem}.jobs-right{display:flex;flex-direction:column;gap:24px}.jobs-right__popular{padding:1rem;background:transparent}.jobs-right__upload{background:#fff;border-radius:.75rem;border:1px solid #CBD5E1;box-sizing:border-box;width:240px;max-width:100%;padding:16px 20px}.jobs-right__upload--clickable{display:block;cursor:pointer;text-align:left;font:inherit;color:inherit;-webkit-tap-highlight-color:transparent}.jobs-right__upload--clickable:focus-visible{outline:2px solid #3f95ea;outline-offset:2px}.jobs-right__upload-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.5rem;background:#1db88a1f;color:#1db88a;margin-bottom:.5rem;flex-shrink:0}.jobs-right__upload-icon--resume-builder{width:3.5rem;height:3.5rem;border-radius:1.125rem;background:linear-gradient(135deg,#6d28d9,#06b6d4);color:#fff;margin-bottom:1rem}.jobs-right__upload-title{margin:0 0 .5rem;font-size:.875rem;font-style:normal;font-weight:600;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;line-height:1.3}.jobs-right__upload-title--resume-builder{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.jobs-right__upload-desc{margin:0;font-size:.75rem;font-style:normal;font-weight:400;color:#64748b;line-height:1.45;font-family:Montserrat,ui-sans-serif,sans-serif}.jobs-right__upload-desc--resume-builder{font-size:1.375rem;line-height:1.3;color:#0f172a}.jobs-right__upload--resume-builder{border-radius:1.125rem}.jobs-right__popular-title{margin:0 0 1rem;font-size:1rem;font-family:Montserrat,ui-sans-serif,sans-serif;line-height:1.3}.jobs-right__popular-title-prefix{color:#0f172a;font-weight:600}.jobs-right__popular-title-region{color:#3f95ea;font-weight:600}.jobs-right__popular-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.jobs-right__popular-item{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem;column-gap:.75rem}.jobs-right__popular-text{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;min-width:0}.jobs-right__popular-icon{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;line-height:0;flex-shrink:0;color:#0f172a}.jobs-right__popular-icon svg{flex-shrink:0;width:.875rem;height:.875rem}.jobs-right__popular-icon--t1{background-color:#dbeafe}.jobs-right__popular-icon--t2{background-color:#ffedd5}.jobs-right__popular-icon--t3{background-color:#fce7f3}.jobs-right__popular-icon--t4{background-color:#f3e8ff}.jobs-right__popular-icon--t5{background-color:#e2e8f0}.jobs-right__popular-icon--t6{background-color:#d1fae5}.jobs-right__popular-icon--t7{background-color:#ecfccb}.jobs-right__popular-icon--t8{background-color:#fef9c3}.jobs-right__popular-icon--t9{background-color:#ffe4e6}.jobs-right__popular-label{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;color:#334155;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jobs-right__popular-count{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;font-style:normal;font-weight:400;color:#334155;text-align:left;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 63.9375rem){.jobs-page{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;gap:0;align-items:stretch}.jobs-page .jobs-page__search-wrap--desktop-only{margin-bottom:0}.jobs-page__results-block .jobs-page__results-header{margin-top:.75rem;margin-bottom:.75rem}.jobs-page__results-block .jobs-page__results-count{font-size:1.375rem}}@media (max-width: 47.9375rem){.jobs-page__results-block .jobs-page__results-header{margin-top:1rem}.jobs-page__results-block .jobs-page__results-count{font-size:1.125rem}.jobs-page__narrow-top{padding-inline:0;padding-top:0}.jobs-page__narrow-top .filter-chipbar{padding-inline:1.25rem .75rem}.jobs-page__search-wrap--narrow{padding:.75rem .75rem .75rem 1.25rem;gap:2rem}.jobs-page__back-btn{margin-bottom:0;box-sizing:border-box;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:0;color:#0f172a;background:#fff;border:1px solid #CBD5E1;font-size:0;line-height:0}.jobs-page__back-btn span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.jobs-page__back-btn svg{width:1.25rem;height:1.25rem;flex-shrink:0}.jobs-page--narrow .jobs-page__results-count{font-size:1.125rem}}.jobs-list-resume-banner{display:none}@media (max-width: 63.9375rem){.jobs-list-resume-banner{display:block;position:relative;border-radius:1.125rem;overflow:hidden;box-sizing:border-box;width:100%;box-shadow:0 .25rem .75rem #0000001a}}.jobs-list-resume-banner__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,#5b21b6,#7c3aed 26%,#0e7490 68%,#06b6d4)}.jobs-list-resume-banner__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.2;background:radial-gradient(ellipse 120% 90% at 90% 40%,rgba(255,255,255,.28) 0%,transparent 55%);pointer-events:none}.jobs-list-resume-banner__inner{position:relative;z-index:1;padding:1.25rem;box-sizing:border-box;cursor:pointer;-webkit-tap-highlight-color:transparent}.jobs-list-resume-banner__inner:focus{outline:none}.jobs-list-resume-banner__inner:focus-visible{outline:2px solid #ffffff;outline-offset:3px;border-radius:.5rem}.jobs-list-resume-banner__top{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.jobs-list-resume-banner__logo{display:block;width:2.5rem;height:2.5rem;flex-shrink:0;object-fit:contain}.jobs-list-resume-banner__cta{box-sizing:border-box;width:10rem;min-width:10rem;height:1.75rem;padding:0 .75rem;border:none;border-radius:624.9375rem;background:#fff;color:#2563eb;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;flex-shrink:0;pointer-events:none}.jobs-list-resume-banner__inner:hover .jobs-list-resume-banner__cta{filter:brightness(1.02)}.jobs-list-resume-banner__cta-text{white-space:nowrap}.jobs-list-resume-banner__cta-arrow{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#2563eb}.jobs-list-resume-banner__title{margin:.75rem 0 0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-style:normal;font-weight:600;color:#fff;line-height:1.3}.jobs-list-resume-banner__subtitle{margin:.3rem 0 0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;color:#ffffffeb;line-height:1.45}.job-detail-layout{width:100%;margin:0 auto;padding:2.5rem 5rem;height:47.8rem;display:grid;grid-template-columns:23.75rem minmax(0,1fr);background:#f4f4f6;box-sizing:border-box}.job-detail-layout__content{display:flex;flex-direction:column;max-width:100%;min-width:0;height:100%;overflow:hidden}.job-detail-layout__canvas{display:flex;flex-direction:column;border:1px solid #CBD5E1;border-left:1px solid #CBD5E1;border-radius:0 .75rem .75rem 0;background:#fff;overflow:hidden;height:100%}.job-detail-layout .searched-jobs-panel{border-right:0;height:100%}@media (max-width: 79.9375rem){.job-detail-layout{padding:2rem 2.5rem;grid-template-columns:1fr}.job-detail-layout .searched-jobs-panel{border-radius:.75rem}.job-detail-layout__content{width:100%}.job-detail-layout__canvas{border-left:1px solid #CBD5E1;border-radius:.75rem}}.searched-jobs-panel{width:23.75rem;max-width:100%;background:#fff;border:1px solid #CBD5E1;border-radius:.75rem 0 0 .75rem;overflow:hidden;min-height:100%;display:flex;flex-direction:column}.searched-jobs-panel__header{display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:14px 14px 14px 20px;border-bottom:1px solid #CBD5E1}.searched-jobs-panel__title{margin:0;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-style:normal;font-weight:600}.searched-jobs-panel__filter-btn{display:flex;align-items:center;justify-content:center;gap:.625rem;width:5.5rem;height:1.75rem;padding:.25rem .5rem;border:1px solid #cbd5e1;border-radius:624.9375rem;background:#fff;cursor:pointer;color:#212121;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:1}.searched-jobs-panel__filter-count{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:624.9375rem;background:#3f95ea;color:#fff;font-size:.6875rem;font-weight:600;line-height:1}.searched-jobs-panel__list{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.searched-jobs-panel__list::-webkit-scrollbar{width:6px}.searched-jobs-panel__list::-webkit-scrollbar-track{background:transparent}.searched-jobs-panel__list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.searched-jobs-panel__list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.searched-jobs-panel__item{background:#fff;border-bottom:1px solid #CBD5E1;padding:0}.searched-jobs-panel__item--active{background:#eaf4fe}.searched-jobs-panel__item--active .searched-jobs-panel__type-chip{background:var(--Neutral-White, #fff)}.searched-jobs-panel__card{display:flex;align-items:center;height:2.875rem;padding:1rem;gap:.75rem}.searched-jobs-panel__logo{width:2.875rem;height:2.875rem;border-radius:.5rem;object-fit:cover;flex-shrink:0;display:block}.searched-jobs-panel__body{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.searched-jobs-panel__top-row{display:flex;align-items:center;gap:.5rem;margin-bottom:8px;min-width:0}.searched-jobs-panel__title-text{margin:0;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:600;line-height:1.2;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searched-jobs-panel__type-chip{flex-shrink:0;padding:.25rem .5rem;border-radius:24px;background:var(--Neutral-Background, #F5F7FA)}.searched-jobs-panel__meta{display:flex;align-items:center;gap:.75rem}.searched-jobs-panel__meta-item{display:flex;align-items:center;justify-content:flex-start;gap:.625rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-style:normal;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.searched-jobs-panel__body-text{color:#3d4468;font-size:.6875rem;font-weight:500;line-height:1}.searched-jobs-panel__meta-divider{width:1px;height:.75rem;background:#cbd5e1;flex-shrink:0}.job-filter-popup{display:flex;flex-direction:column;max-height:min(80vh,42rem)}.job-filter-popup__card{padding:1.5rem;border-radius:1.125rem}.job-filter-popup__title{margin:0 0 1.25rem;font-size:1.375rem;font-family:Montserrat,ui-sans-serif,sans-serif;color:#0f172a}.job-filter-popup__body{overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.job-filter-popup__group h4{margin:0 0 .75rem;font-size:.75rem;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif}.job-filter-popup__options{display:flex;flex-direction:column;gap:.5rem}.job-filter-popup__option{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;font-size:.75rem;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer}.job-filter-popup__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}.job-action-card{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:none;border-bottom:1px solid #CBD5E1;border-radius:0!important}.job-action-card__left{display:flex;align-items:center;justify-content:flex-start;gap:1rem;min-width:0}.job-action-card__logo{width:3.375rem;height:3.375rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;color:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:1rem;overflow:hidden;flex-shrink:0}.job-action-card__logo img{width:100%;height:100%;object-fit:contain;display:block}.job-action-card__meta{min-width:0}.job-action-card__meta h2{margin:0 0 .5rem}.job-action-card__title-btn{border:none;background:transparent;padding:0;color:var(--Neutral-Text-Headings, #0f172a);font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;text-align:left;cursor:pointer}.job-action-card__title-btn:hover{color:#3f95ea}.job-action-card__subrow{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap;color:var(--Neutral-Text-Body-Text, #334155);font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500}.job-action-card__subrow span{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.job-action-card__divider{width:1px;height:.75rem;background:#94a3b8}.job-action-card__actions{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;flex-shrink:0}.job-action-card__share-icon{display:block;object-fit:contain}.job-action-card__apply-btn{text-transform:none!important;border-radius:624.9375rem!important;background:#3f95ea!important}.job-action-card__ai-apply-btn{text-transform:none!important;border-radius:624.9375rem!important;border:1px solid transparent!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#5b21b6,#6366f1,#06b6d4) border-box!important;color:#6366f1!important}.job-action-card__ai-apply-btn .MuiButton-startIcon{color:#6366f1}.job-action-card__ai-apply-text{text-align:center;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;color:transparent;background:linear-gradient(90deg,#5b21b6,#6366f1,#06b6d4);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}@media (max-width: 63.9375rem){.job-action-card{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.job-action-card__actions{width:100%;justify-content:flex-start}}.job-description-box{flex:1 1 auto;display:grid;grid-template-columns:minmax(0,1fr) 18rem;grid-template-rows:auto minmax(0,1fr);gap:0;border:none;border-radius:0;background:transparent;overflow:hidden;height:100%;min-height:0}.job-description-box__header{grid-column:1/-1;display:flex;align-items:center;justify-content:flex-start;gap:.75rem;min-height:2.5rem;padding:.75rem 1rem;background:linear-gradient(95deg,#0c4f91,#1b9ceaa6 45%,#bfad56a6);border-bottom:1px solid #CBD5E1}.job-description-box__header h2{margin:0;font-size:.75rem;color:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500;letter-spacing:.02em}.job-description-box__back-btn{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;height:1.75rem;padding:0 .75rem;border:1px solid rgba(255,255,255,.4);border-radius:624.9375rem;background:#ffffff24;color:#fff;font-size:.6875rem;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer}.job-description-box__left{display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.job-description-box__left::-webkit-scrollbar{width:6px}.job-description-box__left::-webkit-scrollbar-track{background:transparent}.job-description-box__left::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.job-description-box__left::-webkit-scrollbar-thumb:hover{background:#94a3b8}.job-description-box__section{padding:20px;border-bottom:1px solid #CBD5E1;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:400}.job-description-box__section:last-child{border-bottom:none}.job-description-box__section h3{margin:0 0 .75rem;font-size:1.125rem;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif}.job-description-box__section p,.job-description-box__section li{margin:0;font-size:.875rem;color:#64748b;line-height:1.5;font-family:Montserrat,ui-sans-serif,sans-serif}.job-description-box__section ul{margin:0;padding-left:1rem;display:flex;flex-direction:column;gap:.25rem}.job-description-box__section button{margin-top:.75rem;padding:0;border:none;background:none;color:#3f95ea;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;cursor:pointer}.job-description-box__section-text--clamped{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.job-description-box__right{border-left:1px solid #CBD5E1;display:flex;flex-direction:column;height:100%;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.job-description-box__right::-webkit-scrollbar{width:6px}.job-description-box__right::-webkit-scrollbar-track{background:transparent}.job-description-box__right::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.job-description-box__right::-webkit-scrollbar-thumb:hover{background:#94a3b8}.job-description-box__right-section{padding:20px;border-bottom:1px solid #CBD5E1;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600}.job-description-box__right-section:last-child{border-bottom:none}.job-description-box__right-section h4{margin:0 0 1rem;font-size:1.125rem;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif}.job-description-box__right-section>p{margin:0 0 14px;font-size:.6875rem;color:#64748b;font-family:Montserrat,ui-sans-serif,sans-serif}.job-description-box__highlight-item{display:flex;align-items:center;justify-content:flex-start;align-items:flex-start;gap:12px;margin-bottom:16px}.job-description-box__highlight-item:last-child{margin-bottom:0}.job-description-box__highlight-item svg{width:28px;height:28px;padding:7px;border-radius:8px;background:linear-gradient(0deg,#e1f8fe99,#e1f8fe99),#fff;color:#64748b;box-sizing:border-box}.job-description-box__highlight-item div{display:flex;flex-direction:column;gap:4px}.job-description-box__highlight-item strong{font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;color:#0f172a}.job-description-box__highlight-item span{font-family:Montserrat;font-size:10px;font-style:normal;font-weight:400;color:#64748b}.job-description-box__edu-item{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;margin-bottom:12px}.job-description-box__edu-item:first-of-type{margin-top:14px}.job-description-box__edu-item:last-child{margin-bottom:0}.job-description-box__edu-item strong{min-width:3.5rem;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:500;color:#0f172a}.job-description-box__edu-item span{font-family:Montserrat;font-size:12px;font-style:normal;font-weight:400;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-description-box__skills{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.5rem}.job-description-box__skills .MuiChip-root{background:var(--Neutral-Background, #F5F7FA);color:#3d4468;font-size:12px;border-radius:24px;display:flex;padding:5px 10px 5px 8px;justify-content:center;align-items:center;gap:4px;height:auto}.job-description-box__skills .MuiChip-root .MuiChip-label{padding:0;color:var(--Neutral-Text-Body-Text, #334155);font-family:Montserrat;font-size:10px;font-style:normal;font-weight:400}.job-description-box__right-section--skills h4{margin-bottom:4px}.job-description-box__skills-note{margin-bottom:14px;font-family:Montserrat!important;font-size:10px!important;font-style:normal;font-weight:400}@media (max-width: 79.9375rem){.job-description-box{grid-template-columns:1fr}.job-description-box__right{border-left:none;border-top:1px solid #CBD5E1}}@media (max-width: 47.9375rem){.job-description-box__header{padding:.75rem .75rem .75rem 1.25rem;min-height:0}.job-description-box__back-btn{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:0;background:#fff;color:#0f172a;border:1px solid #CBD5E1}.job-description-box__back-btn span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.job-description-box__back-btn .MuiSvgIcon-root{font-size:1.25rem!important}}.guest-apply-popup{display:flex;flex-direction:column}.guest-apply-popup__card{padding:1.5rem;border-radius:1.125rem}.guest-apply-popup__title{margin-bottom:1.25rem}.guest-apply-popup__body{display:flex;flex-direction:column;gap:1rem}.guest-apply-popup__field{display:flex;flex-direction:column;gap:.5rem}.guest-apply-popup__field>span{font-size:.75rem;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500}.guest-apply-popup__field em{color:#3f95ea;font-style:normal}.guest-apply-popup__field input[type=text],.guest-apply-popup__field input[type=email]{height:2.5rem;border:1px solid #CBD5E1;border-radius:624.9375rem;padding:0 1rem;font-size:.75rem;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;outline:none}.guest-apply-popup__field input[type=text]:focus,.guest-apply-popup__field input[type=email]:focus{border-color:#3f95ea}.guest-apply-popup__upload-box{border:1px dashed #CBD5E1;border-radius:.75rem;padding:1.25rem;text-align:center;display:flex;flex-direction:column;gap:.5rem;align-items:center}.guest-apply-popup__upload-box p{margin:0;font-size:.75rem;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500}.guest-apply-popup__upload-box small{color:#64748b;font-size:.6875rem;font-family:Montserrat,ui-sans-serif,sans-serif}.guest-apply-popup__file-btn{margin-top:.5rem;border:1px solid #CBD5E1;border-radius:624.9375rem;padding:.25rem 1rem;font-size:.6875rem;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer}.guest-apply-popup__file-btn input{display:none}.guest-apply-popup__file-name{font-size:.6875rem;color:#3f95ea;font-family:Montserrat,ui-sans-serif,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.guest-apply-popup__footer{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.guest-apply-popup__footer .MuiButton-root{text-transform:none;border-radius:624.9375rem;min-height:2.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:600;background:#3f95ea}.guest-apply-popup__footer p{margin:0;font-size:.6875rem;color:#9496b0;text-align:center;font-family:Montserrat,ui-sans-serif,sans-serif}.guest-apply-popup__footer p a{color:#3f95ea;text-decoration:none}.ai-apply-popup__card{padding:1.5rem;border-radius:1.125rem}.ai-apply-popup__card--review-resume{min-height:30rem}.ai-apply-popup__title{margin-bottom:1.25rem}.ai-apply-popup__section{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.ai-apply-popup__label{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#0f172a;font-weight:500}.ai-apply-popup__label em{font-style:normal;color:#ef4444}.ai-apply-popup__label--optional span{color:#64748b;font-size:.875rem}.ai-apply-popup__resume-list{display:flex;flex-direction:column;gap:.5rem}.ai-apply-popup__resume-item{display:flex;flex-direction:row;align-items:center;gap:.75rem;margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer;background:transparent;padding:0;border-radius:0}.ai-apply-popup__resume-radio{flex-shrink:0;width:1.125rem;height:1.125rem;margin:0;accent-color:#3f95ea;cursor:pointer}.ai-apply-popup__resume-panel{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:.75rem;padding:.5rem;background:#f8f9fa;border-radius:.75rem;box-sizing:border-box}.ai-apply-popup__resume-file-icon{flex-shrink:0;display:block}.ai-apply-popup__resume-name{flex:1;min-width:0;color:#0f172a;font-size:.75rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-apply-popup__resume-size{flex-shrink:0;margin-left:auto;color:#64748b;font-size:.75rem;font-weight:400}.ai-apply-popup__upload{border:1px dashed #cbd5e1;border-radius:.625rem;padding:1.25rem;text-align:center;display:flex;flex-direction:column;gap:.25rem;align-items:center;background:#fff}.ai-apply-popup__upload p{margin:0;font-size:.75rem;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500}.ai-apply-popup__upload small{color:#64748b;font-size:.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:400}.ai-apply-popup__upload small em{color:#ef4444;font-style:normal;font-weight:600}.ai-apply-popup__upload-icon{color:#3f95ea;flex-shrink:0}.ai-apply-popup__upload-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #3f95ea;border-radius:624.9375rem;padding:.5rem 1.25rem;color:#3f95ea;font-size:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:600;background:#fff;cursor:pointer;margin-top:.25rem;transition:background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.ai-apply-popup__upload-btn:hover{background:#3f95ea14}.ai-apply-popup__upload-btn input{display:none}.ai-apply-popup__upload-name{color:#3f95ea;font-size:.6875rem;font-family:Montserrat,ui-sans-serif,sans-serif}.ai-apply-popup__chips{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap}.ai-apply-popup__chip{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid #e2e8f0;background:#fff;color:#3d4468;border-radius:624.9375rem;padding:.5rem 1rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;font-weight:500;cursor:pointer;transition:border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.ai-apply-popup__chip span{line-height:1.2}.ai-apply-popup__chip--active{border-color:#3f95ea;background:#3f95ea14;color:#3f95ea}.ai-apply-popup__chip--active .ai-apply-popup__chip-icon{color:#3f95ea}.ai-apply-popup__chip-icon{flex-shrink:0;color:#7c3aed}.ai-apply-popup__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem}.ai-apply-popup__btn{border-radius:624.9375rem;padding:.5rem 1.25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer}.ai-apply-popup__btn--ghost{border:1px solid #cbd5e1;color:#0f172a;background:#fff}.ai-apply-popup__btn--primary{border:none;color:#fff;background:#3f95ea}.ai-apply-popup__btn--primary:hover:not(:disabled){background:color-mix(in srgb,#3f95ea 88%,#0c2a4a)}.ai-apply-popup__btn--primary:disabled{background:#94a3b8;color:#fff;cursor:default;opacity:1}.ai-apply-popup__btn--gradient{border:none;color:#fff;background:linear-gradient(90deg,#5b21b6,#2563eb,#06b6d4)}.ai-apply-popup__tabs{display:flex;align-items:center;justify-content:flex-start;border:1px solid #CBD5E1;border-radius:624.9375rem;width:fit-content;padding:.25rem;margin-bottom:1rem}.ai-apply-popup__tab{border:none;background:transparent;color:#64748b;border-radius:624.9375rem;padding:.5rem 1rem;font-size:.625rem;font-weight:500;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer}.ai-apply-popup__tab--active{background:#3f95ea;color:#fff}.ai-apply-popup__header-row{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.ai-apply-popup__header-row--stacked{margin-bottom:.5rem}.ai-apply-popup__subtext{margin:.25rem 0 0;color:#64748b;font-size:.625rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:400}.ai-apply-popup__credit-wrap{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.ai-apply-popup__credits{background:#f4f4f6;border-radius:624.9375rem;padding:.4rem .7rem .4rem .8rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;color:#3d4468;font-weight:500}.ai-apply-popup__regen-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:624.9375rem;padding:.4rem .8rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;font-weight:600;cursor:pointer;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#5b21b6,#6366f1,#06b6d4) border-box;background-clip:padding-box,border-box;-webkit-background-clip:padding-box,border-box}.ai-apply-popup__regen-btn:hover{filter:brightness(.97)}.ai-apply-popup__regen-btn:focus-visible{outline:2px solid rgba(99,102,241,.45);outline-offset:2px}.ai-apply-popup__regen-btn-label{display:inline-block;background:linear-gradient(90deg,#5b21b6,#6366f1,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent;font:inherit;font-weight:600}@supports not (background-clip: text){.ai-apply-popup .ai-apply-popup__regen-btn-label{background:none;color:#5b21b6;-webkit-text-fill-color:currentcolor}}.ai-apply-popup__preview-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid #CBD5E1;border-bottom:none;border-top-left-radius:.75rem;border-top-right-radius:.75rem;padding:.5rem 1rem;font-family:Montserrat,ui-sans-serif,sans-serif}.ai-apply-popup__preview-file{font-size:.75rem;color:#0f172a;font-weight:500}.ai-apply-popup__ats{background:#dcfce7;color:#16a34a;border-radius:624.9375rem;font-size:.625rem;font-weight:500;padding:.25rem .75rem}.ai-apply-popup__preview-actions{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.ai-apply-popup__preview-actions button{border:1px solid #CBD5E1;background:#fff;color:#3d4468;border-radius:624.9375rem;padding:.25rem .75rem;font-size:.625rem;font-weight:500;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer}.ai-apply-popup__preview-body{position:relative;min-height:18rem;border:1px solid transparent;border-radius:.75rem;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#86efac,#38bdf8,#a855f7) border-box;background-clip:padding-box,border-box;-webkit-background-clip:padding-box,border-box;margin-bottom:.75rem}.ai-apply-popup__regen-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff8c;display:flex;align-items:center;justify-content:flex-end;align-items:flex-start}.ai-apply-popup__regen-card{width:24rem;min-height:14.2rem;background:#fff;border:1px solid #CBD5E1;border-radius:.75rem;padding:.5rem;box-shadow:0 .5rem 1.5rem #0000001f;display:flex;flex-direction:column;gap:.5rem}.ai-apply-popup__regen-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.ai-apply-popup__regen-file{font-family:Montserrat,ui-sans-serif,sans-serif;color:#0f172a;font-size:.625rem;font-weight:500}.ai-apply-popup__regen-replace{border:1px solid #CBD5E1;background:#fff;color:#3d4468;border-radius:624.9375rem;padding:.4rem .7rem .4rem .8rem;font-size:.625rem;font-weight:500;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer}.ai-apply-popup__regen-label{margin:0;color:#3d4468;font-size:.625rem;font-weight:400;font-family:Montserrat,ui-sans-serif,sans-serif}.ai-apply-popup__regen-textarea{width:100%;min-height:6.25rem;border:1px solid transparent;border-radius:.5rem;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#86efac,#38bdf8,#a855f7) border-box;background-clip:padding-box,border-box;-webkit-background-clip:padding-box,border-box;padding:.75rem;font-size:.625rem;font-weight:400;font-family:Montserrat,ui-sans-serif,sans-serif;color:#0f172a;resize:vertical;outline:none;box-sizing:border-box}.ai-apply-popup__regen-suggestions{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;flex-wrap:wrap}.ai-apply-popup__regen-suggestions button{border:none;border-radius:624.9375rem;background:#f4f4f6;color:#3d4468;font-size:.625rem;font-weight:400;font-family:Montserrat,ui-sans-serif,sans-serif;padding:.38rem .5rem;cursor:pointer}.ai-apply-popup__regen-footer{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.ai-apply-popup__default-row{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin-bottom:1rem;color:#3d4468;font-size:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif}.ai-apply-popup__additional-textarea{width:100%;min-height:24rem;border:1px solid #CBD5E1;border-radius:.5rem;padding:.75rem;font-size:1rem;font-family:Montserrat,ui-sans-serif,sans-serif;color:#0f172a;resize:vertical;outline:none;box-sizing:border-box}.ai-apply-popup__success-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0d0d0d73;display:flex;align-items:center;justify-content:center;z-index:400;border-radius:1.125rem}.ai-apply-popup__success-card{width:min(20rem,92%);background:#fff;border-radius:.75rem;border:1px solid #CBD5E1;box-shadow:0 .5rem 1.5rem #0000001f;text-align:center;padding:1.25rem}.ai-apply-popup__success-card h4{margin:.75rem 0 .5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:1.375rem;color:#0f172a;font-weight:700}.ai-apply-popup__success-card p{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#64748b;line-height:1.6}.ai-apply-popup__success-illustration{font-size:3rem;line-height:1}.ai-apply-popup__success-actions{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:1rem}.share-job-popup{display:flex;flex-direction:column}.share-job-popup__card{padding:1.5rem;border-radius:1.125rem}.share-job-popup__title{margin-bottom:1.25rem}.share-job-popup__options{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem;margin-bottom:1.25rem}.share-job-popup__option{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;color:#64748b;font-size:.6875rem;font-family:Montserrat,ui-sans-serif,sans-serif}.share-job-popup__option-icon{width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;border-radius:624.9375rem;background:#f1f5f9;color:#3f95ea}.share-job-popup__x-icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;background:#0d0d0d;color:#fff;font-size:.875rem;line-height:1}.share-job-popup__copy-row{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border:1px solid #CBD5E1;border-radius:624.9375rem;padding:.25rem}.share-job-popup__copy-row p{margin:0;padding-left:.75rem;font-size:1.125rem;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.share-job-popup__copy-btn.MuiButton-root{text-transform:none;border-radius:624.9375rem;min-height:2.5rem;min-width:7rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:600;background:#3f95ea}@media (max-width: 29.9375rem){.share-job-popup__card{padding:1rem}.share-job-popup__options{grid-template-columns:repeat(3,minmax(0,1fr))}.share-job-popup__copy-row p{font-size:.75rem}.share-job-popup__copy-btn.MuiButton-root{min-width:6.25rem;min-height:2.25rem;font-size:.75rem}}.job-insight-page{width:100%;margin:0 auto;background:#f4f4f6;box-sizing:border-box;display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);align-items:flex-start;justify-items:stretch}.job-insight-page__left,.job-insight-page__main{min-width:0}.job-insight-page__content{background:#fff;border:1px solid #CBD5E1;border-radius:.75rem;overflow:hidden}.job-insight-page__topbar{padding:.75rem 1rem;border-bottom:1px solid #CBD5E1;background:linear-gradient(95deg,#0c4f91,#1b9ceaa6 45%,#bfad56a6)}.job-insight-page__back-btn{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;height:1.75rem;padding:0 .75rem;border:1px solid rgba(255,255,255,.4);border-radius:624.9375rem;background:#ffffff24;color:#fff;font-size:.6875rem;font-family:Montserrat,ui-sans-serif,sans-serif;cursor:pointer}@media (max-width: 79.9375rem){.job-insight-page{padding-inline:2.5rem}}@media (max-width: 63.9375rem){.job-insight-page{grid-template-columns:1fr;padding:1rem}.job-insight-page__left{display:none}}@media (max-width: 47.9375rem){.job-insight-page__topbar{padding:.75rem .75rem .75rem 1.25rem}.job-insight-page__back-btn{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:0;background:#fff;color:#0f172a;border:1px solid #CBD5E1}.job-insight-page__back-btn span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.job-insight-page__back-btn .MuiSvgIcon-root{font-size:1.25rem!important}}.similar-jobs{background:#fff;border:1px solid #CBD5E1;border-radius:.75rem;padding:.75rem}.similar-jobs__title{margin:0 0 .75rem;font-size:.75rem;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:600}.similar-jobs__title span{color:#3f95ea;font-weight:500}.similar-jobs__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.similar-jobs__item{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.25rem 0;border-bottom:1px solid #f4f4f6}.similar-jobs__item:last-child{border-bottom:none}.similar-jobs__logo{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;background:#0d0d0d;color:#fff;font-size:.5625rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:600;flex-shrink:0}.similar-jobs__meta{min-width:0}.similar-jobs__meta p,.similar-jobs__meta small{margin:0;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Montserrat,ui-sans-serif,sans-serif}.similar-jobs__meta p{font-size:.75rem;color:#0f172a;font-weight:500}.similar-jobs__meta small{margin-top:2px;font-size:.6875rem;color:#64748b}.btn{padding:.5rem .875rem;border-radius:624.9375rem;font-size:.75rem;font-weight:600;cursor:pointer;border:none;transition:all .15s cubic-bezier(.4,0,.2,1)}.btn--primary{background:#3f95ea;color:#fff}.btn--primary:hover{background:#006cb7}.btn--outline{background:transparent;border:1px solid #3f95ea;color:#3f95ea}.btn--outline:hover{background:#eaf4fe;border:1px solid #006cb7;color:#006cb7}.navbar{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;min-height:3.75rem;padding:.875rem 5rem;background:#fff;border-bottom:1px solid #CBD5E1;position:fixed;top:0;left:0;right:0;width:100%;z-index:200}.navbar__logo{display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.navbar__logo>a{display:flex;align-items:center;text-decoration:none}.navbar__logo img{height:2rem;width:auto;max-height:2rem;object-fit:contain;display:block;flex-shrink:0}.navbar__links{display:flex;gap:1.5rem}.navbar__links-icon-wrap{display:inline-flex;align-items:center;color:inherit;flex-shrink:0}.navbar__links a{text-decoration:none;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;display:flex;align-items:center;gap:.5rem;transition:color .15s cubic-bezier(.4,0,.2,1);padding:5px 12px;border-radius:8px}.navbar__links a:hover{background-color:#eaf4fe}.navbar__links_jobs,.navbar__links_home{color:#64748b}.navbar__links_jobs:hover,.navbar__links_home:hover{color:#3f95ea}.navbar__links_jobs--active,.navbar__links_home--active{color:#3f95ea;background-color:#eaf4fe;font-weight:600}.navbar__actions{display:flex;align-items:center;gap:.75rem}.navbar__employer{position:relative;display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#3d4468;cursor:pointer;margin-left:.75rem}.navbar__employer:hover{color:#3f95ea}.navbar__employer-trigger{display:flex;align-items:center;gap:.5rem}.navbar__employer-dropdown{position:absolute;top:120%;right:0;background:#f3f4f6;padding:.75rem;border-radius:16px;min-width:150px;box-shadow:0 10px 25px #0000001a;display:flex;flex-direction:column;gap:14px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .25s ease;z-index:100}.navbar__employer:hover .navbar__employer-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.navbar__employer-dropdown a,.navbar__employer-dropdown button{text-align:left;font-size:.75rem;font-weight:500;color:#64748b;background:none;border:none;cursor:pointer}.navbar__employer-dropdown a:hover,.navbar__employer-dropdown button:hover{color:#3d4468}.navbar__hamburger{display:none;background:none;border:none;cursor:pointer;color:#0f172a}@media (max-width: 48rem){.navbar{padding:.875rem 1.5rem}.navbar__links,.navbar__actions{display:none}.navbar__hamburger{display:block}}@media (max-width: 30rem){.navbar{padding:.875rem 1rem}}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:300;opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.drawer-overlay--active{opacity:1;pointer-events:all}.drawer{position:fixed;top:0;right:0;width:320px;height:100vh;background:#fff;z-index:400;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s cubic-bezier(.4,0,.2,1);overflow-y:auto}.drawer--open{transform:translate(0)}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #CBD5E1}.drawer__logo{font-size:1.125rem;font-weight:700;color:#0f172a}.drawer__logo span{color:#3f95ea}.drawer__close{background:none;border:1.5px solid #CBD5E1;border-radius:624.9375rem;width:32px;height:32px;cursor:pointer;font-size:.75rem;display:flex;align-items:center;justify-content:center;color:#3d4468;transition:all .15s}.drawer__close:hover{background:#f4f4f6}.drawer__nav{flex:1;padding:1rem 0}.drawer__item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;text-decoration:none;color:#3d4468;font-size:1rem;cursor:pointer;transition:background .15s}.drawer__item:hover{background:#f4f4f6}.drawer__item--accordion .drawer__chevron{margin-left:auto;font-size:.6875rem;color:#64748b}.drawer__item.open{color:#3f95ea}.drawer__item--active{color:#3f95ea;background:#eaf4fe;font-weight:600}.drawer__item-icon{font-size:1rem}.drawer__job-list{background:#f4f4f6;border-top:1px solid #CBD5E1;border-bottom:1px solid #CBD5E1}.drawer__job-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem .75rem 2.5rem;text-decoration:none;color:#3d4468;border-bottom:1px solid #CBD5E1;transition:background .15s}.drawer__job-item:hover{background:#eaf4fe}.drawer__job-item:last-child{border-bottom:none}.drawer__job-title{font-size:.75rem;margin:0;color:#3d4468}.drawer__job-count{font-size:.6875rem;color:#64748b;margin-top:2px}.drawer__job-arrow{color:#3f95ea;font-size:.75rem}.drawer__footer{padding:1rem 1.5rem;border-top:1px solid #CBD5E1;display:flex;gap:.75rem}.drawer__footer .btn{flex:1;text-align:center}@media (max-width: 48rem){.drawer{width:300px}}@media (max-width: 30rem){.drawer{width:100%}}.navbar-layout-spacer{width:100%;pointer-events:none;flex-shrink:0}.navbar-layout-spacer--guest{height:calc(3.75rem + 1px)}.divider{height:20px;width:1px;background-color:#94a3b8;margin-left:.75rem}.nl-navbar-shell{display:contents}@media (max-width: 63.9375rem){.nl-navbar-shell--jobs-route{display:none}}@media (max-width: 63.9375rem){.navbar-guest-chrome--collapse-sm{display:none}}.hassle-free{padding:5rem 7.5rem;background:#fff;font-family:Montserrat,ui-sans-serif,sans-serif}.hassle-free__heading{font-size:1.75rem;font-weight:600;color:#0f172a;margin:0 0 .625rem;line-height:1.3}.hassle-free__subtext{font-size:1rem;font-weight:500;color:#64748b;margin:0 0 3rem}.hassle-free__grid{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:stretch}.hassle-free__card-wrap{flex:1 1 calc(33.333% - 1.25rem);border:1px solid rgba(63,149,234,.12);padding:6px;border-radius:1.5rem;box-sizing:border-box;display:flex;flex-direction:column}.hassle-free__card{background:#eaf4fe;border-radius:1.125rem;display:flex;flex-direction:column;flex:1;height:100%}.hassle-free__card--horizontal{flex-direction:row;align-items:center;gap:1.25rem}.hassle-free__card--horizontal .hassle-free__card-img{min-width:200px;max-width:220px;height:100%;min-height:unset;flex-shrink:0}.hassle-free__card--horizontal .hassle-free__card-body{flex:1}.hassle-free__card-img{width:100%;border-radius:.75rem;overflow:hidden;background:#eaf4fe;display:flex;align-items:center;justify-content:flex-end;flex:1;min-height:150px}.hassle-free__card-img img{width:100%;height:100%;object-fit:cover;display:block}.hassle-free__card-body{display:flex;flex-direction:column;gap:.5rem;padding:15px;flex-shrink:0}.hassle-free__card-title{font-size:1rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.hassle-free__card-desc{font-size:.75rem;color:#64748b;line-height:1.6;margin:0}@media (max-width: 64rem){.hassle-free{padding:3rem 2.5rem}.hassle-free__card-wrap{flex:1 1 calc(50% - 1.25rem)}.hassle-free__card-wrap--full{flex:1 1 100%}.hassle-free__card-wrap--full .hassle-free__card{flex-direction:row;align-items:stretch}.hassle-free__card-wrap--full .hassle-free__card .hassle-free__card-img{min-width:200px;max-width:240px;min-height:unset;height:auto;flex-shrink:0}.hassle-free__card-wrap--full .hassle-free__card .hassle-free__card-body{flex:1;justify-content:center}}@media (max-width: 30rem){.hassle-free{padding:2rem 1rem}.hassle-free__heading{font-size:1.375rem}.hassle-free__card-wrap{flex:1 1 100%}.hassle-free__card-wrap--full .hassle-free__card{flex-direction:row;align-items:stretch}.hassle-free__card-wrap--full .hassle-free__card .hassle-free__card-img{min-width:120px;max-width:140px;min-height:200px;height:auto;flex-shrink:0}.hassle-free__card-wrap--full .hassle-free__card .hassle-free__card-body{flex:1;padding:10px}}.home-stat-card{box-sizing:border-box;width:17.625rem;max-width:100%;border:1px solid #CBD5E1;border-radius:.75rem;background:#fff;padding:.5rem .75rem;display:flex;flex-direction:column;gap:.75rem;position:relative}.home-stat-card__main{display:flex;align-items:center;justify-content:flex-start;gap:.25rem;min-width:0}.home-stat-card__value,.home-stat-card__title,.home-stat-card__subtitle{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;line-height:1.3}.home-stat-card__value{font-size:1.125rem;font-weight:700;flex-shrink:0}.home-stat-card__title{color:#0f172a;font-size:1rem;font-weight:600}.home-stat-card__subtitle{color:#64748b;font-size:.75rem;font-weight:500}.home-stat-card--blue .home-stat-card__value{color:#3f95ea}.home-stat-card--teal .home-stat-card__value{color:#1db88a}.home-stat-card--coral .home-stat-card__value{color:#f05a45}.home-stat-card__trailing{position:absolute;right:.75rem;top:50%;transform:translateY(-50%)}.home-stat-card--compact{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto auto;column-gap:.75rem;row-gap:.25rem;align-items:center;min-height:3.75rem;padding:.5rem .75rem}.home-stat-card--compact .home-stat-card__main{grid-column:1;grid-row:1;flex-wrap:wrap}.home-stat-card--compact .home-stat-card__subtitle{grid-column:1;grid-row:2;margin-top:0;font-size:.75rem;font-weight:500;color:#3d4468}.home-stat-card--compact .home-stat-card__trailing{position:static;grid-column:2;grid-row:1/span 2;align-self:center;justify-self:end;transform:none;right:auto;top:auto}.home-stat-card--compact .home-stat-card__value{font-size:.75rem;font-weight:500}.home-stat-card--compact .home-stat-card__title{font-size:.75rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-stat-card--compact:not(:has(.home-stat-card__trailing)){display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-height:0}.home-stat-card--compact:not(:has(.home-stat-card__trailing)) .home-stat-card__main{grid-column:unset;grid-row:unset}.home-stat-card--compact:not(:has(.home-stat-card__trailing)) .home-stat-card__subtitle{grid-column:unset;grid-row:unset}.home-hero-float{--hero-inline-pad: 5rem;--hero-top-pad: 1rem;--cluster-scale: 1;--lens-stop-x: clamp(18.2rem, 37vw, 20rem);--lens-line1-end: 9.8rem;--lens-line2-start: 5.6rem;--lens-line2-end: 8.8rem;--lens-line-drop: 2.15rem;position:relative;width:100%;height:48.5rem;min-height:48.5rem;padding:1rem 5rem 2.5rem;background:linear-gradient(120deg,#eef7ff,#edf3fa 48%,#e7f0fa);box-sizing:border-box;overflow:hidden}.home-hero-float:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(63,149,234,.19) 1.4px,transparent 1.4px);background-size:22px 22px;pointer-events:none}.home-hero-float__frame{position:relative;z-index:1;width:100%;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,40rem) minmax(0,1fr);gap:2rem;align-items:start;min-height:100%}.home-hero-float__left{position:relative;width:calc(20.25rem * var(--cluster-scale));min-height:calc(16.625rem * var(--cluster-scale));justify-self:start;align-self:start}.home-hero-float__cluster{position:relative;width:20.25rem;height:16.625rem;overflow:hidden;transform:scale(var(--cluster-scale));transform-origin:top left}.home-hero-float__card.home-stat-card{position:absolute;top:2.375rem;left:2.375rem;width:16.25rem;max-width:100%}.home-hero-float__card-avatars{display:flex;align-items:center;justify-content:flex-start}.home-hero-float__card-avatars img{width:2rem;height:2rem;border-radius:624.9375rem;border:2px solid #ffffff;object-fit:cover;margin-left:-.5rem}.home-hero-float__card-avatars img:first-child{margin-left:0}.home-hero-float__circles{position:absolute;top:0;right:0;bottom:0;left:0}.home-hero-float__circle{position:absolute;border:2px solid rgba(255,255,255,.95);border-radius:624.9375rem;overflow:hidden;padding:0;background:transparent;cursor:pointer;transition:transform .26s cubic-bezier(.4,0,.2,1),box-shadow .26s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 20px #0d0d0d26}.home-hero-float__circle img{width:100%;height:100%;object-fit:cover;display:block}.home-hero-float__circle--active{box-shadow:0 14px 30px #0d0d0d38;z-index:10}.home-hero-float__center{display:flex;flex-direction:column;align-items:center;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(40rem,100% - 2rem);padding-top:0;z-index:10}.home-hero-float__title-wrap{position:relative;display:inline-flex;justify-content:center}.home-hero-float__title-wrap h1{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:2.5rem;font-weight:600;color:#14213d;text-align:center;letter-spacing:-.02em}.home-hero-float__lens{position:absolute;left:.25rem;top:.25rem;width:2.7rem;height:2.7rem;border:3px solid rgba(13,13,13,.45);border-radius:624.9375rem;-webkit-backdrop-filter:blur(2.4px);backdrop-filter:blur(2.4px);background:#fff3;box-shadow:0 4px 10px #0d0d0d38;transform-origin:center;will-change:transform;transform:translateZ(0) scale(1);animation:lens-sweep 2.4s linear 1 forwards}.home-hero-float__lens:after{content:"";position:absolute;width:1.6rem;height:.28rem;background:#0d0d0dc7;border-radius:624.9375rem;bottom:-.35rem;right:-.95rem;transform:rotate(42deg);box-shadow:0 2px 3px #0d0d0d33}.home-hero-float__center>p{margin:.5rem 0 1.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:1.25rem;color:#5f7290;text-align:center}.home-hero-float__search-zone{position:relative;width:min(40rem,100%);padding-top:2rem;padding-bottom:4.25rem}.home-hero-float__search-error{margin:.75rem 0 0;width:100%;text-align:center;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#d04848}.home-hero-float__zone-card{position:absolute;z-index:10}.home-hero-float__zone-card .home-stat-card__subtitle{color:#0f172a}.home-hero-float__zone-card--top-right{top:0;right:-.4rem;width:17.625rem}.home-hero-float__zone-card--top-right .home-stat-card__subtitle{display:none}.home-hero-float__zone-card--bottom-left{left:-7rem;bottom:0;width:17.625rem}.home-hero-float__curve{position:absolute;width:3rem;height:3rem;--curve-rotate: 0deg;animation:curve-bob 2.8s ease-in-out infinite;pointer-events:none}.home-hero-float__curve--top-right{top:2.7rem;right:9.2rem;color:#f29ab7;--curve-rotate: 4deg}.home-hero-float__curve--bottom-left{left:2rem;bottom:3.4rem;color:#62cbbd;--curve-rotate: 188deg;animation-delay:.8s}.home-hero-float__search-glow{width:100%;border-radius:624.9375rem;padding:1px;background:linear-gradient(110deg,#7cc2ff,#68dfc8,#7f8bff,#ff74cf,#7cc2ff);background-size:260% 260%;animation:border-flow 6s linear infinite;box-shadow:0 8px 24px #3f95ea2e}.home-hero-float__search{display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:3.2rem;border-radius:624.9375rem;background:#fffffff7;padding:0 .5rem 0 1.25rem;box-sizing:border-box}.home-hero-float__search-field{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;color:#8fa0bb;min-width:0;flex:1}.home-hero-float__search-field input,.home-hero-float__search-field span{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:1rem}.home-hero-float__search-field input{width:100%;min-width:0;border:none;outline:none;background:transparent;color:#0f172a}.home-hero-float__search-field input::placeholder{color:#8fa0bb}.home-hero-float__search-field span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-hero-float__search-divider{width:1px;height:1.5rem;background:#cad4e5;margin:0 1rem}.home-hero-float__search-btn{border:none;border-radius:624.9375rem;background:#3f95ea;color:#fff;padding:.5rem 1.25rem;min-width:6.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(.4,0,.2,1)}.home-hero-float__search-btn:hover{background:#006cb7}.home-hero-float__company-icons{display:flex;align-items:center;justify-content:flex-start;gap:.25rem}.home-hero-float__company-icons span{width:.95rem;height:.95rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;background:#3f95ea14;font-size:.58rem}.home-hero-float__right{width:fit-content;position:absolute;top:4.0625rem;right:calc(-1 * var(--hero-inline-pad));z-index:10}.home-hero-float__drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0d0d59;opacity:0;pointer-events:none;transition:opacity .25s cubic-bezier(.4,0,.2,1);z-index:300}.home-hero-float__drawer-overlay--open{opacity:1;pointer-events:auto}.home-hero-float__jobs-drawer{position:fixed;right:0;top:0;width:min(20rem,88vw);height:100vh;background:#fff;transform:translate(102%);transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 28px #0d0d0d38;z-index:400;display:flex;flex-direction:column}.home-hero-float__jobs-drawer--open{transform:translate(0)}.home-hero-float__jobs-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #CBD5E1}.home-hero-float__jobs-drawer-header p{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:700;color:#0f172a;letter-spacing:.02em}.home-hero-float__jobs-drawer-header button{border:1px solid #CBD5E1;border-radius:624.9375rem;width:2rem;height:2rem;background:#fff;font-size:1.375rem;line-height:1;cursor:pointer}.home-hero-float__jobs-drawer-content{flex:1;overflow:hidden;padding:1rem}.home-hero-float__jobs-drawer-title{margin:0 0 .75rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;color:#0f172a}.home-hero-float__jobs-drawer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem;height:100%;overflow-y:auto}.home-hero-float__jobs-drawer-item{padding:0;margin:0;list-style:none}.home-hero-float__jobs-drawer-row{display:flex;justify-content:flex-start;align-items:center;gap:.5rem;width:100%;padding:.5rem;border-radius:.5rem;border:1px solid rgba(63,149,234,.08);background:transparent;cursor:pointer;font:inherit;text-align:left;color:inherit}.home-hero-float__jobs-drawer-row:hover{background:#3f95ea0a}.home-hero-float__jobs-drawer-text{display:flex;flex-direction:column;min-width:0}.home-hero-float__jobs-drawer-text span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#0f172a;font-size:.875rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500}.home-hero-float__jobs-drawer-text small{color:#64748b;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-weight:500}.home-hero-float__jobs-drawer-footer{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:1rem;border-top:1px solid #CBD5E1}.home-hero-float__jobs-drawer-footer button{flex:1;min-height:2.25rem;border-radius:624.9375rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer}.home-hero-float__jobs-drawer-footer button:first-child{border:none;background:#3f95ea;color:#fff}.home-hero-float__jobs-drawer-footer button:last-child{border:1px solid #3f95ea;background:transparent;color:#3f95ea}@keyframes lens-sweep{0%{transform:translateZ(0) scale(1.02)}to{transform:translate3d(var(--lens-stop-x),0,0) scale(1.02)}}@keyframes lens-sweep-mobile{0%{transform:translateZ(0) scale(1.02)}55%{transform:translate3d(var(--lens-line1-end),0,0) scale(1.02)}70%{transform:translate3d(var(--lens-line2-start),var(--lens-line-drop),0) scale(1.02)}to{transform:translate3d(var(--lens-line2-end),var(--lens-line-drop),0) scale(1.02)}}@keyframes border-flow{0%{background-position:0% 50%}to{background-position:200% 50%}}@keyframes curve-bob{0%,to{transform:rotate(var(--curve-rotate)) translateY(0) scale(1);opacity:.88}50%{transform:rotate(var(--curve-rotate)) translateY(-5px) scale(1.03);opacity:1}}@media (max-width: 79.9375rem){.home-hero-float{--hero-inline-pad: 2.5rem;--cluster-scale: .7;--lens-stop-x: clamp(15.25rem, 39vw, 16.5rem);padding-inline:2.5rem}.home-hero-float__frame{grid-template-columns:14rem minmax(0,1fr);gap:1.5rem;min-height:100%}.home-hero-float__right{margin-right:0}.home-hero-float__left{width:calc(20.25rem * var(--cluster-scale));min-height:calc(16.625rem * var(--cluster-scale))}.home-hero-float__cluster{width:20.25rem;height:16.625rem}.home-hero-float__card.home-stat-card{top:.5rem;left:.5rem;width:16.25rem}}@media (max-width: 63.9375rem){.home-hero-float{--hero-inline-pad: 1rem;--hero-top-pad: 1.25rem;--cluster-scale: .694444;--lens-stop-x: clamp(10.9rem, 41vw, 12.2rem);padding:1.25rem 1rem 2rem;min-height:0}.home-hero-float__frame{grid-template-columns:1fr;gap:1rem;min-height:100%}.home-hero-float__left{order:1;width:14.0625rem;min-height:11.6875rem;justify-self:start}.home-hero-float__cluster{width:20.25rem;height:16.625rem}.home-hero-float__card.home-stat-card{top:.5rem;left:.5rem;width:16.25rem}.home-hero-float__right{display:block}.home-hero-float__center{width:min(35.75rem,100% - 1rem)}.home-hero-float__applied,.home-hero-float__jobs-posted{position:static;width:100%;max-width:17.625rem;margin:0 auto;align-self:center}.home-hero-float__search-zone{width:35.75rem;max-width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center;padding-top:0;padding-bottom:0}.home-hero-float__search-glow{width:35.75rem;max-width:100%}.home-hero-float__zone-card{position:static;width:100%;max-width:17.625rem}.home-hero-float__zone-card--bottom-left{width:100%}.home-hero-float__curve{display:none}.home-hero-float__title-wrap h1{font-size:2rem}.home-hero-float__lens{width:2.2rem;height:2.2rem;top:.2rem;border-width:2px}.home-hero-float__center>p{font-size:1.375rem;margin-bottom:1rem}.home-hero-float__search{width:100%;height:3.25rem;min-height:3.25rem;padding-left:.75rem}.home-hero-float__search-field span{font-size:1rem}.home-hero-float__search-btn{min-width:6.5rem;font-size:1rem;padding:.5rem 1rem}}@media (max-width: 47.9375rem){.home-hero-float{--lens-line1-end: 9rem;--lens-line2-start: 5.2rem;--lens-line2-end: 8.05rem;--lens-line-drop: 2.05rem}.home-hero-float__left,.home-hero-float__right{display:none}.home-hero-float__center{width:min(18.3125rem,100% - 1rem)}.home-hero-float__title-wrap h1{max-width:12.6rem;line-height:1.22}.home-hero-float__lens{animation-name:lens-sweep-mobile;animation-duration:2.8s}.home-hero-float__search-zone,.home-hero-float__search-glow{width:18.3125rem;max-width:100%}.home-hero-float__search{height:2.5rem;min-height:2.5rem;padding-inline:.5rem}}.top-jobs-panel{box-sizing:border-box;width:15rem;height:30.375rem;max-width:100%;background:#ffffff94;border:2px solid rgba(255,255,255,.78);border-radius:1.25rem 0 0 1.25rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);padding:.125rem .375rem}.top-jobs-panel__inner{height:100%;box-sizing:border-box;background:#ffffffad;border-radius:1.125rem 0 0 1.125rem;padding:1.25rem;display:flex;flex-direction:column}.top-jobs-panel__title{margin:0 0 .75rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-weight:500;color:#0f172a}.top-jobs-panel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem;flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.top-jobs-panel__list::-webkit-scrollbar{width:0;height:0;display:none}.top-jobs-panel__item{min-height:2.4rem;border-radius:.6875rem;transition:background-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}.top-jobs-panel__item:hover{background:#fff;box-shadow:0 8px 18px #0d0d0d1a}.top-jobs-panel__item-btn{display:flex;justify-content:flex-start;align-items:center;gap:.625rem;width:100%;min-height:2.4rem;margin:0;padding:.375rem;border:none;border-radius:.6875rem;background:transparent;cursor:pointer;font:inherit;color:inherit;text-align:left}.top-jobs-panel__icon{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;color:#0f172a;flex-shrink:0}.top-jobs-panel__icon--sky{background:#eaf5ff}.top-jobs-panel__icon--rose{background:#f8ebe9}.top-jobs-panel__icon--lavender{background:#f4eaf6}.top-jobs-panel__icon--violet{background:#f1ebf7}.top-jobs-panel__icon--slate{background:#edf1f8}.top-jobs-panel__icon--mint{background:#e7f7f2}.top-jobs-panel__icon--sand{background:#f6f5e9}.top-jobs-panel__icon--amber{background:#f7f1e6}.top-jobs-panel__icon--pink{background:#f6edf2}.top-jobs-panel__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-weight:500;color:#3d4468;flex:1}.top-jobs-panel__arrow{color:#3f95ea;margin-left:auto;flex-shrink:0}.top-jobs-panel__tablet-trigger{display:none;position:fixed;right:0;top:calc(50% - 4rem);transform:translateY(-50%) rotate(180deg);width:3.5rem;height:12.375rem;padding:.375rem;border:1px solid rgba(255,255,255,.72);border-radius:.5rem 0 0 .5rem;background:#ffffff8f;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-sizing:border-box;z-index:300}.top-jobs-panel__tablet-trigger-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;writing-mode:vertical-rl;border-radius:.5rem 0 0 .5rem;background:#ffffffd1;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:500;line-height:1}@media (max-width: 63.9375rem){.top-jobs-panel{display:none}.top-jobs-panel__tablet-trigger{display:inline-flex;right:0!important;margin:0}}@media (max-width: 47.9375rem){.top-jobs-panel__tablet-trigger{display:none}}.simple-steps{padding:2.5rem 7.5rem;background:#fff;font-family:Montserrat,ui-sans-serif,sans-serif}.simple-steps__header{text-align:center;margin-bottom:3rem}.simple-steps__heading{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .75rem;line-height:1.3}.simple-steps__subtext{font-size:1rem;font-weight:400;color:#64748b;margin:0}.simple-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.simple-steps__slider{display:none}.simple-steps__item,.simple-steps__slide{display:flex;flex-direction:column;gap:1rem}.simple-steps__img-wrap{position:relative;width:100%;border-radius:.75rem;overflow:hidden;aspect-ratio:4/3}.simple-steps__img-wrap img,.simple-steps__img-wrap video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border-radius:.75rem}.simple-steps__content{display:flex;flex-direction:column;gap:.5rem}.simple-steps__title{font-size:1rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:baseline;gap:.5rem;line-height:1.3}.simple-steps__number{font-size:1rem;font-weight:700;color:#64748b}.simple-steps__desc{font-size:.75rem;color:#64748b;line-height:1.6;margin:0}@media (max-width: 64rem){.simple-steps{padding:2rem 4rem}.simple-steps__grid{display:none}.simple-steps__slider{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.25rem;padding-bottom:.75rem;cursor:grab}.simple-steps__slider:active{cursor:grabbing}.simple-steps__slider{scrollbar-width:none}.simple-steps__slider::-webkit-scrollbar{display:none}.simple-steps__slide{flex:0 0 50%;scroll-snap-align:start}}@media (max-width: 30rem){.simple-steps{padding:1.5rem}.simple-steps__heading{font-size:1.375rem}.simple-steps__slide{flex:0 0 60%}}.faq{padding:6.25rem 7.5rem;background:#f4f4f6;font-family:Montserrat,ui-sans-serif,sans-serif}.faq__inner{display:grid;grid-template-columns:280px 1fr;gap:4rem;align-items:flex-start}.faq__left{position:sticky;top:2rem;display:flex;flex-direction:column;gap:10px}.faq__heading{font-size:1.75rem;font-weight:600;color:#0f172a}.faq__subtext{font-size:1rem;font-weight:500;color:#64748b;margin:0}.faq__list{display:flex;flex-direction:column;gap:.75rem}.faq__item{background:#fff;border:1px solid #CBD5E1;border-radius:.75rem;overflow:hidden;transition:border-color .25s cubic-bezier(.4,0,.2,1);border-left:6px solid #006cb7}.faq__item--active{border-color:#3f95ea;border-left:6px solid #CBD5E1}.faq__item--active .faq__item-border{opacity:1}.faq__item-border{position:absolute;left:0;top:0;bottom:0;width:4px;background:#3f95ea;border-radius:.25rem 0 0 .25rem;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.faq__question{width:100%;background:none;border:none;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:.75rem;cursor:pointer;text-align:left;position:relative}.faq__question-icon{width:20px;height:20px;flex-shrink:0;color:#3f95ea;transition:transform .25s cubic-bezier(.4,0,.2,1)}.faq__item--active .faq__question-icon{transform:rotate(180deg)}.faq__question-text{font-size:1rem;font-weight:600;color:#0f172a;line-height:1.3}.faq__answer{max-height:0;overflow:hidden;transition:max-height .25s cubic-bezier(.4,0,.2,1)}.faq__answer--open{max-height:300px}.faq__answer-inner{padding:0 1.5rem 1.25rem calc(2.25rem + 20px);font-size:.75rem;color:#64748b;line-height:1.6}@media (max-width: 64rem){.faq{padding:3rem 2.5rem}.faq__inner{grid-template-columns:1fr;gap:2rem}.faq__left{position:static}.faq__heading{font-size:1.375rem}}@media (max-width: 30rem){.faq{padding:2rem 1rem}.faq__question{padding:1rem 1.25rem}.faq__question-text{font-size:1rem}.faq__answer-inner{padding:0 1.25rem 1rem calc(2rem + 20px)}}@keyframes nl-dropdown-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.nl-navbar{box-sizing:border-box;width:100%;min-height:3.75rem;display:flex;align-items:center;padding:14px 40px;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 .125rem .5rem #0000000a;position:sticky;top:0;z-index:200}.nl-navbar__profile-tablet-bar{display:none;align-items:center;width:100%}.nl-navbar__back-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem .75rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:500;color:#0f172a;background:#fff;border:1px solid #CBD5E1;border-radius:.75rem;cursor:pointer;line-height:1.2;transition:color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.nl-navbar__back-btn:hover{color:#3f95ea;border-color:#cbd5e1;background:#eaf4fe}.nl-navbar__inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;gap:1rem;box-sizing:border-box}.nl-navbar__left{display:flex;justify-content:flex-start;align-items:center;gap:1.5rem;flex-shrink:0;min-width:0}.nl-navbar__logo-link{display:flex;align-items:center;padding-block:0;line-height:0;flex-shrink:0}.nl-navbar__logo-img{height:2rem;width:auto;max-height:2rem;display:block;object-fit:contain;flex-shrink:0}.nl-navbar__divider{width:1px;height:2rem;background:#e2e8f0;flex-shrink:0}.nl-navbar__pills{display:flex;justify-content:flex-start;align-items:center;gap:.625rem}.nl-navbar__pill{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.3125rem .75rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;color:#64748b;text-decoration:none;border-radius:.5rem;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.nl-navbar__pill:hover{color:#3f95ea;background-color:#eaf4fe}.nl-navbar__pill--active{color:#3f95ea;background-color:#eaf4fe;font-weight:600}.nl-navbar__pill-text{line-height:1.2;white-space:nowrap}.nl-navbar__right{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-left:auto;flex-shrink:0}.nl-navbar__menu-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:624.9375rem;padding:0;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;display:none}.nl-search{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:16.25rem;max-width:100%;min-width:0;padding:.25rem .25rem .25rem 1.5rem;border-radius:5rem;border:1px solid #acffa8;background:#fff;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}.nl-search:focus-within{border-color:#3f95ea;box-shadow:0 0 0 .1875rem #3f95ea1f}.nl-search__input{flex:1;min-width:0;border:none;outline:none;background:transparent;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#3d4468}.nl-search__input::placeholder{color:#64748b}.nl-search__btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:624.9375rem;padding:0;border:none;cursor:pointer;flex-shrink:0;background:#3f95ea;color:#fff;transition:background-color .15s cubic-bezier(.4,0,.2,1)}.nl-search__btn:hover{background:#006cb7}.nl-bell{position:relative;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:624.9375rem;padding:0;border:1px solid #e2e8f0;background:#fff;color:#64748b;cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.nl-bell:hover{color:#3f95ea;border-color:#3f95ea59;background:#eaf4fe}.nl-bell__badge{position:absolute;top:0;right:0;transform:translate(25%,-25%);display:flex;align-items:center;justify-content:center;min-width:1.125rem;height:1.125rem;padding-inline:.25rem;border-radius:624.9375rem;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;line-height:1;border:2px solid #ffffff}.nl-user{position:relative}.nl-user__trigger{box-sizing:border-box;display:flex;width:121px;padding:4px;justify-content:space-between;align-items:center;gap:.5rem;border-radius:24px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;transition:border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.nl-user__trigger:hover{border-color:#3f95ea59;background:#eaf4fe}.nl-user__trigger-main{display:flex;align-items:center;gap:.375rem;min-width:0;flex:1}.nl-user__avatar{width:1.5rem;height:1.5rem;border-radius:624.9375rem;object-fit:cover;display:block;flex-shrink:0}.nl-user__name{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;color:#0f172a;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nl-user__chevron-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:0}.nl-user__chevron{color:#64748b;transition:transform .15s cubic-bezier(.4,0,.2,1)}.nl-user__chevron--up{transform:rotate(180deg)}.nl-user__dropdown{position:absolute;top:calc(100% + .625rem);right:0;width:11.125rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 .5rem 2rem #0000001f;z-index:100;overflow:hidden;animation:nl-dropdown-in .2s cubic-bezier(.4,0,.2,1) both;padding:.5rem}.nl-user__dropdown-divider{height:1px;background:#e2e8f0;margin:.25rem 0}.nl-user__dropdown-item{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;width:100%;padding:.5rem;font-size:.75rem;font-weight:500;color:#64748b;text-decoration:none;background:transparent;border:none;cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.nl-user__dropdown-item:hover{color:#3f95ea;background:#eaf4fe}.nl-user__dropdown-item--profile{padding-right:.25rem}.nl-user__dropdown-item--logout{color:#ef4444}.nl-user__dropdown-item--logout:hover{color:#dc2626;background:#fef2f2}.nl-user__dropdown-avatar{width:1rem;height:1rem;border-radius:.5rem;object-fit:cover;flex-shrink:0}.nl-user__dropdown-arrow{margin-left:auto;color:#93c5fd;flex-shrink:0}@media (max-width: 64rem){.nl-navbar{padding:1.5rem 2rem}.nl-navbar--profile-page{height:70px;min-height:70px;max-height:70px;padding:14px 40px}.nl-navbar--profile-page .nl-navbar__profile-tablet-bar{display:flex}.nl-navbar--profile-page .nl-navbar__inner{display:none}.nl-navbar__inner{gap:.75rem}.nl-navbar__left{gap:.75rem;flex:1;min-width:0}.nl-navbar__divider,.nl-navbar__pills{display:none}.nl-navbar__right{gap:.5rem;flex:1;justify-content:flex-end;min-width:0}.nl-navbar__menu-btn{display:inline-flex;flex-shrink:0}.nl-search{width:100%;max-width:20rem;flex:1}.nl-user__trigger{width:auto;min-width:3.25rem;padding-right:.5rem}.nl-user__name{display:none}}@media (max-width: 48rem){.nl-navbar.nl-navbar--dashboard-page .nl-search{display:none}.nl-navbar.nl-navbar--profile-page .nl-navbar__profile-tablet-bar{padding:.75rem .75rem .75rem 1.25rem;box-sizing:border-box}.nl-navbar.nl-navbar--profile-page .nl-navbar__back-btn{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center;gap:0;border:1px solid #CBD5E1;background:#fff}.nl-navbar.nl-navbar--profile-page .nl-navbar__back-btn span{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.nl-navbar.nl-navbar--profile-page .nl-navbar__back-btn svg{width:1.25rem;height:1.25rem}}.nl-bell-wrap{position:relative;z-index:1}.nl-notify-popover{position:absolute;top:calc(100% + 8px);right:0;width:400px;max-width:min(400px,100vw - 24px);background:#fff;border-radius:20px;box-shadow:0 12px 40px #0f172a1f,0 4px 12px #0f172a0f;border:1px solid rgba(0,0,0,.06);z-index:2000;display:flex;flex-direction:column;max-height:min(70vh,520px);font-family:Montserrat,ui-sans-serif,sans-serif;text-align:left;animation:nl-notify-in .16s ease-out}@keyframes nl-notify-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nl-notify-popover__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:18px 18px 12px;flex-shrink:0}.nl-notify-popover__title{margin:0;font-size:1.125rem;font-weight:600;color:#1a1c1e;letter-spacing:-.02em}.nl-notify-popover__head-actions{display:flex;align-items:center;gap:8px}.nl-notify-popover__filter{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:7px 28px 7px 10px;border-radius:10px;border:1px solid #CBD5E1;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%238e949a' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") no-repeat right 8px center;font-size:.6875rem;font-weight:500;color:#8e949a;cursor:pointer}.nl-notify-popover__filter:hover{border-color:#3f95ea59}.nl-notify-popover__menu-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border:1px solid transparent;border-radius:.5rem;background:transparent;color:#8e949a;cursor:pointer}.nl-notify-popover__menu-btn:hover{background:#f4f4f6;color:#1a1c1e}.nl-notify-popover__list-wrap{flex:1;min-height:0;overflow-y:auto;padding:0 12px 12px}.nl-notify-popover__loading,.nl-notify-popover__empty{padding:28px 16px;text-align:center;font-size:.75rem;color:#8e949a}.nl-notify-item{display:flex;gap:12px;align-items:flex-start;padding:14px 12px;border-radius:14px;cursor:pointer;transition:background .15s cubic-bezier(.4,0,.2,1)}.nl-notify-item:hover{background:#00000008}.nl-notify-item--unread{background:#f0f7ff}.nl-notify-item--unread .nl-notify-item__icon-wrap{background:#007bff1f;color:#007bff;border-color:transparent}.nl-notify-item--unread .nl-notify-item__msg{font-weight:600;color:#1a1c1e}.nl-notify-item__icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#f4f4f6;color:#8e949a;border:1px solid rgba(0,0,0,.04)}.nl-notify-item__body{flex:1;min-width:0}.nl-notify-item__meta{display:block;font-size:11px;font-weight:500;color:#8e949a;margin-bottom:4px;line-height:1.35}.nl-notify-item__msg{margin:0;font-size:.75rem;font-weight:500;color:#1a1c1e;line-height:1.4}.nl-notify-item__go{flex-shrink:0;align-self:center;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:624.9375rem;background:#007bff1f;color:#007bff;cursor:pointer}.nl-notify-item__go:hover{background:#007bff38}.nl-notify-popover__foot{flex-shrink:0;display:flex;justify-content:flex-end;padding:12px 18px 18px;border-top:1px solid rgba(0,0,0,.05)}.nl-notify-popover__clear{padding:10px 18px;border-radius:624.9375rem;border:none;font-size:.75rem;font-weight:600;font-family:inherit;background:#eef1f5;color:#1a1c1e;cursor:pointer;transition:background .15s}.nl-notify-popover__clear:hover:not(:disabled){background:#e2e8f0}.nl-notify-popover__clear:disabled{opacity:.45;cursor:not-allowed}.dashboard-layout{box-sizing:border-box;padding:2.5rem 5rem;background-color:#fafcfe}.dashboard-layout *,.dashboard-layout *:before,.dashboard-layout *:after{box-sizing:border-box}.dashboard-layout__container{max-width:100%;height:100%;margin-inline:auto;padding-inline:0}.dashboard-layout__grid{display:grid;grid-template-columns:minmax(0,1fr) 25rem;gap:.75rem;align-items:start}.dashboard-layout__main{background:#fff;border-radius:1rem;border:1px solid #CBD5E1;overflow:hidden;min-width:20rem;height:100%}.dashboard-layout__sidebar{display:flex;flex-direction:column;gap:.75rem;width:25rem;max-width:100%;min-width:0}@media (max-width: 64rem){.dashboard-layout__sidebar{width:100%}}.dashboard-layout__mobile-hero{display:none}.dashboard-layout__swipe-rail{display:flex;flex-direction:row;align-items:stretch;gap:1.5rem;width:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.dashboard-layout__swipe-rail::-webkit-scrollbar{display:none;width:0;height:0}.dashboard-layout__swipe-item{flex:0 0 auto;width:min(21.5rem,100vw - 2 * 5rem - 1rem);min-width:min(21.5rem,100vw - 2 * 5rem - 1rem);scroll-snap-align:start}.dashboard-layout__swipe-item .profile-score,.dashboard-layout__swipe-item .auto-apply,.dashboard-layout__job-search{width:100%}@media (max-width: 64rem){.dashboard-layout{padding:32px 40px}.dashboard-layout__grid{grid-template-columns:minmax(0,1fr) minmax(14.5rem,12.5rem);align-items:start}}@media (max-width: 48rem){.dashboard-layout{padding:1rem}.dashboard-layout__grid{grid-template-columns:1fr}.dashboard-layout__mobile-hero{display:flex;flex-direction:column;gap:1rem;width:100%;min-width:0;margin-bottom:1rem}.dashboard-layout__swipe-item{display:flex;flex-direction:column;align-self:stretch;width:min(28rem,100%);min-width:min(28rem,100%)}.dashboard-layout__swipe-item>.profile-score{flex:1 1 auto;min-height:0;height:auto;align-self:stretch;justify-content:center}.dashboard-layout__swipe-item>.auto-apply{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;align-self:stretch}.dashboard-layout__swipe-item>.auto-apply .auto-apply__inner{flex:1 1 auto;display:flex;flex-direction:column;min-height:0}.dashboard-layout__swipe-item .auto-apply--compact .auto-apply__row--header{flex:1 1 auto;min-height:0}.dashboard-layout__swipe-item .auto-apply--compact .auto-apply__titles{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.dashboard-layout__swipe-item .auto-apply--compact .auto-apply__progress-track{margin-top:auto}}.profile-page{box-sizing:border-box;min-height:100%;padding:2.5rem 5rem;background:#fafcfe}.profile-page *,.profile-page *:before,.profile-page *:after{box-sizing:border-box}.profile-page__container{display:flex;flex-direction:row;align-items:flex-start;gap:1.5rem;max-width:90rem;margin-inline:auto}.profile-page__sidebar{flex:0 0 25rem;min-width:25rem;max-width:25rem;display:flex;flex-direction:column;gap:.75rem}.profile-page__details{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:.75rem}.profile-page__block{min-width:0}.profile-page__auto-skills{display:flex;flex-direction:column;gap:.75rem;min-width:0}.profile-page__auto-skills-item{min-width:0}.profile-page__sr-loading{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 64rem){.profile-page{padding:24px 40px}.profile-page__container{flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:none}.profile-page__sidebar,.profile-page__details{display:contents}.profile-page__block{width:100%}.profile-page__block--score{order:1}.profile-page__block--card{order:2}.profile-page__block--basic{order:4}.profile-page__block--professional{order:5}.profile-page__block--password{order:6}.profile-page__auto-skills{order:3;flex-direction:row;align-items:stretch;gap:12px;width:100%}.profile-page__auto-skills-item{flex:1;min-width:0}}@media (max-width: 48rem){.profile-page__container{gap:.875rem}.profile-page__auto-skills{display:contents}.profile-page__auto-skills-item{width:100%;flex:none}.profile-page__auto-skills-item--auto{order:3}.profile-page__auto-skills-item--skills{order:4}.profile-page__block--basic{order:5}.profile-page__block--professional{order:6}.profile-page__block--password{order:7}}@keyframes profile-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.profile-skeleton__bone{flex-shrink:0;border-radius:.5rem;background:linear-gradient(90deg,#f4f4f6,#fff 42%,#f4f4f6 88%);background-size:220% 100%;animation:profile-skeleton-shimmer 1.25s ease-in-out infinite}.profile-skeleton-card{box-sizing:border-box;width:100%}.profile-skeleton-card__inner{position:relative;padding:1.25rem;border-radius:1rem;border:1px solid #CBD5E1;background:#fff;box-shadow:0 .0625rem .1875rem #00000014;overflow:hidden}.profile-skeleton-card__inner:before{content:"";position:absolute;top:0;left:0;right:0;height:20%;background:#ebf3fb;z-index:0;pointer-events:none}.profile-skeleton-card__inner>*{position:relative;z-index:1}.profile-skeleton-card__top-meta{position:absolute;top:1rem;right:1rem;z-index:2}.profile-skeleton-card__pill{width:9.5rem;height:1.75rem;border-radius:624.9375rem}.profile-skeleton-card__hero{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1rem}.profile-skeleton-card__avatar{width:4.25rem;height:4.25rem;border-radius:624.9375rem}.profile-skeleton-card__edit-dot{width:2rem;height:2rem;border-radius:624.9375rem;margin-top:.125rem}.profile-skeleton-card__name{width:11rem;height:1.25rem;border-radius:.5rem;margin-bottom:.75rem}.profile-skeleton-card__contacts{display:flex;flex-direction:column;gap:.75rem}.profile-skeleton-card__contact-line{width:100%;max-width:16rem;height:.75rem}.profile-skeleton-card__contact-line--mid{max-width:14rem}.profile-skeleton-card__contact-line--short{max-width:10rem}.profile-skeleton-card__resume{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem;padding:.75rem .875rem;border-radius:.75rem;background:#f8fafc}.profile-skeleton-card__pdf{width:2.5rem;height:2.5rem;border-radius:.5rem}.profile-skeleton-card__resume-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.profile-skeleton-card__resume-line-lg{width:70%;max-width:12rem;height:.75rem}.profile-skeleton-card__resume-line-sm{width:40%;max-width:6rem;height:.6875rem}.profile-skeleton-card__resume-actions{display:flex;gap:.5rem;margin-left:auto}.profile-skeleton-card__icon-placeholder{width:2rem;height:2rem;border-radius:624.9375rem}.profile-skeleton-auto{box-sizing:border-box;width:100%}.profile-skeleton-auto__inner{padding:1.25rem;border-radius:1rem;border:1px solid #CBD5E1;background:#fff;box-shadow:0 .0625rem .1875rem #00000014}.profile-skeleton-auto__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.profile-skeleton-auto__titles{min-width:0;flex:1;display:flex;flex-direction:column;gap:.25rem}.profile-skeleton-auto__title{width:10rem;height:.875rem;max-width:70%}.profile-skeleton-auto__subtitle{width:14rem;height:.6875rem;max-width:85%}.profile-skeleton-auto__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.profile-skeleton-auto__toggle{width:2.625rem;height:1.5rem;border-radius:624.9375rem}.profile-skeleton-auto__edit{width:2.25rem;height:2.25rem;border-radius:.5rem}.profile-skeleton-auto__today{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.625rem}.profile-skeleton-auto__today-label{width:6rem;height:.75rem}.profile-skeleton-auto__today-val{width:5rem;height:.75rem}.profile-skeleton-auto__track{width:100%;height:.375rem;border-radius:624.9375rem;margin-bottom:.75rem}.profile-skeleton-auto__legend{display:flex;flex-direction:column;gap:.625rem}.profile-skeleton-auto__legend-row{width:100%;height:.75rem;max-width:18rem}.profile-skeleton-skills{box-sizing:border-box;width:100%}.profile-skeleton-skills__inner{min-height:9.25rem;padding:1.25rem;border-radius:1rem;border:1px solid #CBD5E1;background:#fff}.profile-skeleton-skills__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.profile-skeleton-skills__titles{min-width:0;flex:1;display:flex;flex-direction:column;gap:.25rem}.profile-skeleton-skills__title{width:4.5rem;height:.875rem}.profile-skeleton-skills__subtitle{width:16rem;height:.6875rem;max-width:90%}.profile-skeleton-skills__edit{width:2.25rem;height:2.25rem;border-radius:.5rem;flex-shrink:0}.profile-skeleton-skills__chips{display:flex;flex-wrap:wrap;gap:.5rem}.profile-skeleton-skills__chip{height:1.75rem;border-radius:624.9375rem}.profile-skeleton-skills__chip:nth-child(4n+1){width:4.75rem}.profile-skeleton-skills__chip:nth-child(4n+2){width:5.5rem}.profile-skeleton-skills__chip:nth-child(4n+3){width:3.75rem}.profile-skeleton-skills__chip:nth-child(4n){width:6.25rem}.profile-skeleton-score{box-sizing:border-box;width:100%;display:flex;align-items:center;gap:1.25rem;min-height:4.75rem;padding:1rem 1.25rem;border:.0625rem solid #CBD5E1;border-radius:.875rem;background:#fff;box-shadow:0 .0625rem .1875rem #00000014}.profile-skeleton-score__ring{width:2.0625rem;height:2.0625rem;border-radius:624.9375rem;flex-shrink:0}.profile-skeleton-score__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.profile-skeleton-score__line-lg{width:100%;height:.75rem;border-radius:.25rem;max-width:28rem}.profile-skeleton-score__line-lg--narrow{max-width:22rem}.profile-skeleton-score__line-sm{width:100%;height:.625rem;border-radius:.25rem;max-width:18rem}.profile-skeleton-score__art{width:2.125rem;height:2.125rem;border-radius:.5rem;flex-shrink:0}.profile-skeleton-section{box-sizing:border-box;width:100%;padding:1.25rem;border:.0625rem solid #CBD5E1;border-radius:1rem;background:#fff}.profile-skeleton-section__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.profile-skeleton-section__heading{width:11rem;height:.875rem;border-radius:.25rem}.profile-skeleton-section__edit{width:3.75rem;height:1.75rem;border-radius:624.9375rem}.profile-skeleton-section__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem 1.25rem}@media (max-width: 64rem){.profile-skeleton-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 48rem){.profile-skeleton-section__grid{grid-template-columns:1fr}}.profile-skeleton-section__cell{display:flex;flex-direction:column;gap:.375rem;min-width:0}.profile-skeleton-section__value{width:100%;height:.75rem;border-radius:.25rem;max-width:12rem}.profile-skeleton-section__label{width:55%;height:.625rem;border-radius:.25rem;max-width:6.5rem}.profile-skeleton-password{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem;border:.0625rem solid #CBD5E1;border-radius:1.5rem;background:#fff}.profile-skeleton-password__btn{flex:1;height:2.125rem;border-radius:624.9375rem;max-width:48%}.profile-skeleton-password__btn--secondary{max-width:42%}@keyframes app-tab-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.app-tab{box-sizing:border-box;width:100%;height:39.6875rem;min-height:39.6875rem;overflow:visible;display:flex;flex-direction:column}.app-tab *,.app-tab *:before,.app-tab *:after{box-sizing:border-box}.app-tab__toolbar{flex-shrink:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding:1rem;padding-bottom:0}.app-tab__toolbar-start{display:flex;align-items:center;min-width:0;max-width:100%;flex:0 1 auto}.app-tab__tabs-rail{display:inline-flex;min-width:0;max-width:100%;flex:0 1 auto;padding:.1875rem;border:1px solid #CBD5E1;border-radius:1.5rem;background:#fff;overflow-x:auto;-webkit-overflow-scrolling:touch}.app-tab__tab-dropdown{position:relative;display:none;width:auto;max-width:212px;flex-shrink:0}.app-tab__section-head{flex-shrink:0;display:flex;flex-direction:column;gap:.75rem;padding:0 1rem;margin-top:1.25rem;margin-bottom:.875rem}@media (min-width: 48.0625rem){.app-tab__section-head--browse{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between}}.app-tab__section-title{flex-shrink:0;margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-style:normal;font-weight:600;color:#0f172a;line-height:1.3;text-align:left}.app-tab__bulk-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.app-tab__bulk-outline-label{display:inline-block;max-width:100%;font:inherit;letter-spacing:inherit;background:linear-gradient(90deg,#5b21b6,#6366f1,#06b6d4);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}@supports not (background-clip: text){.app-tab__bulk-outline-label{background:none;color:#5b21b6;-webkit-text-fill-color:currentcolor}}.app-tab__bulk-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.25rem;padding:.5rem 1rem;border-radius:624.9375rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:background-color .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1)}.app-tab__bulk-btn--outline{border:1px solid rgba(148,163,184,.35);border-radius:1.5rem;padding:.5rem .875rem;min-height:unset;font-family:Montserrat,Montserrat,ui-sans-serif,sans-serif,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:600;line-height:1.25;background:#f5f7fa;color:#5b21b6}.app-tab__bulk-btn--outline:hover{background:color-mix(in srgb,#f5f7fa 90%,#cbd5e1)}.app-tab__bulk-btn--primary{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .875rem;min-height:unset;border:none;border-radius:1.5rem;background:#3f95ea;color:#fff}.app-tab__bulk-btn--primary:hover:not(:disabled){background:color-mix(in srgb,#3f95ea 90%,#0c2a4a)}.app-tab__bulk-btn--primary:disabled{background:#94a3b8;color:#fff;cursor:default;opacity:1}.app-tab__tab-dropdown-trigger{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:.25rem;height:1.875rem;padding:0 .75rem;border:1px solid #CBD5E1;border-radius:1.5rem;background:#fff;color:#0f172a;cursor:pointer;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600}.app-tab__tab-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;z-index:100;width:212px;padding:4px;border-radius:12px;border:1px solid rgba(148,163,184,.45);background:#fff;box-shadow:0 8px 20px #0206171f}.app-tab__tab-dropdown-item{display:flex;align-items:center;justify-content:center;justify-content:flex-start;gap:8px;width:100%;height:1.875rem;padding:0 12px;border:none;border-radius:8px;background:transparent;color:#0f172a;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;cursor:pointer}.app-tab__tab-dropdown-item--active{background:#3f95ea;color:#fff}.app-tab__tab-dropdown-item .app-tab__tab-badge{margin-left:auto}.app-tab__tab-dropdown-item--active .app-tab__tab-badge{background:#fff;color:#3f95ea}.app-tab__tabs{display:flex;flex-wrap:nowrap;align-items:stretch;gap:0;min-width:min-content}.app-tab__tab{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;width:max-content;min-width:7.125rem;height:1.875rem;padding:0 .875rem;border:none;border-radius:1.25rem;background:transparent;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;color:#3d4468;cursor:pointer;flex:0 0 auto;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.app-tab__tab:hover:not(.app-tab__tab--active){color:#0f172a}.app-tab__tab--active{background:#3f95ea;color:#fff;font-weight:500}.app-tab__tab-label{line-height:1.2;white-space:nowrap}.app-tab__tab-badge{display:flex;align-items:center;justify-content:center;min-width:.875rem;height:.875rem;padding:0 .25rem;border-radius:624.9375rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:1;flex-shrink:0;background:#64748b1f;color:#3d4468}.app-tab__tab-badge--active{background:#fff;color:#3f95ea}.app-tab__toolbar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.app-tab__icon-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:50%;background:#fff;color:#64748b;cursor:pointer;box-shadow:0 .0625rem .1875rem #00000014;transition:color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.app-tab__icon-btn:hover{color:#3f95ea;background:#f4f4f6}.app-tab__date-filter{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:.25rem;height:2rem;min-height:2rem;max-height:2rem;padding:0 .75rem;line-height:1;border:1px solid #CBD5E1;border-radius:624.9375rem;background:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:500;color:#0f172a;cursor:pointer;box-shadow:0 .0625rem .1875rem #00000014;transition:border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.app-tab__date-filter:hover{border-color:#cbd5e1;background:#f4f4f6}.app-tab__date-filter-label{line-height:1;white-space:nowrap}.app-tab__scrollable{flex:1;min-height:0;overflow-y:auto;padding:0 1rem 1rem}.app-tab__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.875rem}.app-tab__list--browse{gap:.75rem}.app-tab__browse-row{display:flex;flex-direction:row;align-items:center;gap:.75rem;list-style:none}.app-tab__browse-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem}.app-tab__browse-checkbox{width:1.1rem;height:1.1rem;cursor:pointer;accent-color:#3f95ea}.app-tab__browse-checkbox:disabled{cursor:default;opacity:.55}.app-tab__browse-check-tooltip-anchor{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.25rem;line-height:0}.app-tab__browse-row .application-card{flex:1;min-width:0}.app-tab__skeleton-row{display:flex;align-items:center;gap:2.5rem;padding:.75rem 1rem;border:1px solid #CBD5E1;border-radius:.75rem;background:#fff}.app-tab__skeleton-block{flex:1;display:flex;flex-direction:column;gap:.5rem;min-width:0}.app-tab__skeleton-meta{display:flex;flex-direction:column;gap:.5rem;width:5.5rem;flex-shrink:0}.app-tab__skeleton{display:block;border-radius:.25rem;background:linear-gradient(90deg,#f4f4f6,#ffffffe6,#f4f4f6);background-size:200% 100%;animation:app-tab-shimmer 1.2s cubic-bezier(.4,0,.2,1) infinite}.app-tab__skeleton--logo{width:3rem;height:3rem;border-radius:.5rem;flex-shrink:0}.app-tab__skeleton--line-lg{height:.875rem;width:70%;max-width:14rem}.app-tab__skeleton--line-sm{height:.75rem;width:40%;max-width:8rem}.app-tab__skeleton--line-xs{height:.75rem;width:100%}.app-tab__skeleton--line-xxs{height:.625rem;width:60%}.app-tab__skeleton--circle{width:2.25rem;height:2.25rem;border-radius:624.9375rem;flex-shrink:0}.app-tab__skeleton--pill{width:4.5rem;height:2rem;border-radius:624.9375rem;flex-shrink:0}@media (max-width: 1345px){.app-tab__toolbar{flex-wrap:nowrap;min-width:0;overflow:visible}.app-tab__toolbar-start{min-width:0;flex:1 1 auto}.app-tab__toolbar-actions{max-width:100%;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.app-tab__toolbar-actions::-webkit-scrollbar{display:none;width:0;height:0}.app-tab__tab-dropdown{display:block}.app-tab__tabs-rail{display:none}}@media (max-width: 64rem){.app-tab{height:auto;min-height:0;max-height:calc(100vh - 10rem)}}.application-card{box-sizing:border-box;align-self:stretch;border:1px solid #CBD5E1;border-radius:.75rem;background:#fff;box-shadow:0 .0625rem .1875rem #00000014;max-width:100%;min-width:0}.application-card__mobile{display:none}.application-card__meta-columns{display:contents}.application-card__desktop-inline-meta{display:none;margin:0;min-width:0}.application-card__desktop{display:flex;align-items:center;align-self:stretch;width:100%;min-width:0;flex:1 1 auto;gap:2.5rem;padding:.75rem 1rem .75rem .75rem}.application-card__job{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.application-card__logo{width:2.625rem;height:2.625rem;border-radius:.625rem;object-fit:cover;flex-shrink:0}.application-card__logo--mobile{width:2rem;height:2rem;border-radius:.5rem}.application-card__job-main{min-width:0}.application-card__job-title{margin:0 0 .25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:600;line-height:1.2;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.application-card__job-title--mobile{margin:0;white-space:normal;overflow:visible;text-overflow:unset}.application-card__company{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:500;line-height:1.2;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.application-card__meta{min-width:4.875rem;flex-shrink:0}.application-card__meta-value{margin:0 0 .25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:1.2;color:#0f172a}.application-card__meta-label{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:400;line-height:1.2;color:#64748b}.application-card__meta-inline{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin:0}.application-card__meta-inline-text{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:500;line-height:1.2;color:#64748b}.application-card__meta-divider{width:1px;height:.75rem;background:#cbd5e1;flex-shrink:0}.application-card__meta-applied{display:inline-flex;align-items:center;gap:.25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:500;line-height:1.2;color:#64748b}.application-card__meta-applied-label{flex-shrink:0}.application-card__meta-applied-date{color:#64748b}.application-card__arrow-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0 .75rem;border:1px solid #cbd5e1;border-radius:1.5rem;background:#fff;color:#3f95ea;cursor:pointer;flex-shrink:0}.application-card__actions{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.application-card__actions--mobile{gap:.625rem;margin-left:auto}.application-card__revoke-btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:.5rem .875rem;border:1px solid #94a3b8;border-radius:1.5rem;background:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:1.3334;color:#0f172a;cursor:pointer;flex-shrink:0;white-space:nowrap;max-width:100%}.application-card--browse .application-card__desktop-inline-meta--browse{display:none}.application-card__apply-outline-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #cbd5e1;border-radius:1.5rem;background:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;color:#3f95ea;cursor:pointer;flex-shrink:0;white-space:nowrap}.application-card__apply-outline-btn:hover{background:#3f95ea0f}.application-card__apply-outline-btn:disabled{cursor:default;opacity:.55}.application-card__apply-outline-btn:disabled:hover{background:#fff}.application-card__apply-tooltip-anchor{display:inline-flex;line-height:0}.application-card__bookmark-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1px solid #cbd5e1;border-radius:1.5rem;background:#fff;color:#3f95ea;cursor:pointer;flex-shrink:0}.application-card__bookmark-btn--lg{width:2.25rem;height:2.25rem}.application-card__bookmark-btn:hover{background:#3f95ea0f}.application-card__bookmark-icon{display:block;width:1.125rem;height:1.125rem;object-fit:contain}.application-card__bookmark-icon--lg{width:1.25rem;height:1.25rem}.application-card__actions--browse{gap:.5rem}@media (max-width: 83.125rem) and (min-width: 48.0625rem){.application-card{overflow:hidden}.application-card__desktop{align-items:flex-start;flex-wrap:nowrap;gap:1rem;padding-inline:1rem}.application-card__meta-columns{display:none}.application-card__desktop-inline-meta{display:block;margin-top:.25rem}.application-card__job{flex:1 1 0;min-width:0;align-items:flex-start}.application-card__job-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal;word-break:break-word}.application-card__meta-inline{flex-wrap:wrap;row-gap:.25rem}.application-card__actions--desktop{margin-left:auto;align-self:center;flex-shrink:0}.application-card__revoke-btn{padding-inline:1rem}.application-card.application-card--browse .application-card__desktop-inline-meta--browse{display:block;margin-top:.25rem}}@media (max-width: 48rem){.application-card{padding:0}.application-card__desktop{display:none}.application-card--browse .application-card__desktop-inline-meta--browse{display:block;margin-top:.25rem}.application-card__mobile{display:flex;flex-direction:column;padding:.75rem 1rem}.application-card__mobile-header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;width:100%;margin-bottom:.5rem}.application-card__job-title--mobile{margin-bottom:.5rem}.application-card__actions--mobile{flex-shrink:0}}.profile-wrap{display:flex;flex-direction:column;gap:.75rem;width:25rem;min-width:25rem;max-width:25rem;flex:0 0 25rem}.profile-wrap>*{width:100%}.profile-wrap__stack{width:100%;min-width:0}@media (max-width: 48rem){.profile-wrap--dashboard-mobile-strip .profile-wrap__stack--profile,.profile-wrap--dashboard-mobile-strip .profile-wrap__stack--auto{display:none}}@media (max-width: 64rem){.profile-wrap{width:100%;min-width:15rem;flex:1 1 auto;gap:.75rem}}.profile-card{box-sizing:border-box;width:100%}.profile-card *,.profile-card *:before,.profile-card *:after{box-sizing:border-box}.profile-card__inner{position:relative;display:flex;flex-direction:column;padding:1.25rem;border-radius:1rem;border:1px solid #CBD5E1;background:#fff;box-shadow:0 .0625rem .1875rem #00000014;overflow:hidden}.profile-card__inner:before{content:"";position:absolute;top:0;left:0;right:0;height:20%;background:#ebf3fb;z-index:0;pointer-events:none}.profile-card__inner>*{position:relative;z-index:1}.profile-card__last-updated{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;justify-content:flex-start;gap:.25rem;flex-wrap:wrap;padding:.5rem .75rem;border-radius:624.9375rem;background:#fff;box-shadow:0 .0625rem .1875rem #00000014;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;line-height:1.2;z-index:2}.profile-card__last-updated-label{font-weight:500;color:#3d4468}.profile-card__last-updated-time{font-weight:600;color:#0f172a}.profile-card__photo-wrap{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;padding:.2rem;margin-bottom:.5rem;border-radius:.75rem;background:#fff}.profile-card__photo{display:block;width:100%;height:100%;border-radius:.5rem;object-fit:cover;flex-shrink:0}.profile-card__name{margin:0 0 .125rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:1.125rem;font-style:normal;font-weight:600;color:#0f172a;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card__email{margin:0 0 auto;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;color:#3d4468;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card__completion-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.625rem}.profile-card__completion-label{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;color:#3d4468;line-height:1.3}.profile-card__completion-value{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.8125rem;font-weight:700;color:#3f95ea;line-height:1.3}.profile-card__progress-track{height:.5rem;border-radius:624.9375rem;background:#cbd5e1;overflow:hidden}.profile-card__progress-fill{height:100%;width:var(--progress, 0%);max-width:100%;border-radius:624.9375rem;background:linear-gradient(90deg,#3b82f6,#22c55e);transition:width .15s cubic-bezier(.4,0,.2,1)}.profile-card__hint{margin:.5rem 0 0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:400;color:#9496b0;line-height:1.6}.profile-card__resume{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:.75rem .875rem;border-radius:.75rem;background:#fff;border:1px solid rgba(203,213,225,.6);box-shadow:0 .0625rem .1875rem #00000014;margin-top:auto}.profile-card__resume-pdf{flex-shrink:0;display:block}.profile-card__resume-info{flex:1;min-width:0}.profile-card__resume-name{margin:0 0 .25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:700;color:#0f172a;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-card__resume-size{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-weight:400;color:#64748b;line-height:1.3}.profile-card__resume-actions{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;flex-shrink:0}.profile-card__icon-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:all .15s cubic-bezier(.4,0,.2,1);padding:0;border:1px solid #94a3b8;border-radius:624.9375rem;background:#fff;color:#64748b;cursor:pointer}.profile-card__icon-btn:hover{color:#3f95ea;border-color:#3f95ea;background:#eaf4fe}.profile-card__icon-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #3f95ea33}.profile-card__edit-btn{position:absolute;top:.5rem;left:5rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #CBD5E1;border-radius:624.9375rem;background:#fff;color:#64748b;cursor:pointer;z-index:2}.profile-card__contact-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.75rem}.profile-card__contact-item{display:inline-flex;align-items:center;gap:.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;color:#3d4468;line-height:1.2}.profile-card--profile .profile-card__inner{height:auto;padding:1.25rem}.profile-card--profile .profile-card__photo-wrap{margin-bottom:1rem}.profile-card--profile .profile-card__name{margin-bottom:.75rem}.profile-card--profile .profile-card__resume{margin-top:1.25rem;background:#f8fafc}.profile-card--profile .profile-card__resume-actions{margin-left:auto}.profile-card--profile .profile-card__icon-btn:first-child{background:linear-gradient(135deg,#4f46e5,#22d3ee);border-color:transparent;color:#fff}.profile-card--profile .profile-card__icon-btn:first-child:hover{color:#fff;border-color:transparent;background:linear-gradient(135deg,#4338ca,#06b6d4)}@media (max-width: 64rem){.profile-card__resume{padding:10px 12px;gap:10px}.profile-card__resume-actions{gap:8px}}.auto-apply{box-sizing:border-box;width:100%}.auto-apply *,.auto-apply *:before,.auto-apply *:after{box-sizing:border-box}.auto-apply__inner{padding:1.25rem;border-radius:1rem;border:1px solid #CBD5E1;background:#fff;box-shadow:0 .0625rem .1875rem #00000014}.auto-apply__row--header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.auto-apply__row--today{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.625rem}.auto-apply__titles{min-width:0}.auto-apply__title{margin:0 0 .25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-style:normal;font-weight:600;color:#0f172a;line-height:1.3}.auto-apply__subtitle{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:400;color:#334155;line-height:1.6;max-width:20rem}.auto-apply__header-actions{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.auto-apply__toggle-wrap{position:relative;flex-shrink:0}.auto-apply__toggle-input{position:absolute;opacity:0;width:0;height:0;margin:0;pointer-events:none}.auto-apply__toggle-label{display:block;position:relative;width:2.625rem;height:1.5rem;cursor:pointer}.auto-apply__toggle-label:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:624.9375rem;background:#d1d5db;transition:background .2s cubic-bezier(.4,0,.2,1)}.auto-apply__toggle-label:after{content:"";position:absolute;top:.125rem;left:.125rem;width:1.25rem;height:1.25rem;border-radius:624.9375rem;background:#fff;box-shadow:0 .0625rem .1875rem #00000014;transition:transform .2s cubic-bezier(.4,0,.2,1)}.auto-apply__toggle-input:checked+.auto-apply__toggle-label:before{background:#3b82f6}.auto-apply__toggle-input:checked+.auto-apply__toggle-label:after{transform:translate(1.125rem)}.auto-apply__toggle-input:focus-visible+.auto-apply__toggle-label:before{box-shadow:0 0 0 .25rem #fff,0 0 0 .5rem #3b82f673}.auto-apply__edit-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:1.5px solid #CBD5E1;border-radius:624.9375rem;background:#fff;color:#64748b;cursor:pointer;flex-shrink:0;transition:color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.auto-apply__edit-btn:hover{color:#3f95ea;border-color:#3f95ea;background:#eaf4fe}.auto-apply__today-label{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;color:#0f172a;line-height:1.3}.auto-apply__today-count{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:400;color:#0f172a;line-height:1.3}.auto-apply__progress-track{height:.5rem;border-radius:624.9375rem;background:#e5e7eb;overflow:hidden;margin-bottom:.625rem}.auto-apply__progress-fill{height:100%;width:var(--progress, 0%);max-width:100%;border-radius:624.9375rem;background:linear-gradient(90deg,#3b82f6,#60a5fa);transition:width .2s cubic-bezier(.4,0,.2,1)}.auto-apply__legend{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.auto-apply__legend-item{display:inline-flex;align-items:center;gap:.625rem;min-width:0}.auto-apply__legend-dot{width:.625rem;height:.625rem;border-radius:624.9375rem;flex-shrink:0}.auto-apply__legend-dot--applied{background:#3b82f6}.auto-apply__legend-dot--limit{background:#9ca3af}.auto-apply__legend-label{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:500;color:#334155;line-height:1.2}.auto-apply__legend-value{margin-left:.25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;line-height:1.2;font-weight:500;color:#9496b0}.auto-apply__legend-value--applied,.auto-apply__legend-value--limit{color:#9496b0;font-weight:500}.auto-apply--compact .auto-apply__inner{padding:1rem}.auto-apply--compact .auto-apply__row--header{align-items:flex-start;margin-bottom:0;gap:.75rem}.auto-apply--compact .auto-apply__titles{flex:1;min-width:0}.auto-apply--compact .auto-apply__title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;margin-bottom:.25rem}.auto-apply--compact .auto-apply__title{margin:0;font-size:.875rem;font-weight:600;line-height:1.2}.auto-apply--compact .auto-apply__jobs-badge{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:600;color:#22c55e;line-height:1.2;white-space:nowrap}.auto-apply--compact .auto-apply__subtitle{margin:0 0 .75rem;max-width:none;font-size:.6875rem;line-height:1.6}.auto-apply--compact .auto-apply__header-actions{align-self:flex-start;padding-top:.125rem}.auto-apply--compact .auto-apply__progress-track{margin-bottom:0;height:.5rem}.auto-apply__save-btn{padding:.5rem 1.25rem;border:none;border-radius:624.9375rem;background:#3f95ea;color:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(.4,0,.2,1)}.auto-apply__save-btn:hover{background:#006cb7}.auto-apply__edit-body{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.auto-apply__stepper{display:flex;align-items:center;gap:.75rem;width:100%;border:1.5px solid #CBD5E1;border-radius:624.9375rem;padding:.5rem .75rem;background:#fff}.auto-apply__step-btn{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;background:none;color:#3d4468;cursor:pointer;border-radius:624.9375rem;flex-shrink:0;transition:background .15s cubic-bezier(.4,0,.2,1)}.auto-apply__step-btn:hover{background:#f4f4f6}.auto-apply__step-input{flex:1;text-align:center;border:none;outline:none;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-weight:600;color:#0f172a;background:transparent}.auto-apply__step-input::-webkit-inner-spin-button,.auto-apply__step-input::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.auto-apply__step-input{-moz-appearance:textfield}.auto-apply__quick-chips{display:flex;flex-wrap:wrap;gap:.5rem}.auto-apply__quick-chip{padding:.25rem .75rem;border:1.5px solid #CBD5E1;border-radius:624.9375rem;background:#fff;color:#3d4468;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-weight:500;cursor:pointer;transition:border-color .15s cubic-bezier(.4,0,.2,1),background .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1)}.auto-apply__quick-chip:hover{border-color:#3f95ea;background:#eaf4fe;color:#3f95ea}.auto-apply--disabled .auto-apply__today-label,.auto-apply--disabled .auto-apply__today-count,.auto-apply--disabled .auto-apply__legend-label,.auto-apply--disabled .auto-apply__legend-value,.auto-apply--disabled .auto-apply__subtitle{color:#9496b0}.auto-apply--disabled .auto-apply__progress-fill,.auto-apply--disabled .auto-apply__legend-dot--applied{background:#cbd5e1}.auto-apply--disabled .auto-apply__edit-btn{opacity:.4;pointer-events:none;cursor:not-allowed}.skills-card{box-sizing:border-box;width:100%}.skills-card *,.skills-card *:before,.skills-card *:after{box-sizing:border-box}.skills-card__inner{min-height:9.25rem;padding:1.25rem;border-radius:1rem;border:1px solid #CBD5E1;background:#fff}.skills-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.skills-card__header-info{min-width:0}.skills-card__title{margin:0 0 .25rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-style:normal;font-weight:600;color:#0f172a;line-height:1.3}.skills-card__subtitle{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:400;color:#334155;line-height:1.6;max-width:22rem}.skills-card__edit-btn{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;padding:0;border:1.5px solid #CBD5E1;border-radius:624.9375rem;background:#fff;color:#64748b;cursor:pointer;transition:color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.skills-card__edit-btn:hover{color:#3f95ea;border-color:#3f95ea;background:#eaf4fe}.skills-card__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem}.skills-card__chip{display:inline-flex;align-items:center;height:1.5rem;padding:.5rem .625rem;border-radius:624.9375rem;border:1.5px solid #CBD5E1;background:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-style:normal;font-weight:400;color:#3d4468;line-height:1.2;transition:color .15s cubic-bezier(.4,0,.2,1),border-color .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.skills-card__chip:hover{color:#3f95ea;border-color:#3f95ea;background:#eaf4fe}.skills-card__empty{margin:0;padding:1rem 0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;font-weight:400;color:#64748b;line-height:1.6;text-align:center}.profile-score{box-sizing:border-box;width:100%;display:flex;align-items:center;gap:1.25rem;height:4.75rem;padding:1rem 1.25rem;border:.0625rem solid #CBD5E1;border-radius:.875rem;background:#fff;box-shadow:0 .0625rem .1875rem #00000014}.profile-score__ring{--ring-angle: calc(var(--profile-score, 0) * 1%);position:relative;width:2.0625rem;height:2.0625rem;border-radius:50%;background:conic-gradient(#22c55e var(--ring-angle),#e2e8f0 0);flex-shrink:0;display:flex;align-items:center;justify-content:center}.profile-score__ring:after{content:"";position:absolute;top:.25rem;right:.25rem;bottom:.25rem;left:.25rem;border-radius:50%;background:#fff}.profile-score__value{position:relative;z-index:1;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;font-style:normal;font-weight:600;color:#0f172a;line-height:1}.profile-score__content{min-width:0;flex:1}.profile-score__title{margin:0 0 .375rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:600;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-score__subtitle{margin:0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;font-style:normal;font-weight:400;color:#3d4468;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-score__art{width:2.125rem;height:2.125rem;border-radius:.5rem;background:#f3f4f6;color:#3f95ea;display:flex;align-items:center;justify-content:center;flex-shrink:0}.details-card{display:flex;flex-direction:column;gap:.75rem}.basic-details{box-sizing:border-box;width:100%;padding:1.25rem;border:.0625rem solid #CBD5E1;border-radius:1rem;background:#fff}.basic-details__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.basic-details__title{margin:0;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2}.basic-details__edit-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:.0625rem solid #CBD5E1;border-radius:624.9375rem;background:#fff;color:#3f95ea;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:500;cursor:pointer}.basic-details__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem 1.5rem}@media (max-width: 47.9375rem){.basic-details__grid{grid-template-columns:1fr;gap:1rem}}.basic-details__item{min-width:0}@media (max-width: 47.9375rem){.basic-details__item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.75rem;border-bottom:.0625rem solid #CBD5E1}.basic-details__item:last-child{padding-bottom:0;border-bottom:none}}.basic-details__item-value{margin:0 0 .375rem;color:#0f172a;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:500;line-height:1.2}.basic-details__item-value--link{color:#3f95ea;text-decoration:underline;text-underline-offset:.125rem;display:inline-block;max-width:100%}@media (max-width: 47.9375rem){.basic-details__item-value{margin:0;white-space:normal;overflow:visible}}.basic-details__item-label{margin:0;overflow:hidden;color:#3d4468;text-overflow:ellipsis;white-space:nowrap;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;font-weight:400;line-height:1.2}@media (max-width: 47.9375rem){.basic-details__item-label{white-space:normal;overflow:visible}}.basic-details__form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem 1.5rem;min-width:0}@media (max-width: 47.9375rem){.basic-details__form{grid-template-columns:1fr}}.basic-details__form-field{display:flex;flex-direction:column;gap:.375rem;min-width:0}.basic-details__form-label{color:#9496b0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600}.basic-details__form-input,.basic-details__form-select{width:100%;padding:.6875rem 1rem;border:1.5px solid #CBD5E1;border-radius:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#0f172a;background:#fff;outline:none;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.basic-details__form-input::placeholder,.basic-details__form-select::placeholder{color:#9496b0}.basic-details__form-input:focus,.basic-details__form-select:focus{border-color:#3f95ea;box-shadow:0 0 0 3px #3f95ea1f}.basic-details__form-input:disabled,.basic-details__form-select:disabled{background:#f4f4f6;cursor:not-allowed}.basic-details__form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpolyline points='5 8 10 13 15 8' stroke='%239496b0' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem}.basic-details__save-btn{padding:.375rem 1rem;border:none;border-radius:624.9375rem;background:#3f95ea;color:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer}.basic-details__save-btn:hover{background:#006cb7}.professional-info{box-sizing:border-box;width:100%;padding:1.25rem;border:.0625rem solid #CBD5E1;border-radius:1rem;background:#fff}.professional-info__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.professional-info__title{margin:0;color:#0f172a;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.2}.professional-info__edit-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:.0625rem solid #CBD5E1;border-radius:624.9375rem;background:#fff;color:#3f95ea;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;cursor:pointer}.professional-info__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem 1.5rem}@media (max-width: 47.9375rem){.professional-info__grid{grid-template-columns:1fr;gap:1rem}}.professional-info__item{min-width:0}@media (max-width: 47.9375rem){.professional-info__item{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.75rem;border-bottom:.0625rem solid #CBD5E1}.professional-info__item:last-child{padding-bottom:0;border-bottom:none}}.professional-info__item-value{margin:0 0 .375rem;color:#0f172a;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-style:normal;font-weight:500;line-height:1.2}@media (max-width: 47.9375rem){.professional-info__item-value{margin:0;white-space:normal;overflow:visible}}.professional-info__item-label{margin:0;overflow:hidden;color:#3d4468;text-overflow:ellipsis;white-space:nowrap;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;font-style:normal;font-weight:400;line-height:1.2}@media (max-width: 47.9375rem){.professional-info__item-label{white-space:normal;overflow:visible}}.professional-info__form{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem 1.5rem;min-width:0}@media (max-width: 47.9375rem){.professional-info__form{grid-template-columns:1fr}}.professional-info__form-field{display:flex;flex-direction:column;gap:.375rem;min-width:0}.professional-info__form-label{color:#9496b0;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600}.professional-info__form-input,.professional-info__form-select{width:100%;padding:.6875rem 1rem;border:1.5px solid #CBD5E1;border-radius:.75rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#0f172a;background:#fff;outline:none;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.professional-info__form-input::placeholder,.professional-info__form-select::placeholder{color:#9496b0}.professional-info__form-input:focus,.professional-info__form-select:focus{border-color:#3f95ea;box-shadow:0 0 0 3px #3f95ea1f}.professional-info__form-input:disabled,.professional-info__form-select:disabled{background:#f4f4f6;cursor:not-allowed}.professional-info__form-select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 20 20'%3E%3Cpolyline points='5 8 10 13 15 8' stroke='%239496b0' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2rem;cursor:pointer}.professional-info__save-btn{padding:.375rem 1rem;border:none;border-radius:624.9375rem;background:#3f95ea;color:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer}.professional-info__save-btn:hover{background:#006cb7}.change-password-card{box-sizing:border-box;width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem;border:.0625rem solid #CBD5E1;border-radius:1.5rem;background:#fff}.change-password-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border:none;border-radius:624.9375rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.625rem;font-style:normal;line-height:1.2;cursor:pointer;flex-shrink:0;font-weight:500}.change-password-card__btn--change{padding:.625rem 1rem;background:#f1f5f9;color:#0f172a}.change-password-card__btn--logout{padding:.625rem 1rem;background:#fff1f2;color:#ef4444}@keyframes lm-slide-up{0%{opacity:0;transform:translateY(1.5rem) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes lm-run{0%{transform:translate(0) rotate(0)}25%{transform:translate(.25rem) rotate(-3deg)}50%{transform:translate(0) rotate(0)}75%{transform:translate(.25rem) rotate(2deg)}to{transform:translate(0) rotate(0)}}.logout-modal{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.logout-modal__illustration{width:100%;max-width:16.25rem;margin-inline:auto}.logout-modal .logout-illustration{width:100%;height:auto;display:block;animation:lm-run 1.8s cubic-bezier(.4,0,.2,1) infinite .3s;transform-origin:center bottom}.logout-modal__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.logout-modal__title{font-family:Montserrat,ui-sans-serif,sans-serif;font-size:1.75rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.logout-modal__subtitle{font-size:.75rem;color:#3d4468;line-height:1.6;margin:0;max-width:17.5rem}.logout-modal__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500;font-size:.75rem;line-height:1.3;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:all .15s cubic-bezier(.4,0,.2,1)}.logout-modal__btn:focus{outline:none;box-shadow:0 0 0 3px #3f95ea1a}.logout-modal__btn:disabled{opacity:.6;cursor:not-allowed}.logout-modal__btn{background-color:#ef4444;color:#fff;border-color:#ef4444}.logout-modal__btn:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626}.logout-modal__btn{border-radius:624.9375rem;padding:.75rem 2.5rem;font-size:1rem;font-weight:600;width:60%;justify-content:center;transition:background-color .15s cubic-bezier(.4,0,.2,1);transition-property:background-color,border-color,transform,box-shadow}.logout-modal__btn:hover:not(:disabled){transform:translateY(-.125rem);box-shadow:0 .375rem 1.25rem #ef444459}.logout-modal__btn:active{transform:translateY(0) scale(.97);box-shadow:none}.footer{background-color:#0a101d;color:#64748b;font-family:Montserrat,ui-sans-serif,sans-serif;width:100%}.footer__inner{padding:2rem 32px}@media (min-width: 48rem){.footer__inner{padding:2.5rem 64px 2rem}}@media (min-width: 64rem){.footer__inner{display:flex;flex-wrap:wrap;gap:1rem;padding:4rem 7.5rem 0}}.footer__logo{display:block;font-size:1.375rem;font-weight:700;color:#fff;letter-spacing:-.5px;margin-bottom:0}.footer__logo span{color:#3f95ea}@media (min-width: 48rem){.footer__logo{display:block}}@media (min-width: 64rem){.footer__logo{display:block;flex:0 0 100%;margin-bottom:0}}.footer__newsletter{margin-bottom:1.5rem}@media (min-width: 48rem){.footer__newsletter{display:flex;align-items:center;justify-content:space-between;align-items:flex-start;gap:2rem}}@media (min-width: 64rem){.footer__newsletter{display:block;flex:0 0 360px;margin-bottom:0}}@media (min-width: 48rem){.footer__newsletter-text{flex:0 0 auto}}@media (min-width: 48rem){.footer__newsletter-form{flex:1;max-width:420px}}@media (min-width: 64rem){.footer__newsletter-form{max-width:100%}}.footer__newsletter-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.25rem}.footer__newsletter-sub{font-size:.75rem;color:#94a3b8}.footer__input-row{display:flex;border:1px solid rgba(255,255,255,.1);border-radius:624.9375rem;overflow:hidden;background-color:#ffffff0a;margin-top:1rem;transition:border-color .25s cubic-bezier(.4,0,.2,1)}.footer__input-row:focus-within{border-color:#cbd5e1}.footer__email-input{flex:1;background:transparent;border:none;outline:none;padding:.75rem 1rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;color:#64748b;min-width:0}.footer__email-input::placeholder{color:#9496b099}.footer__sub-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1rem;border-radius:.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-weight:500;font-size:.75rem;line-height:1.3;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:all .15s cubic-bezier(.4,0,.2,1)}.footer__sub-btn:focus{outline:none;box-shadow:0 0 0 3px #3f95ea1a}.footer__sub-btn:disabled{opacity:.6;cursor:not-allowed}.footer__sub-btn{background-color:#3f95ea;color:#fff;border-color:#3f95ea}.footer__sub-btn:hover:not(:disabled){background-color:#006cb7;border-color:#006cb7}.footer__sub-btn{border-radius:624.9375rem;margin:3px;padding:.5rem 1.25rem;font-size:.75rem;white-space:nowrap;flex-shrink:0}.footer__sub-btn:disabled{opacity:.65;cursor:not-allowed}.footer__subscribe-feedback{margin-top:.5rem;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.6875rem;line-height:1.6}.footer__subscribe-feedback--success{color:#7dd3a0}.footer__subscribe-feedback--warning{color:#f0c14b}.footer__subscribe-feedback--error{color:#f09090}.footer__consent{margin-top:.75rem;font-size:.6875rem;color:#9496b0;line-height:1.8}.footer__consent a{color:#3f95ea;text-decoration:none;transition:color .25s cubic-bezier(.4,0,.2,1)}.footer__consent a:hover{text-decoration:underline}.footer__nav{border-top:1px solid rgba(255,255,255,.08)}@media (min-width: 48rem){.footer__nav{display:flex;gap:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.06);justify-content:space-between}}@media (min-width: 64rem){.footer__nav{border-top:none;margin-left:auto;padding-top:0;justify-content:space-between}}.footer__nav-section{border-bottom:1px solid rgba(255,255,255,.08)}@media (min-width: 48rem){.footer__nav-section{border-bottom:none}}.footer__nav-header{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;padding:1rem 0;color:#fff;font-family:Montserrat,ui-sans-serif,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.08em;cursor:pointer;transition:color .25s cubic-bezier(.4,0,.2,1)}.footer__nav-header:hover{color:#3f95ea}@media (min-width: 48rem){.footer__nav-header{display:none}}.footer__nav-links{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1)}.footer__nav-links--open{max-height:300px}@media (min-width: 48rem){.footer__nav-links{max-height:none;overflow:visible;display:flex;flex-direction:column;gap:1rem}}.footer__nav-links a{display:block;padding:.5rem 0 .75rem;font-size:.75rem;color:#94a3b8;text-decoration:none;transition:color .25s cubic-bezier(.4,0,.2,1)}.footer__nav-links a:last-child{padding-bottom:1rem}.footer__nav-links a:hover{color:#fff}@media (min-width: 48rem){.footer__nav-links a{padding:0}.footer__nav-links a:last-child{padding-bottom:0}}.footer__chevron{width:16px;height:16px;color:#94a3b8;transition:transform .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.footer__chevron--open{transform:rotate(180deg)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:1rem 32px;background-color:#0a1020}@media (min-width: 48rem){.footer__bottom{padding:1.25rem 64px}}@media (min-width: 64rem){.footer__bottom{padding:1.25rem 120px}}.footer__copy{font-size:.6875rem;color:#9496b0}.footer__socials{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}.footer__social-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.12);border-radius:.5rem;color:#fff;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.footer__social-btn svg{width:14px;height:14px}.footer__social-btn:hover{border-color:#cbd5e1;color:#3f95ea;background-color:#3f95ea14}.page-loader{display:flex;align-items:center;justify-content:center;width:100%;min-height:60vh}.page-loader__spinner{width:36px;height:36px;border:3px solid #CBD5E1;border-top-color:#3f95ea;border-radius:624.9375rem;animation:pl-spin .7s linear infinite}@keyframes pl-spin{to{transform:rotate(360deg)}}
