.button{font:inherit;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;padding:0;display:inline-flex}.button:disabled{opacity:.6}.button--primary{color:#fff;background:#2563eb;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:600;transition:opacity .15s}.button--primary:hover:not(:disabled){opacity:.88}.button--plain{color:#52525b;background:0 0;border:1px solid #d4d4d8;border-radius:8px;padding:6px 14px;font-size:14px;font-weight:400;transition:background .15s,color .15s}.button--plain:hover:not(:disabled){color:#18181b;background:#f4f4f5}.input-field{flex-direction:column;gap:4px;display:flex}.input-field__label{color:#71717a;font-size:13px;font-weight:400}.input{color:#18181b;background:#fff;border:1px solid #d4d4d8;border-radius:8px;outline:none;padding:10px 14px;font-size:15px;font-weight:400;transition:border-color .15s}.input::-webkit-input-placeholder{color:#a1a1aa}.input::-ms-input-placeholder{color:#a1a1aa}.input::placeholder{color:#a1a1aa}.input:focus{border-color:#2563eb}.modal{z-index:100;background:rgba(0,0,0,.4);justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal__content{background:#fff;border-radius:16px;flex-direction:column;gap:16px;width:100%;max-width:480px;max-height:90vh;padding:24px;display:flex;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.16)}.modal__header{justify-content:space-between;align-items:center;display:flex}.modal__title{color:#18181b;font-size:16px;font-weight:600}.modal__close{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:15px;font-weight:400;line-height:1}.modal__close:hover{color:#18181b;background:#f4f4f5}@media (max-width:600px){.modal{align-items:flex-end;padding:0}.modal__content{border-radius:16px 16px 0 0;max-height:90vh;padding:20px 16px}}.textarea{color:#18181b;resize:vertical;box-sizing:border-box;background:#f4f4f5;border:1px solid #d4d4d8;border-radius:8px;outline:none;width:100%;padding:8px 12px;font-size:15px;font-weight:400}.textarea::-webkit-input-placeholder{color:#a1a1aa}.textarea::-ms-input-placeholder{color:#a1a1aa}.textarea::placeholder{color:#a1a1aa}.textarea:focus{border-color:#2563eb}.textarea:disabled{opacity:.6;cursor:not-allowed}.resume-edit-modal__session{flex-direction:column;gap:8px;display:flex}.resume-edit-modal__session-toggle{align-self:flex-start}.resume-edit-modal__actions{gap:8px;display:flex}.resume-card{cursor:pointer;background:#fff;border-radius:12px;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 4px rgba(0,0,0,.08)}.resume-card__checkbox{flex-shrink:0}.resume-card__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.resume-card__name{color:#18181b;font-size:16px;font-weight:600}.resume-card__exp{color:#71717a;font-size:14px;font-weight:400}.resume-card__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.resume-card__remove{color:#dc2626!important;border-color:#dc2626!important}.resume-card__remove:hover:not(:disabled){background:#fef2f2!important}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color)0%,var(--highlight-color)50%,var(--base-color)100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.resume-card-skeleton{--base-color:#e4e4e7;--highlight-color:#f4f4f5;background:#fff;border-radius:12px;align-items:center;gap:16px;padding:20px 24px;display:flex;box-shadow:0 1px 4px rgba(0,0,0,.08)}.resume-card-skeleton__info{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.resume-card-skeleton__btn{flex-shrink:0}.select-field{flex-direction:column;gap:4px;display:flex}.select-field__label{color:#71717a;font-size:13px;font-weight:400}.select__control{cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:8px;align-items:center;font-size:15px;font-weight:400;transition:border-color .15s;display:flex}.select__control:hover,.select__control--is-focused{border-color:#2563eb;outline:none}.select__value-container{padding:10px 14px}.select__single-value{color:#18181b}.select__placeholder{color:#a1a1aa}.select__indicators{padding-right:8px}.select__dropdown-indicator{color:#71717a}.select__menu{z-index:10;background:#fff;border:1px solid #d4d4d8;border-radius:8px;margin-top:4px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08)}.select__group-heading{color:#71717a;text-transform:uppercase;letter-spacing:.05em;padding:8px 14px 4px;font-size:13px;font-weight:400}.select__option{cursor:pointer;color:#18181b;padding:10px 14px;font-size:15px;font-weight:400}.select__option--is-focused{background:#eff6ff}.select__option--is-selected{color:#fff;background:#2563eb}.vacancy-input__history-option{align-items:center;gap:6px;display:inline-flex}.auto-apply-status-widget{z-index:1000;background:#eff6ff;border-radius:12px;align-items:center;gap:8px;padding:10px 14px;display:flex;position:fixed;top:16px;right:16px;box-shadow:0 2px 8px rgba(0,0,0,.12)}.auto-apply-status-widget__icon{color:#2563eb;animation:1s linear infinite auto-apply-status-widget-spin}.auto-apply-status-widget__text{color:#2563eb;white-space:nowrap;font-size:15px;font-weight:600}.auto-apply-status-widget__progress{color:#2563eb;font-size:15px;font-weight:600}.auto-apply-status-widget__error{color:#dc2626;white-space:nowrap;font-size:15px;font-weight:600}.auto-apply-status-widget__stop{color:#dc2626;border-radius:6px;align-items:center;gap:4px;padding:4px 8px;font-size:13px;font-weight:400;transition:background .15s;display:inline-flex}.auto-apply-status-widget__stop:hover:not(:disabled){background:#fef2f2}@keyframes auto-apply-status-widget-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing{max-width:960px;margin:0 auto;padding:80px 32px 64px}.landing__hero{text-align:center;flex-direction:column;align-items:center;margin-bottom:72px;display:flex}.landing__title{color:#18181b;margin-bottom:16px;font-size:36px;font-weight:700}.landing__subtitle{color:#52525b;max-width:520px;margin-bottom:32px;font-size:15px;font-weight:400;line-height:1.6}.landing__cta{min-width:140px}.landing__features{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.landing__card{background:#fff;border:1px solid #e4e4e7;border-radius:16px;flex-direction:column;gap:8px;padding:28px 28px 24px;transition:box-shadow .15s,border-color .15s;display:flex}.landing__card:hover{border-color:#d4d4d8;box-shadow:0 4px 16px rgba(0,0,0,.08)}.landing__card-icon{color:#2563eb;width:28px;height:28px;margin-bottom:4px}.landing__card-title{color:#18181b;font-size:16px;font-weight:600}.landing__card-desc{color:#52525b;flex:1;font-size:14px;font-weight:400;line-height:1.5}@media (max-width:600px){.landing{padding:40px 16px 48px}.landing__hero{margin-bottom:40px}.landing__features{grid-template-columns:1fr}}.badge{border-radius:99px;padding:2px 8px;font-size:12px;font-weight:500;display:inline-block}.badge--green{color:#16a34a;background:#f0fdf4}.badge--blue{color:#2563eb;background:#eff6ff}.badge--orange{color:#c2410c;background:#fff7ed}.badge--red{color:#dc2626;background:#fef2f2}.login{justify-content:center;align-items:center;min-height:100dvh;display:flex}.login__form{flex-direction:column;gap:12px;width:100%;max-width:360px;padding:40px 32px;display:flex}.login__title{justify-content:center;align-items:center;gap:8px;margin-bottom:8px;font-size:20px;font-weight:700;display:flex}.login__logo{width:28px;height:28px}.login__tabs{border-bottom:1px solid #e4e4e7;margin-bottom:4px;display:flex}.login__tab{cursor:pointer;color:#71717a;background:0 0;border:none;border-bottom:2px solid transparent;flex:1;margin-bottom:-1px;padding:8px 0;font-size:14px;font-weight:400;transition:color .15s,border-color .15s}.login__tab:hover{color:#18181b}.login__tab--active{color:#2563eb;border-bottom-color:#2563eb}.login__error{color:#dc2626;font-size:13px;font-weight:400}.login__divider{text-align:center;color:#71717a;font-size:13px;font-weight:400}.login__oauth{flex-direction:column;gap:8px;display:flex}.login__oauth a{text-decoration:none}.login__telegram{justify-content:center;display:flex}@media (max-width:600px){.login__form{padding:32px 20px}}.tooltip__trigger{display:inline-block}.tooltip{color:#fff;pointer-events:none;z-index:1000;white-space:nowrap;background:#18181b;border-radius:6px;max-width:240px;padding:6px 10px;font-size:13px;font-weight:400}.checkbox{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;align-items:center;gap:8px;display:inline-flex}.checkbox--disabled{opacity:.5;cursor:not-allowed}.checkbox__input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.checkbox__box{background:#fff;border:1.5px solid #d4d4d8;border-radius:4px;flex-shrink:0;width:16px;height:16px;transition:background .15s,border-color .15s;position:relative}.checkbox__box--checked{background:#2563eb;border-color:#2563eb}.checkbox__box--checked:after{content:"";border:2px solid #fff;border-top:none;border-left:none;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}.checkbox__label{color:#18181b;font-size:14px;font-weight:400}.number-slider{align-items:center;gap:8px;width:100%;display:flex}.number-slider__input{width:56px}.number-slider__input .input{text-align:center;-webkit-appearance:textfield;-moz-appearance:textfield;-ms-appearance:textfield;appearance:textfield;width:100%}.number-slider__input .input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.number-slider__input .input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.number-slider__range{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;cursor:pointer;background:#d4d4d8;border-radius:2px;outline:none;flex:1;height:4px}.number-slider__range::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;cursor:pointer;background:#2563eb;border-radius:50%;width:16px;height:16px}.number-slider__range::-moz-range-thumb{cursor:pointer;background:#2563eb;border:none;border-radius:50%;width:16px;height:16px}.number-slider__range::-moz-range-progress{background:#2563eb;border-radius:2px;height:4px}.number-slider__range:disabled{opacity:.5;cursor:not-allowed}.number-slider__range:disabled::-webkit-slider-thumb{cursor:not-allowed}.number-slider__range:disabled::-moz-range-thumb{cursor:not-allowed}.auto-apply-btn{background:#fff;border-radius:12px;flex-direction:column;gap:8px;padding:20px 24px;display:flex;box-shadow:0 1px 4px rgba(0,0,0,.08)}.auto-apply-btn__query{width:100%}.auto-apply-btn__filters{flex-wrap:wrap;gap:14px;display:flex}.auto-apply-btn__filter .checkbox__label{color:#52525b;font-size:13px;font-weight:400}.auto-apply-btn__resumes{background:#f4f4f5;border:1px solid #e4e4e7;border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.auto-apply-btn__resumes-label{color:#71717a;margin-bottom:2px;font-size:13px;font-weight:400}.auto-apply-btn__actions{align-items:center;gap:8px;display:flex}.auto-apply-btn__tooltip{flex-direction:column;gap:4px;display:flex}.auto-apply-btn__tooltip-item{align-items:center;display:flex}.auto-apply-btn__run--done{color:#16a34a!important;border-color:#16a34a!important}.apply{flex-direction:column;gap:12px;display:flex}h1.title{color:#18181b;font-size:20px;font-weight:700}h2.title{color:#18181b;font-size:16px;font-weight:600}h3.title{color:#18181b;font-size:15px;font-weight:600}.resume-detail{--base-color:#e4e4e7;--highlight-color:#f4f4f5}.resume-detail-skeleton__name{margin-bottom:4px;display:block}.resume-detail-skeleton__title{margin-bottom:16px;display:block}.resume-detail{flex-direction:column;gap:16px;display:flex}.resume-detail__back{color:#52525b;align-items:center;gap:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:400;text-decoration:none;display:inline-flex}.resume-detail__back:hover{color:#18181b}.resume-detail__card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 4px rgba(0,0,0,.08)}.resume-detail__name{margin-bottom:4px}.resume-detail__title{color:#52525b;margin-bottom:16px;font-size:15px;font-weight:400}.resume-detail__skills{flex-wrap:wrap;gap:6px;display:flex}.resume-detail__about-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.resume-detail__edit-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:400}.resume-detail__edit-btn:hover{background:#eff6ff}.resume-detail__about-text{color:#18181b;white-space:pre-wrap;font-size:15px;font-weight:400;line-height:1.6}.resume-detail__about-edit{flex-direction:column;gap:12px;display:flex}.resume-detail__about-textarea{resize:vertical;width:100%;font-family:inherit}.resume-detail__about-actions{gap:8px;display:flex}.resume-detail__cancel-btn{color:#52525b;cursor:pointer;background:0 0;border:1px solid #d4d4d8;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:400}.resume-detail__cancel-btn:hover:not(:disabled){background:#e4e4e7}.resume-detail__cancel-btn:disabled{opacity:.5;cursor:not-allowed}.resume-detail__error{color:#dc2626;padding:16px 0;font-size:15px;font-weight:400}.search-form{background:#2563eb;border-radius:12px;flex-direction:column;gap:8px;margin-bottom:24px;padding:12px;display:flex}.search-form__main{gap:10px;display:flex}.search-form__card{background:#fff;border-radius:10px;flex:1;display:flex}.search-form__card .input{background:0 0;border:none;border-radius:0;width:100%;padding:0}.search-form__card .input:focus{border-color:transparent}.search-form__card .select__control{background:0 0;border:none;border-radius:0}.search-form__card .select__control:hover{border-color:transparent}.search-form__card .select__control--is-focused{box-shadow:none;border-color:transparent}.search-form__card .select__value-container{padding:0}.search-form__card .input-field,.search-form__card .select-field{gap:2px}.search-form__card .input-field__label,.search-form__card .select-field__label{text-transform:uppercase;letter-spacing:.05em}.search-form__field{flex-direction:column;flex:1;gap:2px;padding:8px 16px;display:flex}.search-form__field+.search-form__field{border-left:1px solid #e4e4e7}.search-form__field--area{flex:0 0 200px}.search-form .search-form__btn{color:#18181b;white-space:nowrap;background:#fff;border:none;border-radius:10px;padding:0 36px;font-size:15px;font-weight:600}.search-form .search-form__btn:not(:disabled):hover{background:#f4f4f5}.search-form .search-form__btn:disabled{color:rgba(0,0,0,.4);cursor:not-allowed;background:rgba(255,255,255,.5)}.search-form__filters{flex-wrap:wrap;gap:16px;display:flex}.search-form__filter .checkbox__box{background:0 0;border-color:rgba(255,255,255,.6)}.search-form__filter .checkbox__box--checked{background:#fff;border-color:#fff}.search-form__filter .checkbox__box--checked:after{border-color:#2563eb}.search-form__filter .checkbox__label{color:rgba(255,255,255,.8);font-size:13px;font-weight:400}.search-form__footer{align-items:center;gap:4px;display:flex}.search-form__resume-prefix{color:rgba(255,255,255,.8);white-space:nowrap;font-size:14px;font-weight:400}.search-form__resume .select__control{background:0 0;border:none}.search-form__resume .select__control:hover,.search-form__resume .select__control--is-focused{border-color:transparent}.search-form__resume .select__value-container{padding:0}.search-form__resume .select__single-value{color:#fff;font-weight:600;text-decoration:underline}.search-form__resume .select__placeholder{color:rgba(255,255,255,.6)}.search-form__resume .select__dropdown-indicator{color:#fff}@media (max-width:600px){.search-form__main{flex-direction:column}.search-form .search-form__btn{padding:14px}.search-form__field--area{flex:1}.search-form__field+.search-form__field{border-top:1px solid #e4e4e7;border-left:none}}.vacancy-card{background:#fff;border-radius:12px;flex-direction:column;gap:8px;padding:20px 24px;display:flex;box-shadow:0 1px 4px rgba(0,0,0,.08)}.vacancy-card__title{color:#2563eb;font-size:16px;font-weight:600;line-height:1.3;text-decoration:none}.vacancy-card__employer{color:#52525b;align-items:center;gap:6px;font-size:14px;font-weight:400;display:flex}.vacancy-card__employer-link{color:inherit;text-decoration:none}.vacancy-card__salary{color:#18181b;font-size:15px;font-weight:600}.vacancy-card__salary--empty{color:#a1a1aa;font-size:14px;font-weight:400}.vacancy-card__footer{flex-wrap:wrap;align-items:center;gap:12px;margin-top:4px;display:flex}.vacancy-card__footer-text{color:#71717a;font-size:13px;font-weight:400}.vacancy-card__apply-btn{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:8px;align-self:flex-start;margin-top:4px;padding:7px 18px;font-size:14px;font-weight:400;transition:opacity .15s}.vacancy-card__apply-btn:hover:not(:disabled){opacity:.85}.vacancy-card__apply-btn:disabled{cursor:not-allowed;opacity:.6}.vacancy-card__apply-btn--success{background:#16a34a;border-color:#16a34a}.vacancy-card__apply-btn--error{background:#dc2626;border-color:#dc2626}.pagination{justify-content:center;align-items:center;gap:4px;padding:16px 0;display:flex}.pagination__btn{color:#18181b;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:6px;min-width:36px;padding:6px 10px;font-size:14px;font-weight:400}.pagination__btn--active{color:#fff;background:#2563eb;border-color:#2563eb;font-weight:600}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn:hover:not(:disabled):not(.pagination__btn--active){background:#eff6ff;border-color:#2563eb}.pagination__ellipsis{color:#71717a;align-items:center;padding:0 4px;font-size:14px;font-weight:400;display:inline-flex}.vacancies__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.vacancies__meta{color:#71717a;font-size:14px;font-weight:400}.vacancies__per-page{align-items:center;gap:6px;display:flex}.vacancies__per-page-label{color:#71717a;font-size:14px;font-weight:400}.vacancies__per-page-btn{color:#52525b;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:400}.vacancies__per-page-btn--active{color:#fff;background:#2563eb;border-color:#2563eb}.vacancies__per-page-btn:disabled{opacity:.5;cursor:not-allowed}.vacancies__list{flex-direction:column;gap:12px;display:flex}.vacancies__message{color:#71717a;text-align:center;padding:40px 0;font-size:15px;font-weight:400}.vacancies__error{color:#dc2626;padding:16px 0;font-size:15px;font-weight:400}.history{--base-color:#e4e4e7;--highlight-color:#f4f4f5}.history-skeleton__select{border-radius:8px;width:200px}.history-skeleton__stat{align-items:center;display:flex}@media (max-width:768px){.history-skeleton__select{width:100%}}.history{flex-direction:column;gap:20px;display:flex}.history__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.history__sort-select{width:180px;margin-left:auto}.history__resume-select{width:200px}.history__controls{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.history__meta{color:#71717a;font-size:14px;font-weight:400}.history__per-page{align-items:center;gap:6px;display:flex}.history__per-page-label{color:#71717a;font-size:14px;font-weight:400}.history__per-page-btn{color:#52525b;cursor:pointer;background:#fff;border:1px solid #d4d4d8;border-radius:6px;padding:4px 10px;font-size:13px;font-weight:400}.history__per-page-btn--active{color:#fff;background:#2563eb;border-color:#2563eb}.history__per-page-btn:disabled{opacity:.5;cursor:not-allowed}.history__td--resume{color:#71717a;white-space:nowrap;font-size:13px;font-weight:400}.history__stats{gap:12px;display:flex}.history__stat{background:#fff;border:1px solid transparent;border-radius:12px;flex-direction:column;gap:2px;min-width:96px;padding:16px 24px;transition:border-color .15s;box-shadow:0 1px 4px rgba(0,0,0,.08)}.history__stat:hover:not(:disabled){background:#fff}.history__stat--active{border-color:#2563eb}.history__stat-value{color:#18181b;font-size:20px;font-weight:700}.history__stat-value--success{color:#16a34a}.history__stat-value--failed{color:#dc2626}.history__stat-label{color:#71717a;font-size:13px;font-weight:400}.history__clear{color:#dc2626!important;border-color:#dc2626!important}.history__clear:hover:not(:disabled){background:#fef2f2!important}.history__link{color:#2563eb;text-decoration:none}.history__link:hover{text-decoration:underline}.history__state{color:#71717a;font-size:15px;font-weight:400}.history__state--error{color:#dc2626}.history__table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08)}.history__th{color:#71717a;text-align:left;white-space:nowrap;border-bottom:1px solid #e4e4e7;padding:12px 16px;font-size:13px;font-weight:400}.history__row:not(:last-child){border-bottom:1px solid #e4e4e7}.history__row:hover{background:#f4f4f5}.history__td{color:#18181b;vertical-align:middle;padding:12px 16px;font-size:15px;font-weight:400}.history__td--name{max-width:320px}.history__td--date{color:#71717a;white-space:nowrap;font-size:13px;font-weight:400}@media (max-width:768px){.history__stats{flex-wrap:wrap}.history__stat{flex:1;min-width:80px;padding:12px 16px}.history__sort-select,.history__resume-select{width:100%}.history__table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.history__th--employer,.history__th--resume,.history__td--employer,.history__td--resume{display:none}}.resume-list__add-form{background:#fff;border-radius:12px;flex-direction:column;gap:10px;padding:20px 24px;display:flex;box-shadow:0 1px 4px rgba(0,0,0,.08)}.resume-list__add-form-actions{gap:8px;display:flex}.resume-list{flex-direction:column;gap:12px;display:flex}.resume-list__add-btn{align-self:flex-start}.avatar{object-fit:cover;background:#e4e4e7;border-radius:50%;flex-shrink:0}.confirm-modal__message{color:#52525b;font-size:15px;font-weight:400}.confirm-modal__actions{gap:8px;display:flex}.confirm-modal__confirm{background:#dc2626!important}.confirm-modal__confirm:hover:not(:disabled){opacity:.88}.user-list-skeleton__row{cursor:default;--base-color:#e4e4e7;--highlight-color:#f4f4f5}.user-list-skeleton__row:hover{background:0 0}.user-list{flex-direction:column;gap:20px;display:flex}.user-list__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.user-list__search{max-width:280px;position:relative}.user-list__search .input{padding-left:36px}.user-list__refresh{align-items:center;gap:8px;margin-left:auto;display:flex}.user-list__refresh-time{color:#71717a;white-space:nowrap;font-size:13px;font-weight:400}.user-list__refresh-btn{color:#52525b;border-radius:6px;padding:6px}.user-list__refresh-btn:hover:not(:disabled){background:#f4f4f5}.user-list__refresh-icon--spinning{animation:.8s linear infinite user-list-refresh-spin}@keyframes user-list-refresh-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.user-list__search-icon{color:#71717a;pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.user-list__state{color:#71717a;text-align:center;padding:40px 0;font-size:15px;font-weight:400}.user-list__state--error{color:#dc2626}.user-list__table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 1px 4px rgba(0,0,0,.08)}.user-list__th{color:#71717a;text-align:left;border-bottom:1px solid #e4e4e7;padding:12px 16px;font-size:13px;font-weight:400}.user-list__row{cursor:pointer}.user-list__row:not(:last-child){border-bottom:1px solid #e4e4e7}.user-list__row:hover{background:#f4f4f5}.user-list__td{color:#18181b;vertical-align:middle;padding:12px 16px;font-size:15px;font-weight:400}.user-list__td--date{color:#71717a;white-space:nowrap;font-size:13px;font-weight:400}.user-list__td--actions{text-align:right}.user-list__date-short{display:none}.user-list__role{cursor:pointer;border:none;border-radius:99px;padding:3px 10px;font-size:12px;font-weight:500;transition:opacity .15s;display:inline-block}.user-list__role--admin{color:#2563eb;background:#eff6ff}.user-list__role--user{color:#52525b;background:#f4f4f5}.user-list__role:hover{opacity:.75}.user-list__delete{cursor:pointer;color:#dc2626;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:400;transition:background .15s}.user-list__delete:hover{background:#fef2f2}@media (max-width:768px){.user-list__table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.user-list__date-full{display:none}.user-list__date-short{display:inline}.user-list__td--login{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.user-list__th--actions,.user-list__td--actions{display:none}}.user-detail-skeleton{--base-color:#e4e4e7;--highlight-color:#f4f4f5}.user-detail{flex-direction:column;gap:16px;display:flex}.user-detail__back{color:#52525b;align-items:center;gap:4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:400;text-decoration:none;display:inline-flex}.user-detail__back:hover{color:#18181b}.user-detail__error{color:#dc2626;padding:16px 0;font-size:15px;font-weight:400}.user-detail__card{background:#fff;border-radius:12px;align-items:center;gap:16px;padding:24px;display:flex;box-shadow:0 1px 4px rgba(0,0,0,.08)}.user-detail__info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.user-detail__login{color:#18181b;font-size:16px;font-weight:600}.user-detail__date{color:#71717a;font-size:14px;font-weight:400}.user-detail__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.user-detail__role{border-radius:99px;padding:3px 10px;font-size:12px;font-weight:500;transition:opacity .15s}.user-detail__role--admin{color:#2563eb;background:#eff6ff}.user-detail__role--user{color:#52525b;background:#f4f4f5}.user-detail__role:hover:not(:disabled){opacity:.75}.user-detail__delete{color:#dc2626;border-radius:6px;padding:4px 8px;font-size:13px;font-weight:400;transition:background .15s}.user-detail__delete:hover:not(:disabled){background:#fef2f2}.user-detail__resumes{background:#fff;border-radius:12px;flex-direction:column;gap:8px;padding:24px;display:flex;box-shadow:0 1px 4px rgba(0,0,0,.08)}.user-detail__resumes-title{color:#18181b;font-size:15px;font-weight:600}.user-detail__resumes-empty{color:#71717a;font-size:14px;font-weight:400}.user-detail__resume{border-top:1px solid #d4d4d8;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.user-detail__resume:first-of-type{border-top:none}.user-detail__resume-name{color:#18181b;font-size:15px;font-weight:400}.user-detail__resume-exp{color:#71717a;font-size:14px;font-weight:400}.nav{flex-direction:column;gap:8px;padding:16px 12px;display:flex;position:relative}.nav__indicator{opacity:0;background:#eff6ff;border-radius:8px;transition:left .25s,top .25s,width .25s,height .25s,opacity .15s;position:absolute}.nav__link{z-index:1;color:#52525b;-webkit-tap-highlight-color:transparent;border-radius:8px;outline:none;align-items:center;gap:8px;padding:10px 12px;font-size:15px;font-weight:400;text-decoration:none;transition:color .12s;display:flex;position:relative}@media (hover:hover){.nav__link:hover:not(.nav__link--active){color:#18181b;background:#e4e4e7}}.nav__link--active{color:#2563eb;font-weight:600}.nav__link--active .nav__icon{stroke-width:3.1px}.nav__icon{flex-shrink:0}@media (max-width:768px){.nav{flex-direction:row;justify-content:space-around;gap:0;padding:4px}.nav__indicator{border-radius:12px}.nav__link{border-radius:12px;flex-direction:column;flex:1;justify-content:center;gap:4px;padding:8px 4px}.nav__icon{width:24px;height:24px}.nav__label{display:none}}.user-menu__trigger{color:#18181b;cursor:pointer;background:0 0;border:none;border-radius:999px;align-items:center;gap:8px;padding:4px 8px 4px 4px;font-size:14px;font-weight:400;transition:background .12s;display:flex}.user-menu__trigger:hover{background:#e4e4e7}.user-menu__name{text-overflow:ellipsis;white-space:nowrap;max-width:160px;overflow:hidden}.user-menu__dropdown{z-index:1000;background:#fff;border:1px solid #e4e4e7;border-radius:8px;min-width:160px;padding:4px;box-shadow:0 4px 16px rgba(0,0,0,.1)}.user-menu__item{color:#18181b;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:14px;font-weight:400;transition:background .12s;display:flex}.user-menu__item:hover{background:#e4e4e7}.layout{background:#f4f4f5;grid-template-rows:auto 1fr;grid-template-columns:minmax(200px,240px) 1fr;gap:16px;min-height:100vh;display:grid}.layout__header{z-index:10;background:#fff;border-bottom:1px solid #e4e4e7;border-radius:0 0 16px 16px;grid-column:1/-1;justify-content:space-between;align-items:flex-start;padding:16px 24px;display:flex;position:-webkit-sticky;position:sticky;top:0}.layout__title{color:#18181b;align-items:center;gap:8px;font-size:20px;font-weight:700;text-decoration:none;display:flex}.layout__logo{width:24px;height:24px}.layout__header-actions{align-items:flex-start;gap:12px;display:flex}.layout__sidebar{background:#fff;border-right:1px solid #e4e4e7;border-radius:0 16px 16px 0;align-self:stretch;width:100%}.layout__main{min-width:0;padding:8px 24px 24px;overflow:auto}@media (max-width:768px){.layout{grid-template-columns:1fr;height:100dvh;min-height:0;overflow:hidden}.layout__header{border-radius:0 0 16px 16px;flex-shrink:0;padding:12px 16px}.layout__sidebar{z-index:10;border-top:1px solid #e4e4e7;border-right:none;border-radius:16px;grid-column:1;width:auto;transition:transform .5s;position:fixed;bottom:16px;left:12px;right:12px;transform:scale(1);box-shadow:0 -2px 8px rgba(0,0,0,.06)}.layout__sidebar--pressed{transition-duration:.18s;transform:scale(1.05)}.layout__main{padding:16px 16px calc(96px + env(safe-area-inset-bottom));min-height:0;overflow-y:auto}}.landing-layout{background:#f4f4f5;min-height:100dvh}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{overflow-x:hidden}body{color:#18181b;background:#f4f4f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}
/*# sourceMappingURL=bundle.078c752a63d85a3c.css.map*/