@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";.button{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;font-weight:500;cursor:pointer;transition:background-color .25s,color .25s,box-shadow .25s;user-select:none;text-align:center;padding:10px;border:1px solid transparent}.button__text{display:inline-block}.button__text .filterCount{color:var(--color-primary, #ff7022);padding-left:4px}.button__icon{display:inline-block;vertical-align:middle;height:24px;width:24px}.button__icon--start{margin-right:8px}.button__icon--end{margin-left:8px}.button__icon--dropdown{margin-left:8px;transition:transform .25s}.button__icon--dropdown svg path{fill:#fff}.button__icon--dropdown.open{transform:rotate(180deg)}.button__icon--dropdown.open svg path{fill:#919eab}.button.contained{color:#fff;font-size:14px;background-color:transparent;background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;display:flex;align-items:center;justify-content:center}.button.contained:hover:not(.disabled){background:linear-gradient(to bottom,#ff8637,#f04906);border:1px solid #c73407;color:#fff}.button.contained.primary{color:#fff;font-size:14px;background-color:transparent;border-color:var(--color-primary-contained, #ff7022);border-radius:12px;background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;display:flex;align-items:center;justify-content:center}.button.contained.primary:hover:not(.disabled){background:linear-gradient(to bottom,#ff8637,#f04906);border:1px solid #c73407;color:#fff}.button.contained.info{color:#fff;font-size:14px;background-color:transparent;background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;display:flex;align-items:center;justify-content:center}.button.contained.info:hover:not(.disabled){background:linear-gradient(to bottom,#ff8637,#f04906);border:1px solid #c73407;color:#fff}.button.contained.success{color:#fff;font-size:14px;background-color:transparent;background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;display:flex;align-items:center;justify-content:center;background:var(--color-success, #22c55e);border:1px solid var(--color-success, #22c55e);border-radius:12px}.button.contained.success:hover:not(.disabled){background:var(--color-success-dark, #118d57);border:1px solid var(--color-success-dark, #118d57);color:#fff}.button.contained.warning{color:#fff;font-size:14px;background-color:transparent;background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;display:flex;align-items:center;justify-content:center}.button.contained.warning:hover:not(.disabled){background:linear-gradient(to bottom,#ff8637,#f04906);border:1px solid #c73407;color:#fff}.button.contained.error{color:#fff;font-size:14px;background-color:transparent;background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;display:flex;align-items:center;justify-content:center;background:var(--color-error-dark, #FB3748);border:1px solid var(--color-error-dark, #FB3748);border-radius:12px}.button.contained.error:hover:not(.disabled){background:var(--color-error-dark, #FB3748);border:1px solid var(--color-error-dark, #FB3748);color:#fff}.button.outlined{color:var(--color-neutral-dark, #212b36);font-size:14px;background-color:transparent;border-color:var(--color-neutral-dark, #212b36);border:1px solid var(--color-neutral-dark, #212b36)}.button.outlined:hover:not(.disabled){background-color:transparent;color:var(--color-neutral-dark, #212b36);border:1px solid transparent}.button.outlined.primary{color:#505862;font-size:14px;background-color:transparent;border-color:#dadfe3;border-radius:12px;border:1px solid #dadfe3}.button.outlined.primary:hover:not(.disabled){background-color:#f6f7f8;color:#505862;border:1px solid #f6f7f8}.button.outlined.info{color:var(--color-info, #00b8d9);font-size:14px;background-color:transparent;border-color:var(--color-info, #00b8d9);border:1px solid var(--color-info, #00b8d9)}.button.outlined.info:hover:not(.disabled){background-color:transparent;color:var(--color-info, #00b8d9);border:1px solid transparent}.button.outlined.success{color:var(--color-success, #4caf50);font-size:14px;background-color:transparent;border-color:var(--color-success, #4caf50);border:1px solid var(--color-success, #4caf50)}.button.outlined.success:hover:not(.disabled){background-color:transparent;color:var(--color-success, #4caf50);border:1px solid transparent}.button.outlined.warning{color:var(--color-warning, #ff9800);font-size:14px;background-color:transparent;border-color:var(--color-warning, #ff9800);border:1px solid var(--color-warning, #ff9800)}.button.outlined.warning:hover:not(.disabled){background-color:transparent;color:var(--color-warning, #ff9800);border:1px solid transparent}.button.outlined.error{color:var(--color-error-dark, #f44336);font-size:14px;background-color:transparent;border-color:var(--color-error-dark, #f44336);border:1px solid var(--color-error-dark, #f44336)}.button.outlined.error:hover:not(.disabled){background-color:transparent;color:var(--color-error-dark, #f44336);border:1px solid transparent}.button.text{color:var(--color-neutral-dark, #212b36);font-size:14px;background-color:transparent}.button.text:hover:not(.disabled){background-color:rgba(var(--color-neutral-dark, #212b36),.1);color:var(--color-neutral-dark, #212b36)}.button.text.primary{color:var(--color-primary, #ff7022);font-size:14px;background-color:transparent}.button.text.primary:hover:not(.disabled){background-color:rgba(var(--color-primary, #ff7022),.1);color:var(--color-primary, #ff7022)}.button.text.info{color:var(--color-info, #00b8d9);font-size:14px;background-color:transparent}.button.text.info:hover:not(.disabled){background-color:rgba(var(--color-info, #00b8d9),.1);color:var(--color-info, #00b8d9)}.button.text.success{color:var(--color-success, #4caf50);font-size:14px;background-color:transparent}.button.text.success:hover:not(.disabled){background-color:rgba(var(--color-success, #4caf50),.1);color:var(--color-success, #4caf50)}.button.text.warning{color:var(--color-warning, #ff9800);font-size:14px;background-color:transparent}.button.text.warning:hover:not(.disabled){background-color:rgba(var(--color-warning, #ff9800),.1);color:var(--color-warning, #ff9800)}.button.text.error{color:var(--color-error-dark, #f44336);font-size:14px;background-color:transparent}.button.text.error:hover:not(.disabled){background-color:rgba(var(--color-error-dark, #f44336),.1);color:var(--color-error-dark, #f44336)}.button.soft{font-size:14px;background-color:transparent;font-size:16px;color:var(--color-neutral-dark, #212b36)}.button.soft:hover:not(.disabled){background-color:rgba(var(--color-neutral-lighter, #f5f5f5),5%);color:var(--color-neutral-dark, #212b36)}.button.soft.primary{font-size:14px;background-color:transparent;font-size:16px;color:var(--color-primary, #ff7022)}.button.soft.primary:hover:not(.disabled){background-color:rgba(var(--color-primary-light, #e3f2fd),5%);color:var(--color-primary, #ff7022)}.button.soft.info{font-size:14px;background-color:transparent;font-size:16px;color:var(--color-info, #00b8d9)}.button.soft.info:hover:not(.disabled){background-color:rgba(var(--color-info-lighter, #e0f7fa),5%);color:var(--color-info, #00b8d9)}.button.soft.success{font-size:14px;background-color:transparent;font-size:16px;color:var(--color-success, #4caf50)}.button.soft.success:hover:not(.disabled){background-color:rgba(var(--color-success-lighter, #e8f5e9),5%);color:var(--color-success, #4caf50)}.button.soft.warning{font-size:14px;background-color:transparent;font-size:16px;color:var(--color-warning, #ff9800)}.button.soft.warning:hover:not(.disabled){background-color:rgba(var(--color-warning-lighter, #fff3e0),5%);color:var(--color-warning, #ff9800)}.button.soft.error{font-size:14px;background-color:transparent;font-size:16px;color:var(--color-error, #fb3748)}.button.soft.error:hover:not(.disabled){background-color:rgba(var(--color-error-lighter, #ffebee),5%);color:var(--color-error, #fb3748)}.button:focus-visible{outline:none}.button.disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.button:disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.button.large{padding:18px 22px;min-height:44px;font-size:16px!important}.button.medium{padding:12px 18px;font-size:16px}.button.small{padding:8px;font-size:12px}.button-wrapper{position:relative;display:inline-block}.button-wrapper.has-dropdown .button.with-dropdown{display:flex;align-items:center;justify-content:center}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open{background:transparent;border-color:#dadfe3}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open .button_text:hover{color:#0d1f2d}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open .button__icon--start svg path{fill:var(--color-primary, #ff7022)}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open:hover{background:transparent;border-color:#dadfe3}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open.outlined.primary,.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open.outlined.primary:hover{background:transparent;color:#0d1f2d}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open.contained.primary{background:transparent;border:1px solid #dadfe3;color:#0d1f2d}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open.contained.primary:hover{background:transparent;color:#0d1f2d}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open.soft.primary{background:transparent;border:1px solid #dadfe3;color:#0d1f2d}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open.soft.primary:hover{background:transparent;color:#0d1f2d}.button-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;list-style:none;border:1px solid #DADFE3;margin:0;padding:8px;z-index:1000;min-width:150px}.button-dropdown.top{top:auto;bottom:calc(100% + 8px)}.button-dropdown__item{padding:10px 16px;cursor:pointer;transition:all .25s;font-size:16px;color:#505862;font-weight:500;border-radius:12px}.button-dropdown__item:first-child{color:var(--color-primary, #ff7022)}.button-dropdown__item:hover{background-color:#f6f7f8}.button-dropdown__item:active{background-color:#eaedf0}.input-container{position:relative;display:flex;flex-direction:column}.input-container.standard .input{border:1px solid var(--color-neutral-darker);color:var(--color-neutral-dark);border-radius:12px;transition:border-color .25s;padding:10px 16px;border:1px solid #dadfe3;min-height:50px}.input-container.standard.has-start-icon .input{padding-left:42px}.input-container.standard.hovered .input,.input-container.standard.focused .input{border-color:var(--color-primary, #ff7022)}.input-container.standard.error .input{border-color:var(--color-error, #ff5630)}.input-container.standard.disabled .input{background-color:var(--color-neutral-darker, #f5f5f5);border-color:var(--color-neutral-darker, #ddd);color:#8b98a6;cursor:not-allowed}.input-container.standard.read-only .input{background-color:#f6f7f8;color:#505862;cursor:default}.input-container.standard.read-only.hovered .input,.input-container.standard.read-only.focused .input{border-color:#dadfe3}.input-container.outlined .input{border:1px solid var(--color-neutral-dark);border-radius:6px;transition:border-color .25s;padding:10px 16px;min-height:50px}.input-container.outlined.has-start-icon .input{padding-left:42px}.input-container.outlined.hovered .input{box-shadow:inset 0 0 0 1px var(--color-light)}.input-container.outlined.focused .input{box-shadow:inset 0 0 0 2px var(--color-primary, #ff7022)}.input-container.outlined.error .input{box-shadow:inset 0 0 0 2px var(--color-error, #ff5630)}.input-container.outlined.disabled .input{background-color:var(--color-neutral-lighter, #f5f5f5);box-shadow:inset 0 0 0 1px var(--color-neutral, #ddd);cursor:not-allowed}.input-container.outlined.read-only .input{background-color:#f6f7f8;border:1px solid var(--color-neutral-darker);color:#505862;cursor:default}.input-container.outlined.read-only.hovered .input,.input-container.outlined.read-only.focused .input{border:1px solid var(--color-neutral-darker)}.input-container.underline .input{border:1px solid var(--color-neutral-dark);border-radius:6px;padding:10px 16px;min-height:50px;border:none;border-bottom:1px solid var(--color-neutral, #ddd);transition:border-color .25s}.input-container.underline.has-start-icon .input{padding-left:42px}.input-container.underline.hovered .input{border-bottom-color:var(--color-neutral-dark, #c1c1c1)}.input-container.underline.focused .input{border-bottom-color:var(--color-primary, #ff7022)}.input-container.underline.error .input{border-bottom-color:var(--color-error, #ff5630)}.input-container.underline.disabled .input{background-color:var(--color-neutral-lighter, #f5f5f5);border-bottom-color:var(--color-neutral, #ddd);cursor:not-allowed}.input-container.underline.read-only .input{background-color:#f6f7f8;border-bottom-color:var(--color-neutral, #ddd);color:#505862;cursor:default}.input-container.underline.read-only.hovered .input,.input-container.underline.read-only.focused .input{border-bottom-color:var(--color-neutral, #ddd)}.input-container .input-wrapper{display:flex;width:100%;position:relative;align-items:center;min-width:250px}.input-container .input-wrapper .start-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;color:var(--color-neutral-dark, #72808f);pointer-events:none;transition:color .25s}.input-container .input-wrapper .copy-button{border-top-right-radius:89px;border-bottom-right-radius:89px;border:none;border-left:none;padding:10px 16px;background-color:var(--color-primary, #ff7022);color:#fff;cursor:pointer}.input-container .input-wrapper .copy-button:hover{background-color:var(--color-primary, #ff7022)}.input-container .input-wrapper .eye-button{position:absolute;right:3%;top:3%;bottom:0;border:none;background-color:transparent;cursor:pointer}.input-container.focused .start-icon{color:var(--color-primary, #ff7022)}.input-container.error .start-icon{color:var(--color-error, #ff5630)}.input-container.disabled .start-icon{color:var(--color-neutral-dark, #bdbdbd)}.input-container.read-only .start-icon,.input-container.read-only.focused .start-icon{color:var(--color-neutral-dark, #72808f)}.input-container .input-label{font-size:16px;color:var(--color-neutral-dark);margin-bottom:8px;transition:color .25s}.input-container .input-label.focused{color:var(--color-primary, #ff7022)}.input-container .input-label.error{color:var(--color-error, #ff5630)}.input-container .input-label.required:after{content:" *";color:#ff7022}.input-container .input-label.disabled{color:var(--color-neutral-dark, #bdbdbd)}.input-container .input-label.read-only,.input-container .input-label.read-only.focused{color:var(--color-neutral-dark)}.input-container .input{width:100%;font-size:16px;transition:border-color .25s ease;outline:none}.input-container .input:focus{caret-color:var(--color-primary, #ff7022)}.input-container .input:disabled{cursor:not-allowed}.input-container .input-error{margin-top:4px;font-size:12px;color:var(--color-error, #ff5630)}.input-container .input-character-count{display:block;margin-top:4px;font-size:10px;color:var(--color-text-secondary, #6b7280);text-align:right}.hrsync-4ryjCl{height:100vh;margin:0;overflow:hidden;background-color:#f6f7f8}.hrsync-gEMBAq{font-size:24px;margin-bottom:1rem;color:#0d1f2d;font-weight:700}.hrsync-XPVjcT{font-size:14px;color:#606b77;margin-bottom:2rem;font-weight:regular}.hrsync-ZqbiFM{position:absolute;left:50%;top:0;background-color:#fff;padding:1.2rem;border:10px solid #f6f7f8;border-radius:50%;width:108px;height:108px;transform:translate(-50%,-50%)}.hrsync-M-6a7r{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem;max-width:100%;height:100%;box-sizing:border-box}.hrsync-jh0XAU{display:flex;flex-direction:column;background-color:#fff;padding:3rem 2rem 2rem;border-radius:40px;min-width:460px;max-width:460px;position:relative}.hrsync-4ryjCl .hrsync-8MevQn,.hrsync-4ryjCl .hrsync-MV2BTp{margin-top:2rem}.hrsync-4ryjCl .hrsync-MV2BTp,.hrsync-4ryjCl .hrsync-KyTkU1{display:flex;flex-direction:column;gap:1rem}.hrsync-4ryjCl .hrsync-ANxf6S,.hrsync-4ryjCl .hrsync-ANxf6S .tab-group{width:100%}.hrsync-4ryjCl .hrsync-ANxf6S .hrsync-8MevQn{background-color:#ff702214;border:1px solid rgba(255,112,34,.0784313725);padding:12px;border-radius:8px;color:var(--primary-color, #ff7022);font-size:14px}.hrsync-4ryjCl .hrsync-ANxf6S .hrsync-8MevQn:hover{border:1px solid #ff7022;cursor:pointer}.hrsync-4ryjCl .hrsync-ANxf6S .hrsync-ZQFxIn{background-color:#e6f6ff;border:1px solid #e6f6ff;padding:12px;border-radius:8px;color:#00b8d9;font-size:14px}.hrsync-4ryjCl .hrsync-ANxf6S .hrsync-ZQFxIn:hover{border:1px solid #00b8d9;cursor:pointer}.hrsync-gEMBAq{font-size:24px;margin-bottom:1rem;color:#333}.hrsync-CKXL2F{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:5px;font-size:16px}.hrsync-SvDtax{width:100%;padding:.75rem;background-color:#333;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s}.hrsync-SvDtax:hover{background-color:#555}.hrsync-HtR0lw{position:relative;height:100%;overflow:hidden}.hrsync-HtR0lw img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1024px){.hrsync-4ryjCl{grid-template-columns:5fr 7fr}}@media screen and (max-width: 768px){.hrsync-4ryjCl{grid-template-columns:1fr}.hrsync-HtR0lw{display:none}}@media screen and (max-width: 480px){.hrsync-M-6a7r{padding:2rem 1rem}.hrsync-gEMBAq{font-size:20px}.hrsync-CKXL2F,.hrsync-SvDtax{padding:.5rem;font-size:14px}}.hrsync-1cbnR3{margin-bottom:24px;width:150px}.hrsync-zHzzh2{font-size:24px;font-weight:700;margin-bottom:1.5rem;color:#333}.hrsync-6JUCI2{display:flex;flex-direction:column;gap:1rem}.hrsync-xt0FFm{border:2px solid #e0e0e0;border-radius:8px;padding:1rem;text-align:center;font-size:1.1rem;font-weight:500;cursor:pointer;transition:border-color .3s ease}.hrsync-xt0FFm:hover{border-color:#00c853}.hrsync-lvHC-s{border-color:#00c853;background-color:#e8f5e9}.hrsync-X67H1p{display:flex;flex-direction:column;align-items:center;width:100%;margin:20px 0}.hrsync-X67H1p label{font-size:15px;color:#212b36;font-weight:500;margin-bottom:16px;align-self:flex-start}.hrsync-X67H1p .hrsync-Rr0H9k{display:flex;gap:12px;justify-content:center;width:100%}.hrsync-X67H1p .hrsync-Rr0H9k input{width:50px;height:56px;border:1.5px solid #dfe3e8;border-radius:12px;text-align:center;font-size:24px;font-weight:600;color:#919eab;background:#fff;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;flex:1}.hrsync-X67H1p .hrsync-Rr0H9k input::placeholder{color:#919eab}.hrsync-X67H1p .hrsync-Rr0H9k input:focus{border-color:var(--primary-color, #ff7022);outline:none}.hrsync-X67H1p .hrsync-Rr0H9k input:hover:not(:focus){border-color:#919eab}.hrsync-X67H1p .hrsync-Rr0H9k input:disabled{background-color:#f4f6f8;border-color:#dfe3e8;color:#919eab}.hrsync-X67H1p .hrsync-Rr0H9k input::-webkit-outer-spin-button,.hrsync-X67H1p .hrsync-Rr0H9k input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.hrsync-X67H1p .hrsync-Rr0H9k input[type=number]{-moz-appearance:textfield;appearance:textfield}@media screen and (max-width: 480px){.hrsync-X67H1p .hrsync-Rr0H9k{gap:8px}.hrsync-X67H1p .hrsync-Rr0H9k input{width:45px;height:50px;font-size:20px}}.hrsync-O5l2o-{margin-top:24px;width:100%;height:48px;background-color:var(--primary-color, #ff7022);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.hrsync-O5l2o-:hover{background-color:#ff6009}.hrsync-O5l2o-:disabled{background-color:#dfe3e8;cursor:not-allowed}.hrsync-OClotq{margin-top:16px;color:#637381;font-size:14px;text-align:center}.hrsync-OClotq span{color:var(--primary-color, #ff7022);font-weight:600}.hrsync-J0w8W0{margin-top:16px;color:var(--primary-color, #ff7022);font-size:14px;text-align:center;cursor:pointer;text-decoration:none}.hrsync-J0w8W0:hover{text-decoration:underline}.hrsync-J0w8W0:disabled{color:#919eab;cursor:not-allowed;text-decoration:none}.hrsync-ouDIOz{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.hrsync-yxmp2Z{display:flex;justify-content:flex-start;width:100%;margin-bottom:1rem}.hrsync-XMoUrl{width:40px;height:40px;border-radius:50%;border:1px solid #e0e0e0;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.hrsync-XMoUrl:hover{background:#f5f5f5}.hrsync-jTQVps{width:100%}.hrsync-8gugmo{margin-bottom:1rem;width:100%;text-align:left}.hrsync-8gugmo h2{font-size:24px;font-weight:600;margin-bottom:1rem;color:#333}.hrsync-8gugmo p{color:#666;font-size:14px;line-height:1.5;max-width:300px}.hrsync-kEos3M{width:50px;height:50px;border:1px solid #e0e0e0;border-radius:8px;text-align:center;font-size:20px;font-weight:600}.hrsync-kEos3M:focus{outline:none;border-color:#ff7022;box-shadow:0 0 0 2px #ff70221a}.hrsync-hNCa0w{margin-top:1rem;width:100%}.hrsync-hNCa0w .hrsync-OClotq{color:#0d1f2d;font-size:14px;text-align:left}.hrsync-hNCa0w .hrsync-vFi7Pj{background:none;border:none;color:#ff7022;font-size:14px;cursor:pointer;text-decoration:underline}.hrsync-hNCa0w .hrsync-vFi7Pj:hover{color:#e65a00}.hrsync-4KPA2V{display:flex;justify-content:end;align-items:center}.hrsync-4KPA2V .hrsync--pRvUW{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;cursor:pointer}.hrsync-4KPA2V .hrsync--pRvUW input[type=checkbox]{margin:0}.hrsync-4KPA2V .hrsync-t5Xbv9{background:none;border:none;color:var(--primary-color, #ff7022);font-size:14px;cursor:pointer;text-decoration:none}.hrsync-4KPA2V .hrsync-t5Xbv9:hover{text-decoration:underline}.hrsync-K72w7h{margin:1rem 0 2rem}.hrsync-K72w7h h2{margin-bottom:.5rem;font-size:24px;color:#0d1f2d}.hrsync-K72w7h p{font-family:15px;color:#606b77}.hrsync-e-TCZx .hrsync-UtuiJ-{margin:1.5rem 0}.hrsync-e-TCZx .hrsync-UtuiJ- h2{margin-bottom:.5rem;font-size:24px;color:#0d1f2d}.hrsync-e-TCZx .hrsync-UtuiJ- p{font-size:15px;color:#606b77}.hrsync-e-TCZx .hrsync-6RkJoE{display:flex;flex-direction:column;gap:1.5rem}.hrsync-e-TCZx .hrsync-cqb96l{display:flex;flex-direction:column;gap:1rem}.hrsync-e-TCZx .hrsync--zfm4W{font-size:15px;color:#606b77}.hrsync-e-TCZx .hrsync-gzHBT5{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px}.hrsync-e-TCZx .hrsync-2DRYvd,.hrsync-e-TCZx .hrsync-CiHrKu,.hrsync-e-TCZx .hrsync-lnRY7o{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-yP-Bot{width:100%}.tab-group{display:flex;flex-direction:column;background-color:#f6f7f8;border-radius:12px;padding:8px;border:1px solid #DADFE3;width:100%}.tab-group.horizontal .tab-list{display:flex;flex-direction:row;gap:16px;position:relative;width:100%}.tab-group.vertical{flex-direction:row}.tab-group.vertical .tab-list{display:flex;flex-direction:column;gap:8px}.tab-group .tab{padding:8px 16px;font-size:15px;cursor:pointer;user-select:none;transition:color .3s ease;border-radius:8px;font-weight:500;color:#606b77;position:relative;z-index:2;text-align:center;min-width:0}.tab-group .tab.active{font-weight:600;color:var(--color-primary, #ff7022)}.tab-group .tab.tab-with-icon{display:flex;align-items:center;gap:8px}.tab-group .tab.tab-with-icon .tab-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.tab-group.full-width .tab{flex:1}.tab-group .sliding-background{position:absolute;top:0;height:100%;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0d1f2d1a;transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:1}.tab-group .tab-content{margin-top:16px;padding:16px}.hrsync-bbaZIK{display:flex;justify-content:space-between;align-items:center;background:#fff;margin:0 0 24px}.hrsync-Q5hMsM{display:flex;align-items:center;gap:24px}.hrsync-iXhJ2z{display:flex;align-items:center;gap:16px}.hrsync-VIw4dp{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px;border:1px solid #dadfe3}.hrsync-99UYaZ{font-size:18px;font-weight:600;color:#0d1f2d;margin:0;line-height:1.2}.hrsync-KUNgVj{font-size:14px;color:#72808f;margin:4px 0 0;line-height:1.4}.hrsync-0-NZ1U{display:flex;align-items:center;gap:16px}.hrsync-0-NZ1U a{display:flex;align-items:center;color:#72808f;transition:color .2s ease}.hrsync-0-NZ1U a:hover{color:#2b3641}.hrsync-DacuAF{position:relative;display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 12px 4px 4px;border-radius:24px;transition:all .2s ease;background:#f6f7f8;border:1px solid #f6f7f8}.hrsync-DacuAF:hover:not(.hrsync-ElLD0Z){background-color:#f8f9fa;border-color:#e9ecef}.hrsync-DacuAF.hrsync-ElLD0Z{background-color:#fff;border-color:var(--color-primary, #ff7022)}.hrsync-qa754M{display:flex;align-items:center;gap:12px;width:100%}.hrsync-sWDybk{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef;flex-shrink:0}.hrsync-KWXJK5{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0}.hrsync-pz7rJS{font-size:14px;font-weight:600;color:#2b3641;line-height:1.2;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;transition:color .2s ease}.hrsync-HxlkZu{font-size:12px;color:#72808f;line-height:1.2;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;transition:color .2s ease}.hrsync--RYY4H{display:flex;align-items:center;color:#72808f;transition:all .2s ease;flex-shrink:0}.hrsync--RYY4H.hrsync-F6rEMO{transform:rotate(180deg)}.hrsync-c2OWY3{width:40px;height:40px;border:2px solid #e9ecef;border-top:2px solid #ff7022;border-radius:50%;animation:hrsync-siuGA2 1s linear infinite;flex-shrink:0}.hrsync--rwpQv{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #dadfe3;border-radius:16px;z-index:1000;min-width:100%;box-shadow:0 4px 12px #00000026;opacity:1;transform:translateY(0);animation:hrsync-fW6Y0Z .2s ease-out;padding:.5rem}.hrsync--rwpQv ul{list-style:none;padding:0;margin:0}.hrsync--rwpQv li{display:flex;align-items:center;padding:0;margin:0}.hrsync--rwpQv li.hrsync-w-tkqV{border-bottom:1px solid #dadfe3;height:1px;margin:.5rem 0;padding:0}.hrsync--rwpQv li:not(.hrsync-w-tkqV):not(.hrsync-ZgMatK):hover{border-radius:12px}.hrsync--rwpQv li a,.hrsync--rwpQv li button{display:flex;align-items:center;gap:12px;padding:10px 16px;width:100%;color:#505862;text-decoration:none;font-size:14px;line-height:1.4;transition:all .2s ease;border-radius:12px;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left}.hrsync--rwpQv li a span,.hrsync--rwpQv li button span{display:inline-block;white-space:nowrap;line-height:1.4}.hrsync--rwpQv li a:hover,.hrsync--rwpQv li button:hover{background-color:#f6f7f8}.hrsync--rwpQv li a:hover svg path,.hrsync--rwpQv li button:hover svg path{stroke:#ff7022}.hrsync--jpOvX{width:20px;height:20px;min-width:20px;min-height:20px;color:#72808f;flex-shrink:0;flex-grow:0;transition:color .2s ease;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.hrsync--jpOvX svg{width:20px;height:20px;display:block}.hrsync-TUqaqm{display:flex;align-items:center;gap:12px;padding:10px 16px;width:100%;color:#505862;text-decoration:none;font-size:14px;line-height:1.4;transition:all .2s ease;border-radius:12px;border:none;background:none;cursor:pointer;font-family:inherit;text-align:left}.hrsync-TUqaqm span{display:inline-block;white-space:nowrap;line-height:1.4}.hrsync-TUqaqm:hover{background-color:#f6f7f8}.hrsync-TUqaqm:hover svg path{stroke:#ff7022}.hrsync-ElLD0Z{background-color:#fff;border-color:var(--color-primary, #ff7022)}.hrsync-F6rEMO{transform:rotate(180deg)}.hrsync-w-tkqV{border-bottom:1px solid #dadfe3;height:1px;margin:.5rem 0}@keyframes hrsync-siuGA2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hrsync-fW6Y0Z{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.hrsync--doNAX{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-k1UU7K{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-4C6Ri6{display:flex;height:100vh;overflow:hidden;background-color:#f6f7f8;padding:1rem 1rem 1rem 0;width:100%;max-width:100vw;box-sizing:border-box}.hrsync-4C6Ri6.hrsync-T18kxf .hrsync-Nd5gsB{filter:brightness(.7)}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ{width:52px;padding:0 .5rem}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-XrlaIa{justify-content:center;padding:12px 8px}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-XrlaIa .hrsync-haF3rn{display:none}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-XrlaIa .hrsync-BI-hsr{margin:0}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-PpxxQY.hrsync-ZlULJ4 .hrsync-Ic9ruJ{border:none}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-PpxxQY.hrsync-ZlULJ4 .hrsync--l1VQ6{background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;border-radius:12px}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-PpxxQY.hrsync-ZlULJ4 .hrsync--l1VQ6 svg path{stroke:#fff}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-PpxxQY.hrsync-UYaG2G .hrsync--l1VQ6{background:#fff;border:1px solid #ff7022}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-PpxxQY.hrsync-UYaG2G .hrsync--l1VQ6 svg path{stroke:#ff7022}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-Ic9ruJ{padding:0!important;justify-content:center}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-3wUDSc{justify-content:center}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-3wUDSc span{display:none}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync--l1VQ6{margin:0}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync--IBBgQ{display:none}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-5QO0H-{justify-content:center;border-bottom:1px solid rgba(145,158,171,.2);padding-top:.5rem}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-5QO0H- img{width:48px;height:48px;cursor:pointer;transition:transform .2s ease}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-5QO0H- img:hover{transform:scale(1.1)}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-hu3LYz.hrsync-UYaG2G{left:52px;z-index:9999}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-u09plC .hrsync-Bs9W3E{width:32px;height:32px;padding:6px}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-u09plC .hrsync-Bs9W3E:last-child{padding:8px}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-u09plC .hrsync-Bs9W3E .hrsync-suFxin svg{width:18px;height:18px}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-u09plC .hrsync-Bs9W3E .hrsync-suFxin span,.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-u09plC .hrsync-Bs9W3E .hrsync-ATe09e,.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-u09plC .hrsync-bVhOsm{display:none}.hrsync-4C6Ri6.hrsync-toNfhq .hrsync-jmIdCZ .hrsync-kpWdwJ{gap:.5rem}.hrsync-6v0tZ-{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:15;transition:opacity .3s ease}.hrsync-jmIdCZ{width:300px;flex-shrink:0;transition:all .3s ease;position:relative;z-index:20;height:97vh;overflow-y:auto;padding:0 1rem;display:flex;flex-direction:column;justify-content:space-between}.hrsync-jmIdCZ.hrsync-UYaG2G{width:250px;left:0}.hrsync-jmIdCZ.hrsync-cwS8Fg .hrsync-Ic9ruJ.hrsync-UYaG2G,.hrsync-jmIdCZ.hrsync-cwS8Fg .hrsync-PpxxQY.hrsync-ZlULJ4{border:1px solid #f6f7f8}.hrsync-5QO0H-{font-weight:700;text-align:center;color:#333;display:flex;align-items:center;justify-content:space-between;padding:0 .4rem;transition:all .3s ease;border-bottom:1px solid rgba(145,158,171,.2)}.hrsync-5QO0H- img{cursor:pointer;width:150px;height:auto;transition:all .3s ease;padding-bottom:1rem}.hrsync-OJrPz-{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;color:#637381}.hrsync-OJrPz-:hover{background-color:#63738114;color:#212b36}.hrsync-OJrPz- svg{width:20px;height:20px}.hrsync-CIONp-{padding-top:1rem;display:flex;flex-direction:column;gap:1rem}.hrsync-XrlaIa{display:flex;align-items:center;gap:.5rem;padding:8px}.hrsync-XrlaIa:nth-child(2n) .hrsync-haF3rn{max-width:100px}.hrsync-XrlaIa:nth-child(3n) .hrsync-haF3rn{max-width:140px}.hrsync-BI-hsr{width:36px;height:36px;border-radius:12px;background-color:#e0e0e0;flex-shrink:0;animation:hrsync-MyKWYe 1.2s ease-in-out infinite alternate}.hrsync-haF3rn{height:16px;background-color:#e0e0e0;border-radius:4px;flex:1;max-width:120px;animation:hrsync-MyKWYe 1.2s ease-in-out infinite alternate}.hrsync-LwTQCC{padding-top:1rem}.hrsync-LwTQCC ul{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.hrsync-PpxxQY{cursor:pointer;position:relative;width:100%}.hrsync-PpxxQY.hrsync-ZlULJ4{background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;border-radius:12px}.hrsync-PpxxQY.hrsync-ZlULJ4 .hrsync-Ic9ruJ{border:none;color:#fff}.hrsync-PpxxQY.hrsync-ZlULJ4 .hrsync-Ic9ruJ .hrsync--IBBgQ path{stroke:#fff}.hrsync-PpxxQY.hrsync-ZlULJ4 .hrsync-Ic9ruJ .hrsync--l1VQ6{background-color:#fff6ed;border:none}.hrsync-PpxxQY.hrsync-ZlULJ4 .hrsync-Ic9ruJ .hrsync--l1VQ6 path{stroke:#ff7022}.hrsync-PpxxQY.hrsync-ZlULJ4.hrsync-UYaG2G{background:#fff;border-radius:12px}.hrsync-PpxxQY.hrsync-ZlULJ4.hrsync-UYaG2G .hrsync-Ic9ruJ{color:#505862}.hrsync-PpxxQY.hrsync-ZlULJ4.hrsync-UYaG2G .hrsync-Ic9ruJ .hrsync--IBBgQ path{stroke:#72808f}.hrsync-PpxxQY.hrsync-ZlULJ4.hrsync-UYaG2G .hrsync-Ic9ruJ .hrsync--l1VQ6{background:linear-gradient(to bottom,#ff8637,#ff7022)!important;border-radius:12px;border:none!important}.hrsync-PpxxQY.hrsync-ZlULJ4.hrsync-UYaG2G .hrsync-Ic9ruJ .hrsync--l1VQ6 path{stroke:#fff!important}.hrsync-PpxxQY:not(.hrsync-ZlULJ4,.hrsync-UYaG2G):hover{background:#fff;border-radius:16px}.hrsync-PpxxQY:not(.hrsync-ZlULJ4,.hrsync-UYaG2G):hover .hrsync--l1VQ6{border:1px solid #ff7022}.hrsync-PpxxQY:not(.hrsync-ZlULJ4,.hrsync-UYaG2G):hover svg path{stroke:#ff7022!important}.hrsync-Ic9ruJ{display:flex;align-items:center;padding:8px;font-weight:600;border:1px solid #f6f7f8;justify-content:space-between}.hrsync-Ic9ruJ.hrsync-ZlULJ4{background:#fff;border:1px solid #ff7022;border-radius:12px}.hrsync-Ic9ruJ.hrsync-ZlULJ4 .hrsync--l1VQ6{background:linear-gradient(to bottom,#ff8637,#ff7022);border:none}.hrsync-Ic9ruJ.hrsync-ZlULJ4 .hrsync--l1VQ6 svg path{stroke:#fff}.hrsync-Ic9ruJ.hrsync-UYaG2G{background:#fff;border-radius:12px;border:1px solid #ff7022;color:#505862}.hrsync-Ic9ruJ.hrsync-UYaG2G .hrsync--IBBgQ path{stroke:#72808f}.hrsync-Ic9ruJ.hrsync-UYaG2G .hrsync--l1VQ6{background:linear-gradient(to bottom,#ff8637,#ff7022);border-radius:12px;border:none}.hrsync-Ic9ruJ.hrsync-UYaG2G .hrsync--l1VQ6 path{stroke:#fff}.hrsync-3wUDSc{display:flex;align-items:center;gap:.5rem;font-size:14px}.hrsync--l1VQ6{border:1px solid #dadfe3;border-radius:12px;width:36px;height:36px;display:flex;justify-content:center;align-items:center;background-color:#fff}.hrsync--IBBgQ{transition:transform .3s ease;transform:rotate(90deg)}.hrsync--IBBgQ.hrsync-ZlULJ4{transform:rotate(0)}.hrsync-hu3LYz{position:fixed;left:290px;top:auto;min-width:200px;background:#fff;box-shadow:0 2px 8px #00000026;border-radius:12px;opacity:0;pointer-events:none;transform:translate(-10px);transition:all .2s ease;z-index:1100;font-size:14px;border:1px solid #dadfe3;padding:8px}.hrsync-hu3LYz.hrsync-UYaG2G{opacity:1;pointer-events:auto;transform:translate(0);display:block;visibility:visible}.hrsync-hu3LYz a:hover{color:#637381;text-decoration:none;cursor:pointer}.hrsync-30ExGP{display:block;text-decoration:none;color:inherit;padding:.4rem}.hrsync-30ExGP:not(:last-child){margin-bottom:.3rem}.hrsync-30ExGP.hrsync-ZlULJ4{background:linear-gradient(to bottom,#ff8637,#ff7022);border:1px solid #f04906;border-radius:12px}.hrsync-30ExGP.hrsync-ZlULJ4 .hrsync-NDd3Uo{border:none;color:#fff}.hrsync-30ExGP.hrsync-ZlULJ4 .hrsync-747v6X{background-color:#fff6ed;border:none}.hrsync-30ExGP.hrsync-ZlULJ4 .hrsync-747v6X path{stroke:#ff7022}.hrsync-30ExGP:not(.hrsync-ZlULJ4):hover{background-color:#0000000a;text-decoration:none;border-radius:12px;cursor:pointer}.hrsync-30ExGP:not(.hrsync-ZlULJ4):hover svg path{stroke:#ff7022}.hrsync-NDd3Uo{display:flex;align-items:center;transition:background-color .2s ease;gap:.5rem}.hrsync-747v6X{border:1px solid #dadfe3;border-radius:12px;width:36px;height:36px;display:flex;justify-content:center;align-items:center;background-color:#fff}.hrsync-kpWdwJ{padding-top:1rem;display:flex;flex-direction:column;gap:1rem}.hrsync-u09plC{border-top:1px solid #dadfe3;padding-top:1rem}.hrsync-bVhOsm{font-size:13px;color:#505862}.hrsync-Bs9W3E{background:#fff;border:1px solid #dadfe3;border-radius:56px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .5rem .5rem 1rem;margin-top:.7rem;text-decoration:none}.hrsync-Bs9W3E:hover{text-decoration:none;border:1px solid #ff7022}.hrsync-suFxin{display:flex;align-items:center;gap:.5rem}.hrsync-ATe09e{background-color:#f6f7f8;border-radius:50%;padding:.2rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.hrsync-YOBsYM{flex:1;display:flex;flex-direction:column;height:97vh;background-color:#fff;border-radius:16px;border:1px solid #dadfe3;overflow:hidden}.hrsync-Nd5gsB{padding:1.5rem;margin-bottom:1rem;overflow-y:auto;overflow-x:hidden;flex:1;width:100%;min-width:0;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;min-height:0;height:100%}.hrsync-bZuoO2{position:fixed;left:60px;background:#212b36e6;color:#fff;padding:6px 12px;border-radius:6px;font-size:13px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;z-index:9999;pointer-events:none}.hrsync-bZuoO2:before{content:"";position:absolute;left:-4px;top:50%;transform:translateY(-50%);border-top:4px solid transparent;border-bottom:4px solid transparent;border-right:4px solid rgba(33,43,54,.9)}.hrsync-PpxxQY:hover .hrsync-bZuoO2{opacity:1;visibility:visible}.hrsync-WGk8EP{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ccc;box-shadow:0 4px 8px #0000001a;z-index:1000;border-radius:4px;width:max-content}.hrsync-WGk8EP ul{list-style:none;margin:0;padding:0}.hrsync-WGk8EP li{padding:8px;cursor:pointer;display:flex;font-size:14px;align-items:center}.hrsync-WGk8EP li:hover{background-color:#f0f0f0}.hrsync-WGk8EP li a{text-decoration:none;font-size:14px;list-style-type:none}.hrsync--3tsJv{position:absolute;top:100%;left:0;background-color:#fff;border:1px solid #ccc;box-shadow:0 4px 8px #0000001a;z-index:1000;border-radius:4px;width:max-content}.hrsync--3tsJv ul{list-style:none;margin:0;padding:0}.hrsync--3tsJv li{padding:8px;cursor:pointer;display:flex;gap:.5rem;align-items:center}.hrsync--3tsJv li:hover{background-color:#f0f0f0}.hrsync-wlMLR8,.hrsync-iW9QtU{position:relative;display:inline-block}@keyframes hrsync-wMNukX{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hrsync-MyKWYe{0%{background-color:#e0e0e0}to{background-color:#f0f0f0}}@media (max-width: 768px){.hrsync-jmIdCZ{position:absolute;left:-250px;top:0;height:100%;transition:all .3s ease;width:250px;z-index:20}.hrsync-jmIdCZ.hrsync-UYaG2G{background-color:#fff;left:0}}.hrsync-7ACnmT{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-o18ZMR{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-tRp6pg{position:relative;width:100%}.hrsync-PhsKIo{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fff;border:1px solid #DADFE3;border-radius:12px;color:#505862;font-weight:600;font-size:14px;cursor:pointer;width:100%;transition:all .2s ease}.hrsync-PhsKIo:active{border:1px solid #FF7022}.hrsync-PhsKIo:hover{background:#fff;border:1px solid #FF7022}.hrsync-PhsKIo.hrsync-ySCa-b{border:1px solid #FF7022}.hrsync-2QADWC{display:flex;align-items:center;justify-content:center;line-height:1}.hrsync-2QADWC svg{display:block}.hrsync-s3NgqU{display:flex;align-items:center;justify-content:center;line-height:1}.hrsync-s3NgqU svg{display:block}.hrsync-pambrl{flex:1;text-align:left;font-size:14px;font-weight:500;color:#505862}.hrsync-JFi-iT{font-size:10px;transition:transform .2s ease;opacity:.8}.hrsync-JFi-iT.hrsync-ySCa-b{transform:rotate(180deg)}.hrsync-nYJy4s{position:absolute;bottom:100%;left:0;right:0;margin-bottom:.5rem;background:#fff;border:1px solid #dadfe3;border-radius:12px;box-shadow:0 4px 12px #00000026;z-index:1000;padding:.5rem;display:flex;flex-direction:column;gap:.25rem;animation:hrsync-d5D7AV .2s ease}@keyframes hrsync-d5D7AV{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hrsync-Ovm4bp{display:flex;align-items:center;gap:.75rem;padding:.65rem;border-radius:12px;cursor:pointer;transition:all .2s ease;background:#fff;border:1px solid transparent}.hrsync-Ovm4bp:hover{background:#f6f7f8}.hrsync-Ovm4bp.hrsync-A9cluI{background:#fff6ed}.hrsync-VTZJpv{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.hrsync-aIkieZ{position:relative;width:20px;height:20px;border:2px solid #dadfe3;border-radius:50%;flex-shrink:0;transition:all .2s ease}.hrsync-Ovm4bp.hrsync-A9cluI .hrsync-aIkieZ{border-color:#ff7022}.hrsync-aIkieZ:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#ff7022;opacity:0;transition:opacity .2s ease}.hrsync-Ovm4bp.hrsync-A9cluI .hrsync-aIkieZ:after{opacity:1}.hrsync-mCzIgz{font-size:14px;font-weight:500;color:#505862;flex:1}.hrsync-iGxH-X{display:flex;justify-content:center;padding:.5rem 0}.hrsync-Mmbi7m{width:40px;height:40px;border-radius:8px;border:1px solid #dadfe3;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .2s ease}.hrsync-Mmbi7m:hover{border-color:#ff7022;background:#fff6ed}.dropdown-container{position:relative;display:inline-block;width:100%}.dropdown-container.disabled .dropdown-header{background-color:var(--color-primary-darker, #dadfe3);border-color:var(--color-primary-darker, #dadfe3);cursor:not-allowed;color:var(--color-primary-light, #72808f)}.dropdown-container .dropdown-label{display:flex;align-items:center;gap:4px;margin-bottom:8px;font-size:16px;font-weight:500;color:var(--color-neutral-dark);transition:color .25s}.dropdown-container .dropdown-label.error{color:var(--color-error, #ff5630)}.dropdown-container .dropdown-label.required:after{content:" *";color:#ff7022}.dropdown-container .dropdown-label .dropdown-label-icon{display:inline-flex;align-items:center;width:16px;height:16px;color:currentColor}.dropdown-container .dropdown-search{width:100%;padding:8px;border:none;border:1px solid var(--color-primary);border-radius:6px;overflow:hidden;text-overflow:ellipsis}.dropdown-container .dropdown-search:target{border:1px solid var(--color-primary)}.dropdown-container .dropdown-search:focus,.dropdown-container .dropdown-search:focus-visible{border:1px solid var(--color-primary);outline:none}.dropdown-container .dropdown-header{min-height:50px;min-width:200px;display:flex;color:#505862;justify-content:space-between;background-color:#fff;align-items:center;padding:10px 16px;border:1px solid var(--color-primary-darker);cursor:pointer;border-radius:12px;transition:border-color .25s;gap:8px}.dropdown-container .dropdown-header:hover,.dropdown-container .dropdown-header.focused{border-color:var(--color-primary, #ff7022)}.dropdown-container .dropdown-header.focused .dropdown-header-icon svg path{stroke:var(--color-primary, #ff7022)}.dropdown-container .dropdown-header.error{border-color:var(--color-error, #ff5630)}.dropdown-container .dropdown-header .dropdown-header-icon{display:inline-flex;align-items:center;flex-shrink:0}.dropdown-container .dropdown-header .dropdown-selected{color:#505862;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-container .dropdown-header .dropdown-selected .selected-tags{display:flex;flex-wrap:wrap;gap:4px}.dropdown-container .dropdown-header .dropdown-selected .selected-tags .tag{background-color:#fff6ed;border-radius:16px;display:inline-flex;align-items:center;padding:2px 8px;color:#ff7022;font-weight:500;margin:2px;font-size:14px}.dropdown-container .dropdown-header .dropdown-selected .selected-tags .tag .tag-delete{margin-left:10px;width:16px;height:16px;border-radius:100%;justify-content:center;cursor:pointer;color:#72808f;background-color:#fff;display:flex;align-items:center}.dropdown-container .dropdown-header .dropdown-selected .selected-tags .tag .tag-delete:hover{color:#ff7022}.dropdown-container .dropdown-header .dropdown-clear{background:none;border:none;color:#555;cursor:pointer;font-size:16px;margin-left:8px;position:absolute;right:50px}.dropdown-container .dropdown-header .dropdown-icon{transition:transform .25s;width:18px;height:18px}.dropdown-container .dropdown-header .dropdown-icon.open{transform:rotate(180deg)}.dropdown-container .dropdown-list{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid var(--color-neutral, #ddd);border-radius:6px;box-shadow:0 2px 4px #00000029;z-index:9999;max-height:200px;overflow-y:auto}.dropdown-container .dropdown-list.position-top{top:auto;bottom:100%}.dropdown-container .dropdown-list .dropdown-option{padding:8px;cursor:pointer;color:var(--color-neutral-dark);transition:background-color .25s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-container .dropdown-list .dropdown-option:hover{background-color:#f6f7f8;color:var(--color-primary)}.dropdown-container .dropdown-list .dropdown-loading{padding:8px;text-align:center;color:var(--color-neutral-dark);pointer-events:none;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-in}.dropdown-container .dropdown-list .dropdown-loading .loading-indicator{font-size:12px}.dropdown-container .dropdown-list .dropdown-empty{padding:16px;text-align:center;color:var(--color-neutral-dark, #72808f);pointer-events:none;font-size:12px;animation:fadeIn .2s ease-in}.dropdown-container .dropdown-list .dropdown-option{animation:fadeIn .2s ease-in}.dropdown-container .dropdown-error{margin-top:4px;font-size:12px;color:var(--color-error, #ff5630)}.loading-indicator{opacity:.6;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.tooltip-container{position:relative;display:inline-block}.tooltip-container.tooltip-container--table-cell{display:block;width:100%;min-width:0;overflow:hidden}.tooltip{padding:8px 10px;background-color:var(--color-neutral-dark, #333);color:#fff;font-size:14px;border-radius:4px;white-space:pre-line;max-width:500px;width:max-content;transition:opacity .25s ease,transform .25s ease;z-index:10000;word-wrap:break-word;word-break:break-word;line-height:1.4;text-align:left;pointer-events:none}.tooltip.top:after{content:"";position:absolute;border-width:6px;border-style:solid;top:100%;left:50%;transform:translate(-35%)!important;border-color:#333 transparent transparent transparent}.tooltip.right:after{content:"";position:absolute;border-width:6px;border-style:solid;top:50%;left:-12px;transform:translateY(-35%)!important;border-color:transparent #333 transparent transparent}.tooltip.bottom:after{content:"";position:absolute;border-width:6px;border-style:solid;bottom:100%;left:50%;transform:translate(-35%)!important;border-color:transparent transparent #333 transparent}.tooltip.left:after{content:"";position:absolute;border-width:6px;border-style:solid;top:50%;right:-12px;transform:translateY(-35%)!important;border-color:transparent transparent transparent #333}.table-header{position:sticky;top:0;z-index:2;background-color:#f6f7f8}.table-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:var(--color-primary-darker);z-index:1}.table-header tr th{font-weight:600;color:#505862;background-color:#f6f7f8;position:sticky;top:0;font-size:14px}.table{width:100%;border-collapse:separate;min-height:480px;border-spacing:0}.table .table-body{position:relative;border-left:1px solid var(--color-primary-darker);border-right:1px solid var(--color-primary-darker);border-bottom:1px solid var(--color-primary-darker);border-bottom-left-radius:16px;border-bottom-right-radius:16px}.table .table-body .table-row{height:68.2px!important;max-height:68.2px!important;min-height:68.2px!important;display:table-row}.table .table-body .table-row td{height:68.2px!important;max-height:68.2px!important;min-height:68.2px!important;vertical-align:middle;padding:.8rem;box-sizing:border-box;overflow:hidden}.table .table-body:not(.empty) .table-row:hover{background-color:#f5f5f5;cursor:pointer}.table .table-body tr:last-child td{border-bottom:none}.table .table-body tr:last-child td:first-child{border-bottom-left-radius:15px}.table .table-body tr:last-child td:last-child{border-bottom-right-radius:15px}.table th{padding:.8rem;text-align:left;color:#505862;font-weight:600;border-bottom:1px solid #eee;font-size:14px}.table td{padding:.8rem;text-align:left;color:#505862;font-weight:500;border-bottom:1px solid #eee;font-size:14px}.table td:last-child{border-right:none}.table .checkbox-column{width:60px;min-width:60px;max-width:60px;text-align:center;padding:.8rem;vertical-align:middle}.table input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer;vertical-align:middle;position:relative;top:0}.table th{font-weight:700}.table td{vertical-align:middle}.table .profile-picture{width:40px;height:40px;border-radius:50%;object-fit:cover}.table .actions{position:relative}.table .actions .action-button{background:none;border:none;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center}.table .actions .dropdown-menu{position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:120px;max-width:200px;transform:translate(-10px)}.table .actions .dropdown-menu button{width:100%;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:none;border:none;text-align:left;cursor:pointer;font-size:.875rem}.table .actions .dropdown-menu button:first-child{border-top-left-radius:7px;border-top-right-radius:7px}.table .actions .dropdown-menu button:last-child{border-bottom-left-radius:7px;border-bottom-right-radius:7px}.table .actions .dropdown-menu button:hover{background-color:#f5f5f5}.table .actions .dropdown-menu svg{width:16px;height:16px;flex-shrink:0}.table-skeleton__body tr:hover{background-color:transparent!important}.table-skeleton__header-text{height:16px;background-color:#e0e0e0;border-radius:4px;animation:skeleton-pulse 1.2s ease-in-out infinite alternate;max-width:120px}.table-skeleton__header-text--short{max-width:60px}.table-skeleton__cell{height:16px;background-color:#e0e0e0;border-radius:4px;animation:skeleton-pulse 1.2s ease-in-out infinite alternate}.table-skeleton__cell--short{max-width:80px}.table-skeleton__cell--medium{max-width:140px}.table-skeleton__cell--long{max-width:200px}.table-skeleton__checkbox{width:18px;height:18px;background-color:#e0e0e0;border-radius:3px;animation:skeleton-pulse 1.2s ease-in-out infinite alternate}.table-skeleton__actions{display:flex;align-items:center;justify-content:center;gap:4px}.table-skeleton__action-dot{width:6px;height:6px;background-color:#e0e0e0;border-radius:50%;animation:skeleton-pulse 1.2s ease-in-out infinite alternate}.table-skeleton__action-dot:nth-child(2){animation-delay:.2s}.table-skeleton__action-dot:nth-child(3){animation-delay:.4s}@keyframes skeleton-pulse{0%{background-color:#e0e0e0}to{background-color:#f0f0f0}}.loading-container{flex:1;display:flex;align-items:center;justify-content:center;min-height:200px;text-align:center;padding:2rem;font-size:1.2rem}.table-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border:1px solid var(--color-primary-darker);border-radius:16px;background:#fff;flex-shrink:0;font-family:Arial,sans-serif}.table-pagination .pagination-details{font-size:.875rem;color:#606b77}.table-pagination .pagination-controls{display:flex;align-items:center;gap:.5rem}.table-pagination .pagination-controls .pagination-arrow{background:none;border:none;font-size:1.25rem;cursor:pointer;width:20px;height:20px;color:#666}.table-pagination .pagination-controls .pagination-arrow:disabled{color:#ccc;cursor:not-allowed}.table-pagination .pagination-controls .pagination-numbers{display:flex;gap:.8rem}.table-pagination .pagination-controls .pagination-numbers .pagination-number{border-radius:3px;padding:.25rem .5rem;cursor:pointer;background:none;border:none}.table-pagination .pagination-controls .pagination-numbers .pagination-number.active{background:var(--color-primary);color:#fff;font-weight:700}.table-pagination .pagination-controls .pagination-numbers .pagination-number:hover:not(.active){font-weight:700;background:var(--color-primary);color:#fff}.table-pagination .pagination-controls .pagination-numbers .pagination-ellipsis{padding:0 8px;color:#666;display:flex;align-items:center;justify-content:center}.table-pagination .rows-per-page{display:flex;align-items:center;gap:1.5rem}.table-pagination .rows-per-page span{white-space:nowrap;font-size:.875rem;color:#606b77}.leave-dates-cell{position:relative}.leave-dates-cell .leave-dates-container{position:relative;cursor:pointer}.leave-dates-cell .leave-dates-container .leave-dates-tooltip{display:none;position:absolute;background:#fff;border:1px solid #ddd;padding:8px;border-radius:4px;box-shadow:0 2px 4px #0000001a;z-index:1000;min-width:200px;left:0;top:100%;white-space:normal}.leave-dates-cell .leave-dates-container:hover .leave-dates-tooltip{display:block}.truncate-text{width:100%;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;box-sizing:border-box;display:block}.truncate-text *{max-width:100%;min-width:0}.truncate-text>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;min-width:0}.truncate-text div,.truncate-text span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.base-actions{display:flex;gap:.5rem;align-items:center}.base-actions svg{cursor:pointer}.table-container{gap:1rem;position:relative;display:flex;flex-direction:column;flex:1;min-height:0}.table-container:has(.flex-table-body--content){flex:0 1 auto}.table-container .table-filters{display:flex;align-items:end;gap:1rem;padding:10px 16px;flex-shrink:0}.table-container .table-filters .filter{flex:4}.table-container .table-filters .search-input{flex:8}.table-container .table-wrapper{border-radius:16px;flex:1;min-height:0;overflow:hidden;position:relative;scroll-behavior:smooth;border:1px solid var(--color-primary-darker);display:flex;flex-direction:column;transform:translateZ(0)}.table-container .table-wrapper:has(.flex-table-body--content){flex:0 1 auto;overflow:visible}.flex-table{width:100%;display:flex;flex-direction:column;position:relative;flex:1;min-height:0}.flex-table .flex-table-header{position:sticky;top:0;z-index:10;background-color:#f6f7f8;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(100px,1fr);border-bottom:1px solid var(--color-primary-darker);flex-shrink:0;border-top-left-radius:16px;border-top-right-radius:16px}.flex-table .flex-table-header .flex-cell{font-weight:600;color:#505862;background-color:#f6f7f8;padding:.8rem;text-align:left;border-bottom:1px solid #eee;display:flex;align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;font-size:14px}.flex-table .flex-table-header .flex-cell.sortable{cursor:pointer;user-select:none;transition:background-color .2s ease}.flex-table .flex-table-header .flex-cell.sortable.sort-active{color:var(--color-primary, #ff7022)}.flex-table .flex-table-header .flex-cell.sortable .table-header-content{display:flex;align-items:center;gap:.5rem;width:100%}.flex-table .flex-table-header .flex-cell.sortable .table-sort-icon{display:inline-flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .2s ease;flex-shrink:0}.flex-table .flex-table-header .flex-cell.sortable .table-sort-icon.inactive{opacity:.4}.flex-table .flex-table-header .flex-cell.sortable .table-sort-icon.active{opacity:1;color:var(--color-primary, #ff7022)}.flex-table .flex-table-header .flex-cell.sortable .table-sort-icon.desc{transform:rotate(180deg)}.flex-table .flex-table-body{border-bottom-left-radius:16px;border-bottom-right-radius:16px;position:relative;overflow-y:auto;overflow-x:visible;display:flex;flex-direction:column;flex:1 1 0;min-height:0}.flex-table .flex-table-body .flex-table-row{height:68.2px;flex-shrink:0;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(100px,1fr);border-bottom:1px solid #eee;position:relative;z-index:1}.flex-table .flex-table-body .flex-table-row.has-open-dropdown{z-index:1000!important}.flex-table .flex-table-body .flex-table-row.has-open-dropdown .flex-cell{z-index:1001;overflow:visible}.flex-table .flex-table-body .flex-table-row.has-open-dropdown .flex-cell .tooltip-container,.flex-table .flex-table-body .flex-table-row.has-open-dropdown .flex-cell .truncate-text{overflow:hidden}.flex-table .flex-table-body .flex-table-row:hover{background-color:#f5f5f5;cursor:pointer}.flex-table .flex-table-body .flex-table-row:last-child{border-bottom:none;border-bottom-left-radius:15px;border-bottom-right-radius:15px}.flex-table .flex-table-body .flex-table-row .flex-cell{padding:.8rem;text-align:left;color:#505862;font-weight:500;display:flex;overflow:hidden;height:100%;box-sizing:border-box;position:relative;flex-direction:column;justify-content:center;align-items:flex-start;min-width:0;font-size:14px;width:100%}.flex-table .flex-table-body .flex-table-row .flex-cell .truncate-text{width:100%;min-width:0;overflow:hidden}.flex-table .flex-table-body .flex-table-empty{display:flex;flex:1;align-items:center;justify-content:center;min-height:68.2px}.flex-table .flex-table-body .flex-table-empty .flex-cell{padding:.8rem;text-align:center;color:#212b36;width:100%}.flex-table .flex-table-body--expand .flex-table-row{height:auto;flex:1;min-height:68.2px}.flex-table .flex-table-body--content{flex:0 1 auto;overflow-y:visible}.flex-table .flex-table-body--content .flex-table-row{height:68.2px;flex-shrink:0}.flex-table .checkbox-column{grid-column:auto/span 1;width:60px;min-width:60px;max-width:60px;justify-content:center!important;align-items:center!important}.flex-table .actions-column{grid-column:auto/span 1;width:80px;min-width:80px;max-width:80px;justify-content:center!important;align-items:center!important;position:relative;overflow:visible!important;padding-right:1rem!important}.flex-table .actions-column .error{border:0;display:flex;align-items:center}.flex-table .actions-column .error:hover:not(.disabled){background-color:transparent;border:0}.flex-table .actions-column .error .button__icon--start{margin-right:0}.hrsync-6Wz2PG{display:flex;flex-direction:column;height:100%}.hrsync-HVj4Cb{margin-bottom:24px}.hrsync-Q9HRu2{display:flex;justify-content:space-between;align-items:center;background:#fff;margin:0 0 24px}.hrsync-Q9HRu2 .hrsync-CLAHeX{display:flex;align-items:center;gap:24px}.hrsync-Q9HRu2 .hrsync-CLAHeX .hrsync-iArg-U{display:flex;align-items:center;gap:16px}.hrsync-Q9HRu2 .hrsync-CLAHeX .hrsync-iArg-U .hrsync-NsdGRE{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px;border:1px solid #dadfe3}.hrsync-Q9HRu2 .hrsync-CLAHeX .hrsync-iArg-U .hrsync-pExoHj .hrsync-nrgfUa{font-size:18px;font-weight:600;color:#0d1f2d;margin:0;line-height:1.2}.hrsync-Q9HRu2 .hrsync-CLAHeX .hrsync-iArg-U .hrsync-pExoHj .hrsync-jHBOFH{font-size:14px;color:#72808f;margin:4px 0 0;line-height:1.4}.hrsync-Q9HRu2 .hrsync-INksqh{display:flex;align-items:center;gap:16px}.hrsync-Q9HRu2 .hrsync-INksqh a{display:flex;align-items:center;color:#72808f;transition:color .2s ease}.hrsync-Q9HRu2 .hrsync-INksqh a:hover{color:#2b3641}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy{position:relative;display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 12px 4px 4px;border-radius:24px;transition:all .2s ease;background:#f6f7f8;border:1px solid #f6f7f8}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy:hover:not(.hrsync-LJe72c){background-color:#f8f9fa;border-color:#e9ecef}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy.hrsync-LJe72c{background-color:#fff;border-color:var(--color-primary, #ff7022)}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-J0wDmG{display:flex;align-items:center;gap:12px;width:100%}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-27qkSk{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef;flex-shrink:0}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-1zf7mp{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-1zf7mp .hrsync-VENzDO{font-size:14px;font-weight:600;color:#2b3641;line-height:1.2;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;transition:color .2s ease}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-1zf7mp .hrsync-69AcI3{font-size:12px;color:#72808f;line-height:1.2;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;transition:color .2s ease}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-WHPFTo{display:flex;align-items:center;color:#72808f;transition:all .2s ease;flex-shrink:0}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-WHPFTo.hrsync-3z3j1c{transform:rotate(180deg)}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-IFvXQw{width:40px;height:40px;border:2px solid #e9ecef;border-top:2px solid #ff7022;border-radius:50%;animation:hrsync-4XXk-8 1s linear infinite;flex-shrink:0}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #dadfe3;border-radius:16px;z-index:1000;min-width:100%;box-shadow:0 4px 12px #00000026;opacity:1;transform:translateY(0);animation:hrsync-ywQorf .2s ease-out;padding:.5rem}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul{list-style:none;padding:0;margin:0}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li{display:flex;align-items:center;padding:0;margin:0}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li.hrsync-f63WSp{border-bottom:1px solid #dadfe3;height:1px;margin:.5rem 0}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li:last-child:hover{background-color:#f6f7f8;border-radius:12px}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li:last-child:hover svg path{stroke:#ff7022}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li a{display:flex;align-items:center;gap:12px;padding:10px 16px;width:100%;color:#505862;text-decoration:none;font-size:14px;transition:all .2s ease}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li a:hover{background-color:#f6f7f8;border-radius:12px}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li a:hover svg path{stroke:#ff7022}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li a .hrsync-884rc9{width:20px;height:20px;color:inherit;flex-shrink:0;transition:color .2s ease}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li.hrsync-hlbOYE{cursor:pointer;display:flex;align-items:center;gap:12px;padding:10px 16px;width:100%;color:#505862;font-size:14px;transition:all .2s ease}.hrsync-Q9HRu2 .hrsync-INksqh .hrsync-V7m4Iy .hrsync-hlL2YL ul li.hrsync-hlbOYE .hrsync-884rc9{width:20px;height:20px;color:inherit;flex-shrink:0;transition:color .2s ease}.hrsync-cL-PbE{flex:1;display:flex;flex-direction:column;overflow:hidden}.hrsync-0QYJIe{display:flex;flex-direction:column;flex:1}@keyframes hrsync-4XXk-8{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes hrsync-ywQorf{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hrsync-RHps9R{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hrsync-RHps9R .hrsync-fExCNE{display:flex;align-items:center;gap:1rem}.hrsync-umt1wO{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.hrsync-umt1wO .hrsync-iaA-dP{display:flex;justify-content:space-between;align-items:center;gap:16px}.hrsync-umt1wO .hrsync-iaA-dP .hrsync-8nBPxG{display:flex;align-items:center;gap:1rem;flex:1}.hrsync-umt1wO .hrsync-iaA-dP .hrsync-fExCNE{display:flex;align-items:center;gap:1rem}.hrsync-HggDNu{position:fixed;inset:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#2b36411a;z-index:1000;display:flex;justify-content:flex-end;padding:16px;animation:hrsync-jg-09U .4s cubic-bezier(.4,0,.2,1)}.hrsync-HggDNu.hrsync-6JTFnL{animation:hrsync-qCPK-n .4s cubic-bezier(.4,0,.2,1) forwards}.hrsync-HggDNu.hrsync-6JTFnL .hrsync-prR-vR{animation:hrsync-zKd5mP .4s cubic-bezier(.4,0,.2,1) forwards}.hrsync-prR-vR{width:400px;max-width:100vw;height:calc(100vh - 32px);background:#fff;box-shadow:0 2px 24px #2b364114;border-radius:16px;display:flex;flex-direction:column;padding:0;position:relative;animation:hrsync-tQYWF3 .4s cubic-bezier(.4,0,.2,1);overflow:hidden}@keyframes hrsync-jg-09U{0%{opacity:0}to{opacity:1}}@keyframes hrsync-qCPK-n{0%{opacity:1}to{opacity:0}}@keyframes hrsync-tQYWF3{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes hrsync-zKd5mP{0%{transform:translate(0)}to{transform:translate(100%)}}.hrsync-hfDjfw{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;font-size:20px;font-weight:600;color:#2b3641;border-bottom:1px solid #f1f3f5;background:#fff}.hrsync-0LUiLJ{flex:1;padding:24px;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;background:#fff}.hrsync-atNnNx{font-size:15px;font-weight:500;color:#2b3641;display:flex;align-items:center;gap:8px}.hrsync-fLBYMJ{display:flex;align-items:center;font-size:18px}.hrsync--s8j1k{display:flex;gap:16px;padding:16px}.hrsync--s8j1k button{flex:1}.hrsync-H8addl{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.hrsync-H8addl .hrsync-43Cuvw{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px;width:100%}.hrsync-H8addl .hrsync-z0EZ98{margin-bottom:24px}.hrsync-H8addl .hrsync-z0EZ98 img{max-width:230px;height:auto;opacity:.8}.hrsync-H8addl .hrsync-I7EyyQ{margin-bottom:1rem}.hrsync-H8addl .hrsync-I7EyyQ .hrsync-3BPBdf{font-size:20px;font-weight:700;color:#2b3641;margin:0 0 12px;line-height:1.3}.hrsync-H8addl .hrsync-I7EyyQ .hrsync-KmfLJy{font-size:16px;color:#72808f;margin:0;line-height:1.5}.hrsync-H8addl .hrsync-0NEpSm{display:flex;justify-content:center;width:100%}.hrsync-J4iN8r{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:1}.hrsync-t8-khv{background:none;border:none;cursor:pointer;padding:6px;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease}.hrsync-t8-khv:hover{background-color:#f8f9fa}.hrsync-t8-khv.hrsync-LJe72c{background-color:#fff6ed}.hrsync-t8-khv.hrsync-LJe72c svg path{fill:#ff7022}.hrsync-t8-khv svg path{fill:currentColor;transition:fill .2s ease}.hrsync-Wcb7Lg{position:fixed;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 4px 20px #00000014;z-index:9999;min-width:160px;padding:8px;opacity:1;animation:hrsync-m5VKQ4 .2s ease-out;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden}.hrsync-Wcb7Lg.hrsync-GkE6Ul{right:auto;left:0}.hrsync-Wcb7Lg.hrsync-3lWxQs{right:auto;left:50%;transform:translate(-50%)}.hrsync-Wcb7Lg.hrsync-gtpZhF{top:auto;bottom:calc(100% + 8px);animation:hrsync-9Ene-J .2s ease-out}.hrsync-Wcb7Lg::-webkit-scrollbar{width:6px}.hrsync-Wcb7Lg::-webkit-scrollbar-track{background:transparent;border-radius:3px}.hrsync-Wcb7Lg::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.hrsync-Wcb7Lg::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes hrsync-m5VKQ4{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes hrsync-9Ene-J{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hrsync-XNQ2Pz{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;text-align:left;border-radius:8px;transition:all .15s ease}.hrsync-XNQ2Pz:hover{background-color:#f8f9fa}.hrsync-XNQ2Pz.hrsync-mxETCq{color:#dc2626}.hrsync-XNQ2Pz.hrsync-mxETCq:hover{background-color:#fef2f2}.hrsync-XNQ2Pz svg{width:20px;height:20px;flex-shrink:0}.hrsync-XNQ2Pz svg path{transition:fill .15s ease}.hrsync-XNQ2Pz span{flex:1;white-space:nowrap}.hrsync-0AUmUH{display:flex;align-items:center;border-radius:8px;border:1px solid #dadfe3;padding:4px 8px;gap:2px;min-height:46px}.hrsync-e43cf7{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;cursor:pointer;transition:all .2s ease}.hrsync-e43cf7:hover{background:#ffffff80}.hrsync-e43cf7.hrsync-LJe72c{background:#fff6ed}.hrsync-e43cf7.hrsync-LJe72c svg path{stroke:#ff7022}.hrsync-e43cf7 svg path{stroke:#8b98a6}.hrsync-EPudap{min-width:80px!important;height:32px!important;font-size:12px!important}.hrsync-B3NPUY{width:100%;flex:1;overflow:hidden;display:flex;flex-direction:column}.hrsync-B3NPUY.hrsync-7X-Tfy{--card-gap: 12px}.hrsync-B3NPUY.hrsync-hmSlCV{--card-gap: 16px}.hrsync-B3NPUY.hrsync-dyRC1v{--card-gap: 24px}.hrsync-lJVgV7{display:grid;gap:var(--card-gap, 16px);padding:16px 0;overflow-y:auto;flex:1;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.hrsync-RDeyUB{cursor:pointer;transition:transform .2s ease}.hrsync-RDeyUB:hover{transform:translateY(-2px)}.hrsync-qPwrtN{display:flex;justify-content:center;align-items:center;height:200px}.hrsync-g-iSlP{display:flex;justify-content:center;align-items:center;height:200px;color:#666}.hrsync-XYFrmJ{display:flex;justify-content:center;align-items:center;height:200px;color:#f44}.hrsync-J4ckUt{display:flex;flex-direction:column;height:100%;min-height:0;position:relative;flex:1}.hrsync-YZjhmK{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.hrsync-OheDsl{background:#f8f9fa;border-radius:12px;padding:24px;border:1px solid #e5e7eb}.hrsync-X0Qn10{display:flex;align-items:center;gap:16px}.hrsync-z6VUfQ{width:56px;height:56px;border-radius:50%;background:#e5e7eb;animation:hrsync-2vKsCw 1.5s ease-in-out infinite}.hrsync-hPGPZn{flex:1;display:flex;flex-direction:column;gap:8px}.hrsync-dJjsl-{height:16px;background:#e5e7eb;border-radius:4px;animation:hrsync-2vKsCw 1.5s ease-in-out infinite}.hrsync-dJjsl-:first-child{width:60%}.hrsync-dJjsl-:last-child{width:40%}@keyframes hrsync-2vKsCw{0%,to{opacity:1}50%{opacity:.5}}.hrsync-g-iSlP{display:flex;justify-content:center;align-items:center;height:200px;color:#6b7280;font-size:16px}.hrsync-XYFrmJ{display:flex;justify-content:center;align-items:center;height:200px;color:#ef4444;font-size:16px}.hrsync-2MFodG{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px}.hrsync-Vbc-SB,.hrsync-VPf-bs{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border:1px solid var(--color-primary-darker);border-radius:16px;background:#fff;flex-shrink:0;font-family:Arial,sans-serif}.hrsync-Vbc-SB .hrsync-KPAEcM,.hrsync-Vbc-SB .hrsync-Wp6Z6m,.hrsync-VPf-bs .hrsync-KPAEcM,.hrsync-VPf-bs .hrsync-Wp6Z6m{font-size:.875rem;color:#606b77}.hrsync-Vbc-SB .hrsync-dYXdD5,.hrsync-Vbc-SB .hrsync-BpKRdJ,.hrsync-VPf-bs .hrsync-dYXdD5,.hrsync-VPf-bs .hrsync-BpKRdJ{display:flex;align-items:center;gap:.5rem}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-zroJUg,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-o1RlYm,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-zroJUg,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-o1RlYm,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-zroJUg,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-o1RlYm,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-zroJUg,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-o1RlYm{background:none;border:none;font-size:1.25rem;cursor:pointer;width:20px;height:20px;color:#666}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-zroJUg:disabled,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-o1RlYm:disabled,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-zroJUg:disabled,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-o1RlYm:disabled,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-zroJUg:disabled,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-o1RlYm:disabled,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-zroJUg:disabled,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-o1RlYm:disabled{color:#ccc;cursor:not-allowed}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers{display:flex;gap:.8rem}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-huRbhI,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-jHyNYY,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-huRbhI,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-jHyNYY,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .hrsync-huRbhI,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .hrsync-jHyNYY,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .pagination-number,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-huRbhI,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-jHyNYY,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-huRbhI,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-jHyNYY,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .hrsync-huRbhI,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .hrsync-jHyNYY,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .pagination-number,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-huRbhI,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-jHyNYY,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-huRbhI,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-jHyNYY,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .hrsync-huRbhI,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .hrsync-jHyNYY,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .pagination-number,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-huRbhI,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-jHyNYY,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-huRbhI,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-jHyNYY,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .hrsync-huRbhI,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .hrsync-jHyNYY,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .pagination-number{border-radius:3px;padding:.25rem .5rem;cursor:pointer;background:none;border:none}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-huRbhI.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-huRbhI.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .hrsync-huRbhI.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .pagination-number.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-huRbhI.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-huRbhI.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .hrsync-huRbhI.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .pagination-number.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-huRbhI.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-huRbhI.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .hrsync-huRbhI.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .pagination-number.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-huRbhI.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-huRbhI.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .hrsync-huRbhI.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .hrsync-jHyNYY.hrsync-LJe72c,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .pagination-number.hrsync-LJe72c{background:var(--color-primary);color:#fff;font-weight:700}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .hrsync-huRbhI:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .hrsync-jHyNYY:hover:not(.hrsync-LJe72c),.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .pagination-number:hover:not(.hrsync-LJe72c){font-weight:700;background:var(--color-primary);color:#fff}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number.active,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number.active,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .pagination-number.active,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number.active,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number.active,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .pagination-number.active,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number.active,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number.active,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .pagination-number.active,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number.active,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number.active,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .pagination-number.active{background:var(--color-primary);color:#fff;font-weight:700}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number:hover:not(.active),.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number:hover:not(.active),.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .pagination-number:hover:not(.active),.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number:hover:not(.active),.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number:hover:not(.active),.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .pagination-number:hover:not(.active),.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-number:hover:not(.active),.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-number:hover:not(.active),.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .pagination-number:hover:not(.active),.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-number:hover:not(.active),.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-number:hover:not(.active),.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .pagination-number:hover:not(.active){font-weight:700;background:var(--color-primary);color:#fff}.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-sHEc-M,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-XtQKK1,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-ellipsis,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-sHEc-M,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-XtQKK1,.hrsync-Vbc-SB .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-ellipsis,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .hrsync-sHEc-M,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .hrsync-XtQKK1,.hrsync-Vbc-SB .hrsync-dYXdD5 .pagination-numbers .pagination-ellipsis,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-sHEc-M,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-XtQKK1,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-ellipsis,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-sHEc-M,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-XtQKK1,.hrsync-Vbc-SB .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-ellipsis,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .hrsync-sHEc-M,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .hrsync-XtQKK1,.hrsync-Vbc-SB .hrsync-BpKRdJ .pagination-numbers .pagination-ellipsis,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-sHEc-M,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .hrsync-XtQKK1,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-PmFJXo .pagination-ellipsis,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-sHEc-M,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .hrsync-XtQKK1,.hrsync-VPf-bs .hrsync-dYXdD5 .hrsync-RIoxrd .pagination-ellipsis,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .hrsync-sHEc-M,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .hrsync-XtQKK1,.hrsync-VPf-bs .hrsync-dYXdD5 .pagination-numbers .pagination-ellipsis,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-sHEc-M,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .hrsync-XtQKK1,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-PmFJXo .pagination-ellipsis,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-sHEc-M,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .hrsync-XtQKK1,.hrsync-VPf-bs .hrsync-BpKRdJ .hrsync-RIoxrd .pagination-ellipsis,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .hrsync-sHEc-M,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .hrsync-XtQKK1,.hrsync-VPf-bs .hrsync-BpKRdJ .pagination-numbers .pagination-ellipsis{padding:0 8px;color:#666;display:flex;align-items:center;justify-content:center}.hrsync-Vbc-SB .hrsync-wXjM5j,.hrsync-Vbc-SB .hrsync-oWmGXh,.hrsync-VPf-bs .hrsync-wXjM5j,.hrsync-VPf-bs .hrsync-oWmGXh{display:flex;align-items:center;gap:1.5rem}.hrsync-Vbc-SB .hrsync-wXjM5j span,.hrsync-Vbc-SB .hrsync-oWmGXh span,.hrsync-VPf-bs .hrsync-wXjM5j span,.hrsync-VPf-bs .hrsync-oWmGXh span{white-space:nowrap;font-size:.875rem;color:#606b77}.datepicker-container{position:relative;display:flex;flex-direction:column;width:100%}.datepicker-container .datepicker-label{font-size:16px;font-weight:500;color:var(--color-neutral-dark);margin-bottom:8px;transition:color .25s}.datepicker-container .datepicker-label.focused{color:var(--color-primary, #ff7022)}.datepicker-container .datepicker-label.error{color:var(--color-error, #ff5630)}.datepicker-container .datepicker-label.disabled{color:var(--color-neutral-dark, #bdbdbd)}.datepicker-container .datepicker-label.required:after{content:" *";color:#ff7022}.datepicker-container .datepicker-input-wrapper{position:relative;display:flex;align-items:center;cursor:pointer;min-width:313px;min-height:50px;max-height:50px}.datepicker-container .datepicker-input-wrapper .datepicker-start-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);z-index:1;display:flex;align-items:center;transition:color .25s;pointer-events:none}.datepicker-container .datepicker-input-wrapper .datepicker-input{width:100%;font-size:16px;transition:border-color .25s ease;outline:none;cursor:pointer;background-color:transparent}.datepicker-container .datepicker-input-wrapper .datepicker-input:hover{border-color:var(--color-primary, #ff7022);cursor:pointer}.datepicker-container .datepicker-input-wrapper .datepicker-input:focus{caret-color:var(--color-primary, #ff7022)}.datepicker-container .datepicker-input-wrapper .datepicker-input:disabled{cursor:not-allowed;background-color:var(--color-neutral-darker, #f5f5f5);color:#8b98a6}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons{position:absolute;right:10px;display:flex;align-items:center;gap:4px}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-clear{background:#f6f7f8;width:16px;height:16px;border:none;color:var(--color-neutral-dark);cursor:pointer;height:20px;width:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .25s}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-clear:hover{background-color:var(--color-neutral-darker);color:var(--color-error)}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-arrow-icon{display:flex;align-items:center;transition:color .25s,transform .25s}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-arrow-icon svg{transition:transform .25s}.datepicker-container.standard .datepicker-input{color:var(--color-neutral-dark);border-radius:12px;transition:border-color .25s;padding:10px 32px 10px 16px;border:1px solid #dadfe3;min-height:50px;max-height:50px}.datepicker-container.standard.hovered .datepicker-input{border-color:var(--color-light, #c1c1c1)}.datepicker-container.standard.focused .datepicker-input{border-color:var(--color-primary, #ff7022)}.datepicker-container.standard.focused .datepicker-icons .datepicker-calendar-icon{color:var(--color-primary, #ff7022)}.datepicker-container.standard.error .datepicker-input{border-color:var(--color-error, #ff5630)}.datepicker-container.standard.disabled .datepicker-input{background-color:var(--color-neutral-darker, #f5f5f5);border-color:var(--color-neutral-darker, #ddd);color:#8b98a6;cursor:not-allowed}.datepicker-container.outlined .datepicker-input{border:1px solid #dadfe3;border-radius:12px;transition:border-color .25s;padding:10px 10px 10px 3.5rem;min-height:50px;max-height:50px}.datepicker-container.outlined.hovered .datepicker-input{box-shadow:inset 0 0 0 1px var(--color-light)}.datepicker-container.outlined.focused .datepicker-input{border:1px solid var(--color-primary, #ff7022)}.datepicker-container.outlined.error .datepicker-input{box-shadow:inset 0 0 0 2px var(--color-error, #ff5630)}.datepicker-container.underline .datepicker-input{border:1px solid var(--color-neutral-dark);border-radius:6px;padding:10px 16px;border:none;border-bottom:1px solid var(--color-neutral, #ddd);transition:border-color .25s;min-height:50px;max-height:50px}.datepicker-container.underline.focused .datepicker-input{border-bottom-color:var(--color-primary, #ff7022)}.datepicker-container.underline.error .datepicker-input{border-bottom-color:var(--color-error, #ff5630)}.datepicker-container .datepicker-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#fff;border:1px solid var(--color-neutral, #ddd);border-radius:12px;margin-top:4px;box-shadow:0 4px 12px #00000026;z-index:800;padding:16px}.datepicker-container .datepicker-dropdown .datepicker-header{display:flex;border-radius:8px;background-color:#f6f7f8;padding:12px;align-items:center;justify-content:space-between;margin-bottom:16px}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-nav-button{background:none;border:none;font-size:18px;font-weight:700;color:var(--color-neutral-dark);cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .25s;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-nav-button:hover{background-color:var(--color-primary);color:#fff}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-month-year{font-weight:600;color:var(--color-neutral-dark);font-size:14px}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-month-year.clickable{cursor:pointer;transition:all .25s;padding:4px 8px;border-radius:6px}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-month-year.clickable:hover{color:#ff7022}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:0;margin-bottom:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-weekdays .datepicker-weekday{text-align:center;font-size:12px;font-weight:500;color:var(--color-neutral-dark);padding:8px 0}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days{display:grid;grid-template-columns:repeat(7,1fr);gap:0;row-gap:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-bg{background-color:#fff6ed}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-bg.first-in-row,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-bg.first-in-row .datepicker-day{border-top-left-radius:8px;border-bottom-left-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-bg.last-in-row,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-bg.last-in-row .datepicker-day{border-top-right-radius:8px;border-bottom-right-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day{background:none;border:none;padding:0;text-align:center;cursor:pointer;border-radius:0;font-size:12px;color:var(--color-neutral-dark);transition:all .25s;height:32px;width:100%;display:flex;align-items:center;justify-content:center;position:relative;font-weight:500}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day:hover:not(.disabled):not(.other-month):not(.selected):not(.in-range){background-color:#fff6ed;color:#ff7022;border-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.other-month{color:#c1c7cd!important;opacity:.3;cursor:not-allowed}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.today{font-weight:700;color:#fff;background-color:#ff7022;border-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.selected{background-color:#ff7022;color:#fff;font-weight:600;border-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.in-range{background-color:#fff6ed;color:#505862;border-radius:0}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.range-start,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.range-end{background-color:#ff7022;color:#fff;font-weight:600;border-radius:8px;z-index:2}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.range-start.range-end{border-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.range-start.range-end:before,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.range-start.range-end:after{display:none}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.disabled{color:var(--color-neutral-light);cursor:not-allowed;opacity:.3}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months .datepicker-month{background:none;border:none;padding:16px 8px;text-align:center;cursor:pointer;border-radius:12px;font-size:12px;color:var(--color-neutral-dark);transition:all .25s;font-weight:500}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months .datepicker-month:hover{background-color:#fff6ed;color:#ff7022}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months .datepicker-month.current{font-weight:700;color:#fff;background-color:#ff7022}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months .datepicker-month.selected{background-color:#ff7022;color:#fff;font-weight:600}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years .datepicker-year{background:none;border:none;padding:16px 8px;text-align:center;cursor:pointer;border-radius:12px;font-size:12px;color:var(--color-neutral-dark);transition:all .25s;font-weight:500}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years .datepicker-year:hover{background-color:#fff6ed;color:#ff7022}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years .datepicker-year.current{font-weight:700;color:#fff;background-color:#ff7022}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years .datepicker-year.selected{background-color:#ff7022;color:#fff;font-weight:600}.datepicker-container .datepicker-dropdown .datepicker-time-selector{padding-top:16px;border-top:1px solid #e8eaed;margin-top:16px}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group:last-child{margin-bottom:0}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group .time-selector-label{font-size:12px;font-weight:600;color:var(--color-neutral-dark, #72808F);margin-bottom:4px}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group .time-dropdowns-row{display:flex;flex-direction:row;gap:8px}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group .time-dropdown{flex:1;min-width:0}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group .time-dropdown .dropdown-container{min-width:0}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group .time-dropdown .dropdown-header{min-height:40px;max-height:40px;padding:8px;font-size:12px}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group .time-dropdown .dropdown-header .dropdown-header-icon svg{width:16px;height:16px}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group .time-dropdown .dropdown-header .dropdown-selected{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-selector-group .time-dropdown .dropdown-header .dropdown-icon svg{width:18px;height:18px}.datepicker-container .datepicker-dropdown .datepicker-time-selector>.time-dropdown{display:inline-flex;flex:1;min-width:0;margin-right:8px}.datepicker-container .datepicker-dropdown .datepicker-time-selector>.time-dropdown:last-child{margin-right:0}.datepicker-container .datepicker-dropdown .datepicker-time-selector>.time-dropdown .dropdown-container{min-width:0}.datepicker-container .datepicker-dropdown .datepicker-time-selector>.time-dropdown .dropdown-header{min-height:40px;max-height:40px;padding:8px;font-size:12px}.datepicker-container .datepicker-dropdown .datepicker-time-selector>.time-dropdown .dropdown-header .dropdown-header-icon svg{width:16px;height:16px}.datepicker-container .datepicker-dropdown .datepicker-time-selector>.time-dropdown .dropdown-header .dropdown-selected{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.datepicker-container .datepicker-dropdown .datepicker-time-selector>.time-dropdown .dropdown-header .dropdown-icon svg{width:18px;height:18px}.datepicker-container .datepicker-dropdown .datepicker-time-selector.range-mode{display:flex;flex-direction:column;gap:0}.datepicker-container .datepicker-dropdown .datepicker-time-selector.range-mode .range-time-selectors{display:flex;flex-direction:row;gap:16px}.datepicker-container .datepicker-dropdown .datepicker-time-selector.range-mode .range-time-selectors .time-selector-group{flex:1;margin-bottom:0}.datepicker-container .datepicker-dropdown .datepicker-time-selector.single-mode{display:flex;flex-direction:row;gap:8px}.datepicker-container .datepicker-error{margin-top:4px;font-size:12px;color:var(--color-error, #ff5630)}.focused .datepicker-start-icon,.focused .datepicker-end-icons .datepicker-arrow-icon{color:var(--color-primary, #ff7022)}.error .datepicker-start-icon,.error .datepicker-end-icons .datepicker-arrow-icon{color:var(--color-error, #ff5630)}.disabled .datepicker-start-icon,.disabled .datepicker-end-icons .datepicker-arrow-icon{color:var(--color-neutral-dark, #bdbdbd)}.datepicker-arrow-icon{display:flex;align-items:center;transition:color .25s,transform .25s}.datepicker-arrow-icon.open{transform:rotate(180deg)}.loading,.loading-screen,.loading-screen-portal{display:flex;justify-content:center;align-items:center}.loading--fullscreen,.loading-screen,.loading-screen-portal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:900}.loading--overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100}.loading--inline{position:relative;padding:24px}.loading-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffffff2;backdrop-filter:blur(4px)}.loading-backdrop--transparent{background-color:#fffc}.loading-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:20px}.loading-content--small{gap:12px}.loading-content--large{gap:28px}.loading-spinner{position:relative;display:inline-block}.loading-spinner--small{width:32px;height:32px}.loading-spinner--medium{width:48px;height:48px}.loading-spinner--large{width:64px;height:64px}.loading-spinner__ring{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;border:3px solid transparent;border-top-color:#ff8637;border-right-color:#ff7022;animation:loading-spin 1.2s cubic-bezier(.68,-.55,.265,1.55) infinite}.loading-spinner__ring--inner{width:75%;height:75%;top:12.5%;left:12.5%;border-width:3px;border-top-color:#ff7022;border-right-color:#ff8637;animation:loading-spin-reverse 1s cubic-bezier(.68,-.55,.265,1.55) infinite}.loading-spinner--small .loading-spinner__ring,.loading-spinner--small .loading-spinner__ring--inner{border-width:2px}.loading-spinner--large .loading-spinner__ring,.loading-spinner--large .loading-spinner__ring--inner{border-width:4px}.loading-text{margin:0;font-size:14px;font-weight:600;background:linear-gradient(to right,#ff8637,#ff7022);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center;line-height:1.5;letter-spacing:.3px}@keyframes loading-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading-spin-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.loading-spinner{animation:loading-pulse 2s ease-in-out infinite}@keyframes loading-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.loading-screen__progress-bar{width:360px;height:8px;background-color:#ff86371a;border-radius:6px;overflow:hidden;position:relative}.loading-screen__progress-bar:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:linear-gradient(to right,#ff8637,#ff7022);animation:progress-bar-animation .25s linear infinite;box-shadow:0 0 10px #ff702266}@keyframes progress-bar-animation{0%{width:0%}50%{width:100%}to{width:0%}}.modal{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;z-index:800}.modal.loading{background-color:#000000e6}.modal.loading .modal-content{opacity:.7;pointer-events:none}.modal.loading .spinner{display:flex;justify-content:center;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border:6px solid rgba(255,255,255,.3);border-top:6px solid #fff;background-color:var(--primary-color, #ff7022);border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}.modal .modal-content{background-color:#fff;border-radius:12px;width:100%;max-height:90vh;z-index:900;display:flex;flex-direction:column;transition:max-width .3s ease-in-out,width .3s ease-in-out}.modal .modal-content.sm-size{max-width:400px}.modal .modal-content.md-size{max-width:500px}.modal .modal-content.lg-size{max-width:700px}.modal .modal-content.xl-size{max-width:900px}.modal .modal-content.fullscreen-size{max-width:95vw;max-height:95vh;width:95vw;height:95vh}@media (max-width: 768px){.modal .modal-content{margin:1rem;max-height:calc(100vh - 2rem)}.modal .modal-content.sm-size,.modal .modal-content.md-size,.modal .modal-content.lg-size,.modal .modal-content.xl-size{max-width:calc(100vw - 2rem);width:calc(100vw - 2rem)}}@media (max-width: 480px){.modal .modal-content{margin:.5rem;max-height:calc(100vh - 1rem);border-radius:8px}.modal .modal-content.sm-size,.modal .modal-content.md-size,.modal .modal-content.lg-size,.modal .modal-content.xl-size{max-width:calc(100vw - 1rem);width:calc(100vw - 1rem)}}.modal .modal-content .modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-top-left-radius:12px;border-top-right-radius:12px;border-bottom:1px solid #dadfe3}.modal .modal-content .modal-header .modal-header-left{display:flex;align-items:center;gap:10px}.modal .modal-content .modal-header .modal-header-left .back-button{background:#f5f5f5;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;font-size:16px;transition:all .2s ease}.modal .modal-content .modal-header .modal-header-left .back-button:hover{background:#e5e5e5;color:#333}.modal .modal-content .modal-header .modal-header-left h3{margin:0;color:#000;font-size:24px}.modal .modal-content .modal-header .modal-header-actions{display:flex;align-items:center;justify-content:center;gap:10px}.modal .modal-content .modal-header button.close-button{background:none;border:none;font-size:20px;cursor:pointer;color:#72808f;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;width:42px;height:42px;border:1px solid #dadfe3;border-radius:50%}.modal .modal-content .step-progress-bar{height:4px;border-radius:2px;overflow:hidden;position:relative}.modal .modal-content .step-progress-item{position:absolute;top:0;left:0;height:100%;background:#f97316;transition:width .3s ease;width:0}.modal .modal-content .step-progress-item.active{width:100%}.modal .modal-content .modal-body{padding:16px;display:flex;flex-direction:column;gap:.5rem;flex:1;overflow-y:auto;min-height:0}.modal .modal-content .modal-body .staff-list{display:flex;flex-direction:column;gap:1rem;max-height:460px;overflow:auto}.modal .modal-content .modal-body::-webkit-scrollbar{width:6px}.modal .modal-content .modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.modal .modal-content .modal-body::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.modal .modal-content .modal-body::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.modal .modal-content .modal-footer{display:flex;justify-content:space-between;padding:16px;gap:16px;flex-shrink:0;border-top:1px solid #dadfe3;background-color:#fff;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.react-datetime-picker{height:50px}.spinner{border:4px solid rgba(255,255,255,.3);border-top:4px solid #fff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.amount-input-container{display:flex;flex-direction:column;width:100%}.amount-input-container .amount-input-label{font-size:16px;color:var(--color-neutral-dark);margin-bottom:8px;transition:color .25s;font-weight:500}.amount-input-container .amount-input-label.focused{color:var(--color-primary, #ff7022)}.amount-input-container .amount-input-label.error{color:var(--color-error, #ff5630)}.amount-input-container .amount-input-label.disabled{color:var(--color-neutral-dark, #bdbdbd)}.amount-input-container .amount-input-label.required:after{content:" *";color:#ff7022}.amount-input-container .amount-input-wrapper{display:flex;align-items:center;gap:0;min-height:50px;background:#fff;transition:all .25s ease;position:relative}.amount-input-container .amount-input-wrapper.standard{border:1px solid #dadfe3;border-radius:12px;padding:10px 12px}.amount-input-container .amount-input-wrapper.standard.hovered{border-color:var(--color-light, #c1c1c1)}.amount-input-container .amount-input-wrapper.standard.focused{border-color:var(--color-primary, #ff7022)}.amount-input-container .amount-input-wrapper.standard.error{border-color:var(--color-error, #ff5630)}.amount-input-container .amount-input-wrapper.standard.disabled{background-color:var(--color-neutral-darker, #f5f5f5);border-color:var(--color-neutral-darker, #ddd)}.amount-input-container .amount-input-wrapper.outlined{border:1px solid #dadfe3;border-radius:12px;padding-left:12px;padding-right:12px}.amount-input-container .amount-input-wrapper.outlined.hovered{border-color:var(--color-primary, #ff7022)}.amount-input-container .amount-input-wrapper.outlined.focused{box-shadow:0 0 0 2px #ff702233;border-color:var(--color-primary, #ff7022)}.amount-input-container .amount-input-wrapper.outlined.error{box-shadow:0 0 0 2px #ff563033;border-color:var(--color-error, #ff5630)}.amount-input-container .amount-input-wrapper.outlined.disabled{background-color:var(--color-neutral-lighter, #f5f5f5)}.amount-input-container .amount-input-wrapper.underline{border:none;border-bottom:1px solid var(--color-neutral, #ddd);border-radius:0;padding:10px 12px}.amount-input-container .amount-input-wrapper.underline.hovered{border-bottom-color:var(--color-neutral-dark, #c1c1c1)}.amount-input-container .amount-input-wrapper.underline.focused{border-bottom-color:var(--color-primary, #ff7022)}.amount-input-container .amount-input-wrapper.underline.error{border-bottom-color:var(--color-error, #ff5630)}.amount-input-container .amount-input-wrapper.underline.disabled{background-color:var(--color-neutral-lighter, #f5f5f5);border-bottom-color:var(--color-neutral, #ddd)}.amount-input-container .amount-input-wrapper .amount-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#f8f9fa;border:none;border-radius:100%;padding:4px;cursor:pointer;transition:all .25s ease;color:#72808f;flex-shrink:0}.amount-input-container .amount-input-wrapper .amount-button:hover:not(:disabled){background:#fff6ed;color:var(--color-primary, #ff7022)}.amount-input-container .amount-input-wrapper .amount-button:active:not(:disabled){background:#dee2e6}.amount-input-container .amount-input-wrapper .amount-button:disabled{cursor:not-allowed;opacity:.5}.amount-input-container .amount-input-wrapper .amount-button svg{pointer-events:none}.amount-input-container .amount-input-wrapper .amount-display{flex:1;display:flex;align-items:center;justify-content:center;padding:0 16px;min-height:44px;background:#fff;position:relative;overflow:hidden;min-width:0}.amount-input-container .amount-input-wrapper .amount-display .amount-content{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:nowrap;width:100%;min-width:0;overflow:hidden}.amount-input-container .amount-input-wrapper .amount-display .amount-input-wrapper{display:inline-flex;align-items:center;justify-content:center;gap:4px;position:relative;max-width:100%}.amount-input-container .amount-input-wrapper .amount-display .amount-input{border:none;outline:none;text-align:center;font-size:16px;font-weight:600;color:#8b98a6;background:transparent;width:auto;min-width:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;padding:0 2px}.amount-input-container .amount-input-wrapper .amount-display .amount-input::placeholder{color:#adb5bd;font-weight:500}.amount-input-container .amount-input-wrapper .amount-display .amount-input:disabled{color:#8b98a6;cursor:not-allowed}.amount-input-container .amount-input-wrapper .amount-display .currency{font-size:16px;font-weight:600;color:#8b98a6;flex-shrink:0;white-space:nowrap}.amount-input-container .amount-input-wrapper.disabled{cursor:not-allowed}.amount-input-container .amount-input-wrapper.disabled .amount-button{cursor:not-allowed;opacity:.5}.amount-input-container .amount-input-wrapper.disabled .amount-display{background-color:var(--color-neutral-lighter, #f5f5f5)}.amount-input-container .amount-input-error{margin-top:4px;font-size:12px;color:var(--color-error, #ff5630)}.textarea-container{position:relative;margin:8px 0;display:flex;flex-direction:column}.textarea-container.standard .textarea{border:1px solid var(--color-neutral-darker, #dadfe3);padding:10px;border-radius:12px;transition:border-color .25s;height:75px}.textarea-container.standard.hovered .textarea{border-color:var(--color-primary, #ff7022);cursor:pointer}.textarea-container.standard.focused .textarea{border-color:var(--color-primary, #ff7022)}.textarea-container.standard.error .textarea{border-color:var(--color-error, #ff5630)}.textarea-container.standard.disabled .textarea{background-color:var(--color-neutral-lighter, #f5f5f5);border-color:var(--color-neutral-darker, #ddd);cursor:not-allowed}.textarea-container.outlined textarea{border:1px solid #dadfe3;border-radius:12px;padding:.5rem}.textarea-container.outlined textarea:focus-visible{outline:none;border-color:var(--color-primary, #ff7022)}.textarea-container.outlined textarea:hover{border-color:var(--color-primary, #ff7022)}.textarea-container.outlined .textarea{box-shadow:inset 0 0 0 1px var(--color-primary-darker, #dadfe3);padding:4px;border-radius:6px;transition:box-shadow .25s}.textarea-container.outlined.hovered .textarea{box-shadow:inset 0 0 0 1px var(--color-neutral-dark, #c1c1c1)}.textarea-container.outlined.focused .textarea{box-shadow:inset 0 0 0 2px var(--color-primary, #ff7022)}.textarea-container.outlined.error .textarea{box-shadow:inset 0 0 0 2px var(--color-error, #ff5630)}.textarea-container.outlined.disabled .textarea{background-color:var(--color-neutral-lighter, #f5f5f5);box-shadow:inset 0 0 0 1px var(--color-neutral, #ddd);cursor:not-allowed}.textarea-container.underline .textarea{border:none;border-bottom:1px solid var(--color-neutral, #ddd);padding:4px 0;transition:border-color .25s}.textarea-container.underline.hovered .textarea{border-bottom-color:var(--color-neutral-dark, #c1c1c1)}.textarea-container.underline.focused .textarea{border-bottom-color:var(--color-primary, #ff7022)}.textarea-container.underline.error .textarea{border-bottom-color:var(--color-error, #ff5630)}.textarea-container.underline.disabled .textarea{background-color:var(--color-neutral-lighter, #f5f5f5);border-bottom-color:var(--color-neutral, #ddd);cursor:not-allowed}.textarea-container .textarea-label{font-size:14px;color:var(--color-neutral-dark, #616161);margin-bottom:4px;transition:color .25s}.textarea-container .textarea-label.focused{color:var(--color-primary, #ff7022)}.textarea-container .textarea-label.error{color:var(--color-error, #ff5630)}.textarea-container .textarea-label.disabled{color:var(--color-neutral, #bdbdbd)}.textarea-container .textarea{width:100%;font-size:16px;resize:none}.textarea-container .textarea:focus{outline:none}.textarea-container .textarea:disabled{cursor:not-allowed}.textarea-container .textarea-character-count{display:block;margin-top:4px;font-size:10px;color:var(--color-text-secondary, #6b7280);text-align:right}.hrsync-xn5cS3 .hrsync-G4hXsN{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.hrsync-xn5cS3 .hrsync-G4hXsN:last-child{margin-bottom:0}.hrsync-xn5cS3 .hrsync-V21Kr3{display:flex;flex-direction:column;gap:8px}.hrsync-xn5cS3 .hrsync--scEqI,.hrsync-xn5cS3 .hrsync-s8QIb6{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-xn5cS3 .hrsync--scEqI.hrsync-lMerpi:after,.hrsync-xn5cS3 .hrsync-s8QIb6.hrsync-lMerpi:after{content:" *";color:#ef4444}.hrsync-xn5cS3 .hrsync--scEqI .hrsync-WoiHcL,.hrsync-xn5cS3 .hrsync-s8QIb6 .hrsync-WoiHcL{color:#6b7280;font-weight:400}.hrsync-xn5cS3 .hrsync--scEqI .hrsync-LVdvBF,.hrsync-xn5cS3 .hrsync-s8QIb6 .hrsync-LVdvBF{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-xn5cS3 .hrsync-V21Kr3 .hrsync-hTPza6 .hrsync-lUmXdk{font-size:14px;color:#8b98a6;font-weight:400}.hrsync-xn5cS3 .hrsync-V21Kr3 .hrsync-hTPza6 .hrsync-vYQcx1.hrsync-2A8pJJ .hrsync-lUmXdk{color:#0d1f2d;font-weight:500}.hrsync-xn5cS3 .hrsync-V21Kr3 .hrsync-vsEy5d.hrsync-KZULEu:hover .hrsync-wTGtsH{border-color:var(--color-primary, #ff7022)}.hrsync-xn5cS3 .hrsync-ZF9YF1{font-weight:500}.hrsync-OUdU3T{display:flex;flex-direction:column;gap:20px}.hrsync-OUdU3T .hrsync-G4hXsN{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 768px){.hrsync-OUdU3T .hrsync-G4hXsN{grid-template-columns:1fr}}.hrsync-OUdU3T .hrsync-V21Kr3{display:flex;flex-direction:column;gap:8px}.hrsync-OUdU3T .hrsync-V21Kr3 .hrsync-VBu1eQ{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-X7POn9{display:flex;align-items:center;gap:8px}.hrsync-vSWq3R{border:1px solid #DADFE3;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.hrsync-vSWq3R:hover{background-color:#f8f9fa}.hrsync-jzBMIW,.hrsync-gWGUM6,.hrsync-L0TXEP,.hrsync-3FgKko{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content}.hrsync-3FgKko{background-color:#f0fdf5}.hrsync-L0TXEP{background-color:#fff1f2;cursor:pointer;transition:background-color .2s ease}.hrsync-gWGUM6{background-color:#fff6ed}.hrsync-gWGUM6 .hrsync-VlZdOU svg path,.hrsync-gWGUM6 .hrsync-FlJpZE svg path,.hrsync-gWGUM6 .hrsync-AfTZgP svg path{stroke:#ff9147}.hrsync-gWGUM6 .hrsync-wRNraw,.hrsync-gWGUM6 .hrsync-7LtApd,.hrsync-gWGUM6 .hrsync-qKglpp{color:#ff9147}.hrsync-VlZdOU,.hrsync-FlJpZE,.hrsync-AfTZgP{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-AfTZgP{background-color:#21c16b}.hrsync-FlJpZE{background-color:#fb3748}.hrsync-wRNraw,.hrsync-7LtApd,.hrsync-qKglpp{font-size:14px;font-weight:500}.hrsync-qKglpp{color:#21c16b}.hrsync-7LtApd{color:#fb3748}.hrsync-now82z{font-size:14px;color:#6b7280}.hrsync-SnnpvB{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;align-items:center;justify-content:center}.action-modal{background:#fff;border-radius:12px;max-width:600px;box-shadow:0 10px 25px #0003;animation:modalSlideIn .3s ease-out}.action-modal .action-modal-image{padding:1rem 0}.action-modal .action-modal-image{display:flex;justify-content:space-between;align-items:flex-start;padding:40px 32px;position:relative}.action-modal .action-modal-image .action-modal-icon{display:flex;align-items:center;justify-content:center;margin:0 auto}.action-modal .action-modal-image .action-modal-icon svg{width:auto;height:auto;max-width:100px;max-height:100px}.action-modal .action-modal-body{padding:0 24px 24px;text-align:center}.action-modal .action-modal-body .action-modal-title{font-size:16px;font-weight:600;color:#0d1f2d;margin:0 0 10px;line-height:1.4}.action-modal .action-modal-body .action-modal-description{font-size:14px;color:#72808f;margin:0 0 24px;line-height:1.5}.action-modal .action-modal-body .action-modal-input{text-align:left}.action-modal .action-modal-body .action-modal-input textarea{width:100%;height:96px;border:1px solid #DADFE3;border-radius:12px;padding:10px;font-size:12px;resize:none;transition:border-color .2s ease}.action-modal .action-modal-body .action-modal-input textarea:hover{border-color:#dc2626}.action-modal .action-modal-body .action-modal-input textarea:focus{outline:none}.action-modal .action-modal-body .action-modal-input textarea::placeholder{color:#9ca3af}.action-modal .action-modal-footer{display:flex;justify-content:space-between;gap:16px;padding:0 24px 24px}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 640px){.action-modal{margin:10px;max-width:calc(100% - 20px)}.action-modal .action-modal-image{padding:16px 10px 10px}.action-modal .action-modal-image .action-modal-icon svg{max-width:80px;max-height:80px}.action-modal .action-modal-body{padding:0 10px 10px}.action-modal .action-modal-body .action-modal-title{font-size:20px}.action-modal .action-modal-footer{padding:10px;flex-direction:column}.action-modal .action-modal-footer button{width:100%}}.file-input-container{display:flex;flex-direction:column;gap:8px}.file-input-container .file-input-label{font-size:14px;font-weight:500;color:#505862;margin-bottom:4px}.file-input-container .supported-formats{font-size:12px;color:#72808f;display:flex;justify-content:space-between;align-items:center;margin-top:8px}.file-input-container .supported-formats .formats-info{display:flex;align-items:center;gap:4px;cursor:help}.file-input-container .supported-formats .formats-info .formats-label{color:#72808f}.file-input-container .supported-formats .formats-info .formats-list{color:#505862;font-weight:500}.file-input-container .supported-formats .max-size{color:#72808f}.file-input-container .formats-tooltip-content{display:flex;flex-direction:column;gap:8px;padding:4px 0}.file-input-container .formats-tooltip-content .formats-tooltip-title{font-weight:600;font-size:13px;color:#0d1f2d;margin-bottom:4px}.file-input-container .formats-tooltip-content .formats-tooltip-list{font-size:12px;color:#505862;font-weight:500}.file-input-container .formats-tooltip-content .formats-tooltip-size{font-size:11px;color:#72808f;margin-top:4px;padding-top:4px;border-top:1px solid #e1e5e9}.file-input-container .file-drop-zone{border:2px dashed #dadfe3;border-radius:12px;padding:32px 16px;text-align:center;cursor:pointer;transition:all .3s ease;background-color:#fff;min-height:120px;display:flex;align-items:center;justify-content:center}.file-input-container .file-drop-zone:hover{border-color:var(--color-primary, #ff7022);background-color:#fff6eda3!important}.file-input-container .file-drop-zone.drag-over{border-color:var(--color-primary, #ff7022);background-color:#fff6eda3!important;transform:scale(1.02)}.file-input-container .file-drop-zone.has-files{padding:16px;text-align:left}.file-input-container .file-drop-zone .drop-zone-content{display:flex;flex-direction:column;align-items:center;gap:16px}.file-input-container .file-drop-zone .drop-zone-content .upload-icon{color:var(--color-neutral-light, #999)}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text{display:flex;flex-direction:column;align-items:center;gap:8px}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text p{margin:0;color:#646d76;font-size:14px}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text .file-select-button{background:none;border:none;color:var(--color-primary, #ff7022);font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;padding:0}.file-input-container .file-list{width:100%;display:flex;flex-direction:column;gap:8px}.file-input-container .file-list .file-item{display:flex;background-color:#f6f7f8;flex-direction:column;padding:12px;border-radius:12px;transition:all .2s ease;border:1px solid #f6f7f8}.file-input-container .file-list .file-item:hover{border-color:#d0d7de;box-shadow:0 1px 3px #0000000d;border:1px solid #e1e5e9}.file-input-container .file-list .file-item.existing-file{background-color:#f0f7ff;border-color:#c8e1ff}.file-input-container .file-list .file-item .file-item-header{display:flex;align-items:center;justify-content:space-between;width:100%}.file-input-container .file-list .file-item .file-item-header .file-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.file-input-container .file-list .file-item .file-item-header .file-info .file-icon{width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff;flex-shrink:0}.file-input-container .file-list .file-item .file-item-header .file-info .file-icon.pdf{background-color:#fff;padding:.4rem}.file-input-container .file-list .file-item .file-item-header .file-info .file-icon.doc{background-color:#2684ff}.file-input-container .file-list .file-item .file-item-header .file-info .file-icon.xls{background-color:#36b37e}.file-input-container .file-list .file-item .file-item-header .file-info .file-icon.default{background-color:var(--color-neutral-dark, #666)}.file-input-container .file-list .file-item .file-item-header .file-info .file-icon.image-preview{background-color:#fff;padding:0;overflow:hidden}.file-input-container .file-list .file-item .file-item-header .file-info .file-icon.image-preview img{width:100%;height:100%;object-fit:cover}.file-input-container .file-list .file-item .file-item-header .file-info .file-details{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1;overflow:hidden}.file-input-container .file-list .file-item .file-item-header .file-info .file-details .file-name{font-size:14px;font-weight:500;color:#0d1f2d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.file-input-container .file-list .file-item .file-item-header .file-info .file-details .file-size{font-size:12px;color:#72808f}.file-input-container .file-list .file-item .file-item-header .file-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.file-input-container .file-list .file-item .file-item-header .file-actions .upload-status{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.file-input-container .file-list .file-item .file-item-header .file-actions .upload-status.completed,.file-input-container .file-list .file-item .file-item-header .file-actions .upload-status.uploading{color:#505862}.file-input-container .file-list .file-item .file-item-header .file-actions .upload-status.error{color:#fb3748}.file-input-container .file-list .file-item .file-item-header .file-actions .upload-status svg{width:16px;height:16px}.file-input-container .file-list .file-item .file-item-header .file-actions .progress-percentage{font-size:12px;font-weight:600;color:var(--color-primary, #ff7022);min-width:35px;text-align:right}.file-input-container .file-list .file-item .file-item-header .file-actions .remove-file-button{background:#fff;border:1px solid #dadfe3;color:var(--color-neutral-light, #656d76);cursor:pointer;padding:.3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.file-input-container .file-list .file-item .file-item-header .file-actions .remove-file-button svg{width:16px;height:16px}.file-input-container .file-list .file-item .upload-progress{margin-top:8px;width:100%}.file-input-container .file-list .file-item .upload-progress .progress-bar{width:100%;height:6px;background-color:#fff;border-radius:3px;overflow:hidden}.file-input-container .file-list .file-item .upload-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#ff7022,#ff8f4a);transition:width .3s ease;border-radius:3px}.file-input-container .file-input-error{font-size:12px;color:var(--color-error, #cf222e);margin-top:4px}.file-input-container.error .file-drop-zone{border-color:var(--color-error, #cf222e);background-color:#fff8f8}.file-input-container.error .file-input-label{color:var(--color-error, #cf222e)}.file-input-container .file-drop-zone.disabled{opacity:.6;pointer-events:none;cursor:not-allowed;background-color:#f5f5f5}.file-input-container.outlined .file-drop-zone{border-style:dotted;background-color:#fff}.file-input-container.outlined .file-drop-zone:hover,.file-input-container.outlined .file-drop-zone.drag-over{background-color:#fff6eda3!important}.button_text{display:flex;align-items:center;gap:10px}.edit{cursor:pointer;display:flex;align-items:center;justify-content:center}.edit svg{transition:color .2s ease}.edit svg:hover{color:#ff7022}.form-grid{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}}@media (max-width: 768px){.form-grid .form-field{flex-direction:column;align-items:flex-start;gap:8px}}.formLabel,.form-label{font-size:14px;font-weight:500;color:#505862;margin:0 0 8px}.formLabel.required:after,.form-label.required:after{content:" *";color:#ef4444}.formLabel .optional,.form-label .optional{color:#6b7280;font-weight:400}.formLabel .optional-text,.form-label .optional-text{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.error-message{margin-top:4px;font-size:12px;color:#ef4444}.file-upload-container{position:relative;display:flex;align-items:center;justify-content:center;border:2px dashed #d1d5db;border-radius:8px;padding:16px;background-color:#f9fafb;transition:all .2s ease;min-height:120px}.file-upload-container:hover{border-color:#9ca3af;background-color:#f3f4f6}.file-upload-label{display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:14px;cursor:pointer;width:100%;height:100%}.file-upload-input{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer;top:0;left:0}.image-preview{width:100%;max-height:300px;object-fit:contain;border-radius:8px;margin-top:12px;border:1px solid #e5e7eb}.file-uploads-row{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-field-license-name{grid-column:1}.form-field-full-width{grid-column:1/-1}.form-field-grid-column.grid-column-1{grid-column:1}.form-field-grid-column.grid-column-2{grid-column:2}.form-field-grid-column.grid-column-full{grid-column:1/-1}.assets-page{display:flex;flex-direction:column;padding:0;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;min-width:0;gap:1.5rem}.assets-page__header-actions{display:flex;gap:.75rem;align-items:center}.assets-page__filters{background:#fff;border-radius:12px;padding:1.5rem;display:flex;gap:1rem;align-items:flex-end}@media (max-width: 768px){.assets-page__filters{flex-direction:column;align-items:stretch;gap:1rem}}.assets-page__content{background:#fff;border-radius:12px;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box;min-width:0}.assets-page .actions{display:flex;gap:.5rem;align-items:center;justify-content:flex-end}.assets-page .actions .delete-button{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;color:#6b7280}.assets-page .actions .delete-button:hover{background-color:#fef2f2;color:#dc2626}.assets-page .actions .delete-button svg{width:20px;height:20px}.status-personnel-assigned,.status-company-assigned,.status-in-use{display:inline-flex;align-items:center;padding:6px 12px;border-radius:56px;font-size:14px;font-weight:500;width:fit-content;background-color:#f0fdf5;color:#21c16b}.status-cancelled,.status-expired,.status-out-of-service,.status-maintenance,.status-faulty,.status-faulty-in-storage,.status-faulty-in-service{display:inline-flex;align-items:center;padding:6px 12px;border-radius:56px;font-size:14px;font-weight:500;width:fit-content;background-color:#fff6ed;color:#ff9147}.status-not-assigned,.status-idle,.status-in-storage{display:inline-flex;align-items:center;padding:6px 12px;border-radius:56px;font-size:14px;font-weight:500;width:fit-content;background-color:#f4f8ff;color:#0052ea}.status-unknown{display:inline-flex;align-items:center;padding:6px 12px;border-radius:56px;font-size:14px;font-weight:500;width:fit-content;background-color:#f3f4f6;color:#6b7280}.category-modal-content{display:flex;flex-direction:column;gap:2rem}.create-category-section .create-category-form{display:grid;grid-template-columns:1fr 1fr auto;gap:1rem;align-items:end}.create-category-button{width:160px}.form-field{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:500;color:#505862;margin:0 0 8px}.form-label.required:after{content:" *";color:#ef4444}.categories-list-section{display:flex;flex-direction:column;gap:1rem}.categories-list-section .categories-list-title{font-size:18px;border-bottom:1px solid #DADFE3;padding-bottom:10px;font-weight:600;color:var(--color-neutral-dark);margin:0}.filter-category-dropdown{width:43%}.edit-category-form{display:flex;flex-direction:column;gap:1rem}.edit-category-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}.edit-category-actions button{flex:1}.breadcrumb__list{display:flex;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:wrap;gap:10px;margin:1rem 0}.breadcrumb__item{display:flex;align-items:center;gap:10px}.breadcrumb__link{color:#72808f;text-decoration:none;font-size:16px;font-weight:500;transition:color .25s ease-in-out;cursor:pointer}.breadcrumb__link:hover{color:var(--color-primary, #ff7022);text-decoration:none}.breadcrumb__link--button{background:none;border:none;padding:0;font-family:inherit}.breadcrumb__separator{display:flex;align-items:center;color:var(--color-neutral-dark, #637381);font-size:16px;user-select:none}.breadcrumb__separator svg{flex-shrink:0}.breadcrumb__text{color:var(--color-neutral-dark, #637381);font-size:16px;font-weight:500}.breadcrumb__text--active{color:var(--color-primary, #ff7022)}.define-operation-modal{padding:8px}.define-operation-modal .form-error{margin-bottom:16px;padding:12px;background-color:#ffebee;border-radius:4px}.define-operation-modal .form-error .form-error-text{margin:0;color:#c62828;font-size:14px}.define-operation-modal .define-operation-form{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.define-operation-modal .form-field{display:flex;flex-direction:column;gap:8px}.define-operation-modal .form-field .formLabel,.define-operation-modal .form-field .form-label{font-size:14px;font-weight:500;color:#505862;margin:0 0 8px}.define-operation-modal .form-field .formLabel.required:after,.define-operation-modal .form-field .form-label.required:after{content:" *";color:#ef4444}.define-operation-modal .define-operation-actions{display:flex;justify-content:space-between;gap:1rem;padding-top:16px}.define-operation-modal .define-operation-actions button{flex:1}.asset-detail-page{display:flex;flex-direction:column;height:100%;min-height:0}.asset-detail-page .page-header{display:flex;justify-content:space-between;align-items:start;flex-shrink:0}.asset-detail-page .page-header__left{display:flex;align-items:center;gap:20px;height:48px}.asset-detail-page .page-header__left .back-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;border:1px solid #DADFE3;cursor:pointer;border-radius:100%;color:#6b7280;transition:all .2s ease}.asset-detail-page .page-header__left .back-button:hover{background:#f3f4f6;color:#374151}.asset-detail-page .page-header__left .back-button:focus{outline:2px solid #ff7022;outline-offset:2px}.asset-detail-page .page-header__left .breadcrumb{margin:0;display:flex;align-items:center;height:100%}.asset-detail-page .page-header__left .breadcrumb .breadcrumb__list{margin:0;height:auto}.asset-detail-page .page-header__right{display:flex;align-items:center}.asset-detail-page .page-header__right .header-topbar{margin:0}.asset-detail-page .form-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:12px 16px;margin:0 0 20px;flex-shrink:0}.asset-detail-page .form-error .form-error-text{color:#dc2626;font-size:14px;margin:0}.asset-detail-page .asset-detail-loading{padding:40px;text-align:center}.asset-detail-page .asset-detail-content{flex:1;display:flex;flex-direction:column;gap:24px;min-height:0;overflow-y:auto;overflow-x:hidden}.asset-detail-page .asset-detail-content .filters-section{display:flex;flex-direction:column;gap:24px;min-width:0}.asset-detail-page .asset-detail-content .filters-section .asset-detail-top-section{display:flex;flex-direction:column;flex-shrink:0;margin-bottom:16px}.asset-detail-page .asset-detail-image-and-info{display:grid;grid-template-columns:327px 1fr;gap:12px;flex:1;min-height:0;align-items:stretch}@media (max-width: 1024px){.asset-detail-page .asset-detail-image-and-info{grid-template-columns:1fr}}.asset-detail-page .asset-detail-image-and-info--no-image{grid-template-columns:1fr}.asset-detail-page .asset-detail-image-gallery{display:flex;flex-direction:column;height:100%;border:1px solid #DADFE3;border-radius:16px}.asset-detail-page .asset-detail-image-gallery .asset-detail-header-section{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;gap:16px;flex-shrink:0}.asset-detail-page .asset-detail-image-gallery .asset-detail-header-section .asset-detail-title-content{display:flex;flex-direction:column;gap:4px}.asset-detail-page .asset-detail-image-gallery .asset-detail-header-section .asset-detail-brand{font-size:16px;font-weight:500;color:#505862;margin:0}.asset-detail-page .asset-detail-image-gallery .asset-detail-header-section .asset-detail-model{font-size:18px;font-weight:700;color:#0d1f2d;margin:0}.asset-detail-page .asset-detail-image-gallery .asset-detail-header-section .asset-detail-actions{display:flex;gap:6px}.asset-detail-page .asset-detail-image-gallery .asset-detail-header-section .asset-detail-action-button{min-width:36px;padding:6px}.asset-detail-page .asset-detail-image-gallery .asset-detail-main-image-container{display:flex;flex-direction:column;width:100%;flex:1;border-bottom-left-radius:16px;border-bottom-right-radius:16px;overflow:hidden;border-top:1px solid #DADFE3;background:#fff;min-height:0}.asset-detail-page .asset-detail-image-gallery .asset-detail-main-image-container .asset-detail-image-header{display:flex;justify-content:flex-end;padding:16px;flex-shrink:0}.asset-detail-page .asset-detail-image-gallery .asset-detail-main-image-container .asset-detail-status-badge{flex-shrink:0}.asset-detail-page .asset-detail-image-gallery .asset-detail-main-image-container .asset-detail-main-image{flex:1;width:100%;display:flex;align-items:center;justify-content:center;min-height:0}.asset-detail-page .asset-detail-image-gallery .asset-detail-main-image-container .asset-detail-main-image img{width:100%;height:100%;object-fit:cover}.asset-detail-page .asset-detail-info-card{background:#fff;border-radius:16px;padding:16px;border:1px solid #DADFE3;display:flex;flex-direction:column;min-height:0;overflow-y:auto;overflow-x:hidden}.asset-detail-page .asset-detail-info-card .asset-detail-card-title{font-size:15px;font-weight:600;margin:0 0 10px;color:#1a1a1a;flex-shrink:0}.asset-detail-page .asset-detail-info-card .asset-detail-description-section{display:flex;flex-direction:column;gap:4px;margin-top:10px;flex-shrink:0}.asset-detail-page .asset-detail-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;flex:1;min-height:0;overflow-y:auto}@media (max-width: 768px){.asset-detail-page .asset-detail-info-grid{grid-template-columns:1fr}}.asset-detail-page .asset-detail-description-card .asset-detail-card-title{margin-bottom:16px}.asset-detail-page .asset-detail-operations-section{display:flex;flex-direction:column;flex-shrink:0}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;flex-shrink:0}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-header__left{display:flex;align-items:center;gap:6px}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-header__left-icon{display:flex;align-items:center;justify-content:center;border-radius:100%;width:32px;border:1px solid #DADFE3;background:#fff;height:32px}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-header__button-content{display:flex;align-items:center;gap:8px}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-header__button-text{font-size:14px;font-weight:600;color:#fff}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-header__button-icon{display:flex;align-items:center;justify-content:center}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-header__button-icon svg{stroke:#fff}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-header__button-icon svg path{stroke:#fff}.asset-detail-page .asset-detail-operations-section .asset-detail-section-title{font-size:16px;font-weight:600;margin:0;color:#0d1f2d}.asset-detail-page .asset-detail-operations-section .asset-detail-operations-table{flex:1;min-height:400px;display:flex;flex-direction:column}.asset-detail-page .asset-operation-status{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;width:max-content;font-size:12px;font-weight:500}.asset-detail-page .asset-operation-status__dot{width:8px;height:8px;border-radius:50%;background-color:currentColor}.asset-detail-page .asset-operation-status--success{background-color:#e8f5e9;color:#2e7d32}.asset-detail-page .asset-operation-status--warning{background-color:#fff3e0;color:#f57c00}.asset-detail-page .asset-operation-status--error{background-color:#ffebee;color:#c62828}.asset-detail-page .asset-operation-status--info{background-color:#e3f2fd;color:#1976d2}.asset-detail-page .asset-operation-status.status-cancelled,.asset-detail-page .asset-operation-status.status-expired,.asset-detail-page .asset-operation-status.status-faulty{background-color:#fff1f2;color:#fb3748}.hrsync-MW-QwT{background:#fff;border-radius:16px;padding:24px;height:100%;min-height:100%;max-height:100%;border:1px solid #dadfe3;display:flex;flex-direction:column}.hrsync-s8Nq4B{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.hrsync-mJODwO{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#0d1f2d}.hrsync-W5Oo3R{background-color:#fff6ed;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:12px}.hrsync-W5Oo3R svg path{stroke:#f04906}.hrsync-xpU-5O{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:50%;border:none;background:transparent;padding:0;cursor:pointer;transition:background-color .2s ease}.hrsync-xpU-5O:hover{background-color:#ff70221a}.hrsync-xpU-5O:hover svg path{stroke:#ff7022}.hrsync-xpU-5O:active{background-color:#ff702233}.hrsync-FidC-e{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1;justify-content:flex-start}.hrsync-dvPt0t{margin-bottom:20px;flex-shrink:0}.hrsync-PKBN0v{width:80px;height:80px;border-radius:50%;object-fit:cover}.hrsync-CU52kt{font-size:16px;font-weight:600;color:#0d1f2d;margin:0}.hrsync-RFhk3m{font-size:16px;font-weight:700;color:#0d1f2d;margin:0 0 8px}.hrsync-5kpsOw{font-size:13px;color:#ff7022;margin:0;font-weight:500}.hrsync--MegB2{width:100%;height:1px;background-color:#dadfe3;margin:16px 0}.hrsync-G5fpH1{width:100%;display:flex;flex-direction:column;gap:0;flex:1;justify-content:flex-start;margin-top:auto}.hrsync--zYANs{display:flex;flex-direction:column;gap:4px;text-align:left;padding:0}.hrsync-nDVXk8{font-size:14px;color:#606b77;font-weight:500;letter-spacing:.5px}.hrsync-sEgTXz{font-size:14px;color:#0d1f2d;font-weight:600}.hrsync-hM6sB9{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.hrsync-tTJ95D{width:72px;height:72px;border-radius:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:hrsync-IGY8uh 1.5s infinite}.hrsync-r-Ij2w{display:flex;flex-direction:column;gap:10px;width:100%;align-items:center}.hrsync-9mTeze{height:12px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:hrsync-IGY8uh 1.5s infinite;border-radius:8px}.hrsync-IuPIpC{width:120px;height:16px}.hrsync-lGm-t6{width:100px;height:12px}.hrsync-qFmyGi{width:150px;height:12px}.hrsync-dYvbxq{width:130px;height:12px}@keyframes hrsync-IGY8uh{0%{background-position:200% 0}to{background-position:-200% 0}}.hrsync-CrabEE{background:#fff;border-radius:16px;padding:20px;position:relative;transition:all .2s ease;height:120px;min-height:120px;max-height:120px;display:flex;border:1px solid #DADFE3;flex-direction:column}.hrsync-gqxSGw{cursor:pointer}.hrsync-gqxSGw:hover{border-color:#ff7022;box-shadow:0 4px 12px #ff702226;transform:translateY(-2px)}.hrsync-Ztr1O0{display:flex;align-items:center;gap:8px;margin-bottom:.5rem}.hrsync-8srWX2{background-color:#fff6ed;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:12px}.hrsync-ALHvhw{font-size:16px;font-weight:600;color:#0d1f2d;white-space:nowrap;margin:0}.hrsync-Pp0yYy{flex:1;display:flex;align-items:center}.hrsync-hCbS-1{font-size:32px;font-weight:700;color:#ff7022;text-indent:2.5rem}.hrsync-ZJ0-K6{color:#0d1f2d}.hrsync-SWgKhT{position:absolute;top:16px;right:16px;color:#72808f}.hrsync-gqxSGw:hover .hrsync-SWgKhT{color:#ff7022;transform:translate(4px)}.hrsync-qyjLZe{background:#fff;border-radius:16px;padding:20px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;overflow:visible;min-width:0}.hrsync-5fCYFv{display:flex;align-items:center;justify-content:left;gap:8px;margin-bottom:16px;flex-shrink:0}.hrsync-HenTkN{background-color:#fff6ed;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:12px;background-color:#ff70220d}.hrsync-BW2K3q{font-size:16px;font-weight:600;color:#0d1f2d;margin:0}.hrsync-D2nYrd{padding:16px;border:2px dashed #ff7022;border-radius:12px;background:linear-gradient(to top,#fff6ed,#fff0);flex-shrink:0;overflow:visible;min-width:0;width:100%}.hrsync-lwvGQO{border:1.5px dashed #DADFE3;background:linear-gradient(180deg,#fff0,#f6f7f8)}.hrsync-wMKC9d{margin-top:auto;flex-shrink:0;display:flex;flex-direction:column;padding-top:28px;width:100%;align-items:start}.hrsync-gWUPlr{display:flex;justify-content:space-between;gap:16px;width:100%}.hrsync-91u4v6{display:flex;flex-direction:column;gap:.5rem;flex:1;align-items:center;border-right:1px solid rgb(218,223,227)}.hrsync-91u4v6:last-child{border-right:none}.hrsync-Cx-ZJN{font-size:12px;color:#505862;font-weight:500}.hrsync-OLkW0V{font-size:14px;color:#000;font-weight:600}.hrsync-akg4JG{color:#72808f}.hrsync-bILaKa{font-size:14px;font-weight:600;padding:2px 8px;border-radius:8px;min-width:80px}.hrsync-GJaGn0{color:#21c16b;background:#f0fdf5}.hrsync-HE8PHD{color:#fb3748;background:#fff1f2}.hrsync-TCJlSh{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;min-width:0}.hrsync-NWRBBs{font-size:42px;font-weight:700;color:#2b3641;white-space:nowrap;font-family:monospace;letter-spacing:1px;overflow:visible;width:100%;text-align:center}.hrsync-g7LCT7{background:#fff;border-radius:16px;padding:24px;height:100%;max-height:100%;display:flex;flex-direction:column;overflow:hidden}.hrsync-NPZ12c{display:flex;align-items:center;gap:8px;margin-bottom:12px}.hrsync-PKw-2Q{background-color:#ff70220d;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:12px}.hrsync-1WYg0m{font-size:16px;font-weight:600;color:#0d1f2d;margin:0}.hrsync-gIhS9G{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.hrsync-H877Nc{padding:16px 24px;text-align:center;color:#72808f;display:flex;font-size:14px;gap:12px;font-weight:500;flex-direction:column;align-items:center;justify-content:center}.hrsync-BzuK9C{width:180px;height:180px;margin-bottom:8px;opacity:.4;object-fit:contain;filter:grayscale(100%)}.hrsync-9IyvN8{font-size:14px;color:#72808f;font-weight:500;margin:0}.hrsync-2RGOyh{display:flex;justify-content:space-between;align-items:center}.hrsync-udaMdw{font-size:15px;font-weight:600;color:#606b77}.hrsync--5BbtE{font-size:24px;font-weight:700;color:#0d1f2d}.hrsync-IQGgQ4{display:flex;height:20px;overflow:hidden;gap:.5rem}.hrsync-lW7TD2{height:100%;border-radius:8px}.hrsync-zOFqWz{background:linear-gradient(90deg,#5986ff,#335cff)}.hrsync-JESxvL{background:linear-gradient(90deg,#59efd5 -23.39%,#24d3ba)}.hrsync-54lm5J{background:linear-gradient(90deg,#a38cf9,#7d52f4)}.hrsync-jo8xPJ{background:linear-gradient(90deg,#fc903b,#fa731a)}.hrsync-q82mgq{background:linear-gradient(90deg,#59efd5 -23.39%,#24d3ba)}.hrsync-0Y4YTR{background:#eaedef}.hrsync-QEVg-Z{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;overflow-x:hidden;padding-right:4px}.hrsync-QEVg-Z::-webkit-scrollbar{width:6px}.hrsync-QEVg-Z::-webkit-scrollbar-track{background:#f5f7fa;border-radius:10px}.hrsync-QEVg-Z::-webkit-scrollbar-thumb{background:#dadfe3;border-radius:10px}.hrsync-QEVg-Z::-webkit-scrollbar-thumb:hover{background:#c1c9d1}.hrsync-rL7955{display:flex;align-items:center;gap:12px;padding:12px;background:transparent;border-radius:12px;border:1px solid #DADFE3}.hrsync-8QVTZz{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hrsync-bN3kqn{background:linear-gradient(90deg,#5986ff,#335cff)}.hrsync-Y-BH25{background:linear-gradient(90deg,#59efd5 -23.39%,#24d3ba)}.hrsync-0U8-aU{background:linear-gradient(90deg,#a38cf9,#7d52f4)}.hrsync-oEnzfQ{background:linear-gradient(90deg,#fc903b,#fa731a)}.hrsync-JR8bHI{background:linear-gradient(90deg,#59efd5 -23.39%,#24d3ba)}.hrsync-Jvs2u1{font-size:14px;font-weight:500;color:#0d1f2d;flex:1}.hrsync-dODax9{font-size:14px;font-weight:700;color:#0d1f2d}.hrsync-j84uLR{font-size:14px;font-weight:500;color:#606b77}.hrsync-EHaSdp{display:flex;justify-content:space-between;gap:16px}.hrsync-JIF5UD{display:flex;flex-direction:column;gap:4px;flex:1}.hrsync-e3y-tu{font-size:13px;font-weight:500;color:#606b77}.hrsync-aMJO-9{font-size:20px;font-weight:700;color:#0d1f2d}.hrsync--zwKfN{color:#ff7022}.hrsync-V-QqFA{color:#e53e3e}.hrsync-SizEsn{display:flex;flex-direction:column;gap:4px;flex:1}.hrsync-YQId5z{font-size:12px;font-weight:400;color:#72808f}.hrsync-2jvk-Z{background:#fff;border-radius:16px;padding:24px;height:fit-content;min-height:100%;display:flex;flex-direction:column;overflow:scroll;box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none}.hrsync-2jvk-Z::-webkit-scrollbar{display:none}.hrsync-fbnueh{margin-bottom:24px}.hrsync-XX4uVn{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:#0d1f2d;margin-bottom:16px}.hrsync-tuzw-N{background-color:#ff70220d;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:12px}.hrsync-VQ02HK{display:flex;gap:8px;padding:0;border-radius:8px;overflow-x:auto;overflow-y:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none}.hrsync-VQ02HK::-webkit-scrollbar{display:none}.hrsync-Q9RkgT{background:#fff;padding:6px 8px;border:.5px solid #DADFE3;border-radius:8px;font-size:14px;font-weight:600;color:#72808f;cursor:pointer;display:flex;align-items:center;justify-content:center;white-space:nowrap;text-align:center}.hrsync-Q9RkgT:hover{background:#f6f7f8;color:#505862}.hrsync-lWdFEZ{background:linear-gradient(180deg,#ff8637,#ff7022);border:1px solid #F04906;color:#fff;transition:all .3s ease}.hrsync-lWdFEZ:hover{background:linear-gradient(180deg,#ff8637,#ff7022);border:1px solid #F04906;color:#fff}.hrsync-u0UrrO{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%;max-width:100%;box-sizing:border-box}.hrsync-B22Ghm{position:relative;width:250px;height:250px;display:flex;align-items:center;justify-content:center;isolation:isolate}.hrsync-B22Ghm canvas{position:relative;z-index:1;width:100%!important;height:100%!important}.hrsync-2jvk-Z body .chartjs-tooltip,.hrsync-2jvk-Z body #chartjs-tooltip{z-index:9999!important}.hrsync-7GY3bR{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;z-index:1;background:#fff;box-shadow:0 6px 24px #0d1f2d1f,0 2px 8px #0d1f2d14;border-radius:100%;padding:24px;width:160px;height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(255,112,34,.1)}.hrsync-iJnG3Z{font-size:48px;font-weight:900;color:#0d1f2d;line-height:1;letter-spacing:-1px;text-shadow:0px 1px 2px rgba(13,31,45,.1)}.hrsync-irHiti{font-size:15px;white-space:nowrap;font-weight:700;color:#0d1f2d;line-height:1.2;letter-spacing:.3px;opacity:.8}.hrsync-4DB6ol{width:100%;height:100%}.hrsync-4I8XCB{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%;box-sizing:border-box}.hrsync-ftBjQp{display:flex;align-items:center;gap:4px;padding:10px 16px;border-radius:12px;border:1px solid #DADFE3;width:100%;max-width:100%;min-width:0}.hrsync-cBJhUf{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hrsync-zqrwQX{background:#3b82f6}.hrsync-1MY0jU{background:#10b981}.hrsync-otPNpp{background:#8b5cf6}.hrsync-euhEJJ{font-size:14px;color:#505862;flex:1;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.hrsync-JASQe4{font-size:14px;font-weight:700;color:#0d1f2d;flex-shrink:0;white-space:nowrap}.hrsync-OGcmss{height:fit-content;min-height:100%;max-height:600px;padding:24px;display:flex;flex-direction:column}.hrsync-l2UnZD{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-shrink:0}.hrsync-my64Yi{background-color:#ff70220d;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:12px}.hrsync-64MVhI{font-size:16px;font-weight:600;color:#0d1f2d;margin:0}.hrsync-6PQGTc{list-style:none;padding:0;margin:0;flex:1;overflow-y:auto;min-height:0}.hrsync-u7a6Wz{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:300px;padding:24px}.hrsync-qtaJjt{width:200px;height:auto;margin-bottom:16px;opacity:.6}.hrsync-SX2VNj{font-size:14px;color:#72808f;font-weight:500;text-align:center;margin:0}.hrsync-SqjkET{position:relative;padding:10px 0!important;list-style:none;display:flex;gap:12px;align-items:center;border-bottom:1px solid #DADFE3}.hrsync-SqjkET:last-child{border-bottom:none}.hrsync-WGGz5R{width:44px;height:44px;border-radius:50%;overflow:hidden}.hrsync-WGGz5R img{width:100%;height:100%;object-fit:cover}.hrsync-SqjkET.hrsync-1-fqNd .hrsync-Z2KQ7Y{background-color:#4caf50}.hrsync-SqjkET.hrsync-1-fqNd .hrsync-nT9JBt{color:#4caf50}.hrsync-SqjkET.hrsync-99IYI7 .hrsync-Z2KQ7Y{background-color:#ffc107}.hrsync-SqjkET.hrsync-99IYI7 .hrsync-nT9JBt{color:#ffc107}.hrsync-Z2KQ7Y{width:12px;height:12px;border-radius:50%;background-color:#ddd;border:2px solid #fff;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.hrsync-nT9JBt{font-size:14px!important;font-weight:600;margin-bottom:5px;color:var(--color-neutral-dark)}.hrsync-7faZrz{font-size:12px;color:#606b77;font-weight:500}.hrsync-Ffp7y2{height:100%;padding:24px;display:flex;flex-direction:column}.hrsync-bNlzcQ{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-shrink:0}.hrsync-VzGPkc{background-color:#ff70220d;width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:12px}.hrsync-Y8wryJ{font-size:16px;font-weight:600;color:#0d1f2d;margin:0}.hrsync-PcpQKv{padding:24px;text-align:center;color:#72808f}.hrsync-wXw9mV{flex:1;overflow-y:auto;padding-right:8px;margin:0}.hrsync-wXw9mV ul{list-style:none;padding:0;margin:0}.hrsync-MgSDs7{display:flex;align-items:start;padding:10px 0;position:relative;border-bottom:1px solid rgb(218,223,227)}.hrsync-MgSDs7:last-child{border-bottom:none}.hrsync-N7L9o5{width:8px;height:8px;background-color:#ff7022;border-radius:50%;flex-shrink:0;margin-right:6px;margin-top:6px}.hrsync-5ANws5{flex:1}.hrsync-21s-Jr{font-size:14px;font-weight:600;color:#0d1f2d;margin:0 0 4px}.hrsync-77uB-P{font-size:12px;color:#72808f;margin:0}.slider{position:relative;width:100%;overflow:hidden;border-radius:12px;background:var(--color-neutral-lighter, #ffffff)}.slider__container{position:relative;width:100%;height:100%;border-radius:12px;overflow:hidden}.slider__track{display:flex;transition:transform .35s ease-in-out;height:100%;will-change:transform}.slider__slide{min-width:100%;width:100%;height:100%;flex-shrink:0;display:flex;align-items:stretch}.slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:40px;height:40px;border-radius:9999px;background:#fff3;backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .25s ease;box-shadow:0 2px 8px #0000001a}.slider__arrow:hover:not(:disabled){background:#ffffff4d;border-color:#ffffff80;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0003}.slider__arrow:active:not(:disabled){transform:translateY(-50%) scale(.95)}.slider__arrow:focus{outline:none;outline-offset:2px}.slider__arrow:disabled,.slider__arrow--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.slider__arrow svg{width:20px;height:20px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.slider__arrow--prev{left:16px}.slider__arrow--next{right:16px}.slider__dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:10}.slider__dot{width:10px;height:10px;border-radius:9999px;border:none;background:#ffffff80;cursor:pointer;transition:all .25s ease;padding:0}.slider__dot:hover{background:#fffc;transform:scale(1.2)}.slider__dot--active{background:var(--color-primary, #ff7022);width:24px;border-radius:6px;box-shadow:0 2px 4px #ff70224d}@media (max-width: 768px){.slider__arrow{width:32px;height:32px}.slider__arrow svg{width:16px;height:16px}.slider__arrow--prev{left:8px}.slider__arrow--next{right:8px}.slider__dots{bottom:8px}}@media (max-width: 768px){.slider-content{padding:24px 48px}}.hrsync-71eyeX h3{margin:0;font-size:24px;font-weight:700;color:#000}.hrsync-c2vA7d{display:flex;flex-direction:column;gap:0;padding:0}.hrsync-JnCfcu{width:100%;position:relative;border-radius:16px;overflow:hidden}.hrsync-JnCfcu:after{content:"";position:absolute;bottom:-20px;left:0;right:0;height:60px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0;z-index:0}.hrsync-zMfXaY{width:100%;height:192px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.hrsync-zMfXaY img{width:100%;max-width:100%;height:100%;object-position:center;display:block;margin:0;padding:0}.hrsync-Jj3UqP{width:100%;height:300px;background:transparent;padding:40px 20px 80px;display:flex;align-items:center;justify-content:center}.hrsync-6ex484{display:flex;flex-direction:column;gap:20px;text-align:center;padding-top:20px;padding-bottom:20px;justify-content:center}.hrsync-1rLXKL{font-size:20px;font-weight:700;color:#0d1f2d;line-height:1.3}.hrsync-irgjm-{font-size:15px;font-weight:500;color:#505862;padding:0}.hrsync-irgjm- p{margin:0 0 12px}.hrsync-irgjm- p:last-child{margin-bottom:0}.hrsync-irgjm- ul,.hrsync-irgjm- ol{margin:12px 0;padding-left:24px}.hrsync-irgjm- li{margin:6px 0}.hrsync-irgjm- strong{font-weight:600;color:#333}.hrsync-irgjm- a{color:#ff7022;text-decoration:none}.hrsync-irgjm- a:hover{text-decoration:underline}.hrsync-zZgGf1{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:auto}.hrsync-qpvijZ{width:40px;height:40px;border:none;background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.hrsync-qpvijZ svg{width:40px;height:40px}.hrsync-qpvijZ:hover:not(:disabled){transform:scale(1.05);opacity:.8}.hrsync-qpvijZ:disabled{opacity:.3;cursor:not-allowed;transform:none}@media (max-width: 768px){.hrsync-zMfXaY,.hrsync-Jj3UqP{height:200px;padding:30px 15px 50px}.hrsync-1rLXKL{font-size:22px;margin:24px 16px 12px}.hrsync-irgjm-{font-size:14px;margin:0 16px 24px}.hrsync-zZgGf1{padding:0 16px 16px;gap:12px}.hrsync-qpvijZ{width:40px;height:40px;font-size:16px}}.hrsync-fFYh6L{display:flex;justify-content:center;align-items:center;height:60vh}.hrsync-6epXqG{display:flex;flex-direction:column;align-items:center;gap:24px}.hrsync-vexI9m{width:48px;height:48px;border:4px solid #e9ecef;border-top:4px solid #ff7022;border-radius:50%;animation:hrsync-XnSn1a 1s linear infinite}.hrsync-In6l8Z{font-size:16px;color:#72808f}.hrsync-Pml3Qc{margin-bottom:24px}.hrsync-idYUaC,.hrsync-rMExRM{display:flex;flex-direction:column;gap:20px}.hrsync-4DAdeW{display:flex;gap:20px;height:310px}.hrsync-abpg5x{background:#fff;border:1px solid #dadfe3;border-radius:16px;padding:24px}.hrsync-wgA0XI{width:280px;flex-shrink:0}.hrsync-0f785P{flex:1;display:flex;flex-direction:column;gap:20px}.hrsync-0f785P .hrsync-FKDmA-{display:flex;gap:20px}.hrsync-0f785P .hrsync-FKDmA- .hrsync-70XfoD{flex:1}.hrsync-K75dUS{height:150px}.hrsync-29TUW6{width:300px;flex-shrink:0}.hrsync-AJba2e{display:flex;gap:20px;height:400px}.hrsync-AJba2e .hrsync-JUEb88{flex:2}.hrsync-AJba2e .hrsync-X6w9ut,.hrsync-AJba2e .hrsync-g-jNpJ{flex:1}.hrsync-HIjjGl ul{list-style:none;padding:0;margin:0;max-height:300px;overflow-y:auto}.hrsync-k8Wq8Y{display:flex;align-items:flex-start;gap:12px;padding:12px 0}.hrsync-k8Wq8Y:last-child{border-bottom:none}.hrsync-H6e-Vy{flex:1}.hrsync-ndP6ek{font-size:14px;font-weight:600;color:#0d1f2d;margin:0 0 4px;line-height:1.3}.hrsync-OHOQ79{font-size:12px;color:#72808f;margin:0}@keyframes hrsync-XnSn1a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hrsync-lAYkhk{display:flex;align-items:center;justify-content:center;padding:24px;color:#72808f;font-style:italic}.hrsync-fsMWpU .hrsync-EiTnhE{text-align:center;margin-bottom:16px}.hrsync-fsMWpU .hrsync-EiTnhE .hrsync-MccL-E{max-width:120px;height:auto}.hrsync-fsMWpU .hrsync-v8lyaF{display:flex;flex-direction:column;gap:16px}.hrsync-fsMWpU .hrsync-v8lyaF div h3{font-size:14px;font-weight:600;color:#72808f;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px}.hrsync-fsMWpU .hrsync-v8lyaF div p{font-size:16px;font-weight:500;color:#0d1f2d;margin:0;line-height:1.4}.hrsync-cK6hy-{display:flex;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px}.hrsync-cK6hy- span:first-child{color:#0d1f2d;font-weight:500}.hrsync-cK6hy- span:last-child{color:#72808f;font-weight:400}.hrsync-X69Ufk{height:2px;margin:8px 0;border-radius:1px}.hrsync--nmKt-{display:flex;flex-direction:column;flex:1;min-height:0;height:100%;width:100%}.hrsync--nmKt->header{flex-shrink:0}.hrsync-OOaIMy{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;gap:24px}.hrsync-b2I3YJ{width:100%;margin-bottom:0;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.hrsync-j0svBm{display:none;gap:6px;flex-wrap:wrap;align-items:center}.hrsync-dfcOm4{padding:6px 14px;border-radius:20px;border:1px solid var(--color-neutral-darker, rgba(145, 158, 171, .2));background:var(--color-neutral-lighter, #ffffff);color:var(--color-neutral-dark, #212b36);font-size:13px;font-weight:500;cursor:pointer;transition:all .25s ease;white-space:nowrap;line-height:1.4;height:32px;display:inline-flex;align-items:center;justify-content:center}.hrsync-dfcOm4:hover{background:#ff702214;color:var(--color-primary, #ff7022);border-color:#ff70224d}.hrsync-dfcOm4.hrsync-30Azrt{background:var(--color-primary, #ff7022);color:#fff;border-color:var(--color-primary, #ff7022);box-shadow:0 1px 3px #ff702240}.hrsync-dfcOm4.hrsync-30Azrt:hover{background:var(--color-primary-contained, #f04906);border-color:var(--color-primary-contained, #f04906)}.hrsync-buOJof{display:flex;align-items:center;justify-content:center;height:180px;background:var(--color-neutral-lighter, #ffffff);border-radius:12px;border:1px solid var(--color-neutral-darker, rgba(145, 158, 171, .2))}.hrsync-buOJof p{color:var(--color-neutral-dark, #212b36);font-size:14px;margin:0}@media (max-width: 768px){.hrsync-j0svBm{gap:4px}.hrsync-dfcOm4{padding:5px 12px;font-size:12px;height:28px;border-radius:16px}}.hrsync-rMExRM{display:flex;flex-direction:column;gap:24px;width:100%;max-width:100%;flex:1;min-height:0}.hrsync-3v-AvT{display:grid;grid-template-columns:minmax(260px,280px) 1fr;grid-template-rows:1fr;gap:24px;align-items:stretch;flex-shrink:0}.hrsync-3v-AvT .hrsync-0f8cjg{min-width:260px;background:#fff;border-radius:16px;height:100%;min-height:494px;grid-row:1;display:flex;flex-direction:column}.hrsync-3v-AvT .hrsync-QnzZYh{display:grid;grid-template-rows:auto auto;gap:24px;min-width:0;min-height:494px;height:100%}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA-{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;min-height:fit-content;align-items:stretch}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA- .hrsync-70XfoD{min-width:0;background:#fff;border-radius:16px;padding:24px;border:1px solid #DADFE3;height:120px;min-height:120px;max-height:120px;display:flex;flex-direction:column}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39{display:grid;grid-template-columns:1fr minmax(350px,450px);gap:24px;min-height:0;align-items:stretch}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-2bue9u{min-width:0;height:350px;display:flex;flex-direction:column}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-jY1BA5{min-width:350px;max-width:450px;height:350px;display:flex;flex-direction:column}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-2bue9u,.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-jY1BA5{background:#fff;border-radius:16px;border:1px solid #DADFE3}.hrsync-zNixAg{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch;flex:1;min-height:0}.hrsync-zNixAg .hrsync-Lf7n2U,.hrsync-zNixAg .hrsync-rqkN-y,.hrsync-zNixAg .hrsync-YMTeig{min-width:0;background:#fff;border-radius:16px;border:1px solid #DADFE3;min-height:450px;height:100%;display:flex;flex-direction:column}.hrsync-zNixAg .hrsync-Lf7n2U h3,.hrsync-zNixAg .hrsync-rqkN-y h3,.hrsync-zNixAg .hrsync-YMTeig h3{font-size:16px;color:#0d1f2d}@media (max-width: 1600px) and (min-width: 1401px){.hrsync-3v-AvT{grid-template-columns:minmax(240px,260px) 1fr;gap:20px;align-items:stretch}.hrsync-3v-AvT .hrsync-0f8cjg{min-width:240px;height:100%;min-height:490px}.hrsync-3v-AvT .hrsync-QnzZYh{min-height:490px;height:100%}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA-{gap:16px;min-height:fit-content;align-items:stretch}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA- .hrsync-70XfoD{height:120px;min-height:120px;max-height:120px}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39{grid-template-columns:1fr minmax(320px,400px);gap:20px;min-height:fit-content;align-items:start}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-2bue9u{height:350px}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-jY1BA5{min-width:320px;max-width:400px;height:350px}}@media (max-width: 1400px) and (min-width: 1200px){.hrsync-3v-AvT{grid-template-columns:minmax(240px,260px) 1fr;grid-template-rows:1fr;gap:16px;align-items:stretch}.hrsync-3v-AvT .hrsync-0f8cjg{min-width:240px;height:100%;min-height:486px}.hrsync-3v-AvT .hrsync-QnzZYh{min-height:486px;height:100%}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA-{grid-template-columns:repeat(3,1fr);gap:16px;min-height:fit-content;align-items:stretch}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA- .hrsync-70XfoD{height:120px;min-height:120px;max-height:120px}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39{grid-template-columns:1fr minmax(300px,380px);gap:16px;min-height:0;align-items:stretch}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-2bue9u{height:350px}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-jY1BA5{min-width:300px;max-width:380px;height:350px}.hrsync-zNixAg{gap:16px;align-items:start}.hrsync-zNixAg .hrsync-Lf7n2U,.hrsync-zNixAg .hrsync-rqkN-y,.hrsync-zNixAg .hrsync-YMTeig{height:450px;min-height:450px;max-height:450px}}@media (max-width: 1200px){.hrsync-3v-AvT{grid-template-columns:1fr;grid-template-rows:auto;gap:20px;align-items:stretch;min-height:fit-content}.hrsync-3v-AvT .hrsync-0f8cjg{width:100%;min-width:unset;grid-row:auto}.hrsync-3v-AvT .hrsync-QnzZYh{min-height:fit-content}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA-{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;min-height:fit-content;align-items:stretch}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA- .hrsync-70XfoD{height:120px;min-height:120px;max-height:120px}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39{grid-template-columns:1fr;gap:16px;min-height:fit-content;align-items:start}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-jY1BA5{width:100%;min-width:unset;max-width:100%;height:350px}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39 .hrsync-2bue9u{height:350px}.hrsync-zNixAg{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;align-items:start;min-height:fit-content}.hrsync-zNixAg .hrsync-Lf7n2U,.hrsync-zNixAg .hrsync-rqkN-y,.hrsync-zNixAg .hrsync-YMTeig{height:450px;min-height:450px;max-height:450px}}@media (max-width: 768px){.hrsync-3v-AvT{gap:16px;align-items:start;min-height:fit-content}.hrsync-3v-AvT .hrsync-QnzZYh{min-height:fit-content}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA-{grid-template-columns:1fr;min-height:fit-content;align-items:stretch}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-FKDmA- .hrsync-70XfoD{height:120px;min-height:120px;max-height:120px}.hrsync-3v-AvT .hrsync-QnzZYh .hrsync-hicL39{min-height:fit-content;align-items:start}.hrsync-zNixAg{grid-template-columns:1fr;align-items:start;min-height:fit-content}.hrsync-zNixAg .hrsync-Lf7n2U,.hrsync-zNixAg .hrsync-rqkN-y,.hrsync-zNixAg .hrsync-YMTeig{height:400px;min-height:400px;max-height:400px}}.hrsync-MGeL-9{background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;padding:24px;height:100%}.hrsync-FB-3ii{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:24px 50px 20px;height:100%;width:100%;margin:0;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;border-radius:0;overflow:hidden}.hrsync-FB-3ii .hrsync-sCRvZQ{position:absolute;inset:0;background:linear-gradient(135deg,#ff702280,#f0490680);z-index:1}.hrsync-FB-3ii .hrsync-EwHLNs{position:relative;z-index:2;padding-left:30px;padding-right:10px;width:100%;max-width:100%;overflow:visible;display:flex;flex-direction:column;min-height:0;height:100%}.hrsync-FB-3ii .hrsync-6TKc6F{font-size:24px;font-weight:600;margin:0 0 12px;padding:0;color:#fff;line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-width:100%;width:100%;word-break:break-word;overflow-wrap:break-word;hyphens:auto;visibility:visible;opacity:1;position:relative;z-index:3;flex-shrink:0}.hrsync-FB-3ii .hrsync-i0BIFy{font-size:16px;margin:0 0 12px;color:#fffffff2;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;overflow-wrap:break-word;flex-shrink:0}.hrsync-FB-3ii .hrsync-1-S0we{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:auto;padding-top:8px;flex-shrink:0;width:100%;min-height:32px}.hrsync-FB-3ii .hrsync-7mzjYs{font-size:14px;color:#fffc;font-weight:500;flex-shrink:0;margin-left:auto}.hrsync-FB-3ii .hrsync-W7eO8L{font-size:13px;color:#fff;font-weight:600;text-decoration:none;padding:5px 14px;background:#fff3;border-radius:20px;border:1px solid rgba(255,255,255,.3);transition:all .2s ease;flex-shrink:0;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;min-width:fit-content}.hrsync-FB-3ii .hrsync-W7eO8L:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-1px)}.hrsync-FB-3ii .hrsync-W7eO8L:active{transform:translateY(0)}@media (max-width: 768px){.hrsync-FB-3ii{padding:24px 20px;margin:0 48px}.hrsync-FB-3ii .hrsync-EwHLNs .hrsync-6TKc6F{font-size:20px;margin-bottom:8px;-webkit-line-clamp:2;line-clamp:2}.hrsync-FB-3ii .hrsync-EwHLNs .hrsync-i0BIFy{font-size:14px;margin-bottom:12px;-webkit-line-clamp:3;line-clamp:3}.hrsync-FB-3ii .hrsync-EwHLNs .hrsync-7mzjYs{font-size:12px}}.hrsync-FY4CEj .hrsync--qGq1l{margin-bottom:16px}.hrsync-FY4CEj .hrsync-NULag4{display:flex;flex-direction:column;gap:8px}.hrsync-FY4CEj .hrsync-GY-WSo,.hrsync-FY4CEj .hrsync-Zio9-v{font-size:14px;font-weight:500;color:#505862;font-family:inherit;margin-bottom:8px}.hrsync-FY4CEj .hrsync-GY-WSo.hrsync-swKU5-:after,.hrsync-FY4CEj .hrsync-Zio9-v.hrsync-swKU5-:after{content:" *";color:#ef4444}.hrsync-FY4CEj .hrsync-GY-WSo .hrsync-etsAiX,.hrsync-FY4CEj .hrsync-Zio9-v .hrsync-etsAiX{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-FY4CEj .hrsync-3NEwxJ{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.hrsync--wVkAK{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.hrsync--wVkAK{grid-template-columns:1fr}}.hrsync-LdRbPi{width:100%;display:flex;flex-direction:column}.hrsync-LdRbPi .hrsync-GY-WSo,.hrsync-LdRbPi .hrsync-Zio9-v{font-size:14px;font-weight:500;color:#505862;font-family:inherit;margin-bottom:8px}.hrsync-LdRbPi .hrsync-GY-WSo.hrsync-swKU5-:after,.hrsync-LdRbPi .hrsync-Zio9-v.hrsync-swKU5-:after{content:" *";color:#ef4444}.hrsync-S-r7TN{color:#ef4444;font-size:12px;margin-bottom:0}.hrsync-DSaw2q{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-fGKnzE{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-FTd9ui{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #ddd;border-radius:8px;cursor:pointer;position:relative}.hrsync-FTd9ui:hover{border-color:#888}.hrsync-nl7uqT{width:100%;height:100px;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:16px}.hrsync-nl7uqT img.hrsync-BpsXx2{max-width:100%;max-height:100%;border-radius:4px;object-fit:cover}.hrsync-f9uV5S{position:absolute;width:100%;height:100%;opacity:0;cursor:pointer}.hrsync-oFHeal{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hrsync-kCWdji{display:flex;flex-direction:column;gap:24px}.hrsync-lXqa6z{display:flex;justify-content:space-between;border-bottom:1px solid #e0e0e0;width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px;position:relative;box-sizing:border-box}.hrsync-548ENg{display:flex;align-items:center;gap:8px;cursor:pointer;opacity:.5;transition:opacity .3s ease;padding-bottom:16px;position:relative;user-select:none}.hrsync-548ENg.hrsync-BZlS5Y{opacity:1}.hrsync-548ENg.hrsync-BZlS5Y:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:var(--primary-color, #FF7022)}.hrsync-548ENg .hrsync-q1eJyV{width:32px;height:32px;border-radius:50%;background-color:#e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:700}.hrsync-548ENg.hrsync-BZlS5Y .hrsync-q1eJyV{background-color:var(--primary-color, #FF7022);color:#fff}.hrsync-548ENg .hrsync-CULV81{font-weight:500}.hrsync-oFHeal{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.hrsync-lXqa6z:last-child .hrsync-oFHeal{grid-template-columns:1fr;max-width:400px;margin:0 auto}.hrsync-6QbXVP{grid-column:span 2;display:flex;flex-direction:column;gap:12px}.hrsync-cf3IvP{display:flex;align-items:center;gap:8px}.hrsync-9esYWl{font-weight:600;color:var(--primary-color, #FF7022);font-size:14px}.hrsync-ffMKIi{display:flex;justify-content:flex-end;gap:16px;padding:16px;border-top:1px solid #e0e0e0}.hrsync-9L7MLY{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e0e0e0}.hrsync-9L7MLY .hrsync-WcesNC{display:flex;align-items:center;gap:12px}.hrsync-9L7MLY .hrsync-WcesNC .hrsync-yCXucu{background:none;border:1px solid #DADFE3;font-size:20px;cursor:pointer;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#72808f;transition:color .2s}.hrsync-9L7MLY .hrsync-WcesNC .hrsync-yCXucu:hover{color:#111827}.hrsync-9L7MLY .hrsync-WcesNC h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.hrsync-9L7MLY .hrsync-GCJ5hh{display:flex;align-items:center;gap:12px}.hrsync-9L7MLY .hrsync-GCJ5hh .hrsync-jqEEv0{background:none;border:none;font-size:24px;cursor:pointer;padding:4px 8px;color:#6b7280;transition:color .2s;line-height:1}.hrsync-9L7MLY .hrsync-GCJ5hh .hrsync-jqEEv0:hover{color:#374151}.hrsync-a6Ca6w{display:flex;flex-direction:column;padding:0 16px}.hrsync-fKpwxg{display:flex;justify-content:flex-end;align-items:center}.hrsync-iEJJay{display:flex;flex-direction:column;gap:20px;margin-top:16px}.hrsync-9TK50X{padding:12px 16px;background-color:#d1fae5;border:1px solid #10b981;border-radius:8px;color:#065f46}.hrsync-MO67JR{padding:12px 16px;background-color:#fee2e2;border:1px solid #ef4444;border-radius:8px;color:#991b1b}.hrsync-fTUFEM{font-size:14px;font-weight:500}.hrsync-0qb3Gq{padding:16px;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.hrsync-duxSSs{margin:0 0 16px;font-size:16px;font-weight:600;color:#111827}.hrsync--KCBBw{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.hrsync-2-9Iu2{display:flex;flex-direction:column;gap:4px}.hrsync-V0JTiN{font-size:12px;color:#6b7280;font-weight:500}.hrsync-TKPza-{font-size:20px;font-weight:600;color:#111827}.hrsync-aMXcAe{color:#10b981}.hrsync-H1oTGM{color:#ef4444}.hrsync-Sbasex{margin-top:8px}.hrsync-5O8XxN{margin:0 0 12px;font-size:16px;font-weight:600;color:#111827}.hrsync-ay14xS{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;max-height:400px;overflow-y:auto}.hrsync-bZ0XyT{display:grid;grid-template-columns:80px 150px 1fr;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-weight:600;font-size:12px;color:#6b7280;text-transform:uppercase;position:sticky;top:0;z-index:1}.hrsync-dL-Ef6{display:flex;flex-direction:column}.hrsync-6-BDkh{display:grid;grid-template-columns:80px 150px 1fr;padding:12px 16px;border-bottom:1px solid #e5e7eb;font-size:13px;color:#374151}.hrsync-6-BDkh:last-child{border-bottom:none}.hrsync-6-BDkh:hover{background-color:#f9fafb}.hrsync-2dYNTX{font-weight:500;color:#6b7280}.hrsync-sT1CPE{font-weight:500;color:#111827}.hrsync-MO67JR{color:#ef4444}.hrsync-2y0PsQ{margin-top:8px}.hrsync-Pf--Ev{margin:0 0 12px;font-size:16px;font-weight:600;color:#111827}.hrsync-Aivp51{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;max-height:400px;overflow-y:auto}.hrsync-Y0TWqf{display:grid;grid-template-columns:60px 1fr 1.5fr 1.2fr 1fr 1.2fr 1.2fr;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;padding:12px 16px;font-weight:600;font-size:12px;color:#6b7280;text-transform:uppercase;position:sticky;top:0;z-index:1}.hrsync-qKhA40{display:flex;flex-direction:column}.hrsync-mxOfrk{display:grid;grid-template-columns:60px 1fr 1.5fr 1.2fr 1fr 1.2fr 1.2fr;padding:12px 16px;border-bottom:1px solid #e5e7eb;font-size:13px;color:#374151}.hrsync-mxOfrk:last-child{border-bottom:none}.hrsync-mxOfrk:hover{background-color:#f9fafb}.hrsync-Z2vNQN{font-weight:500;color:#6b7280}.hrsync-hSAze-{font-weight:500;color:#111827}.hrsync-C9INZp,.hrsync-EX1sov,.hrsync-QYRSMb,.hrsync-GlDjpW{color:#374151}.hrsync-kH-CeN{display:flex;align-items:center}.hrsync-LEmmd0{padding:4px 8px;background-color:#d1fae5;color:#065f46;border-radius:4px;font-size:11px;font-weight:500}.hrsync--c-WuD{padding:4px 8px;background-color:#fee2e2;color:#991b1b;border-radius:4px;font-size:11px;font-weight:500}.checkbox-with-text{display:flex;align-items:center}.checkbox{width:20px;height:20px;cursor:pointer;margin-right:10px;flex-shrink:0}.label{cursor:pointer;font-size:14px;font-weight:500;display:inline-flex;align-items:center;text-align:left;position:relative}.label.disabled{cursor:not-allowed;opacity:.6}.checkbox-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}input[type=checkbox]{appearance:none;width:24px;height:24px;border-radius:6px;cursor:pointer;border:2px solid #ddd;transition:all .2s ease}input[type=checkbox]:not(:checked){background-color:#fff}input[type=checkbox]:checked{position:relative;background-color:#fff6ed;border-color:var(--color-primary)}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6;background-color:#f5f5f5;border-color:#d9d9d9}.hrsync-AF7LpO{position:fixed;inset:0;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#2b36411a;z-index:1000;display:flex;justify-content:flex-end;padding:16px;animation:hrsync-2B89Sr .4s cubic-bezier(.4,0,.2,1)}.hrsync-AF7LpO.hrsync-ZAtxji{animation:hrsync-XiUVnv .4s cubic-bezier(.4,0,.2,1) forwards}.hrsync-AF7LpO.hrsync-ZAtxji .hrsync-5dXk-N{animation:hrsync-xH9rXQ .4s cubic-bezier(.4,0,.2,1) forwards}.hrsync-5dXk-N{width:490px;max-width:100vw;height:calc(100vh - 32px);background:#fff;box-shadow:0 2px 24px #2b364114;border-radius:16px;display:flex;flex-direction:column;padding:0;position:relative;animation:hrsync-8QmbP- .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.hrsync-T-poEL{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;font-size:20px;font-weight:600;color:#2b3641;border-bottom:1px solid #f1f3f5;background:#fff}.hrsync-T-poEL h2{font-size:18px;font-weight:600;color:#111827;margin:0}.hrsync-T-poEL .hrsync-TcMf6S{display:flex;align-items:center;gap:8px}.hrsync-T-poEL .hrsync-K0FEXD{display:flex;align-items:center;gap:4px;padding:6px 12px;background:transparent;border:none;color:#505862;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;border:1px solid #DADFE3;transition:background-color .2s}.hrsync-T-poEL .hrsync-K0FEXD:hover{background-color:#f3f4f6}.hrsync-T-poEL .hrsync-kxex8r{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:50%;cursor:pointer;transition:background-color .2s}.hrsync-T-poEL .hrsync-kxex8r:hover{background-color:#f3f4f6}.hrsync--YWT4D{position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.hrsync-SOliWP{background:none;border:1px solid #DADFE3;cursor:pointer;padding:6px;width:32px;height:32px;display:flex;align-items:center;border-radius:50%;justify-content:center;position:relative;transition:all .2s ease}.hrsync-SOliWP:hover{background-color:#f8f9fa}.hrsync-SOliWP.hrsync-dMnH-J{background-color:#fff6ed}.hrsync-SOliWP.hrsync-dMnH-J svg path{fill:#ff7022}.hrsync-SOliWP svg{transform:rotate(90deg)}.hrsync-SOliWP svg path{fill:currentColor;transition:fill .2s ease}.hrsync-i6jL-Z{position:fixed;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 4px 20px #00000014;z-index:10000;min-width:160px;padding:8px;opacity:1;animation:hrsync-ys6wIu .2s ease-out;right:auto;max-width:calc(100vw - 40px);max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:hidden}.hrsync-i6jL-Z.hrsync-82nN79{right:auto}.hrsync-i6jL-Z.hrsync-8DPNhw{animation:hrsync-vJWePM .2s ease-out}.hrsync-i6jL-Z::-webkit-scrollbar{width:6px}.hrsync-i6jL-Z::-webkit-scrollbar-track{background:transparent;border-radius:3px}.hrsync-i6jL-Z::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.hrsync-i6jL-Z::-webkit-scrollbar-thumb:hover{background:#9ca3af}@keyframes hrsync-ys6wIu{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes hrsync-vJWePM{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hrsync-JNbdqp{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;text-align:left;border-radius:8px;transition:all .15s ease}.hrsync-JNbdqp:hover{background-color:#f8f9fa}.hrsync-JNbdqp.hrsync-LJE7yV{color:#dc2626}.hrsync-JNbdqp.hrsync-LJE7yV:hover{background-color:#fef2f2}.hrsync-JNbdqp span{flex:1}.hrsync-BqG1Rb{flex:1;overflow-y:auto}.hrsync--Njc8F{display:flex;flex-direction:column;gap:16px;margin-bottom:24px;padding:24px 24px 0}.hrsync--Njc8F .hrsync-ngczrU{display:flex;align-items:center;gap:16px}.hrsync--Njc8F .hrsync-H5THTm{width:64px;height:64px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrsync--Njc8F .hrsync-H5THTm img{width:100%;height:100%;object-fit:cover}.hrsync--Njc8F .hrsync-74HrKj{flex:1;display:flex;flex-direction:column}.hrsync--Njc8F .hrsync-74HrKj .hrsync-O8vFYc{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:0}.hrsync--Njc8F .hrsync-74HrKj .hrsync-O8vFYc>div:first-child{flex:1}.hrsync--Njc8F .hrsync-74HrKj .hrsync-O8vFYc h3{font-size:16px;font-weight:700;color:#0d1f2d}.hrsync--Njc8F .hrsync-74HrKj .hrsync-O8vFYc .hrsync-8tViri{font-size:14px;color:#72808f;margin:0;font-weight:500}.hrsync--Njc8F .hrsync-74HrKj .hrsync-O8vFYc .hrsync-jzF5lY{display:flex;align-items:center;gap:6px;padding:4px 8px;border-radius:56px;font-size:12px;color:#374151;white-space:nowrap;flex-shrink:0}.hrsync--Njc8F .hrsync-74HrKj .hrsync-O8vFYc .hrsync-Y18-b3{background:#f0fdf5;color:#21c16b;font-weight:500;font-size:14px}.hrsync--Njc8F .hrsync-74HrKj .hrsync-O8vFYc .hrsync-KVrE8t{background:#fff1f2;color:#fb3748;font-weight:500;font-size:14px}.hrsync--Njc8F .hrsync-1zSLFP{width:6px;height:6px;border-radius:50%}.hrsync--Njc8F .hrsync-pe7vCz{width:6px;height:6px;border-radius:50%;background-color:#10b981}.hrsync--Njc8F .hrsync-ZOWJBt{width:6px;height:6px;border-radius:50%;background-color:#ef4444}.hrsync--Njc8F .hrsync-ldYD11{display:flex;flex-direction:row;gap:8px;width:100%;margin-top:4px}.hrsync--Njc8F .hrsync-tduyeM{display:flex;align-items:center;gap:8px;border:1px solid #DADFE3;border-radius:8px;padding:6px;font-size:14px;color:#374151}.hrsync--Njc8F .hrsync-tduyeM span{flex:1;font-size:12px;color:#505862}.hrsync--Njc8F .hrsync-tduyeM .hrsync-OVdptd{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;background:transparent;border:none;cursor:pointer;opacity:.6;transition:opacity .2s}.hrsync--Njc8F .hrsync-tduyeM .hrsync-OVdptd:hover{opacity:1}.hrsync-fmWzEH{margin-bottom:24px;border-radius:8px;padding:0 24px}.hrsync-fmWzEH .hrsync-wkd2By{display:flex;justify-content:space-between;align-items:center}.hrsync-fmWzEH .hrsync-wkd2By span{font-size:14px;font-weight:500;color:#606b77}.hrsync-fmWzEH .hrsync-PALVjH{display:flex;align-items:center;gap:12px}.hrsync-fmWzEH .hrsync-PALVjH .hrsync-TDtvG-{flex:1;height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden}.hrsync-fmWzEH .hrsync-PALVjH .hrsync-TDtvG- .hrsync-5sIoEZ{height:100%;background:linear-gradient(180deg,#fa731a,#fc903b);border-radius:3px;transition:width .3s ease}.hrsync-fmWzEH .hrsync-PALVjH .hrsync-BoOGrc{color:#505862;font-weight:500;font-size:14px;white-space:nowrap}.hrsync-KdtBld{display:flex;gap:0;margin-bottom:24px;padding:8px 20px;background-color:#f6f7f8}.hrsync-KdtBld .hrsync-QyYrfm{flex:1;background:transparent;border:none;border-radius:8px;font-size:15px;font-weight:500;color:#606b77;padding:6px 12px;cursor:pointer;transition:all .2s}.hrsync-KdtBld .hrsync-QyYrfm:hover{color:#0d1f2d}.hrsync-KdtBld .hrsync-QyYrfm.hrsync-dMnH-J{background:#fff;color:#ff7022;box-shadow:0 2px 8px #0d1f2d14}.hrsync-NYIIvR .hrsync-cdHTDV{display:flex;justify-content:space-between;align-items:center}.hrsync-NYIIvR .hrsync-cdHTDV span:first-child{font-size:15px;font-weight:500;color:#505862}.hrsync-NYIIvR .hrsync-cdHTDV .hrsync-9YNJSn{font-size:20px;font-weight:700;color:#0d1f2d}.hrsync-NYIIvR .hrsync-BtOkK8{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;display:flex}.hrsync-NYIIvR .hrsync-BtOkK8 .hrsync-vTH6oq{height:100%;transition:width .3s ease}.hrsync-NYIIvR .hrsync-BtOkK8 .hrsync-vTH6oq.hrsync-qWs0gi{background:linear-gradient(90deg,#5986ff,#335cff)}.hrsync-NYIIvR .hrsync-BtOkK8 .hrsync-vTH6oq.hrsync-ylAISk{background:linear-gradient(90deg,#59efd5 -23.39%,#24d3ba)}.hrsync-qZNyHC{display:flex;gap:16px}.hrsync-qZNyHC .hrsync-VEBVLX{flex:1;display:flex;align-items:center;gap:8px;border:1px solid #DADFE3;border-radius:12px;padding:10px 16px;font-size:14px;color:#505862;font-weight:500}.hrsync-qZNyHC .hrsync-VEBVLX .hrsync-XESbSM{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hrsync-qZNyHC .hrsync-VEBVLX .hrsync-XESbSM.hrsync-qWs0gi{background-color:#335cff}.hrsync-qZNyHC .hrsync-VEBVLX .hrsync-XESbSM.hrsync-ylAISk{background-color:#24d3ba}.hrsync-qZNyHC .hrsync-VEBVLX span:nth-child(2){flex:1}.hrsync-qZNyHC .hrsync-VEBVLX .hrsync-dCD-HF{font-size:16px;font-weight:700;color:#0d1f2d}.hrsync-3syjXP .hrsync-SFf-eH{display:flex;justify-content:space-between;align-items:center;background:#f6f7f8;border-radius:12px;padding:14px 12px;margin-bottom:16px}.hrsync-3syjXP .hrsync-SFf-eH span{font-size:14px;font-weight:600;color:#72808f;text-transform:uppercase;letter-spacing:.5px}.hrsync-3syjXP .hrsync-SFf-eH .hrsync-ldzS9C{display:flex;align-items:center;gap:4px;padding:0;background:transparent;border:none;color:#ff7022;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.hrsync-3syjXP .hrsync-SFf-eH .hrsync-ldzS9C:hover{opacity:.8}.hrsync-3syjXP .hrsync-HAbki0{display:flex;flex-direction:column;gap:12px}.hrsync-3syjXP .hrsync-ADM03e{display:flex;align-items:center;gap:12px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #DADFE3;padding-bottom:12px}.hrsync-3syjXP .hrsync-ADM03e:last-child{border-bottom:none}.hrsync-3syjXP .hrsync-ADM03e .hrsync-pogUy5{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border-radius:50%;cursor:pointer;border:1px solid #DADFE3;transition:all .2s}.hrsync-3syjXP .hrsync-ADM03e .hrsync-pogUy5:hover{background:#f6f7f8}.hrsync-3syjXP .hrsync-ADM03e .hrsync-pogUy5:hover svg path{stroke:#ff7022;transition:all .2s}.hrsync-3syjXP .hrsync-ADM03e .hrsync-zAw3eh{flex-shrink:0}.hrsync-3syjXP .hrsync-ADM03e .hrsync-DEhPHZ{width:24px;height:24px;border-radius:50%;border:.5px solid #21C16B;background:linear-gradient(180deg,#21c16b29,#21c16b0a 102.08%);display:flex;align-items:center;justify-content:center;padding:4px}.hrsync-3syjXP .hrsync-ADM03e .hrsync-q8JMnT{width:24px;height:24px;border-radius:50%;border:.5px solid #FB3748;background:linear-gradient(180deg,#fb374829,#fb37480a 102.08%);display:flex;align-items:center;justify-content:center;padding:4px}.hrsync-3syjXP .hrsync-ADM03e .hrsync-0uasQE{width:24px;height:24px;border-radius:50%;border:.5px solid #FF9147;background:linear-gradient(180deg,#ff914729,#ff91470a 102.08%);display:flex;align-items:center;justify-content:center;padding:4px}.hrsync-3syjXP .hrsync-ADM03e .hrsync-6hz8mr{flex:1}.hrsync-3syjXP .hrsync-ADM03e .hrsync-6hz8mr .hrsync-HkheYG{font-size:15px;font-weight:600;color:#0d1f2d;margin-bottom:4px}.hrsync-3syjXP .hrsync-ADM03e .hrsync-6hz8mr .hrsync-8yn-ZJ{font-size:14px;color:#606b77;font-weight:500}.hrsync-kdDyI0{margin-bottom:24px}.hrsync-kdDyI0 h4{font-size:14px;font-weight:600;padding:15px 20px;color:#72808f;text-transform:uppercase;letter-spacing:.5px;background:#f6f7f8;margin:0 0 16px}.hrsync-kdDyI0 .hrsync-4YfS5m{display:flex;gap:12px;padding:0 24px}.hrsync-kdDyI0 .hrsync-j-8D99{flex:1;display:flex;align-items:start;gap:12px}.hrsync-kdDyI0 .hrsync-j-8D99 .hrsync-CZhjVH{color:#6b7280;flex-shrink:0}.hrsync-kdDyI0 .hrsync-j-8D99 div{flex:1;display:flex;flex-direction:column;gap:2px}.hrsync-kdDyI0 .hrsync-j-8D99 div .hrsync-Qbf8iP{font-size:14px;color:#505862;font-weight:500}.hrsync-kdDyI0 .hrsync-j-8D99 div .hrsync-kVk-O3{font-size:14px;color:#0d1f2d;font-weight:600;word-break:break-word;overflow-wrap:break-word}.hrsync-3xmfEw{margin-top:32px;display:flex;gap:12px}.hrsync-3xmfEw button{flex:1}.hrsync-gyM-7-{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px;gap:16px}.hrsync-gyM-7- .hrsync-p5L6DR{width:32px;height:32px;border:3px solid #e5e7eb;border-top:3px solid #ff7022;border-radius:50%;animation:hrsync-wFOHsg 1s linear infinite}.hrsync-gyM-7- p{color:#6b7280;font-size:14px}.hrsync-qsvCea{display:flex;align-items:center;justify-content:center;padding:48px 24px}.hrsync-qsvCea p{color:#6b7280;font-size:14px}@keyframes hrsync-2B89Sr{0%{opacity:0}to{opacity:1}}@keyframes hrsync-XiUVnv{0%{opacity:1}to{opacity:0}}@keyframes hrsync-8QmbP-{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes hrsync-xH9rXQ{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes hrsync-wFOHsg{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hrsync-1XbXul{display:flex;flex-direction:column;gap:24px;padding:0 24px 24px}.hrsync-oUV7c9,.hrsync-b5m6JS{display:flex;flex-direction:column;gap:24px}.hrsync-DBXFWo{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hrsync-7WX8ki{display:flex;gap:16px}.hrsync-7WX8ki .hrsync-33gXC6{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;transition:opacity .2s,color .2s;white-space:nowrap;user-select:none}.hrsync-7WX8ki .hrsync-33gXC6.hrsync-dMnH-J{opacity:1}.hrsync-7WX8ki .hrsync-33gXC6.hrsync-dMnH-J.hrsync-YP7kIb{color:#21c16b}.hrsync-7WX8ki .hrsync-33gXC6.hrsync-dMnH-J.hrsync-x0rSkc{color:#fb3748}.hrsync-7WX8ki .hrsync-33gXC6.hrsync-r8JQ59{color:#72808f;opacity:1}.hrsync-7WX8ki .hrsync-33gXC6 .hrsync-cq1STV{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:opacity .2s,background-color .2s}.hrsync-7WX8ki .hrsync-33gXC6 .hrsync-cq1STV.hrsync-YP7kIb{background-color:#21c16b}.hrsync-7WX8ki .hrsync-33gXC6 .hrsync-cq1STV.hrsync-x0rSkc{background-color:#fb3748}.hrsync-7WX8ki .hrsync-33gXC6.hrsync-r8JQ59 .hrsync-cq1STV{background-color:#72808f}.hrsync-J1TlmT{display:flex;align-items:center;justify-content:center}.hrsync-J1TlmT .hrsync-7Hc3A3{background:transparent;border:none;font-size:18px;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s}.hrsync-J1TlmT .hrsync-7f1pdc{font-size:16px;font-weight:600;color:#111827;min-width:60px;text-align:center}.hrsync-0n5cHk{width:100%;height:250px;margin-bottom:16px;position:relative}.hrsync-p-zoPB{width:100%;min-height:200px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.hrsync-p-zoPB .hrsync-mcqRv3{text-align:center;color:#6b7280;padding:40px;margin:0;font-size:14px}.hrsync-8e82j8 .hrsync-eZgrsL,.hrsync-8e82j8 .hrsync-fUVpEo,.hrsync-pQdvwB .hrsync-eZgrsL,.hrsync-pQdvwB .hrsync-fUVpEo{display:flex;justify-content:space-between;align-items:center;background:#f6f7f8;border-radius:12px;padding:14px 12px;margin-bottom:16px}.hrsync-8e82j8 .hrsync-eZgrsL span,.hrsync-8e82j8 .hrsync-fUVpEo span,.hrsync-pQdvwB .hrsync-eZgrsL span,.hrsync-pQdvwB .hrsync-fUVpEo span{font-size:14px;font-weight:600;color:#72808f;text-transform:uppercase;letter-spacing:.5px}.hrsync-8e82j8 .hrsync-eZgrsL .hrsync-ldzS9C,.hrsync-8e82j8 .hrsync-fUVpEo .hrsync-ldzS9C,.hrsync-pQdvwB .hrsync-eZgrsL .hrsync-ldzS9C,.hrsync-pQdvwB .hrsync-fUVpEo .hrsync-ldzS9C{display:flex;align-items:center;gap:4px;padding:0;background:transparent;border:none;color:#ff7022;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s}.hrsync-8e82j8 .hrsync-eZgrsL .hrsync-ldzS9C:hover,.hrsync-8e82j8 .hrsync-fUVpEo .hrsync-ldzS9C:hover,.hrsync-pQdvwB .hrsync-eZgrsL .hrsync-ldzS9C:hover,.hrsync-pQdvwB .hrsync-fUVpEo .hrsync-ldzS9C:hover{opacity:.8}.hrsync-8e82j8 .hrsync-sz5VOK,.hrsync-8e82j8 .hrsync-QSFX5y,.hrsync-pQdvwB .hrsync-sz5VOK,.hrsync-pQdvwB .hrsync-QSFX5y{display:flex;flex-direction:column;gap:12px}.hrsync-FNEnQF,.hrsync-3uhhsx{display:flex;align-items:center;gap:12px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #DADFE3;padding-bottom:12px}.hrsync-FNEnQF:last-child,.hrsync-3uhhsx:last-child{border-bottom:none}.hrsync-Y91OQe,.hrsync-GKZcjE{flex-shrink:0}.hrsync-GhS-Fj,.hrsync-ljFBh-{width:24px;height:24px;border-radius:50%;border:.5px solid #21C16B;background:linear-gradient(180deg,#21c16b29,#21c16b0a 102.08%);display:flex;align-items:center;justify-content:center;padding:4px}.hrsync-fhuNFD,.hrsync-NylM2M{width:24px;height:24px;border-radius:50%;border:.5px solid #FB3748;background:linear-gradient(180deg,#fb374829,#fb37480a 102.08%);display:flex;align-items:center;justify-content:center;padding:4px}.hrsync-OGiZrK,.hrsync-5JJsvN{width:24px;height:24px;border-radius:50%;border:.5px solid #FF9147;background:linear-gradient(180deg,#ff914729,#ff91470a 102.08%);display:flex;align-items:center;justify-content:center;padding:4px}.hrsync-Ogw1l1,.hrsync-KIHSou{flex:1;display:flex;flex-direction:column;gap:4px}.hrsync-Ogw1l1 .hrsync-YAYDl6,.hrsync-Ogw1l1 .hrsync-M2JBmD,.hrsync-KIHSou .hrsync-YAYDl6,.hrsync-KIHSou .hrsync-M2JBmD{font-size:15px;font-weight:600;color:#0d1f2d;margin-bottom:4px}.hrsync-Ogw1l1 .hrsync-3TImqw,.hrsync-Ogw1l1 .hrsync-uBhl-K,.hrsync-KIHSou .hrsync-3TImqw,.hrsync-KIHSou .hrsync-uBhl-K{font-size:14px;color:#606b77;font-weight:500}.hrsync-Vh08If,.hrsync-Xi4kiF{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border-radius:50%;cursor:pointer;border:1px solid #DADFE3;transition:all .2s;flex-shrink:0}.hrsync-Vh08If:hover,.hrsync-Xi4kiF:hover{background:#f6f7f8}.hrsync-Vh08If:hover svg path,.hrsync-Xi4kiF:hover svg path{stroke:#ff7022;transition:all .2s}.hrsync-RK0L-G{padding:20px;text-align:center;color:#6b7280}.hrsync-OfZX77{height:100%;background:linear-gradient(180deg,#fa731a,#fc903b);border-radius:3px;transition:width .3s ease;width:var(--progress-width, 75%)}.hrsync--ctuZe{height:100%;transition:width .3s ease;width:var(--segment-width, 0%)}.hrsync-wX8Aup{cursor:pointer}@media (max-width: 768px){.hrsync-5dXk-N{width:100vw}}.hrsync-4dtxo4 .hrsync-8uXZRm{color:#1890ff;text-decoration:none}.hrsync-4dtxo4 .hrsync-8uXZRm:hover{text-decoration:underline}.hrsync-4dtxo4 .hrsync-EEq7kP{display:flex;align-items:center;gap:8px}.hrsync-4dtxo4 .hrsync-EEq7kP .hrsync-6hCqDP{width:60px;height:6px;background-color:#f0f0f0;border-radius:3px;overflow:hidden}.hrsync-4dtxo4 .hrsync-EEq7kP .hrsync-6hCqDP .hrsync-cE9h42{height:100%;transition:width .3s ease}.hrsync-4dtxo4 .hrsync-EEq7kP .hrsync-6hCqDP .hrsync-cE9h42.hrsync-5KC2CH{background-color:#52c41a}.hrsync-4dtxo4 .hrsync-EEq7kP .hrsync-6hCqDP .hrsync-cE9h42.hrsync-zuvQg3{background-color:#faad14}.hrsync-4dtxo4 .hrsync-EEq7kP .hrsync-6hCqDP .hrsync-cE9h42.hrsync-7VdtSN{background-color:#ff4d4f}.hrsync-4dtxo4 .hrsync-EEq7kP .hrsync-E1Q2vI{font-size:12px;color:#666}.hrsync-4dtxo4 .hrsync-y0n4-Y .hrsync-sUbH29{font-weight:500;margin-bottom:2px}.hrsync-4dtxo4 .hrsync-y0n4-Y .hrsync-nu7fuv{color:#666;font-size:14px}.hrsync-4dtxo4 .hrsync-otI-nL{width:32px;height:32px;border-radius:50%;object-fit:cover}.hrsync-gHzhh1{position:relative;background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease;cursor:pointer;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.hrsync-gHzhh1:hover{transform:translateY(-2px)}.hrsync-9Yr311{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-right:40px}.hrsync-BaaHWh{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrsync-BaaHWh img{width:100%;height:100%;object-fit:cover}.hrsync-phvhDu{flex:1;min-width:0}.hrsync-BvZwkH{font-size:16px;font-weight:600;margin:0 0 2px;color:#111827;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;max-height:2.6em}.hrsync-YEnl3c{font-size:13px;color:#f97316;margin:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-gb4e0U{margin-bottom:16px}.hrsync-gb4e0U .hrsync-C60bX5{width:100%;min-width:unset}.hrsync-7g-3BA{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px;color:#6b7280;font-weight:500}.hrsync-E8Pyyr{color:#111827;font-weight:600}.hrsync-u8Q2N2{width:100%;height:6px;background-color:#f3f4f6;border-radius:3px;overflow:hidden}.hrsync-Y-ilGd{height:100%;border-radius:3px;transition:width .3s ease}.hrsync-Y-ilGd.hrsync-5KC2CH{background:#f97316}.hrsync-Y-ilGd.hrsync-zuvQg3{background:#f59e0b}.hrsync-Y-ilGd.hrsync-7VdtSN{background:#ef4444}.hrsync-qO2XeT{display:flex;flex-direction:column;gap:1rem;flex:1}.hrsync-zzSxd7{display:flex;flex-direction:column;gap:4px}.hrsync-zzSxd7:not(:last-child){border-bottom:1px solid #dadfe3;padding-bottom:1rem}.hrsync-zzSxd7 .hrsync-rjpIiu{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.hrsync-zzSxd7 .hrsync-Mia1p4{font-size:14px;color:#111827;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-zzSxd7 .hrsync-Mia1p4.hrsync-KUIpzP{color:#111827;text-decoration:underline;cursor:pointer}.hrsync-zzSxd7 .hrsync-Mia1p4.hrsync-KUIpzP:hover{color:#3b82f6}.hrsync-WlzKxH{display:flex;flex-direction:column;gap:2px}.hrsync-hQzpcM,.hrsync-dllto6{font-size:14px;color:#111827;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-Zu6edJ{position:absolute;top:16px;right:16px;z-index:10}.hrsync-YuN--p{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease}.hrsync-YuN--p:hover,.hrsync-YuN--p.hrsync-uCP6bi{background:#f3f4f6}.hrsync-YuN--p svg{color:#6b7280;width:14px;height:14px}.hrsync-a9QIQL{position:absolute;top:100%;right:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;z-index:20;margin-top:4px}.hrsync-mv6UrU{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s ease}.hrsync-mv6UrU:hover{background:#f3f4f6}.hrsync-mv6UrU.hrsync-A8-9cY{color:#dc2626}.hrsync-mv6UrU.hrsync-A8-9cY:hover{background:#fef2f2}.hrsync-mv6UrU svg{width:20px;height:20px;flex-shrink:0}.hrsync-Vyuq6w{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px}.hrsync--iCg5-{display:flex;flex-direction:column;gap:2px}.hrsync-ADdlyA{display:flex;flex-direction:column;gap:4px}.hrsync-C60bX5{display:flex;align-items:center;gap:8px;min-width:120px}.hrsync-VmT0W9{flex:1;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden}.hrsync--UnqyC{width:var(--progress-width, 0%);height:100%;background-color:#f97316;border-radius:3px;transition:width .3s ease}.hrsync-C60bX5{--progress-width: 0%}.hrsync-vXGoW-{font-weight:500;font-size:14px;color:#505862;min-width:35px}.hrsync-Puu1kA{display:flex;flex-direction:column;gap:24px;padding:0}.hrsync-v4DhCX{display:flex;flex-direction:column;gap:10px}.hrsync-k-DJve{font-size:18px;font-weight:600;color:#1a1f2e;margin:0;line-height:1.4}.hrsync-FF19R7{font-size:14px;color:#72808f;margin:0;line-height:1.5}.hrsync-XlfciA{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-height:450px;overflow-y:auto;padding:0;border-radius:0;align-items:start}@media (max-width: 1200px){.hrsync-XlfciA{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.hrsync-XlfciA{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.hrsync-XlfciA{grid-template-columns:1fr}}.hrsync-XlfciA::-webkit-scrollbar{width:6px;margin-left:16px}.hrsync-XlfciA::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}.hrsync-XlfciA::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:8px}.hrsync-v-GmmK{padding:16px;border:1px solid #E8EBED;border-radius:12px;cursor:pointer;transition:all .2s ease;background-color:#fff}.hrsync-v-GmmK:hover{border-color:#d1d6db}.hrsync-v-GmmK.hrsync-2LWe1R{border-color:var(--color-primary);background-color:#fff6ed}.hrsync-v-GmmK.hrsync-2LWe1R .hrsync-LT4-K7 .hrsync-LYHc7v{color:#1a1f2e;font-weight:500}.hrsync-v-GmmK .hrsync-LT4-K7{pointer-events:none}.hrsync-v-GmmK .hrsync-LT4-K7 .hrsync-LYHc7v{font-size:14px;font-weight:400;color:#505862}.hrsync-CSybKE{display:flex;gap:16px;justify-content:space-between;width:100%}.hrsync-2CNNbl{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content}.hrsync-aXu9i4{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-2PujT-{font-size:14px;font-weight:500}.hrsync-8--UqW{background-color:#fff6ed}.hrsync-8--UqW .hrsync-aXu9i4 svg path{stroke:#ff9147}.hrsync-8--UqW .hrsync-2PujT-{color:#ff9147}.hrsync-erQ9Iu{background-color:#fff6ed}.hrsync-erQ9Iu .hrsync-aXu9i4 svg path{stroke:#ff9147}.hrsync-erQ9Iu .hrsync-2PujT-{color:#ff9147}.hrsync-TxNd2M{background-color:#fff1f2}.hrsync-TxNd2M .hrsync-aXu9i4{background-color:#fb3748}.hrsync-TxNd2M .hrsync-2PujT-{color:#fb3748}.hrsync-mrYUd3{background-color:#f0fdf5}.hrsync-mrYUd3 .hrsync-aXu9i4{background-color:#21c16b}.hrsync-mrYUd3 .hrsync-2PujT-{color:#21c16b}.hrsync-YaPO5i{background-color:#fff6ed}.hrsync-YaPO5i .hrsync-aXu9i4{background-color:#ff9147}.hrsync-YaPO5i .hrsync-2PujT-{color:#ff9147}.hrsync-DpNRtx{background-color:#fff1f2}.hrsync-DpNRtx .hrsync-aXu9i4{background-color:#fb3748}.hrsync-DpNRtx .hrsync-2PujT-{color:#fb3748}.hrsync-FNSvF8{background-color:#f3f4f6}.hrsync-FNSvF8 .hrsync-2PujT-{color:#6b7280}.otp-modal-content{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.otp-modal-content .otp-modal-image{display:flex;justify-content:center;align-items:center;padding:0 32px 40px;width:100%}.otp-modal-content .otp-modal-image .otp-modal-icon{display:flex;align-items:center;justify-content:center}.otp-modal-content .otp-modal-image .otp-modal-icon svg{width:auto;height:auto;max-width:96px;max-height:96px}.otp-modal-content .otp-modal-error{margin-bottom:20px;padding:12px;background-color:#fff5f5;border:1px solid #feb2b2;border-radius:8px;width:100%}.otp-modal-content .otp-modal-error .otp-modal-error-text{margin:0;font-size:14px;color:#c53030}.otp-modal-content .otp-modal-description{margin-bottom:20px;width:100%;text-align:left}.otp-modal-content .otp-modal-description p{color:#606b77;font-size:14px;font-weight:400;text-align:center;line-height:1.5}.otp-modal-content .otp-modal-loading{margin-bottom:20px;width:100%;text-align:center}.otp-modal-content .otp-modal-loading p{color:#606b77;font-size:14px;line-height:1.5}.otp-modal-content .otp-modal-input-container{display:flex;flex-direction:column;align-items:center;width:100%;margin-bottom:32px}.otp-modal-content .otp-modal-input-container .otp-modal-inputs{display:flex;justify-content:center;gap:25px;width:100%}.otp-modal-content .otp-modal-input-container .otp-modal-inputs .otp-modal-input{width:56px;height:56px;border:1px solid #DADFE3;border-radius:16px;text-align:center;font-size:24px;font-weight:600;color:#0d1f2d;background-color:#fff;transition:all .2s}.otp-modal-content .otp-modal-input-container .otp-modal-inputs .otp-modal-input:focus{outline:none;border-color:#ff7022;box-shadow:0 0 0 3px #ff70221a}.otp-modal-content .otp-modal-input-container .otp-modal-inputs .otp-modal-input.otp-modal-input-filled{border-color:#ff7022}.otp-modal-content .otp-modal-input-container .otp-modal-inputs .otp-modal-input:disabled{background-color:#f4f6f8;border-color:#dfe3e8;color:#919eab;cursor:not-allowed}.otp-modal-content .otp-modal-input-container .otp-modal-inputs .otp-modal-input[type=number]{-moz-appearance:textfield;appearance:textfield}.otp-modal-content .otp-modal-input-container .otp-modal-inputs .otp-modal-input[type=number]::-webkit-outer-spin-button,.otp-modal-content .otp-modal-input-container .otp-modal-inputs .otp-modal-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}@media screen and (max-width: 480px){.otp-modal-content .otp-modal-image{padding:16px 10px 10px}.otp-modal-content .otp-modal-image .otp-modal-icon svg{max-width:80px;max-height:80px}.otp-modal-content .otp-modal-input-container .otp-modal-inputs{gap:8px}.otp-modal-content .otp-modal-input-container .otp-modal-inputs .otp-modal-input{width:45px;height:50px;font-size:20px}}.otp-modal-cancel-btn{width:160px;height:40px;border:1px solid #DADFE3!important;background-color:#fff!important;color:#505862!important;font-size:16px;display:flex;border-radius:12px;align-items:center;justify-content:center;font-weight:500}.otp-modal-confirm-btn{width:160px;height:40px;font-size:16px;font-weight:600}.hrsync-q19K24{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-LjJw3Q{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-8XNw24{display:flex;flex-direction:column;gap:20px}.hrsync-8XNw24 .hrsync-ITYxfn{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:16px;margin-bottom:16px}.hrsync-8XNw24 .hrsync-PCDfJx{color:#dc2626;margin:0;font-size:14px}.hrsync-8XNw24 .hrsync-OdRvXV{display:flex;align-items:center;justify-content:center;width:100%;height:200px;background-color:#f9fafb;border-radius:8px}.hrsync-8XNw24 .hrsync-OdRvXV span{font-size:14px;color:#6b7280}.hrsync-8XNw24 .hrsync-ehrJAB{display:flex;flex-direction:column;gap:20px}.hrsync-8XNw24 .hrsync-8FCMx8{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px}.hrsync-8XNw24 .hrsync-8FCMx8>:not(.hrsync-AVaZjQ){flex:1;min-width:0}.hrsync-8XNw24 .hrsync-8FCMx8 .hrsync-f6zIVh{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-8XNw24 .hrsync-AVaZjQ{font-size:14px;font-weight:500;color:#505862;margin:0;min-width:120px;flex-shrink:0}.hrsync-8XNw24 .hrsync-nEo2si{color:#0d1f2d;font-weight:600;margin:0;font-size:16px;line-height:1.5}.hrsync-8XNw24 .hrsync-nEo2si .hrsync-0rnhET{display:block;color:#72808f;font-weight:500;font-size:14px}.hrsync-8XNw24 .hrsync-eZKmks{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:16px;margin-bottom:4px}.hrsync-8XNw24 .hrsync-eZKmks .hrsync-60mviP{flex:1}.hrsync-8XNw24 .hrsync-pWX5cZ{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background-color:#f9fafb;resize:vertical;min-height:80px;font-family:inherit;transition:border-color .2s ease}.hrsync-8XNw24 .hrsync-pWX5cZ:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.hrsync-8XNw24 .hrsync-pWX5cZ[readonly]{background-color:#f3f4f6;cursor:default}.hrsync-8XNw24 .hrsync-1--WQ1{font-size:18px;font-weight:600;color:#1f2937}.hrsync-8XNw24 .hrsync-G7EOBA{font-size:18px;font-weight:600;color:#059669}.hrsync-8XNw24 .hrsync-SIr8-F{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 768px){.hrsync-8XNw24 .hrsync-SIr8-F{grid-template-columns:1fr}}.hrsync-8XNw24 .hrsync-qeoda6{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.hrsync-8XNw24 .hrsync-qeoda6{grid-template-columns:1fr}}@media (max-width: 768px){.hrsync-8XNw24 .hrsync-qeoda6 .hrsync-8FCMx8{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width: 768px){.hrsync-8XNw24 .hrsync-8FCMx8{flex-direction:column;align-items:flex-start;gap:8px}}.hrsync-8XNw24 .hrsync-yAWECP{justify-content:flex-end}.hrsync-8XNw24 .hrsync-0voPBF{display:flex;align-items:center;background-color:#fff6ed;border-radius:56px;width:100%}.hrsync-8XNw24 .hrsync-I9hIOB{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:14px;font-weight:500;width:100%}.hrsync-8XNw24 .hrsync-pO30Z6{margin-right:4px}.hrsync-8XNw24 .hrsync-Hijv3V{background-color:#fff6ed;color:#ff9147}.hrsync-8XNw24 .hrsync-WPLtH4{background-color:#d1fae5;color:#065f46}.hrsync-8XNw24 .hrsync-HJFt5y{background-color:#fee2e2;color:#991b1b}.hrsync-8XNw24 .hrsync-52DxLi{display:flex;flex-wrap:wrap;gap:8px}.hrsync-8XNw24 .hrsync-gYc9BR{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:14px;font-weight:500;background-color:#fff6ed;color:#ff7022;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hrsync-8XNw24 .hrsync-GphFte{background-color:#dcfce7;color:#166534}.hrsync-8XNw24 .hrsync-O4xyW4{background-color:#f9fafb;padding:12px;border-radius:6px;border:1px solid #e5e7eb}.hrsync-8XNw24 .hrsync-EPqDYf{color:#111827;margin:0;line-height:1.5;font-size:14px}.hrsync-8XNw24 .hrsync-TUReKa{display:flex;gap:8px;justify-content:flex-end}.hrsync-8XNw24 .hrsync-TUReKa .hrsync-6nCABj{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:16px;transition:all .2s ease}.hrsync-8XNw24 .hrsync-TUReKa .hrsync-6nCABj:hover{background-color:#f6f7f8;border-radius:100%}.hrsync-8XNw24 .hrsync-TUReKa .hrsync-6nCABj:hover svg path{stroke:#ff7022}.hrsync-8XNw24 .hrsync-x-TlqX{display:flex;align-items:center;width:max-content;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content}.hrsync-8XNw24 .hrsync-R22A-Z{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-8XNw24 .hrsync-fli2Sd{font-size:14px;font-weight:500}.hrsync-8XNw24 .hrsync-2hN2vx{background-color:#fff6ed}.hrsync-8XNw24 .hrsync-2hN2vx .hrsync-R22A-Z svg path{stroke:#ff9147}.hrsync-8XNw24 .hrsync-2hN2vx .hrsync-fli2Sd{color:#ff9147}.hrsync-8XNw24 .hrsync-x-TlqX.hrsync-h0KxUB{background-color:#fff1f2}.hrsync-8XNw24 .hrsync-x-TlqX.hrsync-h0KxUB .hrsync-R22A-Z{background-color:#fb3748}.hrsync-8XNw24 .hrsync-x-TlqX.hrsync-h0KxUB .hrsync-fli2Sd{color:#fb3748}.hrsync-8XNw24 .hrsync-qaHpz0{background-color:#f0fdf5}.hrsync-8XNw24 .hrsync-qaHpz0 .hrsync-R22A-Z{background-color:#21c16b}.hrsync-8XNw24 .hrsync-qaHpz0 .hrsync-fli2Sd{color:#21c16b}.hrsync-8XNw24 .hrsync-O1tDsQ{background-color:#fff6ed}.hrsync-8XNw24 .hrsync-O1tDsQ .hrsync-R22A-Z{background-color:#ff9147}.hrsync-8XNw24 .hrsync-O1tDsQ .hrsync-fli2Sd{color:#ff9147}.hrsync-8XNw24 .hrsync-IGOH1c{background-color:#fff1f2}.hrsync-8XNw24 .hrsync-IGOH1c .hrsync-R22A-Z{background-color:#fb3748}.hrsync-8XNw24 .hrsync-IGOH1c .hrsync-fli2Sd{color:#fb3748}.hrsync-8XNw24 .hrsync-NuBtio{background-color:#fff1f2}.hrsync-8XNw24 .hrsync-NuBtio .hrsync-R22A-Z{background-color:#fb3748}.hrsync-8XNw24 .hrsync-NuBtio .hrsync-fli2Sd{color:#fb3748}.hrsync-8XNw24 .hrsync-x-TlqX.hrsync-iyN0yu{background-color:#fff1f2}.hrsync-8XNw24 .hrsync-x-TlqX.hrsync-iyN0yu .hrsync-R22A-Z{background-color:#fb3748}.hrsync-8XNw24 .hrsync-x-TlqX.hrsync-iyN0yu .hrsync-fli2Sd{color:#fb3748}.hrsync-8XNw24 .hrsync-57jAMt{background-color:#f3f4f6}.hrsync-8XNw24 .hrsync-57jAMt .hrsync-fli2Sd{color:#6b7280}.hrsync-pGneiW{display:flex;align-items:center;gap:8px}.hrsync-MyTCjf{border:1px solid #DADFE3;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.hrsync-MyTCjf:hover{background-color:#f8f9fa}.hrsync-Q2K0ak{border-color:#21c16b;color:#21c16b}.hrsync-3YgsXg{border-color:#fb3748;color:#fb3748}.hrsync-3YgsXg svg path{stroke:#fb3748}.hrsync-zGirTR{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.hrsync-zGirTR .hrsync-94Zg9t{display:flex;gap:12px;justify-content:flex-end;align-items:center}.hrsync-zGirTR .hrsync-94Zg9t .hrsync-dvVih6{min-width:120px;height:40px;font-weight:500;font-size:14px;border-radius:6px;transition:all .2s ease}.hrsync-zGirTR .hrsync-94Zg9t .hrsync-dvVih6:disabled{opacity:.6;cursor:not-allowed}.hrsync-zGirTR .hrsync-94Zg9t .hrsync-dvVih6.hrsync-R3yPdV{background-color:#f59e0b;border-color:#f59e0b;color:#fff}.hrsync-zGirTR .hrsync-94Zg9t .hrsync-dvVih6.hrsync-R3yPdV:hover:not(:disabled){background-color:#ff9147;border-color:#ff9147}.hrsync-nHEY5m{display:flex;align-items:center;gap:12px;justify-content:space-between;width:100%;padding:24px}.hrsync-nHEY5m .hrsync-dvVih6.hrsync-HzQsFN.hrsync-y5-mgU{border-color:#fb3748;color:#fb3748;border-radius:12px}.hrsync-nHEY5m .hrsync-dvVih6.hrsync-HzQsFN.hrsync-y5-mgU:hover{background-color:#fb3748;color:#fff;border-radius:12px}.hrsync-nHEY5m .hrsync-dvVih6.hrsync-FsBW-U.hrsync--JMBQQ,.hrsync-nHEY5m .hrsync-dvVih6.hrsync--JMBQQ.hrsync-FsBW-U{background:#21c16b;border:1px solid #21C16B;border-radius:12px;color:#fff}.hrsync-nHEY5m .hrsync-dvVih6.hrsync-FsBW-U.hrsync--JMBQQ:hover:not(:disabled),.hrsync-nHEY5m .hrsync-dvVih6.hrsync--JMBQQ.hrsync-FsBW-U:hover:not(:disabled){background:#1ba85a;border-radius:12px;border:1px solid #1BA85A;border-color:#1ba85a}.hrsync-lyVOgS{max-width:max-content}.hrsync-lyVOgS .hrsync-cPvY4r{background-color:#f6f7f8;border-radius:8px;padding:4px;border:1px solid #DADFE3}.hrsync-d2IdwW{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;z-index:1;overflow:visible!important}.hrsync-8TUNAr{background:none;border:none;cursor:pointer;padding:6px;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;transition:all .2s ease}.hrsync-8TUNAr:hover{background-color:#f8f9fa}.hrsync-8TUNAr.hrsync-dVGwdU{background-color:#fff6ed}.hrsync-8TUNAr.hrsync-dVGwdU svg path{fill:#ff7022}.hrsync-8TUNAr svg path{fill:currentColor;transition:fill .2s ease}.hrsync-53NOrb{position:fixed;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 4px 20px #00000014;z-index:10000;min-width:160px;padding:8px;opacity:1;animation:hrsync-yaEyJi .2s ease-out}.hrsync-53NOrb.hrsync-mgUF3F{right:auto;left:0}.hrsync-53NOrb.hrsync-S7lP7J{top:auto;bottom:calc(100% + 8px);animation:hrsync-UM3sjD .2s ease-out}@keyframes hrsync-yaEyJi{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes hrsync-UM3sjD{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hrsync-h6Ci1H{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;text-align:left;border-radius:8px;transition:all .15s ease;color:#374151}.hrsync-h6Ci1H.hrsync-kjliYr{color:#dc3545}.hrsync-h6Ci1H.hrsync-kjliYr:hover{background-color:#fff5f5;color:#c82333}.hrsync-h6Ci1H.hrsync-kjliYr:hover svg path{fill:#c82333}.hrsync-h6Ci1H:hover{background-color:#f8f9fa}.hrsync-h6Ci1H.hrsync-SNknqw{color:#dc2626}.hrsync-h6Ci1H.hrsync-SNknqw:hover{background-color:#fef2f2}.hrsync-h6Ci1H svg{width:16px;height:16px;flex-shrink:0}.hrsync-h6Ci1H span{white-space:nowrap}.hrsync-HPSGES{display:flex;flex-direction:column;flex:1;min-height:0;height:100%}@media (max-width: 768px){.hrsync-HPSGES .hrsync-91saRt .hrsync--mB7RU{flex-direction:column;align-items:stretch}.hrsync-HPSGES .hrsync-91saRt .hrsync--mB7RU .hrsync-ZrDLPU{max-width:none}}.hrsync-zK5llK{width:100%;height:100%;display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #DADFE3;overflow:hidden}.hrsync-zK5llK .hrsync-RVtDbm{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.hrsync-zK5llK .hrsync-RVtDbm .hrsync-D-zOAJ{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f6f7f8}.hrsync-zK5llK .hrsync-RVtDbm .hrsync-D-zOAJ .hrsync-gcT7MR{font-size:14px;font-weight:600;color:#505862;margin:0}.hrsync-zK5llK .hrsync-RVtDbm .hrsync-D-zOAJ .hrsync-HfY3ym{border:1px solid #DADFE3;background:#fff;color:#ff7022;font-size:12px;font-weight:500;padding:6px 12px;min-height:auto}.hrsync-zK5llK .hrsync-RVtDbm .hrsync-D-zOAJ .hrsync-HfY3ym:hover{background:#fff5f0;border-color:#ff7022}.hrsync-zK5llK .hrsync-act7PV{flex:1;overflow-y:auto;min-height:0}.hrsync-zK5llK .hrsync-act7PV .hrsync-8tZATd{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;text-align:center}.hrsync-zK5llK .hrsync-act7PV .hrsync-8tZATd .hrsync-PpKTcy{margin-bottom:20px;opacity:.4}.hrsync-zK5llK .hrsync-act7PV .hrsync-8tZATd .hrsync-TOOtOb{color:#72808f;font-size:16px;margin:0;font-weight:400}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX-{display:flex;flex-direction:column;padding:20px}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU{display:flex;align-items:center;padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid #DADFE3;gap:12px;transition:all .2s ease}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-pzwNsa{flex:1;min-width:0}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-pzwNsa .hrsync-aeGXhW{font-weight:500;color:#505862;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-pzwNsa .hrsync-A-NotR{font-size:12px;color:#72808f;margin-bottom:6px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-pzwNsa .hrsync-McWPbz{display:flex;gap:8px;font-size:11px;color:#9ca3af}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-pzwNsa .hrsync-McWPbz .hrsync-W-bVJm{font-weight:500}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-pzwNsa .hrsync-McWPbz .hrsync-AZMP8D{font-family:Courier New,monospace}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-hx7cj1{color:#ff7022;font-size:12px;font-weight:500}.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-hx7cj1:hover{background-color:#fff5f0}@media (max-width: 1024px){.hrsync-zK5llK{max-width:none}}@media (max-width: 768px){.hrsync-zK5llK .hrsync-act7PV .hrsync-cdEKX- .hrsync-HLJtiU .hrsync-pzwNsa .hrsync-McWPbz{flex-direction:column;gap:2px}}.hrsync-tNHV5l{display:flex;flex-direction:column;height:100%;min-height:0}.hrsync-tNHV5l .hrsync-pApsg6{display:flex;justify-content:space-between;align-items:start;flex-shrink:0}.hrsync-tNHV5l .hrsync-Tb9g9b{display:flex;align-items:center;gap:20px;height:48px}.hrsync-tNHV5l .hrsync-Tb9g9b .hrsync-toGDTb{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;border:1px solid #DADFE3;cursor:pointer;border-radius:100%;color:#6b7280;transition:all .2s ease}.hrsync-tNHV5l .hrsync-Tb9g9b .hrsync-toGDTb:hover{background:#f3f4f6;color:#374151}.hrsync-tNHV5l .hrsync-Tb9g9b .hrsync-toGDTb:focus{outline:2px solid #ff7022;outline-offset:2px}.hrsync-tNHV5l .hrsync-Tb9g9b .hrsync-7zetyd{margin:0;display:flex;align-items:center;height:100%}.hrsync-tNHV5l .hrsync-Tb9g9b .hrsync-7zetyd .hrsync-4kEiNw{margin:0;height:auto}.hrsync-tNHV5l .hrsync-AgRlNe{display:flex;align-items:center}.hrsync-tNHV5l .hrsync-AgRlNe .hrsync-pN8S87{margin:0}.hrsync-tNHV5l .hrsync-6nP8NT{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:12px 16px;margin:0 0 20px;flex-shrink:0}.hrsync-tNHV5l .hrsync-6nP8NT .hrsync-7nHzlg{color:#dc2626;font-size:14px;margin:0}.hrsync-tNHV5l .hrsync-8NUjCg{flex:1;display:flex;flex-direction:column;gap:24px;min-height:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t{display:flex;flex-direction:column;flex:1;min-height:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl{display:flex;gap:16px;margin-bottom:16px;align-items:flex-end;width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-sSqQhC{display:flex;gap:16px;flex:1;align-items:flex-end}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-Lg9cT2{flex:1;min-width:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-Lg9cT2 .hrsync-mH-EBs{display:block;font-weight:500;color:#374151;margin-bottom:8px;font-size:14px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-Lg9cT2.hrsync-gDtyGN .hrsync-mH-EBs:after{content:" *";color:#dc2626}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-8yzBLp{width:262px;align-self:flex-end;margin-left:auto}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-8yzBLp .hrsync-3chIoN{position:relative}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-8yzBLp .hrsync-3chIoN svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;z-index:1}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-8yzBLp .hrsync-3chIoN input{padding-left:40px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA{display:flex;flex-direction:row;gap:12px;align-items:flex-end;flex-shrink:0;margin-left:auto;width:356px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA button{flex:1;min-width:0;min-height:54px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA .hrsync-NTdRgM{border:1px solid #DADFE3;background:#fff;color:#505862;font-size:16px;font-weight:500;border-radius:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA .hrsync-NTdRgM:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA .hrsync-NTdRgM:focus{border-color:#dadfe3;background:#fff}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA .hrsync-yEfF6r{font-size:16px;font-weight:600;border-radius:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl:last-child{margin-bottom:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD-{display:flex;gap:16px;align-items:stretch;flex:1;min-height:0}@media (max-width: 1400px){.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD-{gap:12px}}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px;height:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl{display:flex;gap:16px;margin-bottom:0;min-width:0;flex-shrink:0;width:100%;align-items:flex-start}@media (max-width: 1400px){.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl{gap:16px}}@media (max-width: 1200px){.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl{gap:12px}}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-2YosTB{flex:1;min-width:0;max-width:calc(50% - 8px);display:flex;flex-direction:row;gap:16px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-2YosTB .hrsync-Lg9cT2{flex:1;min-width:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-2YosTB .hrsync-Lg9cT2>*{width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-8yzBLp{width:300px;flex-shrink:0;margin-left:auto;align-self:flex-start}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-8yzBLp>*{width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-UkFboa{flex:1;display:flex;flex-direction:column;width:100%;min-height:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-KwZ9Bu{width:356px;min-width:280px;flex-shrink:0;flex-grow:0;display:flex;flex-direction:column;height:100%}@media (max-width: 1400px){.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA{width:320px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA button{flex:1;min-width:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD-{gap:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-KwZ9Bu{width:320px;min-width:260px}}@media (max-width: 1300px){.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl,.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-sSqQhC{gap:20px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA{width:320px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA button{flex:1;min-width:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD-,.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl{gap:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-KwZ9Bu{width:320px;min-width:280px}}@media (max-width: 1200px){.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl,.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-sSqQhC{gap:16px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA{width:300px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA button{flex:1;min-width:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD-{gap:10px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl{gap:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-KwZ9Bu{width:300px;min-width:240px}}@media (max-width: 1000px){.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD-{flex-direction:column;gap:16px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5{width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl{flex-direction:column}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-2YosTB{width:100%;max-width:100%;flex-direction:column}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-Lg9cT2,.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-8yzBLp{width:100%;margin-left:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-KwZ9Bu{width:100%;min-width:100%;padding-top:0}}@media (max-width: 768px){.hrsync-tNHV5l .hrsync-pApsg6{gap:12px;align-items:stretch;padding:12px 16px;margin-bottom:16px}.hrsync-tNHV5l .hrsync-Tb9g9b{justify-content:flex-start;height:auto;min-height:48px}.hrsync-tNHV5l .hrsync-AgRlNe{justify-content:flex-end}.hrsync-tNHV5l .hrsync-8NUjCg{padding:0 16px 16px;gap:16px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t{padding:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl{flex-direction:column;gap:12px;align-items:stretch;margin-bottom:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-sSqQhC{flex-direction:column;width:100%;gap:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-Lg9cT2{flex:none;width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-Lg9cT2 .hrsync-mH-EBs{font-size:13px;margin-bottom:6px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-Lg9cT2>*{width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-8yzBLp{flex:none;width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-8yzBLp>*{width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA{flex-direction:column;gap:8px;align-items:stretch;width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-bA9ruA button{width:100%;min-width:auto;min-height:48px;font-size:15px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD-{flex-direction:column;gap:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5{height:auto;min-height:auto}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl{flex-direction:column;gap:10px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-2YosTB{width:100%;max-width:100%;flex-direction:column}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-Lg9cT2,.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-8yzBLp{width:100%;margin-left:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-Lg9cT2>*,.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl .hrsync-8yzBLp>*{width:100%}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-UkFboa{min-height:300px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-UkFboa .hrsync-IUX89C,.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-KwZ9Bu{width:100%}}@media (max-width: 480px){.hrsync-tNHV5l .hrsync-pApsg6{padding:12px;margin-bottom:12px}.hrsync-tNHV5l .hrsync-Tb9g9b .hrsync-toGDTb{width:36px;height:36px}.hrsync-tNHV5l .hrsync-8NUjCg{padding:0 12px 12px;gap:12px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t{padding:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl{gap:10px;margin-bottom:10px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-ffmiRl .hrsync-sSqQhC,.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD-{gap:10px}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5{height:auto;min-height:auto}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-ffmiRl{padding-top:0}.hrsync-tNHV5l .hrsync-8NUjCg .hrsync-mHL76t .hrsync-zYgkD- .hrsync-jaDeD5 .hrsync-UkFboa{min-height:250px}}.hrsync-NlxL9t .hrsync-gJFhMC{color:#1890ff;text-decoration:none}.hrsync-NlxL9t .hrsync-gJFhMC:hover{text-decoration:underline}.hrsync-NlxL9t .hrsync-Vfdba8{display:flex;align-items:center;gap:8px}.hrsync-NlxL9t .hrsync-Vfdba8 .hrsync-6XS2YP{width:60px;height:6px;background-color:#f0f0f0;border-radius:3px;overflow:hidden}.hrsync-NlxL9t .hrsync-Vfdba8 .hrsync-6XS2YP .hrsync-g6xzM-{height:100%;transition:width .3s ease}.hrsync-NlxL9t .hrsync-Vfdba8 .hrsync-6XS2YP .hrsync-g6xzM-.hrsync-HI3ArQ{background-color:#52c41a}.hrsync-NlxL9t .hrsync-Vfdba8 .hrsync-6XS2YP .hrsync-g6xzM-.hrsync-im7Tvo{background-color:#faad14}.hrsync-NlxL9t .hrsync-Vfdba8 .hrsync-6XS2YP .hrsync-g6xzM-.hrsync-YXOA--{background-color:#ff4d4f}.hrsync-NlxL9t .hrsync-Vfdba8 .hrsync-yiKs2g{font-size:12px;color:#666}.hrsync-NlxL9t .hrsync-AJODQ7 .hrsync-OiHpv5{font-weight:500;margin-bottom:2px}.hrsync-NlxL9t .hrsync-AJODQ7 .hrsync--Hn-6l{color:#666;font-size:14px}.hrsync-NlxL9t .hrsync-l1zgMp{width:32px;height:32px;border-radius:50%;object-fit:cover}.hrsync-Vc84IF{position:relative;background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease;cursor:pointer;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.hrsync-Vc84IF:hover{transform:translateY(-2px)}.hrsync-rHdWYI{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-right:40px}.hrsync-IaMmOV{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrsync-IaMmOV img{width:100%;height:100%;object-fit:cover}.hrsync-JgEPHJ{flex:1;min-width:0}.hrsync-MPKNmI{font-size:16px;font-weight:600;margin:0 0 2px;color:#111827;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;max-height:2.6em}.hrsync-YSOIv-{font-size:13px;color:#f97316;margin:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-2V8Yh4{margin-bottom:16px}.hrsync-ZVkZ35{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px;color:#6b7280;font-weight:500}.hrsync-PranEl{color:#111827;font-weight:600}.hrsync-rchhox{width:100%;height:6px;background-color:#f3f4f6;border-radius:3px;overflow:hidden}.hrsync-xgcB-8{height:100%;border-radius:3px;transition:width .3s ease}.hrsync-xgcB-8.hrsync-HI3ArQ{background:#f97316}.hrsync-xgcB-8.hrsync-im7Tvo{background:#f59e0b}.hrsync-xgcB-8.hrsync-YXOA--{background:#ef4444}.hrsync-i7ZRBQ{display:flex;flex-direction:column;gap:1rem;flex:1}.hrsync-lrjtsI{display:flex;flex-direction:column;gap:4px}.hrsync-lrjtsI:not(:last-child){border-bottom:1px solid #dadfe3;padding-bottom:1rem}.hrsync-lrjtsI .hrsync-Te-fPe{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.hrsync-lrjtsI .hrsync-AxgbC-{font-size:14px;color:#111827;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-lrjtsI .hrsync-AxgbC-.hrsync-hPLhrD{color:#111827;text-decoration:underline;cursor:pointer}.hrsync-lrjtsI .hrsync-AxgbC-.hrsync-hPLhrD:hover{color:#3b82f6}.hrsync-jogB2r{display:flex;flex-direction:column;gap:2px}.hrsync-5rlm91,.hrsync-qP2E36{font-size:14px;color:#111827;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-unDSkD{position:absolute;top:16px;right:16px;z-index:10}.hrsync-UrMhTf{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease}.hrsync-UrMhTf:hover,.hrsync-UrMhTf.hrsync-QEglH1{background:#f3f4f6}.hrsync-UrMhTf svg{color:#6b7280;width:14px;height:14px}.hrsync-z5-LZ2{position:absolute;top:100%;right:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;z-index:20;margin-top:4px}.hrsync-V-XzrA{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s ease}.hrsync-V-XzrA:hover{background:#f3f4f6}.hrsync-V-XzrA.hrsync-uf8qVv{color:#dc2626}.hrsync-V-XzrA.hrsync-uf8qVv:hover{background:#fef2f2}.hrsync-V-XzrA svg{width:20px;height:20px;flex-shrink:0}.hrsync-sz5oJD{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px}.hrsync-l1mpon{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content;flex-shrink:0}.hrsync-f1-eRS{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;aspect-ratio:1}.hrsync-Na7zw6{font-size:14px;font-weight:500;white-space:nowrap}.hrsync-L2Ijoz{background-color:#fff1f2}.hrsync-L2Ijoz .hrsync-f1-eRS{background-color:#fb3748}.hrsync-L2Ijoz .hrsync-Na7zw6{color:#fb3748}.hrsync-e19aKc{background-color:#f0fdf5}.hrsync-e19aKc .hrsync-f1-eRS{background-color:#21c16b}.hrsync-e19aKc .hrsync-Na7zw6{color:#21c16b}.hrsync-TidZkR{background-color:#fff6ed}.hrsync-TidZkR .hrsync-Na7zw6{color:#ff9147}.hrsync-FGpaYA{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:#ff9147;flex-shrink:0;aspect-ratio:1}.hrsync-UJp4zN{background-color:#21c16b}.hrsync-0zRAT-{background-color:#fff}.hrsync-T3me-g{display:flex;align-items:center;gap:8px}.hrsync-hHgHlS{background:#f6f7f8;padding:4px 6px;border-radius:8px}.hrsync-KV0N8B{display:flex;align-items:center;gap:8px;width:100%}.hrsync-KV0N8B .hrsync-oguwLT{display:flex;align-items:center;cursor:pointer;border-radius:100%;transition:background-color .2s ease}.hrsync-KV0N8B .hrsync-oguwLT:hover{background-color:#72808f}.hrsync-KV0N8B .hrsync-oguwLT:hover svg path:nth-child(2),.hrsync-KV0N8B .hrsync-oguwLT:hover svg path:nth-child(3){stroke:#fff}.hrsync--0eW4d{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-tA7MNH{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-gxYl7-{padding:10px 0}.hrsync-sGpUIL{font-size:14px;color:var(--color-neutral-dark);margin-bottom:4px;transition:color .25s;word-break:break-word;overflow-wrap:break-word;line-height:1.4}.hrsync-sGpUIL.hrsync-6OqIMU:after{content:" *";color:#ff7022}.hrsync-jrlQCV{display:flex;flex-direction:column;gap:8px}.hrsync-CzcxAw{display:flex;flex-direction:row;gap:.25rem}.hrsync-dICN2C,.hrsync-SomewM{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-dICN2C.hrsync-6OqIMU:after,.hrsync-SomewM.hrsync-6OqIMU:after{content:" *";color:#ef4444}.hrsync-dICN2C .hrsync-W--DiK,.hrsync-SomewM .hrsync-W--DiK{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-JUIm0p{font-size:14px;font-weight:500;color:#72808f;margin-bottom:8px}.hrsync-C-V-dT{margin-top:4px;font-size:12px;color:#ef4444}.hrsync-2X-Kw4{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:50px;border:1px dashed #DADFE3;border-radius:12px;cursor:pointer;background-color:#fff}.hrsync-2X-Kw4:has(.hrsync-pggeTX){border:none}.hrsync-2X-Kw4:hover{border-color:var(--primary-color, #FF7022)}.hrsync-dN2x9-{display:flex;align-items:center;justify-content:center;width:100%;color:#6c757d;font-size:16px;font-weight:500;text-align:center}.hrsync-gGO6G5{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.hrsync-zpoz6l{display:flex;align-items:center;gap:10px}.hrsync-zpoz6l:hover{color:#fff}.hrsync--SIF3F{display:flex;gap:10px;margin-bottom:16px}.hrsync-rVVVRy{width:100%}.hrsync-7LcvVY{display:flex;align-items:center;gap:1rem}.hrsync-7LcvVY .hrsync-No9a-W{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.85rem}.hrsync-7LcvVY .hrsync-No9a-W input[type=checkbox]{cursor:pointer}.hrsync-m1s6jj .hrsync-fraEtF{margin-bottom:1rem}.hrsync-x8DGwU{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.hrsync-x8DGwU:last-child{margin-bottom:0}.hrsync-mMW7Qx{background-color:#f9f9f9;border-radius:16px;padding:16px;position:relative;border:1px solid #e0e0e0;flex:1}.hrsync-YK6jiS{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.hrsync-JHstCe{font-weight:500;color:#333}.hrsync-BsDKJB{cursor:pointer}.hrsync-fS4Aql{display:flex;align-items:center;gap:4px}.hrsync-v6K4zQ{display:flex;flex-wrap:wrap;gap:16px;position:relative;align-items:start}.hrsync-v6K4zQ.hrsync-kU2P-8{margin-top:16px}.hrsync-0DGwNy{flex:1;width:100%;margin-top:1.5rem}.hrsync-5UWGPH{flex:1;min-width:200px;display:flex;flex-direction:column;gap:8px}.hrsync-5UWGPH.hrsync-RoTQR-{flex:0 0 auto;min-width:50px;width:50px}.hrsync-5UWGPH .hrsync-sGpUIL{min-width:0;max-width:100%}.hrsync-5UWGPH .input-container{width:100%;min-width:0}.hrsync-5UWGPH .input-wrapper{min-width:0;width:100%}.hrsync-dm2uwN{width:100%;height:100%;display:flex;align-items:center;border-radius:12px;justify-content:center;cursor:pointer}.hrsync-dm2uwN:hover{background-color:#fff6ed}.hrsync-dm2uwN svg path{fill:#ff7022}.hrsync-p9nFEB{display:none}.hrsync-pggeTX{width:100%;height:100%;position:relative}.hrsync-kPaxSB{width:100%;height:100%;position:relative;border:1px solid #DADFE3;border-radius:12px}.hrsync-kPaxSB:hover .hrsync-Zhqwu4,.hrsync-kPaxSB:hover .hrsync-RGsQX5{filter:blur(2px)}.hrsync-kPaxSB:hover .hrsync-Fm8YpQ{opacity:1;visibility:visible}.hrsync-kPaxSB .hrsync-Zhqwu4{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:filter .2s}.hrsync-kPaxSB .hrsync-RGsQX5{transition:filter .2s}.hrsync-Fm8YpQ{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:20px;height:20px;border-radius:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;background-color:#fff;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.hrsync-FGt4zu{width:100%}.hrsync-iObIqj{display:flex;border:1px solid #DADFE3;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;color:#fb3748;width:32px;height:32px;padding:0;border-radius:100%;flex-shrink:0;margin-top:40px}.hrsync-iObIqj svg path{stroke:#fb3748}.hrsync-iObIqj:hover{background-color:#fff1f2;border-color:transparent}.hrsync-sJ79FD{margin-bottom:10px;border:1px dashed #FF7022;background-color:#fff;min-height:40px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;border-radius:12px;font-size:14px;color:#ff7022;font-weight:500;transition:background-color .25s}.hrsync-sJ79FD:hover{background-color:#ffe9d0}.hrsync-sJ79FD:active{background-color:#ffddbc}.hrsync-zpoz6l{display:flex;align-items:center;justify-content:center;gap:8px}.hrsync-6lNPnX{margin-top:8px;font-size:14px}.hrsync-6lNPnX a{color:var(--color-primary, #FF7022);text-decoration:none}.hrsync-6lNPnX a:hover{text-decoration:underline}.hrsync-U-KOlc{max-height:400px;overflow-y:auto;margin-bottom:20px;padding-right:8px}.hrsync-U-KOlc::-webkit-scrollbar{width:6px}.hrsync-U-KOlc::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.hrsync-U-KOlc::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.hrsync-U-KOlc::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.hrsync-lArWPn{color:var(--color-error, #ff5630)}.hrsync-Ggu7Mh{color:var(--color-success, #FF7022)}.hrsync-RGsQX5{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px}.hrsync-RGsQX5 img{width:48px;height:48px}.hrsync-RGsQX5 .hrsync-kF2W8c{color:var(--primary-color, #FF7022);text-decoration:none;font-size:14px}.hrsync-RGsQX5 .hrsync-kF2W8c:hover{text-decoration:underline}.hrsync-qdeOn9{font-size:12px;color:#72808f;display:flex;justify-content:space-between;align-items:center;margin-top:8px;gap:8px;white-space:nowrap}.hrsync-qdeOn9 .hrsync-q-X0bR{display:flex;align-items:center;gap:4px;cursor:help}.hrsync-qdeOn9 .hrsync-q-X0bR .hrsync-9XuhG3,.hrsync-qdeOn9 .hrsync-lpsgyK{color:#72808f;font-size:12px}.hrsync-fTpOSv{display:flex;flex-direction:column;gap:8px;padding:4px 0}.hrsync-fTpOSv .hrsync-VuX2Xt{font-size:12px;color:#fff;font-weight:500}.hrsync-a2vNvM{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-L1z0eb{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-yl7Cp3{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:400px;gap:16px}.hrsync-yl7Cp3 .hrsync-ZH8DFm{display:flex;gap:12px;justify-content:flex-start;width:100%;flex-shrink:0}.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-CWEKt2{display:flex!important;align-items:center;gap:8px}.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-FyyKlA,.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-N6C6AV{display:flex;align-items:center;min-width:89px;padding:10px 20px;min-height:40px;background:#fff;border:1px solid #dadfe3;border-radius:12px;font-size:14px;font-weight:500;color:#505862;transition:all .2s ease;cursor:pointer}.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-FyyKlA:hover,.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-N6C6AV:hover{background:#f6f7f8;border-color:#f6f7f8}.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-FyyKlA:hover svg,.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-N6C6AV:hover svg{color:#ff7022}.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-FyyKlA svg,.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-N6C6AV svg{width:20px;height:20px;color:#374151;transition:color .2s ease}.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-FyyKlA svg path,.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-N6C6AV svg path{transition:stroke .2s ease,fill .2s ease}.hrsync-yl7Cp3 .hrsync-ZH8DFm .hrsync-N6C6AV:hover svg path{stroke:#ff7022}.hrsync-yl7Cp3 .hrsync-OdIpID{width:100%;min-width:100%;max-height:70vh;height:auto;object-fit:contain;object-position:center;border-radius:12px;border:.75px solid #DADFE3;align-self:stretch;display:block}.hrsync-yl7Cp3 .hrsync-4SfkLQ{width:100%;min-width:100%;min-height:38vh;max-height:38vh;height:70vh;border-radius:12px;border:.75px solid #DADFE3;align-self:stretch;display:block}.hrsync-yl7Cp3 .hrsync-x5IMQy{display:flex;align-items:center;justify-content:center;width:100%;height:400px;background-color:#f9fafb;border-radius:8px}.hrsync-yl7Cp3 .hrsync-x5IMQy span{font-size:14px;color:#6b7280}.hrsync-yl7Cp3 .hrsync-0AKxN1{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:400px;background-color:#f9fafb;border-radius:8px;gap:16px;padding:32px}.hrsync-yl7Cp3 .hrsync-0AKxN1 svg{color:#9ca3af}.hrsync-yl7Cp3 .hrsync-0AKxN1 span{font-size:14px;color:#6b7280;text-align:center}.hrsync-KBoETp{display:flex;flex-direction:column;gap:20px}.hrsync-KBoETp .hrsync-Fg39cV{display:flex;justify-content:center;align-items:center;padding:32px 0}.hrsync-KBoETp .hrsync-NG9zvt{width:32px;height:32px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:hrsync-0tag5G 1s linear infinite}.hrsync-KBoETp .hrsync-AbwwUq{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:16px;margin-bottom:16px}.hrsync-KBoETp .hrsync-AbwwUq .hrsync-D6BBLJ{color:#dc2626;margin:0;font-size:14px}.hrsync-KBoETp .hrsync-ey8miz{display:flex;flex-direction:column;gap:20px}.hrsync-KBoETp .hrsync-Lg9gN-{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px}.hrsync-KBoETp .hrsync-Lg9gN->:not(.hrsync-Fg9jUm){flex:1;min-width:0}.hrsync-KBoETp .hrsync-Lg9gN- .hrsync-Fg9jUm{font-size:14px;font-weight:500;color:#505862;margin:0;min-width:120px;flex-shrink:0}.hrsync-KBoETp .hrsync-Kbm-El{color:#0d1f2d;font-weight:600;margin:0;font-size:16px;line-height:1.5}.hrsync-KBoETp .hrsync-Kbm-El .hrsync-o0y1nV{display:block;color:#72808f;font-weight:500;font-size:14px}.hrsync-KBoETp .hrsync-ChOQxS{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:16px;margin-bottom:4px}.hrsync-KBoETp .hrsync-ChOQxS .hrsync-02TEAU{flex:1}.hrsync-KBoETp .hrsync-4gCFR1{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.hrsync-KBoETp .hrsync-4gCFR1{grid-template-columns:1fr}}.hrsync-KBoETp .hrsync-9DUcF2{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500;width:fit-content}.hrsync-KBoETp .hrsync-9DUcF2.hrsync-NS9LZ0{background-color:#fff6ed;color:#ff9147}.hrsync-KBoETp .hrsync-9DUcF2.hrsync-H28eHA{background-color:#f0fdf5;color:#21c16b}.hrsync-KBoETp .hrsync-9DUcF2.hrsync-tGWyKs{background-color:#fff1f2;color:#fb3748}.hrsync-KBoETp .hrsync-OoNxWH{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.hrsync-KBoETp .hrsync-OoNxWH.hrsync-XXBPk-{border-radius:50%}.hrsync-KBoETp .hrsync-OoNxWH.hrsync-ob41gj{background-color:#21c16b}.hrsync-KBoETp .hrsync-OoNxWH.hrsync-tgk9eW{background-color:#fb3748}.hrsync-KBoETp .hrsync-p7evAA{font-size:12px;font-weight:500}.hrsync-KBoETp .hrsync-mA2Ush{display:flex;flex-wrap:wrap;gap:8px}.hrsync-KBoETp .hrsync-mA2Ush .hrsync-dl0vgL{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:14px;font-weight:500;background-color:#fff6ed;color:#ff7022;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hrsync-KBoETp .hrsync-9I9YuG{width:40px;height:40px;object-fit:cover;border-radius:4px;cursor:pointer;transition:transform .2s;flex-shrink:0}.hrsync-KBoETp .hrsync-9I9YuG:hover{transform:scale(1.1)}@keyframes hrsync-0tag5G{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hrsync-KBoETp .hrsync-tDa0xB{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content;flex-shrink:0}.hrsync-KBoETp .hrsync-tDa0xB .hrsync-tbiz-j{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-KBoETp .hrsync-tDa0xB .hrsync-E7og6-{font-size:14px;font-weight:500;white-space:nowrap}.hrsync-KBoETp .hrsync-tDa0xB.hrsync-HFfnGt{background-color:#fff1f2}.hrsync-KBoETp .hrsync-tDa0xB.hrsync-HFfnGt .hrsync-tbiz-j{background-color:#fb3748}.hrsync-KBoETp .hrsync-tDa0xB.hrsync-HFfnGt .hrsync-E7og6-{color:#fb3748}.hrsync-KBoETp .hrsync-tDa0xB.hrsync-L-4YGd{background-color:#f0fdf5}.hrsync-KBoETp .hrsync-tDa0xB.hrsync-L-4YGd .hrsync-tbiz-j{background-color:#21c16b}.hrsync-KBoETp .hrsync-tDa0xB.hrsync-L-4YGd .hrsync-E7og6-{color:#21c16b}.hrsync-KBoETp .hrsync-tDa0xB.hrsync-RNeqXW{background-color:#fff6ed}.hrsync-KBoETp .hrsync-tDa0xB.hrsync-RNeqXW .hrsync-E7og6-{color:#ff9147}.hrsync-KBoETp .hrsync-L--yAi{background-color:#ff9147}.hrsync-KBoETp .hrsync-ELneaa{background-color:#21c16b}.hrsync-KBoETp .hrsync-QKIy9g{background-color:#fb3748}.hrsync-KBoETp .hrsync-ltJZKn{display:flex;align-items:center;gap:8px}.hrsync-KBoETp .hrsync-I7JUzY{border:1px solid #dadfe3;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.hrsync-KBoETp .hrsync-I7JUzY:hover{background-color:#f8f9fa}.hrsync-KBoETp .hrsync--VPTZE{border-color:#21c16b;color:#21c16b}.hrsync-KBoETp .hrsync--BvwW3{border-color:#fb3748;color:#fb3748}.hrsync-KBoETp .hrsync--BvwW3 svg path{stroke:#fb3748}.hrsync-KBoETp .hrsync-sWcF7V{color:#fb3748;border:none;background:transparent}.hrsync-KBoETp .hrsync-sWcF7V:hover{background-color:transparent}.hrsync-KBoETp .hrsync-sWcF7V svg path{stroke:#fb3748}.hrsync-8Qs5Zr{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e0e0e0}.hrsync-8Qs5Zr .hrsync-iSipRr{display:flex;align-items:center;gap:12px}.hrsync-8Qs5Zr .hrsync-iSipRr h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.hrsync-8Qs5Zr .hrsync-yGRwUz{display:flex;align-items:center;gap:12px}.hrsync-8Qs5Zr .hrsync-yGRwUz .hrsync-eYVmGJ{background:none;border:none;font-size:24px;cursor:pointer;padding:4px 8px;color:#6b7280;transition:color .2s;line-height:1}.hrsync-8Qs5Zr .hrsync-yGRwUz .hrsync-eYVmGJ:hover{color:#374151}.hrsync-8Nnqlb{border:1px solid #dadfe3;width:42px;height:42px;padding:0;display:inline-flex;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;background:#fff;line-height:0}.hrsync-8Nnqlb svg{stroke:#72808f}.hrsync-8Nnqlb:hover{background-color:#f8f9fa}.hrsync-EUkgeO{display:flex;align-items:center;gap:12px;justify-content:space-between;width:100%}.hrsync-EUkgeO .hrsync-5QtCO-.hrsync-ABxquc.hrsync-z-NiOd{border-color:#fb3748;color:#fb3748;border-radius:12px}.hrsync-EUkgeO .hrsync-5QtCO-.hrsync-ABxquc.hrsync-z-NiOd:hover{background-color:#fb3748;color:#fff;border-radius:12px}.hrsync-EUkgeO .hrsync-5QtCO-.hrsync-PvFs9p.hrsync-6dvJm8,.hrsync-EUkgeO .hrsync-5QtCO-.hrsync-6dvJm8.hrsync-PvFs9p{background:#21c16b;border:1px solid #21c16b;border-radius:12px;color:#fff}.hrsync-EUkgeO .hrsync-5QtCO-.hrsync-PvFs9p.hrsync-6dvJm8:hover:not(:disabled),.hrsync-EUkgeO .hrsync-5QtCO-.hrsync-6dvJm8.hrsync-PvFs9p:hover:not(:disabled){background:#1ba85a;border-radius:12px;border:1px solid #1ba85a;border-color:#1ba85a}.hrsync-CTr1MA{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content;flex-shrink:0}.hrsync-a6OB1d{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-IrTdko{font-size:14px;font-weight:500;white-space:nowrap}.hrsync-xqjgiI{background-color:#fff1f2}.hrsync-xqjgiI .hrsync-a6OB1d{background-color:#fb3748}.hrsync-xqjgiI .hrsync-IrTdko{color:#fb3748}.hrsync-qIxctv{background-color:#f0fdf5}.hrsync-qIxctv .hrsync-a6OB1d{background-color:#21c16b}.hrsync-qIxctv .hrsync-IrTdko{color:#21c16b}.hrsync-m02WsW{background-color:#fff6ed}.hrsync-m02WsW .hrsync-IrTdko{color:#ff9147}.hrsync-O-1d9M{display:flex;align-items:center;gap:8px}.hrsync-33VVWs{background:#f6f7f8;padding:4px 6px;border-radius:8px}.hrsync-l7kCxJ{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-gA71-E{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-KUZZq1{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:400px;gap:16px}.hrsync-KUZZq1 .hrsync-CfkTxX{display:flex;gap:12px;justify-content:flex-start;width:100%;flex-shrink:0}.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-AdwIMm{display:flex!important;align-items:center;gap:8px}.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-sTf4wp,.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-DoIamQ{display:flex;align-items:center;min-width:89px;padding:10px 20px;min-height:40px;background:#fff;border:1px solid #dadfe3;border-radius:12px;font-size:14px;font-weight:500;color:#505862;transition:all .2s ease;cursor:pointer}.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-sTf4wp:hover,.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-DoIamQ:hover{background:#f6f7f8;border-color:#f6f7f8}.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-sTf4wp:hover svg,.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-DoIamQ:hover svg{color:#ff7022}.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-sTf4wp svg,.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-DoIamQ svg{width:20px;height:20px;color:#374151;transition:color .2s ease}.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-sTf4wp svg path,.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-DoIamQ svg path{transition:stroke .2s ease,fill .2s ease}.hrsync-KUZZq1 .hrsync-CfkTxX .hrsync-DoIamQ:hover svg path{stroke:#ff7022}.hrsync-KUZZq1 .hrsync-cY6P-3{width:100%;min-width:100%;max-height:70vh;height:auto;object-fit:contain;object-position:center;border-radius:12px;border:.75px solid #DADFE3;align-self:stretch;display:block}.hrsync-KUZZq1 .hrsync-vjr0Fj{width:100%;min-width:100%;min-height:38vh;max-height:38vh;height:70vh;border-radius:12px;border:.75px solid #DADFE3;align-self:stretch;display:block}.hrsync-KUZZq1 .hrsync-WWysRo{display:flex;align-items:center;justify-content:center;width:100%;height:400px;background-color:#f9fafb;border-radius:8px}.hrsync-KUZZq1 .hrsync-WWysRo span{font-size:14px;color:#6b7280}.hrsync-KUZZq1 .hrsync-KSLYb8{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:400px;background-color:#f9fafb;border-radius:8px;gap:16px;padding:32px}.hrsync-KUZZq1 .hrsync-KSLYb8 svg{color:#9ca3af}.hrsync-KUZZq1 .hrsync-KSLYb8 span{font-size:14px;color:#6b7280;text-align:center}.hrsync-F8Hdbp{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-LGajn-{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-XNGG1C,.hrsync-XNGG1C .hrsync-EpNPK5{display:flex;flex-direction:column;gap:20px}.hrsync-XNGG1C .hrsync-wRm-1Z{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px}@media (max-width: 768px){.hrsync-XNGG1C .hrsync-wRm-1Z{flex-direction:column;align-items:flex-start;gap:8px}}.hrsync-XNGG1C .hrsync-TC19lo{font-size:14px;font-weight:500;color:#505862;margin:0;width:140px;flex-shrink:0}.hrsync-XNGG1C .hrsync-iql0CI{color:#0d1f2d;font-weight:600;margin:0;font-size:16px;line-height:1.5}.hrsync-XNGG1C .hrsync-iql0CI .hrsync-FNelON{display:block;color:#72808f;font-weight:500;font-size:14px}.hrsync-XNGG1C .hrsync-Yn2SLs{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:16px;margin-bottom:4px}.hrsync-XNGG1C .hrsync-Yn2SLs .hrsync-krelVi{flex:1}.hrsync-XNGG1C .hrsync-pHQ9BM{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content;flex-shrink:0}.hrsync-XNGG1C .hrsync-pHQ9BM .hrsync-x7P6Xp{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-XNGG1C .hrsync-pHQ9BM .hrsync-4ydowR{font-size:14px;font-weight:500;white-space:nowrap}.hrsync-XNGG1C .hrsync-pHQ9BM.hrsync-RIcqLX{background-color:#fff1f2}.hrsync-XNGG1C .hrsync-pHQ9BM.hrsync-RIcqLX .hrsync-x7P6Xp{background-color:#fb3748}.hrsync-XNGG1C .hrsync-pHQ9BM.hrsync-RIcqLX .hrsync-4ydowR{color:#fb3748}.hrsync-XNGG1C .hrsync-pHQ9BM.hrsync-y6LtL4{background-color:#f0fdf5}.hrsync-XNGG1C .hrsync-pHQ9BM.hrsync-y6LtL4 .hrsync-x7P6Xp{background-color:#21c16b}.hrsync-XNGG1C .hrsync-pHQ9BM.hrsync-y6LtL4 .hrsync-4ydowR{color:#21c16b}.hrsync-XNGG1C .hrsync-pHQ9BM.hrsync--wPjKm{background-color:#fff6ed}.hrsync-XNGG1C .hrsync-pHQ9BM.hrsync--wPjKm .hrsync-4ydowR{color:#ff9147}.hrsync-XNGG1C .hrsync-nEXrAl{width:100%;display:flex;gap:16px}@media (max-width: 768px){.hrsync-XNGG1C .hrsync-nEXrAl{flex-direction:column}}.hrsync-XNGG1C .hrsync-nEXrAl .hrsync-wRm-1Z{flex:1;flex-direction:row;align-items:center;gap:16px}.hrsync-XNGG1C .hrsync-nEXrAl .hrsync-wRm-1Z .input-container,.hrsync-XNGG1C .hrsync-nEXrAl .hrsync-wRm-1Z input{flex:1}.hrsync-XNGG1C .hrsync-KcFaLv{display:flex;flex-wrap:wrap;gap:8px;flex:1}.hrsync-XNGG1C .hrsync-4sD3pZ{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:14px;font-weight:500;background-color:#fff6ed;color:#ff7022;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hrsync-XNGG1C .hrsync-NE1Qcv{width:50px;height:50px;object-fit:cover;border-radius:4px;cursor:pointer;transition:transform .2s}.hrsync-XNGG1C .hrsync-NE1Qcv:hover{transform:scale(1.05)}.hrsync-XNGG1C .hrsync-KonXLq{display:inline-flex;align-items:center;gap:8px;border-radius:20px;width:max-content;padding:6px 12px;font-size:14px;font-weight:500}.hrsync-XNGG1C .hrsync-KonXLq.hrsync-dDXYwY{background-color:#fff6ed;color:#ff9147}.hrsync-XNGG1C .hrsync-KonXLq.hrsync-hjGZM2{background-color:#f0fdf5;color:#21c16b}.hrsync-XNGG1C .hrsync-KonXLq.hrsync-pQRGF0{background-color:#fff1f2;color:#fb3748}.hrsync-XNGG1C .hrsync-KonXLq .hrsync-342oas{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.hrsync-XNGG1C .hrsync-KonXLq .hrsync-342oas.hrsync--dqIYs{border-radius:50%}.hrsync-XNGG1C .hrsync-KonXLq .hrsync-342oas.hrsync-78dwu3{background-color:#21c16b}.hrsync-XNGG1C .hrsync-KonXLq .hrsync-342oas.hrsync-FoCout{background-color:#fb3748}.hrsync-XNGG1C .hrsync-KonXLq .hrsync-XHa5ov{font-size:14px;font-weight:500}.hrsync-WmA6J9{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-x7kLkq{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-lJJ8og{display:flex;flex-direction:column;gap:20px}.hrsync-lJJ8og .hrsync-2OCwJk{display:flex;justify-content:center;align-items:center;padding:32px 0}.hrsync-lJJ8og .hrsync--PjFmA{width:32px;height:32px;border:2px solid #e5e7eb;border-top:2px solid #3b82f6;border-radius:50%;animation:hrsync-1fnIco 1s linear infinite}@keyframes hrsync-1fnIco{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hrsync-lJJ8og .hrsync-SDjwIq{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:16px;margin-bottom:16px}.hrsync-lJJ8og .hrsync-VLyW9L{color:#dc2626;margin:0;font-size:14px}.hrsync-lJJ8og .hrsync-TPpI-T{display:flex;flex-direction:column;gap:20px}.hrsync-lJJ8og .hrsync-1dN0Bk{width:100%;display:flex;flex-direction:row;align-items:center;gap:16px}.hrsync-lJJ8og .hrsync-1dN0Bk>:not(.hrsync-NkU-Pn){flex:1;min-width:0}.hrsync-lJJ8og .hrsync-1dN0Bk .hrsync-ZWG0Ct{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-lJJ8og .hrsync-NkU-Pn{font-size:14px;font-weight:500;color:#505862;margin:0;min-width:120px;flex-shrink:0}.hrsync-lJJ8og .hrsync-zRW--c{color:#0d1f2d;font-weight:600;margin:0;font-size:16px;line-height:1.5}.hrsync-lJJ8og .hrsync-zRW--c .hrsync-PwrYis{display:block;color:#72808f;font-weight:500;font-size:14px}.hrsync-lJJ8og .hrsync-AESoRH{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:16px;margin-bottom:4px}.hrsync-lJJ8og .hrsync-AESoRH .hrsync-p8mWbs{flex:1}.hrsync-lJJ8og .hrsync-BhJWY2{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content;flex-shrink:0}.hrsync-lJJ8og .hrsync-BhJWY2 .hrsync-W2KpM1{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-lJJ8og .hrsync-BhJWY2 .hrsync-SA3cS2{font-size:14px;font-weight:500;white-space:nowrap}.hrsync-lJJ8og .hrsync-BhJWY2.hrsync-CixWxS{background-color:#fff1f2}.hrsync-lJJ8og .hrsync-BhJWY2.hrsync-CixWxS .hrsync-W2KpM1{background-color:#fb3748}.hrsync-lJJ8og .hrsync-BhJWY2.hrsync-CixWxS .hrsync-SA3cS2{color:#fb3748}.hrsync-lJJ8og .hrsync-BhJWY2.hrsync-bEXUq-{background-color:#f0fdf5}.hrsync-lJJ8og .hrsync-BhJWY2.hrsync-bEXUq- .hrsync-W2KpM1{background-color:#21c16b}.hrsync-lJJ8og .hrsync-BhJWY2.hrsync-bEXUq- .hrsync-SA3cS2{color:#21c16b}.hrsync-lJJ8og .hrsync-BhJWY2.hrsync-FAyN3n{background-color:#fff6ed}.hrsync-lJJ8og .hrsync-BhJWY2.hrsync-FAyN3n .hrsync-SA3cS2{color:#ff9147}.hrsync-lJJ8og .hrsync-WDfzSq{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;color:#111827;background-color:#f9fafb;resize:vertical;min-height:80px;font-family:inherit;transition:border-color .2s ease}.hrsync-lJJ8og .hrsync-WDfzSq:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.hrsync-lJJ8og .hrsync-WDfzSq[readonly]{background-color:#f3f4f6;cursor:default}.hrsync-lJJ8og .hrsync-Vxh9Nt{font-size:18px;font-weight:600;color:#1f2937}.hrsync-lJJ8og .hrsync-ujOgEV{font-size:18px;font-weight:600;color:#059669}.hrsync-lJJ8og .hrsync-HxRbgL{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width: 768px){.hrsync-lJJ8og .hrsync-HxRbgL{grid-template-columns:1fr}}.hrsync-lJJ8og .hrsync-w9PU8E{width:100%;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.hrsync-lJJ8og .hrsync-w9PU8E{grid-template-columns:1fr}}@media (max-width: 768px){.hrsync-lJJ8og .hrsync-w9PU8E .hrsync-1dN0Bk{flex-direction:column;align-items:flex-start;gap:8px}}@media (max-width: 768px){.hrsync-lJJ8og .hrsync-1dN0Bk{flex-direction:column;align-items:flex-start;gap:8px}}.hrsync-lJJ8og .hrsync-Gvb2Rb{justify-content:flex-end}.hrsync-lJJ8og .hrsync-Wol1Nq{display:flex;align-items:center;background-color:#fff6ed;border-radius:56px;width:100%}.hrsync-lJJ8og .hrsync-uKwD6p{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:14px;font-weight:500;width:100%}.hrsync-lJJ8og .hrsync-7hdt7s{margin-right:4px}.hrsync-lJJ8og .hrsync-oXK3-4{background-color:#fff6ed;color:#ff9147}.hrsync-lJJ8og .hrsync-cpL-bO{background-color:#d1fae5;color:#065f46}.hrsync-lJJ8og .hrsync-iByeTt{background-color:#fee2e2;color:#991b1b}.hrsync-lJJ8og .hrsync-2e-Zlu{display:flex;flex-wrap:wrap;gap:8px}.hrsync-lJJ8og .hrsync-Yjxy2I{display:inline-flex;align-items:center;padding:4px 10px;border-radius:9999px;font-size:14px;font-weight:500;background-color:#fff6ed;color:#ff7022;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hrsync-lJJ8og .hrsync-H61Lv6{background-color:#dcfce7;color:#166534}.hrsync-lJJ8og .hrsync-T-GIZL{background-color:#f9fafb;padding:12px;border-radius:6px;border:1px solid #e5e7eb}.hrsync-lJJ8og .hrsync-YZgRru{color:#111827;margin:0;line-height:1.5;font-size:14px}.hrsync-lJJ8og .hrsync-g3vsyH{display:grid;gap:16px;margin-top:24px;grid-template-columns:1fr}@media (max-width: 768px){.hrsync-lJJ8og .hrsync-g3vsyH{grid-template-columns:1fr}}.hrsync-lJJ8og .hrsync-g3vsyH.hrsync-GcwwzP{grid-template-columns:1fr;max-width:100%}.hrsync-lJJ8og .hrsync-g3vsyH.hrsync-GcwwzP .hrsync-r6C5Vu{width:100%;max-width:100%;grid-column:1/-1}.hrsync-lJJ8og .hrsync-g3vsyH.hrsync-yc5hS3{display:flex;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 768px){.hrsync-lJJ8og .hrsync-g3vsyH.hrsync-yc5hS3{grid-template-columns:1fr}}.hrsync-lJJ8og .hrsync-r6C5Vu{border:1px solid #DADFE3;border-radius:12px;overflow:visible;flex:1}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-rD3D-c{background-color:#f6f7f8;padding:12px 16px;border-bottom:1px solid #DADFE3;border-top-left-radius:12px;border-top-right-radius:12px}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-PCNHZb{font-size:14px;font-weight:600;color:#505862}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-gcCayV{padding:16px;display:flex;gap:12px;align-items:center;justify-content:center;position:relative;z-index:1;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-e-rVtW{display:flex;align-items:center;gap:8px;padding:8px 16px;border:1px solid #DADFE3;border-radius:8px;background-color:#fff;cursor:pointer;font-size:15px;font-weight:500;transition:all .2s ease;flex:1;justify-content:center}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-e-rVtW:hover{background-color:#f6f7f8}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-e-rVtW:active{transform:scale(.98)}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-e-rVtW.hrsync-Pk0H0h span{color:#21c16b;font-size:15px;font-weight:500}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-e-rVtW.hrsync-Pk0H0h:hover{border-color:#21c16b;background-color:#21c16b0d}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-e-rVtW.hrsync-UaQ9bf span{color:#fb3748;font-size:15px;font-weight:500}.hrsync-lJJ8og .hrsync-r6C5Vu .hrsync-e-rVtW.hrsync-UaQ9bf:hover{border-color:#fb3748;background-color:#fb37480d}.hrsync-lJJ8og .hrsync-LUNyuc{display:flex;align-items:center;gap:8px;width:100%}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p{display:flex;align-items:center;gap:8px;background-color:#fff6ed;border-radius:20px;padding:6px 12px;flex:1}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p.hrsync-oXK3-4{background-color:#fff6ed;color:#ff9147}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p.hrsync-cpL-bO{background-color:#f0fdf5;color:#21c16b}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p.hrsync-iByeTt{background-color:#fff1f2;color:#fb3748}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p .hrsync-UKDa2M{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p .hrsync-UKDa2M.hrsync-DK7kZi{border-radius:50%}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p .hrsync-UKDa2M.hrsync-0USUgq{background-color:#21c16b}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p .hrsync-UKDa2M.hrsync-qCb65F{background-color:#fb3748}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-uKwD6p .hrsync-pNZgCk{font-size:14px;font-weight:500}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-8Ts1Tl{display:flex;align-items:center;cursor:pointer;border-radius:100%;transition:background-color .2s ease}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-8Ts1Tl:hover{background-color:#72808f}.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-8Ts1Tl:hover svg path:nth-child(2),.hrsync-lJJ8og .hrsync-LUNyuc .hrsync-8Ts1Tl:hover svg path:nth-child(3){stroke:#fff}.hrsync-lJJ8og .hrsync-DZcCsH{display:flex;flex-direction:column;gap:4px}.hrsync-lJJ8og .hrsync-jd329Z{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease;color:#505862}.hrsync-lJJ8og .hrsync-jd329Z:hover{background-color:#f6f7f8}.hrsync-lJJ8og .hrsync-jd329Z:active{transform:scale(.95)}.hrsync-lJJ8og .hrsync-jd329Z svg{width:32px;height:32px}.hrsync-8MxuJv{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-KBCbwG{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-4T9MJd{padding:10px 0}.hrsync-H3YJQ7{font-size:14px;color:var(--color-neutral-dark);margin-bottom:4px;transition:color .25s}.hrsync-GLFypB{margin-top:4px;font-size:12px;color:var(--color-error, #ff5630)}.hrsync-GODh39{cursor:pointer}.hrsync-9dmhkC{display:flex;align-items:center;gap:10px}.hrsync-ZnsyhO{margin-top:10px;font-size:.9em;color:#666}.hrsync-JSgFII,.hrsync-JSgFII .hrsync-5D0Whn{width:100%}.hrsync-JSgFII .hrsync-0QGCMt{background-color:var(--primary-color, #FF7022);color:#fff}.hrsync-JSgFII .hrsync-0QGCMt:not([aria-disabled=true]){background-color:var(--primary-color, #FF7022);color:#fff}.hrsync-JSgFII .hrsync--eUYUJ{background-color:var(--primary-color, #FF7022);color:#fff}.hrsync-JSgFII .hrsync--eUYUJ:hover{background-color:var(--primary-color, #FF7022)}.hrsync-eOhTVo{margin:8px 0}.hrsync-jRZRCX{display:flex;gap:10px}.hrsync-jRZRCX .hrsync-0DJI3J{width:100%;padding:10px}.hrsync-roMnkk{display:flex;flex-direction:column;gap:16px}.hrsync-roMnkk .hrsync-rS8obr{display:flex;flex-direction:column;gap:8px}.hrsync-roMnkk .hrsync-9lLwn-,.hrsync-roMnkk .hrsync-BIr8UJ{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-roMnkk .hrsync-9lLwn-.hrsync-Y6k1iz:after,.hrsync-roMnkk .hrsync-BIr8UJ.hrsync-Y6k1iz:after{content:" *";color:#ef4444}.hrsync-roMnkk .hrsync-9lLwn- .hrsync-HGtEsk,.hrsync-roMnkk .hrsync-BIr8UJ .hrsync-HGtEsk{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-roMnkk .hrsync-GLFypB{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-fWojt3{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-OUgR5z{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync--Y3Wl1{padding:10px 0}.hrsync-EeRc4n{font-size:14px;color:var(--color-neutral-dark);margin-bottom:4px;transition:color .25s}.hrsync-nu-Ykt{margin-top:4px;font-size:12px;color:var(--color-error, #ff5630)}.hrsync-pcko1E{cursor:pointer}.hrsync-21kv2y{display:flex;align-items:center;gap:10px}.hrsync-ZPsMkX{margin:8px 0}.hrsync-mmpfWe{display:flex;gap:10px}.hrsync-mmpfWe .hrsync-NCGLYo,.hrsync-mmpfWe .hrsync--kKw5O{width:100%;padding:10px}.hrsync-bm-jum{display:flex;flex-direction:column;gap:16px}.hrsync-bm-jum .hrsync-9j7kmb{display:flex;flex-direction:column;gap:8px}.hrsync-bm-jum .hrsync-PVUlQL,.hrsync-bm-jum .hrsync-2tf2xA{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-bm-jum .hrsync-PVUlQL.hrsync-MeutNJ:after,.hrsync-bm-jum .hrsync-2tf2xA.hrsync-MeutNJ:after{content:" *";color:#ef4444}.hrsync-bm-jum .hrsync-PVUlQL .hrsync-QtLEbQ,.hrsync-bm-jum .hrsync-2tf2xA .hrsync-QtLEbQ{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-bm-jum .hrsync-nu-Ykt{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-6068EF .hrsync-24-82L{color:#1890ff;text-decoration:none}.hrsync-6068EF .hrsync-24-82L:hover{text-decoration:underline}.hrsync-6068EF .hrsync-wNgLgz{display:flex;align-items:center;gap:8px}.hrsync-6068EF .hrsync-wNgLgz .hrsync-R-dg7-{width:60px;height:6px;background-color:#f0f0f0;border-radius:3px;overflow:hidden}.hrsync-6068EF .hrsync-wNgLgz .hrsync-R-dg7- .hrsync-BEpYD8{height:100%;transition:width .3s ease}.hrsync-6068EF .hrsync-wNgLgz .hrsync-R-dg7- .hrsync-BEpYD8.hrsync--0KYxl{background-color:#52c41a}.hrsync-6068EF .hrsync-wNgLgz .hrsync-R-dg7- .hrsync-BEpYD8.hrsync-1UW3dl{background-color:#faad14}.hrsync-6068EF .hrsync-wNgLgz .hrsync-R-dg7- .hrsync-BEpYD8.hrsync-4x-rbo{background-color:#ff4d4f}.hrsync-6068EF .hrsync-wNgLgz .hrsync-uj6Qco{font-size:12px;color:#666}.hrsync-6068EF .hrsync-d2x8j5 .hrsync-8GbVeD{font-weight:500;margin-bottom:2px}.hrsync-6068EF .hrsync-d2x8j5 .hrsync-mL1nC7{color:#666;font-size:14px}.hrsync-6068EF .hrsync-cIt1Ts{width:32px;height:32px;border-radius:50%;object-fit:cover}.hrsync-o0Zt7F{position:relative;background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;transition:all .2s ease;cursor:pointer;min-height:320px;display:flex;flex-direction:column;justify-content:space-between}.hrsync-o0Zt7F:hover{transform:translateY(-2px)}.hrsync-w5AQJo{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-right:40px}.hrsync-Ckeh7G{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0}.hrsync-Ckeh7G img{width:100%;height:100%;object-fit:cover}.hrsync-hqWbJR{flex:1;min-width:0}.hrsync-7GAs7r{font-size:16px;font-weight:600;margin:0 0 2px;color:#111827;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;max-height:2.6em}.hrsync-AWiAfl{font-size:13px;color:#f97316;margin:0;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-HlRie-{margin-bottom:16px}.hrsync-fMfFOM{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;font-size:13px;color:#6b7280;font-weight:500}.hrsync-OaPWEW{color:#111827;font-weight:600}.hrsync-Tx0Dvz{width:100%;height:6px;background-color:#f3f4f6;border-radius:3px;overflow:hidden}.hrsync-2Cv6zf{height:100%;border-radius:3px;transition:width .3s ease}.hrsync-2Cv6zf.hrsync--0KYxl{background:#f97316}.hrsync-2Cv6zf.hrsync-1UW3dl{background:#f59e0b}.hrsync-2Cv6zf.hrsync-4x-rbo{background:#ef4444}.hrsync-Z4Zlxu{display:flex;flex-direction:column;gap:1rem;flex:1}.hrsync-NsyvWf{display:flex;flex-direction:column;gap:4px}.hrsync-NsyvWf:not(:last-child){border-bottom:1px solid #dadfe3;padding-bottom:1rem}.hrsync-NsyvWf .hrsync-PyyceK{font-size:12px;color:#6b7280;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.hrsync-NsyvWf .hrsync-MRa8eL{font-size:14px;color:#111827;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-NsyvWf .hrsync-MRa8eL.hrsync-ZD34gw{color:#111827;text-decoration:underline;cursor:pointer}.hrsync-NsyvWf .hrsync-MRa8eL.hrsync-ZD34gw:hover{color:#3b82f6}.hrsync-nhUc0M{display:flex;flex-direction:column;gap:2px}.hrsync-ZH9fAW,.hrsync-JjsvX0{font-size:14px;color:#111827;font-weight:600;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-D9R-yC{position:absolute;top:16px;right:16px;z-index:10}.hrsync-ycKg-x{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s ease}.hrsync-ycKg-x:hover,.hrsync-ycKg-x.hrsync-x6T0gg{background:#f3f4f6}.hrsync-ycKg-x svg{color:#6b7280;width:14px;height:14px}.hrsync-gB9731{position:absolute;top:100%;right:0;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;z-index:20;margin-top:4px}.hrsync-ht4Mk0{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;border:none;background:transparent;border-radius:4px;cursor:pointer;font-size:14px;color:#374151;transition:all .2s ease}.hrsync-ht4Mk0:hover{background:#f3f4f6}.hrsync-ht4Mk0.hrsync-fDP6QR{color:#dc2626}.hrsync-ht4Mk0.hrsync-fDP6QR:hover{background:#fef2f2}.hrsync-ht4Mk0 svg{width:20px;height:20px;flex-shrink:0}.hrsync-ao1sEt{grid-column:1/-1;display:flex;justify-content:center;align-items:center;min-height:400px;padding:40px 20px}.hrsync-GJLPvG{display:inline-flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content;font-size:12px;font-weight:500}.hrsync--pPLED{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.hrsync-DQlD9v{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-T8Ef3j{font-size:12px;font-weight:500}.hrsync-ARA--y{background-color:#fff6ed}.hrsync-ARA--y .hrsync-T8Ef3j{color:#ff9147}.hrsync-SJG8Ft{background-color:#f0fdf5}.hrsync-SJG8Ft .hrsync-DQlD9v{background-color:#21c16b}.hrsync-SJG8Ft .hrsync-T8Ef3j{color:#21c16b}.hrsync-xLkkHS{background-color:#fff1f2}.hrsync-xLkkHS .hrsync-DQlD9v{background-color:#fb3748}.hrsync-xLkkHS .hrsync-T8Ef3j{color:#fb3748}.hrsync-WZQnN0{font-size:14px;color:#6b7280}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-component{position:relative;width:100%;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.map-component .map-loading{display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px}.map-component .map-loading .loading-spinner{text-align:center;color:#666}.map-component .map-loading .loading-spinner .spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #f97316;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}.map-component .map-loading .loading-spinner p{margin:0;font-size:14px}.map-component .map-controls{position:absolute;top:12px;left:12px;right:12px;z-index:1000;display:flex;gap:8px;align-items:center}.map-component .map-controls .search-input{flex:1;position:relative}.map-component .map-controls .search-input .search-field{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background:#fff;box-shadow:0 2px 4px #0000001a}.map-component .map-controls .search-input .search-field:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.map-component .map-controls .current-location-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.map-component .map-controls .current-location-btn:hover{background:#f9fafb;border-color:#3b82f6}.map-component .map-controls .current-location-btn svg{color:#6b7280}.map-component .leaflet-container{width:100%;height:100%;border-radius:8px;z-index:1}.map-component .leaflet-container .leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 12px #00000026}.map-component .leaflet-container .leaflet-popup-content{margin:8px 12px;font-size:14px}.map-component .leaflet-container .marker-popup{display:flex;align-items:center;gap:8px;font-size:14px;color:#374151}.map-component .leaflet-container .marker-popup svg{color:#ef4444;flex-shrink:0}.map-component .map-container{position:relative;width:100%;height:100%;cursor:crosshair;background:#e8f4f8;border-radius:8px;overflow:hidden}.map-component .map-container .map-content{position:relative;width:100%;height:100%}.map-component .map-container .map-content .map-grid{position:absolute;width:100%;height:100%;opacity:.3}.map-component .map-container .map-content .map-grid .grid-line{position:absolute;background:#ccc}.map-component .map-container .map-content .map-grid .grid-line.horizontal{width:100%;height:1px}.map-component .map-container .map-content .map-grid .grid-line.vertical{height:100%;width:1px}.map-component .map-container .map-content .map-roads{position:absolute;width:100%;height:100%}.map-component .map-container .map-content .map-roads .road{position:absolute;background:gold;border-radius:2px}.map-component .map-container .map-content .map-roads .road.horizontal{width:100%;height:8px}.map-component .map-container .map-content .map-roads .road.vertical{height:100%;width:8px}.map-component .map-container .map-content .map-buildings{position:absolute;width:100%;height:100%}.map-component .map-container .map-content .map-buildings .building{position:absolute;background:#8b4513;border-radius:2px;width:20px;height:20px;box-shadow:0 1px 3px #0003}.map-component .map-container .map-content .map-marker{position:absolute;z-index:1000;animation:bounce 2s infinite}.map-component .map-container .map-content .map-marker .marker-label{position:absolute;top:-40px;left:50%;transform:translate(-50%);background:#f97316;color:#fff;padding:8px 12px;border-radius:20px;font-size:12px;font-weight:500;white-space:nowrap;box-shadow:0 2px 8px #0003;max-width:200px;overflow:hidden;text-overflow:ellipsis}.map-component .selected-location-info{position:absolute;bottom:16px;left:16px;right:16px;background:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;z-index:1000}.map-component .selected-location-info svg{color:#f97316;margin-right:8px;flex-shrink:0}.map-component .selected-location-info span{font-size:14px;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.map-component .map-search{top:8px;left:8px;right:8px}.map-component .map-search .search-input-container .search-button{padding:12px;font-size:12px}.map-component .map-controls{bottom:8px;right:8px}.map-component .map-controls .current-location-button{width:40px;height:40px}.map-component .selected-location-info{bottom:8px;left:8px;right:60px;padding:8px 12px}.map-component .selected-location-info span{font-size:12px}}.custom-marker{background:transparent!important;border:none!important}.custom-marker-content{display:flex;align-items:center;justify-content:center;width:32px;height:32px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}.hrsync-cZQoQv .hrsync-sz8iwY{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.hrsync-cZQoQv .hrsync-sz8iwY:first-child{grid-template-columns:1fr}.hrsync-cZQoQv .hrsync-z369JF{display:flex;flex-direction:column;gap:8px}.hrsync-cZQoQv .hrsync-ThB3A9,.hrsync-cZQoQv .hrsync-lZf-A7{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-cZQoQv .hrsync-ThB3A9.hrsync-D9KBMM:after,.hrsync-cZQoQv .hrsync-lZf-A7.hrsync-D9KBMM:after{content:" *";color:#ef4444}.hrsync-cZQoQv .hrsync-ThB3A9 .hrsync-BAwq0T,.hrsync-cZQoQv .hrsync-lZf-A7 .hrsync-BAwq0T{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-hxIm6y .hrsync-z--INh{position:relative;display:flex;flex-direction:column}.hrsync-hxIm6y .hrsync-kbhoRS{position:relative;display:flex;align-items:center}.hrsync-hxIm6y .hrsync-kbhoRS .hrsync-90on-Z{position:absolute;left:12px;color:#6b7280;z-index:1}.hrsync-hxIm6y .hrsync-kbhoRS .hrsync-EZjR5h{width:100%;padding:12px 12px 12px 44px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;background:#fff;transition:all .2s ease}.hrsync-hxIm6y .hrsync-kbhoRS .hrsync-EZjR5h:focus{outline:none;border-color:#ff7022;box-shadow:0 0 0 3px #3b82f61a}.hrsync-hxIm6y .hrsync-kbhoRS .hrsync-EZjR5h::placeholder{color:#9ca3af}.hrsync-hxIm6y .hrsync-kbhoRS .hrsync-V55yHx{position:absolute;right:12px;top:50%;transform:translateY(-50%)}.hrsync-hxIm6y .hrsync-kbhoRS .hrsync-V55yHx .hrsync-EfAeBD{width:16px;height:16px;border:2px solid #e5e7eb;border-top:2px solid #ff7022;border-radius:50%;animation:hrsync-7IcS6h 1s linear infinite}.hrsync-hxIm6y .hrsync-5F4o2i{position:absolute;top:54%;left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-top:none;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:200px;overflow-y:auto;border-radius:12px}.hrsync-hxIm6y .hrsync-5F4o2i .hrsync-SimiAd{padding:8px 12px;background:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:12px;color:#6b7280;font-weight:500}.hrsync-hxIm6y .hrsync-5F4o2i .hrsync-zQgZ1j{padding:12px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:.5rem}.hrsync-hxIm6y .hrsync-5F4o2i .hrsync-zQgZ1j:hover{background:#f9fafb}.hrsync-hxIm6y .hrsync-5F4o2i .hrsync-zQgZ1j:last-child{border-bottom:none}.hrsync-hxIm6y .hrsync-5F4o2i .hrsync-zQgZ1j .hrsync-fczxQJ{font-size:14px;color:#374151;font-weight:500;margin-bottom:4px;line-height:1.4}.hrsync-hxIm6y .hrsync-5F4o2i .hrsync-zQgZ1j .hrsync-mSz8Bx{font-size:12px;color:#6b7280}.hrsync-hxIm6y .hrsync-5yfMj6{display:flex;align-items:center;gap:.5rem;color:#505862;font-weight:600;margin:1rem 0}.hrsync-hxIm6y .hrsync-5yfMj6:hover{cursor:pointer}.hrsync-hxIm6y .hrsync-W-uUj-{height:300px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;position:relative}.hrsync-hxIm6y .hrsync-W-uUj- .hrsync-9NvgLZ{display:flex;justify-content:flex-end;padding:.75rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.hrsync-hxIm6y .hrsync-W-uUj- .hrsync-9NvgLZ .hrsync-iaPZBf{font-size:.875rem;padding:.5rem 1rem}.hrsync-hxIm6y .hrsync-UByrqm{width:100%;height:100%;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.hrsync-hxIm6y .hrsync-L5494e{color:#f97316;margin-bottom:1rem}.hrsync-hxIm6y .hrsync-I9so-J{background:#f97316;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;max-width:80%;text-align:center;word-wrap:break-word}.hrsync-CBY23e .hrsync-Pt1F7d{display:flex;flex-direction:column;gap:1.5rem}.hrsync-CBY23e .hrsync-8kEA--{display:flex;flex-direction:column;gap:.5rem}.hrsync-CBY23e .hrsync-y3Zzg9{display:flex;gap:.75rem;align-items:flex-end}.hrsync-CBY23e .hrsync-doNlUn{min-width:50px;height:50px;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid #dadfe3;background:#fff;border-radius:12px}.hrsync-CBY23e .hrsync-doNlUn:hover{background:#f6f7f8;border:0;cursor:pointer}.hrsync-CBY23e .hrsync-ukjzX6{display:flex;align-items:center;gap:.5rem;padding:12px 16px;border:2px dashed #f97316;border-radius:8px;background:#fff;color:#f97316;font-size:.875rem;font-weight:500;justify-content:center;transition:all .2s ease}.hrsync-CBY23e .hrsync-ukjzX6:hover{background:#ff7022;border:2px dashed #f97316;color:#ea580c;cursor:pointer}.hrsync-rG60C8 .hrsync-sz8iwY{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.hrsync-rG60C8 .hrsync-W-uUj- .hrsync-UByrqm{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;border:2px dashed #e0e0e0;border-radius:8px;text-align:center;background-color:#fafafa}.hrsync-rG60C8 .hrsync-W-uUj- .hrsync-UByrqm svg{color:#ccc;margin-bottom:16px}.hrsync-rG60C8 .hrsync-W-uUj- .hrsync-UByrqm p{margin-bottom:16px;color:#666;font-size:14px}.hrsync-rG60C8 .hrsync-W-uUj- .hrsync-UByrqm button{display:flex;align-items:center;gap:8px}.hrsync-rG60C8 .hrsync-W-uUj- .hrsync-DZZgcK{margin-top:16px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync-zeI890{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync-zeI890 h4{margin:0;font-size:16px;font-weight:600;color:#333}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync-zeI890 button{display:flex;align-items:center;gap:8px}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync--NGWde{display:flex;flex-direction:column;gap:12px}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync--NGWde .hrsync-8kEA--{display:flex;align-items:center;gap:12px}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync--NGWde .hrsync-8kEA-- .hrsync-PKNxJn{flex:1}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync--NGWde .hrsync-8kEA-- button{min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-color:#dc2626;color:#dc2626}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync--NGWde .hrsync-8kEA-- button:hover{background-color:#fef2f2}.hrsync-rG60C8 .hrsync-Pt1F7d .hrsync-WeRsUP{text-align:center;padding:40px 20px;color:#666;font-size:14px;background-color:#fafafa;border-radius:8px;border:1px dashed #e0e0e0}.hrsync-hxIm6y .hrsync-z--INh{flex-direction:column}.hrsync-CBY23e .hrsync-SR-wNt{display:flex;flex-direction:column;height:100%}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde{display:flex;flex-direction:column;max-height:290px!important;overflow-y:auto!important;margin-bottom:20px;gap:8px}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde::-webkit-scrollbar{width:6px}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde .hrsync-8kEA--{display:flex;flex-direction:column;gap:8px;width:100%;min-width:0}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde .hrsync-8kEA-- .hrsync-y3Zzg9{display:flex;gap:8px;align-items:flex-start;width:100%}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde .hrsync-8kEA-- .hrsync-y3Zzg9.hrsync-8XY4-y .hrsync-Z03JRU{width:100%;flex:1}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde .hrsync-8kEA-- .hrsync-y3Zzg9 .input-container{width:100%}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde .hrsync-8kEA-- .hrsync-y3Zzg9 .hrsync-Z03JRU{flex:1;min-width:0}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde .hrsync-8kEA-- .hrsync-y3Zzg9 .hrsync-Z03JRU.hrsync-VmpsYl{width:100%;flex:1}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde .hrsync-8kEA-- .hrsync-y3Zzg9 .hrsync-doNlUn{flex-shrink:0;min-width:50px;height:50px;padding:8px;display:flex;align-items:center;justify-content:center;border:1px solid #dadfe3;background:#fff;border-radius:12px}.hrsync-CBY23e .hrsync-SR-wNt .hrsync--NGWde .hrsync-8kEA-- .hrsync-y3Zzg9 .hrsync-doNlUn:hover{background:#f6f7f8;border:0;cursor:pointer}.hrsync-CBY23e .hrsync-SR-wNt .hrsync-ukjzX6{width:100%;height:48px;border:2px dashed #ff7a00;background:#fff;color:#ff7a00;display:flex;align-items:center;justify-content:center;gap:8px;flex-shrink:0;cursor:pointer}.hrsync-CBY23e .hrsync-SR-wNt .hrsync-ukjzX6:hover{border:2px dashed #ff7022;background:#fff6ed}.hrsync-BW0X0m{padding:0}.hrsync-BW0X0m .hrsync--mOODl{margin-bottom:24px}.hrsync-BW0X0m .hrsync--mOODl .hrsync-3Ukr3C{height:200px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#6c757d;font-size:16px;font-weight:500}.hrsync-BW0X0m .hrsync--mOODl .hrsync-3Ukr3C svg{color:#ff7022}.hrsync-BW0X0m .hrsync-hQ7-SM{display:flex;align-items:center;gap:24px;margin-bottom:32px}.hrsync-BW0X0m .hrsync-hQ7-SM .hrsync-HhNM-s .hrsync-X5m0ez{width:100%;max-width:160px;min-height:160px;max-height:160px;height:auto;aspect-ratio:1;border-radius:8px;border:1px solid #dadfe3}.hrsync-BW0X0m .hrsync-hQ7-SM .hrsync-NbKoB4{display:flex;flex-direction:column;gap:.8rem;flex:1}.hrsync-BW0X0m .hrsync-hQ7-SM .hrsync-NbKoB4 .hrsync-h47MhG{display:flex;flex-direction:column;gap:8px}.hrsync-BW0X0m .hrsync-hQ7-SM .hrsync-NbKoB4 .hrsync-h47MhG label{font-size:14px;color:#6b7280;font-weight:500}.hrsync-BW0X0m .hrsync-hQ7-SM .hrsync-NbKoB4 .hrsync-h47MhG span{font-size:16px;color:#374151;font-weight:600;line-height:1.5;background-color:#f6f7f8;padding:.7rem;border-radius:12px}.hrsync-BW0X0m .hrsync-gV1O-Z{margin-bottom:32px}.hrsync-BW0X0m .hrsync-gV1O-Z h3{font-size:18px;font-weight:600;color:#374151;margin-bottom:16px}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;align-items:center;gap:12px;transition:all .2s ease}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p:hover{border-color:#d1d5db;box-shadow:0 1px 3px #0000001a}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-U-1lRS{width:40px;height:40px;border-radius:6px;flex-shrink:0;cursor:pointer}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-EFk1p7{flex:1;font-size:14px;font-weight:500;color:#374151;text-align:center}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-5i2ULw{flex-shrink:0;color:#9ca3af;font-size:18px;cursor:pointer;position:relative}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-5i2ULw:hover{color:#6b7280}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-5i2ULw .hrsync-aIGYfG{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;z-index:1000;min-width:120px}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-5i2ULw .hrsync-aIGYfG .hrsync-URUyYF{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:none;border:none;color:#dc2626;font-size:14px;cursor:pointer;transition:background-color .2s ease}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-5i2ULw .hrsync-aIGYfG .hrsync-URUyYF:hover:not(:disabled){background:#fef2f2}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-5i2ULw .hrsync-aIGYfG .hrsync-URUyYF:disabled{opacity:.6;cursor:not-allowed}.hrsync-BW0X0m .hrsync-gV1O-Z .hrsync-5hXcER .hrsync-XWDx5p .hrsync-5i2ULw .hrsync-aIGYfG .hrsync-URUyYF svg{color:#dc2626}.hrsync-BW0X0m .hrsync--N8q3-{display:flex;gap:16px;justify-content:center;padding-top:24px;border-top:1px solid #e5e7eb}.hrsync-BW0X0m .hrsync--N8q3- .hrsync-j5JZ-X,.hrsync-BW0X0m .hrsync--N8q3- .hrsync-hS670C{display:flex;align-items:center;gap:8px;padding:12px 20px;min-width:120px;height:48px;background:#fff;border:1px solid #dadfe3;border-radius:12px;font-size:16px;font-weight:500;color:#374151;transition:all .2s ease}.hrsync-BW0X0m .hrsync--N8q3- .hrsync-j5JZ-X:hover,.hrsync-BW0X0m .hrsync--N8q3- .hrsync-hS670C:hover{background:#f9fafb;border-color:#9ca3af}.hrsync-BW0X0m .hrsync--N8q3- .hrsync-j5JZ-X svg,.hrsync-BW0X0m .hrsync--N8q3- .hrsync-hS670C svg{width:20px;height:20px;color:#374151}@media (max-width: 768px){.hrsync-BW0X0m .hrsync-hQ7-SM{grid-template-columns:1fr;gap:20px}.hrsync-BW0X0m .hrsync-5hXcER{grid-template-columns:1fr}.hrsync-BW0X0m .hrsync--N8q3-{flex-direction:column;gap:12px}.hrsync-BW0X0m .hrsync--N8q3- .hrsync-j5JZ-X,.hrsync-BW0X0m .hrsync--N8q3- .hrsync-hS670C{width:100%;justify-content:center}.hrsync-iPLLTQ{transition:all .2s ease;cursor:pointer}.hrsync-iPLLTQ:hover{transform:scale(1.05);box-shadow:0 8px 25px -8px #0000004d}}.hrsync-Opp-b0{display:flex;flex-direction:column;gap:24px}.hrsync-Opp-b0 .hrsync-Ypwil6{width:100%;height:auto;aspect-ratio:1;border-radius:12px;border:1px solid #DADFE3}.hrsync-Opp-b0 .hrsync-ojuNKC{display:flex;gap:16px;width:100%}.hrsync-Opp-b0 .hrsync-ojuNKC .hrsync-j5JZ-X,.hrsync-Opp-b0 .hrsync-ojuNKC .hrsync-hS670C{display:flex;align-items:center;gap:8px;padding:12px 20px;min-width:120px;height:48px;background:#fff;border:1px solid #dadfe3;border-radius:12px;font-size:16px;font-weight:500;color:#374151;transition:all .2s ease}.hrsync-Opp-b0 .hrsync-ojuNKC .hrsync-j5JZ-X span,.hrsync-Opp-b0 .hrsync-ojuNKC .hrsync-hS670C span{display:flex;align-items:center;gap:.5rem}.hrsync-Opp-b0 .hrsync-ojuNKC .hrsync-j5JZ-X:hover,.hrsync-Opp-b0 .hrsync-ojuNKC .hrsync-hS670C:hover{background:#f9fafb;border-color:#9ca3af}.hrsync-Opp-b0 .hrsync-ojuNKC .hrsync-j5JZ-X svg,.hrsync-Opp-b0 .hrsync-ojuNKC .hrsync-hS670C svg{width:20px;height:20px;color:#374151}.hrsync-KzgGcv{display:flex;flex-direction:column;gap:16px}.hrsync-KzgGcv .hrsync-Pj4tNC{display:flex;flex-direction:column;gap:8px}.hrsync-KzgGcv .hrsync--76HXF{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-KzgGcv .hrsync--76HXF.hrsync-laYYzN:after{content:" *";color:#ef4444}.hrsync-KzgGcv .hrsync-sJebEN{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-KzgGcv .hrsync-8hb2nT{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-b6YOhT{font-weight:500}.hrsync-dHARaG{display:flex;flex-direction:column;gap:1.5rem}.hrsync-dHARaG .hrsync-a5N-Yx{display:flex;flex-direction:column;gap:.5rem}.hrsync-dHARaG .hrsync-a5N-Yx .hrsync-q0CM2Y{color:#dc2626;font-size:12px;margin-top:.25rem}.hrsync-dHARaG .hrsync-T9w-Lu{font-weight:500}.hrsync-NCA7Uq .hrsync-ZdNcj0 .hrsync-z22tP1{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:500}.hrsync-NCA7Uq .hrsync-ZdNcj0 .hrsync-z22tP1.hrsync-AohsFL{background-color:#fef3c7;color:#92400e}.hrsync-NCA7Uq .hrsync-ZdNcj0 .hrsync-z22tP1.hrsync-Xgp3wi{background-color:#d1fae5;color:#065f46}.hrsync-NCA7Uq .hrsync-ZdNcj0 .hrsync-z22tP1.hrsync-BsL43Q{background-color:#fee2e2;color:#991b1b}.hrsync-GZ44TO{display:inline-flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content;font-size:12px;font-weight:500}.hrsync-sw0pkp{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.hrsync-FJcxc6{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-tF-jPI{font-size:12px;font-weight:500}.hrsync-7xPQvM{background-color:#fff6ed}.hrsync-7xPQvM .hrsync-tF-jPI{color:#ff9147}.hrsync-o8mECB{background-color:#f0fdf5}.hrsync-o8mECB .hrsync-FJcxc6{background-color:#21c16b}.hrsync-o8mECB .hrsync-tF-jPI{color:#21c16b}.hrsync-YllSax{background-color:#fff1f2}.hrsync-YllSax .hrsync-FJcxc6{background-color:#fb3748}.hrsync-YllSax .hrsync-tF-jPI{color:#fb3748}.hrsync-3cERNt{font-size:14px;color:#6b7280}.hrsync-D1Q616{display:flex;align-items:center;gap:.5rem}.hrsync-D1Q616 button{border:1px solid #d1d5db;border-radius:.5rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.hrsync-D1Q616 button:hover{background-color:#f9fafb}.hrsync-D1Q616 button:disabled{opacity:.5;cursor:not-allowed}.hrsync-4CiX9V{display:flex;flex-direction:column;gap:1.5rem}.hrsync-4CiX9V .hrsync-pWSEZn{display:flex;flex-direction:column;gap:.5rem}.hrsync-4CiX9V .hrsync-pWSEZn .hrsync-aK8-vb{color:#dc2626;font-size:.75rem;margin-top:.25rem}.hrsync-SECvxO{display:flex;flex-direction:column;gap:16px}.hrsync-SECvxO .hrsync-BLwSXv{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.hrsync-SECvxO .hrsync-BLwSXv{grid-template-columns:1fr}}.hrsync-SECvxO .hrsync-PHlGO0{display:flex;flex-direction:column;gap:8px}.hrsync-SECvxO .hrsync-lQR7sQ,.hrsync-SECvxO .hrsync-jySZ1F{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-SECvxO .hrsync-lQR7sQ.hrsync-gvPuf8:after,.hrsync-SECvxO .hrsync-jySZ1F.hrsync-gvPuf8:after{content:" *";color:#ef4444}.hrsync-SECvxO .hrsync-lQR7sQ .hrsync-74oRUe,.hrsync-SECvxO .hrsync-jySZ1F .hrsync-74oRUe{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-SECvxO .hrsync-PHlGO0 .hrsync-q-D2Fz{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-SECvxO .hrsync-PHlGO0 .hrsync-mO8cI0{display:flex;flex-direction:column;gap:4px;margin-top:8px;padding:12px;background-color:#f6f7f8;border-radius:8px}.hrsync-SECvxO .hrsync-PHlGO0 .hrsync-mO8cI0 .hrsync-COaMsp{color:var(--color-primary, #ff7022);text-decoration:underline;font-size:.875rem;font-weight:500}.hrsync-SECvxO .hrsync-PHlGO0 .hrsync-mO8cI0 .hrsync-COaMsp:hover{color:#e85d00}.hrsync-SECvxO .hrsync-PHlGO0 .hrsync-mO8cI0 .hrsync-2b6aIq{font-size:.75rem;color:#72808f;font-style:italic}.hrsync-SECvxO .hrsync-1a4z2N{font-weight:500}.hrsync-PJyhbA{display:flex;flex-direction:column;gap:16px}.hrsync-PJyhbA .hrsync-BLwSXv{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 768px){.hrsync-PJyhbA .hrsync-BLwSXv{grid-template-columns:1fr}}.hrsync-PJyhbA .hrsync-PHlGO0{display:flex;flex-direction:column;gap:8px}.hrsync-PJyhbA .hrsync-lQR7sQ,.hrsync-PJyhbA .hrsync-jySZ1F{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-PJyhbA .hrsync-lQR7sQ.hrsync-gvPuf8:after,.hrsync-PJyhbA .hrsync-jySZ1F.hrsync-gvPuf8:after{content:" *";color:#ef4444}.hrsync-PJyhbA .hrsync-lQR7sQ .hrsync-74oRUe,.hrsync-PJyhbA .hrsync-jySZ1F .hrsync-74oRUe{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-PJyhbA .hrsync-PHlGO0 .hrsync-q-D2Fz{color:#ef4444;font-size:12px;margin-top:4px}.hrsync-JHNB9V{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e0e0e0}.hrsync-JHNB9V .hrsync-JTgy-d{display:flex;align-items:center;gap:12px}.hrsync-JHNB9V .hrsync-JTgy-d .hrsync-L8MGFy{background:none;border:1px solid #DADFE3;font-size:20px;cursor:pointer;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#72808f;transition:color .2s}.hrsync-JHNB9V .hrsync-JTgy-d .hrsync-L8MGFy:hover{color:#111827}.hrsync-JHNB9V .hrsync-JTgy-d h3{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.hrsync-JHNB9V .hrsync-Wdsbg2{display:flex;align-items:center;gap:12px}.hrsync-JHNB9V .hrsync-Wdsbg2 .hrsync-OhAgCg{background:none;border:none;font-size:24px;cursor:pointer;padding:4px 8px;color:#6b7280;transition:color .2s;line-height:1}.hrsync-JHNB9V .hrsync-Wdsbg2 .hrsync-OhAgCg:hover{color:#374151}.hrsync-sCcMFU{font-weight:500;font-size:14px;color:#505862}.hrsync-Ha0NrF{display:flex;align-items:center;gap:8px}.hrsync-fHX-wM{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background-color .2s ease}.hrsync-fHX-wM:hover{background-color:#f5f5f5}.hrsync-tRgOhY{font-size:13px;color:#505862}.hrsync-U1NBrf{font-size:13px;color:#72808f}.hrsync-GQinlV{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content}.hrsync-AumbpZ{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.hrsync-nR7wia{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-iUDoTt{font-size:12px;font-weight:500}.hrsync-zKOulZ{background-color:#fff6ed}.hrsync-zKOulZ .hrsync-iUDoTt{color:#ff9147}.hrsync-pTmBpi{background-color:#f0fdf5;color:#21c16b}.hrsync-pTmBpi .hrsync-nR7wia{background-color:#21c16b}.hrsync-pTmBpi .hrsync-iUDoTt{color:#166534}.hrsync-64g9XP{background-color:#fff1f2}.hrsync-64g9XP .hrsync-nR7wia{background-color:#fb3748}.hrsync-64g9XP .hrsync-iUDoTt{color:#dc2626}.hrsync-LOIPgm{background-color:#fff7ed}.hrsync-LOIPgm .hrsync-nR7wia{background-color:#f59e0b}.hrsync-LOIPgm .hrsync-iUDoTt{color:#92400e}.hrsync-PqZ9Ph{background-color:#f3f4f6}.hrsync-PqZ9Ph .hrsync-nR7wia{background-color:#6b7280}.hrsync-PqZ9Ph .hrsync-iUDoTt{color:#374151}.hrsync-fq5Q75{font-size:14px;color:#6b7280}.hrsync-Lwr4Bl{border:1px solid #DADFE3;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.hrsync-Lwr4Bl:hover{background-color:#f8f9fa}.hrsync-sK-AHA{display:flex;align-items:center;gap:8px}.permission-tab-group{display:flex;flex-direction:column;border:1px solid rgba(145,158,171,.2);border-radius:12px;width:100%;position:relative;overflow-x:hidden;overflow-y:hidden}.permission-tab-group .tab-list-container{width:100%;overflow-x:auto;border-bottom:1px solid rgba(145,158,171,.2);flex-shrink:0;position:relative;transform:translateZ(0);scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.permission-tab-group .tab-list-container::-webkit-scrollbar{height:6px}.permission-tab-group .tab-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.permission-tab-group .tab-list-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.permission-tab-group .tab-list-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.permission-tab-group.horizontal .tab-list{display:flex;flex-wrap:nowrap;gap:2rem;padding:0 1rem;width:100%;overflow-x:auto;overflow-y:hidden}@media (max-width: 1700px){.permission-tab-group.horizontal .tab-list{gap:1rem}.permission-tab-group.horizontal .tab-list .tab{font-size:13px}}.permission-tab-group.horizontal .tab-list .tab{flex:0 0 auto;white-space:nowrap}.permission-tab-group.vertical{flex-direction:row}.permission-tab-group.vertical .tab-list{display:flex;flex-direction:column;gap:8px;overflow-y:auto}.permission-tab-group .tab{padding:16px 0;font-size:14px;cursor:pointer;color:#637381;user-select:none;transition:color .25s;position:relative;display:flex;align-items:center;font-weight:700}.permission-tab-group .tab:hover{color:var(--color-primary)}.permission-tab-group .tab.active{color:var(--color-primary, #FF7022)}.permission-tab-group .tab.active:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:100%;background-color:var(--color-primary, #FF7022)}.permission-tab-group .tab-content{padding:16px;box-shadow:0 4px 24px #919eab3d;border-bottom-left-radius:12px;border-bottom-right-radius:12px;position:relative;transform:translateZ(0)}.hrsync-1Nfuge{flex:1;position:relative;overflow-x:hidden;overflow-y:auto;transform:translateZ(0)}.hrsync-X4LWwM{display:flex;justify-content:space-between;padding-bottom:10px;padding-top:10px}.hrsync-X4LWwM h3{margin:0;font-weight:500}.hrsync-X4LWwM .hrsync-8dDKrN{display:flex;gap:1rem;align-items:center}.hrsync-K8fibA{display:flex;flex-direction:column;gap:2rem}.hrsync-xn7qQC{background:#f9fafb;border-radius:8px;padding:1em;border:1px solid #e5e7eb}.hrsync-xn7qQC .hrsync-Om-B9U{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.hrsync-xn7qQC .hrsync-xOWoMg{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.hrsync-xn7qQC .hrsync-jF3sAo{display:flex;align-items:flex-start}.hrsync-xn7qQC .hrsync-Z-sqBg{display:flex;align-items:flex-start;padding-top:.125rem;flex-shrink:0}.hrsync-xn7qQC .hrsync-Z-sqBg .checkbox-with-text,.hrsync-xn7qQC .hrsync-Z-sqBg .label{margin:0}.hrsync-xn7qQC .hrsync-mxyUaO{display:flex;flex-direction:column;gap:.5rem;flex:1}.hrsync-xn7qQC .hrsync-PBR9w3{font-size:1.25rem;font-weight:600;color:#1f2937;margin:0;line-height:1.5}.hrsync-NTk9Sp{display:flex;flex-direction:column;gap:10px}.hrsync--kHUoK{padding:12px;border:1px solid #e7e7e7;border-radius:12px;display:flex;align-items:center}.hrsync--kHUoK.hrsync-5yhPRy{border-color:var(--color-primary)}.hrsync--kHUoK:not(.hrsync-5yhPRy) .hrsync-1xtsLC{border-color:#637381}.hrsync--kHUoK .hrsync-G1lUux{margin-left:8px}.hrsync--kHUoK .hrsync-tJytn5{font-weight:500;color:#212b36;margin-bottom:4px}.hrsync--kHUoK .hrsync-f4nFgC{font-size:14px;color:#637381}.hrsync-Fs8pM3 .hrsync-kr30iq{margin-bottom:20px}.hrsync-Fs8pM3 .hrsync-kr30iq:last-child{margin-bottom:0}.hrsync-Fs8pM3 .hrsync-3avPdF,.hrsync-Fs8pM3 .hrsync-Qjsw6m{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px;display:block}.hrsync-Fs8pM3 .hrsync-3avPdF.hrsync-xWdDPt:after,.hrsync-Fs8pM3 .hrsync-Qjsw6m.hrsync-xWdDPt:after{content:" *";color:#ef4444}.hrsync-Fs8pM3 .hrsync-3avPdF .hrsync-mffkj-,.hrsync-Fs8pM3 .hrsync-3avPdF .hrsync-DvniGZ,.hrsync-Fs8pM3 .hrsync-Qjsw6m .hrsync-mffkj-,.hrsync-Fs8pM3 .hrsync-Qjsw6m .hrsync-DvniGZ{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-Fs8pM3 .hrsync-ROxNge{color:#ff4d4f;font-size:12px;margin-top:4px;margin-left:0}.hrsync-naXGdk{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:20px}@media (max-width: 768px){.hrsync-naXGdk{grid-template-columns:1fr;gap:16px;margin-bottom:20px}}.hrsync-fCG-G6{background:#fff;border-radius:16px;border:1px solid #dadfe3;padding:20px;display:flex;align-items:center;gap:16px}.hrsync-fCG-G6.hrsync-wP0cKm{cursor:default;transform:none;box-shadow:0 2px 8px #0000000f;border-color:#e8e8e8}.hrsync-fCG-G6.hrsync-wP0cKm:hover{transform:none;box-shadow:0 2px 8px #0000000f;border-color:#e8e8e8}.hrsync-fCG-G6 .hrsync-95bRnR{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;flex-shrink:0;background:#fffaf5}.hrsync-fCG-G6 .hrsync-95bRnR svg{width:24px;height:24px}.hrsync-fCG-G6 .hrsync-7kiQTL{flex:1;min-width:0}.hrsync-fCG-G6 .hrsync-7kiQTL .hrsync-AdGmd-{font-size:14px;font-weight:500;color:#0d1f2d;margin:0 0 8px;line-height:1.4}.hrsync-fCG-G6 .hrsync-7kiQTL .hrsync-2gYe2y{font-size:28px;font-weight:700;line-height:1;color:#ff7022;margin:0}.hrsync-TcMw7u{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:hrsync-wP0cKm 1.5s infinite;border-radius:4px}.hrsync-X1HnbY{width:48px;height:48px}.hrsync-VCMxIf{flex:1;display:flex;flex-direction:column;gap:8px}.hrsync-fMd-Hg{width:80%;height:14px}.hrsync-H1Rz7W{width:60%;height:28px}@keyframes hrsync-wP0cKm{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 480px){.hrsync-fCG-G6{padding:16px;gap:12px}.hrsync-fCG-G6 .hrsync-95bRnR{font-size:24px;width:40px;height:40px}.hrsync-fCG-G6 .hrsync-7kiQTL .hrsync-AdGmd-{font-size:13px}.hrsync-fCG-G6 .hrsync-7kiQTL .hrsync-2gYe2y{font-size:24px}}.hrsync-dJTD6M{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:12px;font-size:14px;font-weight:500;width:fit-content}.hrsync-046I32{width:6px;height:6px;border-radius:50%}.hrsync--azoPP{background-color:#fff2f0;color:#ff4d4f}.hrsync--azoPP .hrsync-046I32{background-color:#ff4d4f}.hrsync-FihjOI{background-color:#fffbe6;color:#faad14}.hrsync-FihjOI .hrsync-046I32{background-color:#faad14}.hrsync-3ygjp0{background-color:#e6f7ff;color:#1890ff}.hrsync-3ygjp0 .hrsync-046I32{background-color:#1890ff}.hrsync-SZJUkF{background-color:#f6ffed;color:#52c41a}.hrsync-SZJUkF .hrsync-046I32{background-color:#52c41a}.hrsync-f-FJuR{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:380px;max-height:50px}.hrsync-ame15S{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;transition:all .2s ease;color:#6b7280;flex-shrink:0;background-color:#f6f7f8;border-radius:8px}.hrsync-ame15S:hover{background:#f3f4f6;color:#111827}.hrsync-ame15S:active{background:#e5e7eb}.hrsync-ame15S:disabled{opacity:.5;cursor:not-allowed}.hrsync-ame15S:disabled:hover{background:transparent;color:#6b7280}.hrsync-ame15S svg{width:20px;height:20px}.hrsync-zLue3K{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;gap:.5rem}.hrsync-ZEuvlF{font-size:.9375rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@media (max-width: 768px){.hrsync-f-FJuR{min-width:100%}.hrsync-ZEuvlF{font-size:.875rem;color:#0d1f2d}.hrsync-ame15S{width:32px;height:32px}.hrsync-ame15S svg{width:18px;height:18px}}.hrsync-VXi9HO{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:380px;max-height:50px}.hrsync-y9Hm6T{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;transition:all .2s ease;color:#6b7280;flex-shrink:0;background-color:#f6f7f8;border-radius:8px}.hrsync-y9Hm6T:hover{background:#f3f4f6;color:#111827}.hrsync-y9Hm6T:active{background:#e5e7eb}.hrsync-y9Hm6T:disabled{opacity:.5;cursor:not-allowed}.hrsync-y9Hm6T:disabled:hover{background:transparent;color:#6b7280}.hrsync-y9Hm6T svg{width:20px;height:20px}.hrsync-xw-4B8{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;gap:.5rem}.hrsync-H566GW{font-size:.9375rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@media (max-width: 768px){.hrsync-VXi9HO{min-width:100%}.hrsync-H566GW{font-size:.875rem;color:#0d1f2d}.hrsync-y9Hm6T{width:32px;height:32px}.hrsync-y9Hm6T svg{width:18px;height:18px}}.hrsync-QYDAV7{display:flex;flex-direction:column;padding:0}.hrsync-tVEAZ3{display:flex;gap:.75rem;align-items:center}.hrsync-QYDAV7 header{margin-bottom:0}.hrsync-DgcBBK{background:#fff;border-radius:12px;overflow-y:visible;min-width:0}.hrsync-DgcBBK::-webkit-scrollbar{height:0;display:none}.hrsync-2TZur-{background:#fff;border-radius:12px;overflow:visible}.hrsync-QYDAV7 .hrsync-ebAY2s .hrsync-XfUro- .hrsync-oeL-7g:checked{background-color:#ff7022;border-color:#ff7022}.hrsync-vZjd9y{display:flex;justify-content:space-between;align-items:start;gap:1rem;min-width:0;width:100%;overflow:visible;flex-wrap:nowrap}.hrsync-gKf-V-{display:flex;flex-direction:row;gap:.75rem;align-items:flex-start;flex:1 1 auto;justify-content:flex-start;min-width:0;max-width:100%;flex-wrap:wrap}.hrsync-gKf-V- .hrsync-XQ7Vwn{display:flex;flex-direction:column;gap:8px}.hrsync-gKf-V- .hrsync-68B1rW{font-size:14px;font-weight:500;color:#505862;margin-bottom:0;height:22px;line-height:22px}.hrsync-gKf-V- .hrsync-XQ7Vwn .hrsync-VXi9HO{min-height:48px;max-height:50px;height:48px;max-height:48px;padding:9px 16px;box-sizing:border-box;display:flex;align-items:center;border:1px solid #e5e7eb;line-height:1}.hrsync-gKf-V- .hrsync-XQ7Vwn .hrsync-y9Hm6T{width:30px;height:30px}.hrsync-gKf-V- .hrsync-XQ7Vwn .hrsync-y9Hm6T svg{width:18px;height:18px}.hrsync-gKf-V- .hrsync-XQ7Vwn .dropdown-container{min-width:200px}.hrsync-gKf-V- .hrsync-XQ7Vwn .dropdown-container .dropdown-header{min-height:50px;height:50px;padding:10px 16px;box-sizing:border-box}.hrsync-gKf-V- .hrsync-MmRypg{min-width:200px}.hrsync-OyUxT6{display:flex;gap:.75rem;align-items:flex-start;flex-shrink:0;flex-wrap:nowrap;min-width:280px}.hrsync-OyUxT6 .hrsync-aTb61D{display:flex;flex-direction:column;gap:8px;flex:0 0 auto;flex-shrink:0;width:140px;min-width:140px}.hrsync-OyUxT6 .hrsync-aTb61D .hrsync-N1L1RX{font-size:14px;font-weight:500;color:#505862;margin-bottom:0;height:22px;line-height:22px;visibility:hidden}.hrsync-OyUxT6 .hrsync-aTb61D .button{min-height:50px!important;height:50px!important;max-height:50px!important;width:100%;min-width:140px;white-space:nowrap;overflow:visible;flex-shrink:0}.hrsync-OyUxT6 .hrsync-aTb61D .button .button__text{white-space:nowrap;overflow:visible;display:inline-block}.hrsync-b1nViP{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.hrsync-zD9ffc{font-size:.875rem;color:#374151;white-space:nowrap}.hrsync-P2usK-{display:flex;align-items:flex-start;gap:1rem}.hrsync-P2usK- .hrsync-q6X8iH{display:flex;flex-direction:column;gap:8px;min-width:200px}.hrsync-P2usK- .hrsync-qcfhPr{font-size:14px;font-weight:500;color:#505862;margin-bottom:0}.hrsync-jVnl5n{width:100%;overflow-x:auto;overflow-y:visible;scrollbar-width:thin;scrollbar-color:transparent transparent}.hrsync-jVnl5n::-webkit-scrollbar{height:8px}.hrsync-jVnl5n::-webkit-scrollbar-track{background:transparent}.hrsync-jVnl5n::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.hrsync-jVnl5n::-webkit-scrollbar-thumb:hover{background:#9ca3af}.hrsync-pNsi8A{padding:4rem 2rem;text-align:center;color:#6b7280;font-size:.875rem}.hrsync-LBz4Yc{padding:6rem 2rem;display:flex;justify-content:center;align-items:center;min-height:500px}.hrsync-LBz4Yc .hrsync-U-ez0w{text-align:center;max-width:480px}.hrsync-LBz4Yc .hrsync-U-ez0w svg{margin:0 auto 2rem;display:block}.hrsync-LBz4Yc .hrsync-U-ez0w h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.hrsync-LBz4Yc .hrsync-U-ez0w p{font-size:.9375rem;color:#6b7280;line-height:1.6}.hrsync-dvJFkd{display:flex;flex-direction:column;min-width:max-content;overflow:visible}.hrsync-8LQnJO{display:flex;background:#fff;position:sticky;top:0;border-bottom:1px solid #e5e7eb;padding:1rem 0;z-index:10}.hrsync-by0z0T{display:flex;align-items:center;justify-content:center;min-width:250px;margin:0 .25rem;padding:1rem;background:#fff;position:sticky;left:0;border-right:1px solid #e5e7eb;z-index:11}.hrsync-4VXE70{font-size:1rem;font-weight:500;color:#6b7280}.hrsync-my8Fuu{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-width:112px;max-height:94px;padding:1rem;margin:.25rem;border-radius:12px;border:1px solid #dadfe3;cursor:pointer;transition:all .2s ease;position:relative}.hrsync-XaMrHx{min-width:250px;flex-direction:row;justify-content:flex-start;gap:.75rem;background:#fff;position:sticky;left:0;cursor:default;margin:0 .25rem;box-shadow:none;padding:0;border:0;border-right:1px solid #e5e7eb;border-radius:0;z-index:9997}.hrsync-XaMrHx:hover{background:#fff;transform:none;box-shadow:none}.hrsync-XaMrHx .hrsync-MmRypg{flex:1;min-width:200px;padding:2rem 1rem 1rem 0;z-index:9998}.hrsync-aJUMXQ{border:2px solid #ff7022}.hrsync-aJUMXQ .hrsync-aTK47P{background:#ff7022;border-color:#ff7022}.hrsync-aJUMXQ .hrsync-aTK47P:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:translate(-50%,-60%) rotate(45deg)}.hrsync-VuVnNk{position:absolute;top:.5rem;right:.5rem;width:16px;height:16px}.hrsync-aTK47P{width:16px;height:16px;border:1px solid #d1d5db;border-radius:3px;background:#fff;transition:all .2s ease;position:relative}.hrsync-f5UbuT{display:flex;flex-direction:column;align-items:center;gap:.125rem;margin-bottom:.5rem}.hrsync-WR8vft{font-size:1.25rem;font-weight:700;color:#111827;line-height:1}.hrsync-z9Bsst{font-size:.75rem;font-weight:500;color:#6b7280;line-height:1}.hrsync-cAVDtG{font-size:.75rem;color:#9ca3af;text-transform:capitalize;font-weight:500}.hrsync-t7aAVg{display:flex;align-items:center;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:relative;z-index:0}.hrsync-Aq5YCC{display:flex;align-items:center;gap:.75rem;margin:0 .25rem;min-width:250px;background:#fff;position:sticky;left:0;border-radius:0;border-right:1px solid #e5e7eb}.hrsync-8hjbr0{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.hrsync-nygEuN{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;flex-shrink:0;letter-spacing:.5px}.hrsync-6zSmdr{display:flex;flex-direction:column;gap:.125rem;min-width:0}.hrsync-LPqN3o{font-size:.875rem;font-weight:500;color:#505862;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-ODAVsp{font-size:.75rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-xrYQMB{display:flex;align-items:center;justify-content:center;flex:1;padding:.75rem;margin:0 .25rem;min-width:112px;border-radius:12px;transition:all .2s ease;cursor:pointer;position:relative;max-height:44px}.hrsync-RRdyxs{background:#f6f7f8;color:#9ca3af;border:1px solid #dadfe3}.hrsync-RRdyxs:hover{background:#f9fafb;border-color:#d1d5db}.hrsync-z882Xy{background:#f8f9fa;border:1px solid #e5e7eb;color:#374151;font-weight:500;box-shadow:0 1px 3px #0000001a}.hrsync-z882Xy:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.hrsync-1fS0zQ{font-size:.8125rem;font-weight:500;white-space:nowrap}.hrsync-L6-wUQ{font-size:1rem;color:#d1d5db}@media (max-width: 948px){.hrsync-vZjd9y{flex-wrap:nowrap}.hrsync-gKf-V-{flex-wrap:wrap;flex:1 1 auto;min-width:0;max-width:calc(100% - 300px)}.hrsync-gKf-V- .hrsync-MmRypg{flex:1 1 100%;min-width:200px;max-width:200px}.hrsync-OyUxT6{flex-wrap:nowrap;gap:.75rem;flex-shrink:0;flex:0 0 auto;min-width:280px;max-width:300px}.hrsync-OyUxT6 .hrsync-aTb61D{flex:0 0 auto;flex-shrink:0;width:140px;min-width:140px}.hrsync-OyUxT6 .hrsync-aTb61D .button{width:100%;min-width:140px;min-height:50px!important;height:50px!important;max-height:50px!important}}@media (max-width: 1150px){.hrsync-vZjd9y{flex-direction:row;flex-wrap:nowrap;align-items:flex-start}.hrsync-gKf-V-{flex:1 1 auto;min-width:0;max-width:calc(100% - 300px)}.hrsync-OyUxT6{flex-wrap:nowrap;gap:.75rem;flex-shrink:0;flex:0 0 auto;min-width:280px;max-width:300px}.hrsync-OyUxT6 .hrsync-aTb61D{flex:0 0 auto;flex-shrink:0;width:140px;min-width:140px}.hrsync-OyUxT6 .hrsync-aTb61D .button{width:100%;min-width:140px;min-height:50px!important;height:50px!important;max-height:50px!important}}@media (max-width: 768px){.hrsync-DgcBBK{padding:1rem}.hrsync-vZjd9y{flex-wrap:nowrap;overflow-x:auto}.hrsync-gKf-V-{flex:1 1 auto;min-width:0;max-width:calc(100% - 240px)}.hrsync-OyUxT6{flex-wrap:nowrap;gap:.5rem;flex-shrink:0;flex:0 0 auto;min-width:220px;max-width:240px}.hrsync-OyUxT6 .hrsync-aTb61D{flex:0 0 auto;flex-shrink:0;width:110px;min-width:110px}.hrsync-OyUxT6 .hrsync-aTb61D .button{width:100%;min-width:110px;min-height:50px!important;height:50px!important;max-height:50px!important;font-size:.875rem;padding:.5rem;white-space:nowrap}.hrsync-OyUxT6 .hrsync-aTb61D .button .button__text{font-size:.75rem;white-space:nowrap;overflow:visible}.hrsync-Aq5YCC{min-width:280px}.hrsync-XaMrHx{min-width:280px;flex-direction:column;align-items:stretch;gap:.5rem}.hrsync-XaMrHx .hrsync-MmRypg{width:100%}.hrsync-xrYQMB,.hrsync-my8Fuu{min-width:120px}}.hrsync-5cBmpf{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:380px}.hrsync-CKjF6f{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;transition:all .2s ease;color:#6b7280;flex-shrink:0;background-color:#f6f7f8;border-radius:8px}.hrsync-CKjF6f:hover{background:#f3f4f6;color:#111827}.hrsync-CKjF6f:active{background:#e5e7eb}.hrsync-CKjF6f:disabled{opacity:.5;cursor:not-allowed}.hrsync-CKjF6f:disabled:hover{background:transparent;color:#6b7280}.hrsync-CKjF6f svg{width:20px;height:20px}.hrsync-MFT1ie{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;gap:.5rem}.hrsync-ZeufDM{font-size:.9375rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@media (max-width: 768px){.hrsync-5cBmpf{min-width:100%}.hrsync-ZeufDM{font-size:.875rem;color:#0d1f2d}.hrsync-CKjF6f{width:32px;height:32px}.hrsync-CKjF6f svg{width:18px;height:18px}}.hrsync-UAw8UN{display:flex;flex-direction:column;padding:0;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box;min-width:0}.hrsync-Z8W47S{display:flex;gap:.75rem;align-items:center}.hrsync-udn5yd{background:#fff;border-radius:12px;margin-bottom:1.5rem}.hrsync-qbpMjy{background:#fff;border-radius:12px;overflow:hidden;width:100%;max-width:100%;box-sizing:border-box;min-width:0}.hrsync-EfkzRk{background:#fff;border-radius:12px;margin-bottom:1.5rem}.hrsync-UAw8UN .hrsync-BeOhNg .hrsync-kgJY7g .hrsync-UJRlkn:checked{background-color:#ff7022;border-color:#ff7022}.hrsync-sA8cwU{display:flex;justify-content:space-between;align-items:center;gap:1rem}.hrsync-wy4JdZ{display:flex;gap:.75rem;align-items:center;flex:0 0 auto;justify-content:flex-start}.hrsync-wy4JdZ .hrsync--SMvey{min-width:200px}.hrsync-nmH-dS{display:flex;gap:.75rem;align-items:center;flex:0 0 auto}.hrsync-nmH-dS .hrsync-bbqNmu{min-height:50px}.hrsync-AHG-PN{width:100%;max-width:100%;overflow:hidden;box-sizing:border-box;min-width:0}.hrsync-SBQEUU{padding:4rem 2rem;text-align:center;color:#6b7280;font-size:.875rem}.hrsync-OSzvkN{padding:6rem 2rem;display:flex;justify-content:center;align-items:center;min-height:500px}.hrsync-OSzvkN .hrsync-PdvuoL{text-align:center;max-width:480px}.hrsync-OSzvkN .hrsync-PdvuoL svg{margin:0 auto 2rem;display:block}.hrsync-OSzvkN .hrsync-PdvuoL h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.hrsync-OSzvkN .hrsync-PdvuoL p{font-size:.9375rem;color:#6b7280;line-height:1.6}.hrsync-aOmD1J{display:flex;height:calc(100vh - 300px);min-height:500px;max-height:calc(100vh - 300px);border-radius:12px;overflow:hidden;gap:1rem;width:100%;max-width:100%;box-sizing:border-box}.hrsync-oZ8iOH{width:280px;min-width:280px;max-width:280px;flex-shrink:0;background:#fff;display:flex;flex-direction:column;overflow:hidden;height:100%}.hrsync-mtmedu{padding-bottom:1rem;flex-shrink:0}.hrsync-mtmedu .hrsync--SMvey{width:100%}.hrsync-UBhfQM{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid #dadfe3;flex-shrink:0;min-height:60px;height:60px;background:#f9fafb}.hrsync-fqc6Hv{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.hrsync-cptT-J{display:flex;flex-direction:column;gap:.125rem;min-width:0}.hrsync-RYGiHp{font-size:1rem;font-weight:500;color:#505862}.hrsync-jO8MI-{flex:1;overflow-y:auto;overflow-x:hidden;background:#f9fafb;border-radius:1rem;min-height:0;display:flex;flex-direction:column}.hrsync-jO8MI-::-webkit-scrollbar{width:6px}.hrsync-jO8MI-::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.hrsync-jO8MI-::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:10px}.hrsync-jO8MI-::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.hrsync-pDUZqi{display:flex;align-items:center;gap:.75rem;padding:1.89rem 1rem;border-bottom:1px solid #dadfe3;transition:background-color .2s;flex-shrink:0;min-height:60px;height:60px}.hrsync-8DvZVp{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.hrsync-LN0Bw6{display:flex;flex-direction:column;gap:.125rem;min-width:0}.hrsync-VdnVqB{font-size:.875rem;font-weight:500;color:#505862;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-WBiXW7{font-size:.75rem;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hrsync-C-pmx5{flex:1;min-width:0;max-width:100%;background:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column}.hrsync-BSVrgI{overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;flex:1;min-height:0}.hrsync-BSVrgI::-webkit-scrollbar{height:12px}.hrsync-BSVrgI::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.hrsync-BSVrgI::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.hrsync-BSVrgI::-webkit-scrollbar-thumb:hover{background:#555}.hrsync-LpqPV8{display:grid;grid-template-rows:auto 1fr;width:fit-content;min-width:100%;height:100%}.hrsync-8ucdKS{display:flex;border-bottom:1px solid #dadfe3;position:sticky;top:0;z-index:5;background:#fff;grid-row:1;flex-shrink:0;width:fit-content;min-width:100%}.hrsync-020DQY{display:flex;align-items:center;justify-content:center;padding:.875rem 1rem;position:relative;background:#fff;max-width:130px;width:130px;flex-shrink:0;flex-grow:0;gap:.5rem;border-right:1px solid #dadfe3;min-height:60px;height:60px}.hrsync-VoWZ3s{position:absolute;top:.5rem;right:.5rem;width:16px;height:16px}.hrsync-vk0cEQ{width:16px;height:16px;border:1px solid #d1d5db;border-radius:3px;background:#fff;transition:all .2s ease;position:relative}.hrsync-96bH5N{gap:.125rem}.hrsync-ISiEsn{font-size:18;padding:.5rem;font-weight:700;color:#111827;line-height:1;border:1px solid #dadfe3;border-radius:6px}.hrsync-11QN3a{font-size:14px;font-weight:500;color:#505862;line-height:1;text-transform:capitalize}.hrsync-nOCLRx{font-size:12px;color:#72808f;text-transform:capitalize;font-weight:400}.hrsync-u6tvDd{grid-row:2;overflow-y:auto;overflow-x:hidden;min-height:0;width:fit-content;min-width:100%}.hrsync-u6tvDd::-webkit-scrollbar{width:8px}.hrsync-u6tvDd::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.hrsync-u6tvDd::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.hrsync-u6tvDd::-webkit-scrollbar-thumb:hover{background:#555}.hrsync-E1tAIQ{display:flex;min-height:60px;border-bottom:1px solid #dadfe3;flex-shrink:0}.hrsync-LuSgpa{display:flex;align-items:center;justify-content:center;min-width:130px;width:130px;flex-shrink:0;min-height:60px;height:60px;border-right:1px solid #dadfe3}.hrsync-Uz2Gom{font-weight:500}.hrsync-Q-lW0a{box-shadow:0 0 0 3px #ff7022,0 2px 6px #00000026}.hrsync-Q-lW0a:hover{box-shadow:0 0 0 3px #ff7022,0 4px 12px #0003}.hrsync-QnOvXL{display:flex;align-items:center;gap:.375rem}.hrsync-VmfSJb{display:flex;align-items:center;justify-content:center;gap:.25rem;font-size:13px;font-weight:700}.hrsync-xwQnvY{display:flex;align-items:center;justify-content:center}.hrsync-xwQnvY svg{display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.hrsync-TWpfTE{font-size:13px;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.1)}.hrsync-vn3cJ8{font-size:.75rem;font-weight:600;white-space:nowrap;line-height:1;opacity:.95}.hrsync-iY5Smq{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:2px dashed #d1d5db;border-radius:6px;background:transparent;cursor:pointer;transition:all .2s ease}.hrsync-iY5Smq svg{width:16px;height:16px;transition:color .2s ease}.hrsync-iY5Smq svg path{stroke:#d1d5db;fill:#d1d5db}.hrsync-iY5Smq:hover{border-color:#ff7022;background:#ff70220d;transform:translateY(-1px)}.hrsync-iY5Smq:hover svg path{stroke:#ff7022;fill:#ff7022}.hrsync-PAW3eI{background:#f8f9fa;border-color:#e9ecef;opacity:.8}.hrsync-PAW3eI .hrsync--AKqxS{font-size:1.5rem;font-weight:700;color:#6c757d;line-height:1}.hrsync-PAW3eI .hrsync-11QN3a{font-size:.75rem}.hrsync-PAW3eI .hrsync-nOCLRx{font-size:.625rem}.hrsync-j2EuYQ{background:#f8f9fa;border-color:#e9ecef;opacity:.8}.hrsync-j2EuYQ .hrsync--AKqxS{font-size:1.5rem;color:#6c757d;font-weight:700}.hrsync-Zy9Vmy{display:flex;flex-wrap:wrap;gap:1rem}.hrsync-KTAVJV{display:flex;align-items:center;gap:.75rem;border-radius:8px}.hrsync-5ks-Ds{display:flex;align-items:center;justify-content:center;gap:.375rem;min-width:60px;height:36px;padding:0 .625rem;border-radius:8px;font-size:.75rem;font-weight:700;flex-shrink:0;letter-spacing:.5px}.hrsync-l7Lhls{display:flex;align-items:center;justify-content:center;flex-shrink:0}.hrsync-l7Lhls svg{display:block}.hrsync-klNERY{display:flex;align-items:center;white-space:nowrap}.hrsync-9JmFNI{font-size:.875rem;font-weight:500;color:#374151;line-height:1.2}@media (max-width: 1024px){.hrsync-sA8cwU{flex-direction:column;align-items:stretch}.hrsync-wy4JdZ,.hrsync-nmH-dS{width:100%}.hrsync-nmH-dS{flex-wrap:wrap}.hrsync-aOmD1J{height:calc(100vh - 400px);min-height:450px;max-height:calc(100vh - 250px)}.hrsync-oZ8iOH{width:240px;min-width:240px}.hrsync-Zy9Vmy{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.hrsync-5ks-Ds{min-width:56px;height:32px;padding:0 .5rem;font-size:.7rem;gap:.25rem}.hrsync-l7Lhls svg{width:14px;height:14px}.hrsync-9JmFNI{font-size:.8125rem}}@media (max-width: 768px){.hrsync-udn5yd,.hrsync-EfkzRk{padding:1rem}.hrsync-aOmD1J{flex-direction:column;height:auto;min-height:500px;max-height:calc(100vh - 300px)}.hrsync-oZ8iOH{width:100%;min-width:auto;max-height:300px;border-right:none;border-bottom:2px solid #e5e7eb;height:auto}.hrsync-C-pmx5{min-height:400px;width:100%}.hrsync-020DQY,.hrsync-LuSgpa{min-width:100px;width:100px}.hrsync-ISiEsn{font-size:1.25rem}.hrsync-Zy9Vmy{grid-template-columns:repeat(2,1fr);gap:.5rem}.hrsync-KTAVJV{padding:.625rem}.hrsync-5ks-Ds{min-width:52px;height:30px;padding:0 .375rem;font-size:.65rem;gap:.25rem}.hrsync-l7Lhls svg{width:12px;height:12px}.hrsync-9JmFNI{font-size:.75rem}}.hrsync-VThnp-{display:flex;flex-direction:column;gap:16px}.hrsync-VThnp- .hrsync-LnBlLs{display:flex;flex-direction:column;gap:8px}.hrsync-VThnp- .hrsync-j8HeTJ,.hrsync-VThnp- .hrsync-tK-12f{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-VThnp- .hrsync-j8HeTJ.hrsync-LMY0ts:after,.hrsync-VThnp- .hrsync-tK-12f.hrsync-LMY0ts:after{content:" *";color:#ef4444}.hrsync-TcIvlI{display:flex;flex-direction:column;gap:8px}.hrsync-TcIvlI label{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-TcIvlI label.hrsync-1Q07Fn,.hrsync-1Q07Fn{color:#ef4444}.hrsync-e-tIbg .ant-picker,.hrsync-e-tIbg .ant-picker:hover{border-color:#ef4444}.hrsync-e-tIbg .ant-picker.hrsync-Jie1gG{border-color:#ef4444;box-shadow:0 0 0 2px #ef44441a}.hrsync-b5JjiB{font-size:12px;color:#ef4444;margin-top:4px}.hrsync-qa7zEN{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-kpIXyx{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-k8NKs2{display:flex;flex-direction:column;height:100%;min-height:0}.hrsync-k8NKs2 .hrsync--qHIHg{display:flex;justify-content:space-between;align-items:start;flex-shrink:0;margin-bottom:20px}.hrsync-k8NKs2 .hrsync-TujV-A{display:flex;align-items:center;gap:20px;height:48px}.hrsync-k8NKs2 .hrsync-TujV-A .hrsync-J58gBR{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;border:1px solid #DADFE3;cursor:pointer;border-radius:100%;color:#6b7280;transition:all .2s ease}.hrsync-k8NKs2 .hrsync-TujV-A .hrsync-J58gBR:hover{background:#f3f4f6;color:#374151}.hrsync-k8NKs2 .hrsync-TujV-A .hrsync-J58gBR:focus{outline:2px solid #ff7022;outline-offset:2px}.hrsync-k8NKs2 .hrsync-TujV-A .hrsync-IOs3cA{margin:0;display:flex;align-items:center;height:100%}.hrsync-k8NKs2 .hrsync-TujV-A .hrsync-IOs3cA .breadcrumb__list{margin:0;height:auto}.hrsync-k8NKs2 .hrsync-F2khhs{display:flex;align-items:center}.hrsync-k8NKs2 .hrsync-F2khhs .header-topbar{margin:0}.hrsync-k8NKs2 .hrsync-0KEpBX{flex:1;display:flex;flex-direction:column;min-height:0}.hrsync-k8NKs2 .hrsync-0KEpBX .hrsync-aYhD-G{margin-bottom:20px;flex-shrink:0}.hrsync-xhaOqL{width:100%;height:100%;border:1px solid #ddd;border-radius:8px;overflow:hidden;background-color:#f9f9f9}.hrsync-xhaOqL .hrsync-Pgs91M{cursor:pointer;transition:all .3s ease}.hrsync-xhaOqL .hrsync-Pgs91M:hover{filter:brightness(.95)}.hrsync-iG3F-O{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding:8px 0}.hrsync-JuMotM{padding:16px;border:1px solid #E4E2E9;border-radius:8px;background-color:#fff}.hrsync-JuMotM h3{margin:0 0 8px;font-size:16px;font-weight:500;color:#08011e}.hrsync-JuMotM p{margin:4px 0;font-size:14px;color:#716e7b}@font-face{font-family:Gilroy;font-weight:700;font-style:normal;src:url(/fonts/Gilroy-Bold.ttf) format("truetype");font-display:swap}.hrsync-ittGVW{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;background:#0d1f2d;padding:2rem;overflow:hidden}.hrsync-OSQGVu{position:absolute;inset:0;z-index:0}.hrsync-jtouB1{position:absolute;top:0;left:50%;transform:translate(-50%);width:100%;height:100%;background-image:url(/assets/light.png);background-repeat:no-repeat;background-position:top center;background-size:cover;opacity:.8;pointer-events:none}.hrsync-0vZc4K{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hrsync-RbyVsL{position:relative;z-index:1;text-align:center;max-width:700px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hrsync-MFdwg9{position:relative;background:#ffffff14;backdrop-filter:blur(1px) saturate(100%);-webkit-backdrop-filter:blur(1px) saturate(100%);border-radius:500px;padding:70px 90px 48px;box-shadow:0 8px 32px #0006,0 2px 8px #0003;animation:hrsync-nksPxt .6s ease-out;display:flex;align-items:center;justify-content:center}.hrsync-MFdwg9:before{content:"";position:absolute;inset:0;border-radius:500px;padding:1px;background:linear-gradient(135deg,#ffffff4d,#fff3,#ffffff1a,#fff3,#ffffff0d);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.hrsync-c82bMS{font-family:Gilroy,sans-serif;font-size:10rem;font-weight:700;background:linear-gradient(90deg,#ff8637,#fe6511);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;line-height:.85;letter-spacing:.12em;display:inline-block}.hrsync-WSJ-43{font-size:2rem;font-weight:600;color:#fff;margin:0;animation:hrsync-nksPxt .6s ease-out .1s backwards}.hrsync-gU44VQ{font-size:1rem;color:#ffffffb3;margin:0;line-height:1.6;animation:hrsync-nksPxt .6s ease-out .2s backwards}.hrsync-tdjPBj{display:flex;gap:1rem;justify-content:center;animation:hrsync-nksPxt .6s ease-out .3s backwards;margin-top:.5rem}.hrsync-tdjPBj button{background-color:#ff6b35;border-color:#ff6b35;color:#fff;padding:.75rem 2rem;border-radius:12px;font-weight:500;box-shadow:0 4px 12px #ff6b354d,0 2px 4px #0003;transition:all .2s ease}.hrsync-tdjPBj button:hover{background-color:#ff8559;border-color:#ff8559;box-shadow:0 6px 16px #ff6b3566,0 4px 8px #00000040;transform:translateY(-1px)}.hrsync-tdjPBj button:active{transform:translateY(0);box-shadow:0 2px 8px #ff6b354d,0 1px 2px #0003}@keyframes hrsync-nksPxt{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.hrsync-MFdwg9{padding:32px 48px;border-radius:400px}.hrsync-c82bMS{font-size:4rem!important}.hrsync-WSJ-43{font-size:1.5rem}.hrsync-gU44VQ{font-size:.9rem;padding:0 1rem}.hrsync-tdjPBj{width:100%;padding:0 1rem}.hrsync-tdjPBj button{width:100%}}.hrsync-R0mxMV{display:flex;flex-direction:column;gap:16px}.hrsync-R0mxMV .hrsync-mgBvBO{display:flex;flex-direction:column;gap:8px}.hrsync-R0mxMV .hrsync-mgBvBO .hrsync-KveYFq,.hrsync-R0mxMV .hrsync-mgBvBO .hrsync-4j1lE4{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-R0mxMV .hrsync-mgBvBO .hrsync-KveYFq.hrsync-yScJ48:after,.hrsync-R0mxMV .hrsync-mgBvBO .hrsync-4j1lE4.hrsync-yScJ48:after{content:" *";color:#ef4444}.hrsync-R0mxMV .hrsync-mgBvBO .hrsync-KveYFq .hrsync-sytOj4,.hrsync-R0mxMV .hrsync-mgBvBO .hrsync-4j1lE4 .hrsync-sytOj4{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-R0mxMV .hrsync-mgBvBO .hrsync-m0A-HZ{color:#ef4444;font-size:12px;margin-top:4px;margin-bottom:0}.hrsync-R0mxMV .hrsync-vzYrFU{display:flex;align-items:center;gap:8px}.hrsync-GH-b4-{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-R1bmjE{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-QUgcIb{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:400px;gap:16px}.hrsync-QUgcIb .hrsync-TQ9r03{display:flex;gap:12px;justify-content:flex-start;width:100%;flex-shrink:0}.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-JcySxS{display:flex!important;align-items:center;gap:8px}.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-RQtKns,.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-dvkOow{display:flex;align-items:center;min-width:89px;padding:10px 20px;min-height:40px;background:#fff;border:1px solid #dadfe3;border-radius:12px;font-size:14px;font-weight:500;color:#505862;transition:all .2s ease;cursor:pointer}.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-RQtKns:hover,.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-dvkOow:hover{background:#f6f7f8;border-color:#f6f7f8}.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-RQtKns:hover svg,.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-dvkOow:hover svg{color:#ff7022}.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-RQtKns svg,.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-dvkOow svg{width:20px;height:20px;color:#374151;transition:color .2s ease}.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-RQtKns svg path,.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-dvkOow svg path{transition:stroke .2s ease,fill .2s ease}.hrsync-QUgcIb .hrsync-TQ9r03 .hrsync-dvkOow:hover svg path{stroke:#ff7022}.hrsync-QUgcIb .hrsync-Z9URDJ{width:100%;min-width:100%;max-height:70vh;height:auto;object-fit:contain;object-position:center;border-radius:12px;border:.75px solid #DADFE3;align-self:stretch;display:block}.hrsync-QUgcIb .hrsync-WPQ-aH{width:100%;min-width:100%;min-height:38vh;max-height:38vh;height:70vh;border-radius:12px;border:.75px solid #DADFE3;align-self:stretch;display:block}.hrsync-QUgcIb .hrsync-AIZdlb{display:flex;align-items:center;justify-content:center;width:100%;height:400px;background-color:#f9fafb;border-radius:8px}.hrsync-QUgcIb .hrsync-AIZdlb span{font-size:14px;color:#6b7280}.hrsync-QUgcIb .hrsync-WDxwVl{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:400px;background-color:#f9fafb;border-radius:8px;gap:16px;padding:32px}.hrsync-QUgcIb .hrsync-WDxwVl svg{color:#9ca3af}.hrsync-QUgcIb .hrsync-WDxwVl span{font-size:14px;color:#6b7280;text-align:center}.hrsync-yYYs5v{position:relative;width:60px;height:60px}.hrsync-mgecdQ{width:40px;height:40px;object-fit:cover;border-radius:8px;border:1px solid #DADFE3;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.hrsync-mgecdQ:hover{transform:scale(1.05);box-shadow:0 2px 8px #0000001a}.hrsync-FduMBE{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#f6f7f8;border-radius:8px}.hrsync-xxNk16{width:16px;height:16px;border:2px solid #DADFE3;border-top:2px solid #FF7022;border-radius:50%;animation:hrsync-14cAyq .6s linear infinite}.hrsync-WRF2h1{display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#f6f7f8;border:1px solid #DADFE3;border-radius:8px;padding:8px;width:40px;height:40px}@keyframes hrsync-14cAyq{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hrsync-UPAbev{font-weight:500;font-size:12px;border-radius:56px;width:max-content;display:inline-block;position:relative;padding:8px 24px 8px 32px}.hrsync-UPAbev:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%}.hrsync-UPAbev[data-status=active]{color:#10b981;background-color:#f0fdf5}.hrsync-UPAbev[data-status=active]:before{background-color:#21c16b}.hrsync-UPAbev[data-status=inactive]{color:#ef4444;background-color:#fff1f2}.hrsync-UPAbev[data-status=inactive]:before{background-color:#fb3748}.hrsync-y0iKNM .hrsync-8l0jiU{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.hrsync-y0iKNM .hrsync-8l0jiU:last-child{margin-bottom:0}.hrsync-y0iKNM .hrsync-DrXPeO{display:flex;flex-direction:column;gap:8px}.hrsync-y0iKNM .hrsync-1FjPQv,.hrsync-y0iKNM .hrsync-nUZsUp{font-size:14px;font-weight:500;color:#505862;margin-bottom:8px}.hrsync-y0iKNM .hrsync-1FjPQv.hrsync-cg1Qd2:after,.hrsync-y0iKNM .hrsync-nUZsUp.hrsync-cg1Qd2:after{content:" *";color:#ef4444}.hrsync-y0iKNM .hrsync-1FjPQv .hrsync-v5uepA,.hrsync-y0iKNM .hrsync-nUZsUp .hrsync-v5uepA{color:#6b7280;font-weight:400}.hrsync-y0iKNM .hrsync-1FjPQv .hrsync-o4pCva,.hrsync-y0iKNM .hrsync-nUZsUp .hrsync-o4pCva{color:#72808f;font-size:13px;font-weight:400;margin-left:4px}.hrsync-y0iKNM .hrsync-DrXPeO .hrsync-pqt1iK .hrsync-I9BIG-{font-size:14px;color:#8b98a6;font-weight:400}.hrsync-y0iKNM .hrsync-DrXPeO .hrsync-pqt1iK .hrsync-Wmx5L0.hrsync-OjBWBe .hrsync-I9BIG-{color:#0d1f2d;font-weight:500}.hrsync-y0iKNM .hrsync-DrXPeO .hrsync-TffZch.hrsync-vWG--j .hrsync-5JekL-{font-size:14px;color:#8b98a6;font-weight:400}.hrsync-y0iKNM .hrsync-DrXPeO .hrsync-TffZch.hrsync-vWG--j.hrsync-OjBWBe .hrsync-5JekL-{color:#0d1f2d;font-weight:500}.hrsync-y0iKNM .hrsync-DrXPeO .hrsync-TffZch.hrsync-vWG--j{margin:0}.hrsync-y0iKNM .hrsync-DrXPeO .hrsync-TffZch.hrsync-vWG--j .hrsync-5JekL-{border:1px solid #DADFE3;border-radius:12px;padding-left:16px;padding-top:12px;padding-right:16px;box-shadow:none}.hrsync-y0iKNM .hrsync-DrXPeO .hrsync-TffZch.hrsync-vWG--j:hover .hrsync-5JekL-{border-color:var(--color-primary, #ff7022)}.hrsync-y0iKNM .hrsync-H6Sg3g{font-weight:500}.hrsync-oPZSTB{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #E5E7EB}.hrsync-oPZSTB .hrsync-nkdjKW h3{margin:0;font-size:18px;font-weight:600;color:#0d1f2d}.hrsync-oPZSTB .hrsync-xUd9NG{display:flex;align-items:center;gap:12px}.hrsync-oPZSTB .hrsync-xUd9NG .hrsync-3z7zrR{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.hrsync-oPZSTB .hrsync-xUd9NG .hrsync-3z7zrR:hover{background-color:#f3f4f6;color:#0d1f2d}.hrsync-FMqnYF{color:#ef4444;font-size:12px;margin-top:4px;margin-bottom:0}.hrsync--gaUQJ{display:flex;align-items:center;gap:8px}.hrsync-o-sM6W{border:1px solid #DADFE3;border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;transition:background-color .2s ease}.hrsync-o-sM6W:hover{background-color:#f8f9fa}.hrsync-f9bUIj{display:flex;align-items:center;gap:8px;border-radius:20px;padding:6px 12px;width:fit-content;flex-shrink:0}.hrsync-CRcgg1{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.hrsync-ER3QMD{font-size:14px;font-weight:500;white-space:nowrap}.hrsync-9Ubb-r{background-color:#fff1f2}.hrsync-9Ubb-r .hrsync-CRcgg1{background-color:#fb3748}.hrsync-9Ubb-r .hrsync-ER3QMD{color:#fb3748}.hrsync-Dg9rkP{background-color:#f0fdf5}.hrsync-Dg9rkP .hrsync-CRcgg1{background-color:#21c16b}.hrsync-Dg9rkP .hrsync-ER3QMD{color:#21c16b}.hrsync-q6jJBZ{background-color:#fff6ed}.hrsync-q6jJBZ .hrsync-ER3QMD{color:#ff9147}.hrsync-UxutRw{font-size:14px;color:#6b7280}.hrsync-731Zue{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}@media (max-width: 768px){.hrsync-731Zue{grid-template-columns:1fr;gap:16px;margin-bottom:20px}}.hrsync-wMbQFe{background:#fff;border-radius:16px;border:1px solid #DADFE3;padding:24px 16px 24px 20px;display:flex;align-items:center;gap:16px}.hrsync-wMbQFe.hrsync-Yle-ow{cursor:default;transform:none;box-shadow:0 2px 8px #0000000f;border-color:#e8e8e8}.hrsync-wMbQFe.hrsync-Yle-ow:hover{transform:none;box-shadow:0 2px 8px #0000000f;border-color:#e8e8e8}.hrsync-wMbQFe .hrsync-TyxeOs{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;flex-shrink:0;background:#fffaf5}.hrsync-wMbQFe .hrsync-TyxeOs svg{width:24px;height:24px}.hrsync-wMbQFe .hrsync-5L9HO7{flex:1;min-width:0}.hrsync-wMbQFe .hrsync-5L9HO7 .hrsync-cR1OVT{font-size:15px;font-weight:600;color:#0d1f2d;margin:0 0 8px;line-height:1.4}.hrsync-wMbQFe .hrsync-5L9HO7 .hrsync-pvYDd9{font-size:24px;font-weight:700;line-height:1;color:#ff7022;margin:0}.hrsync--0cdz0{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:hrsync-Yle-ow 1.5s infinite;border-radius:4px}.hrsync-UnpHCT{width:48px;height:48px}.hrsync-r6tBiQ{flex:1;display:flex;flex-direction:column;gap:8px}.hrsync-BgLOlU{width:80%;height:14px}.hrsync-LN4XdM{width:60%;height:28px}@keyframes hrsync-Yle-ow{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 480px){.hrsync-wMbQFe{padding:16px;gap:12px}.hrsync-wMbQFe .hrsync-TyxeOs{font-size:24px;width:40px;height:40px}.hrsync-wMbQFe .hrsync-5L9HO7 .hrsync-cR1OVT{font-size:13px}.hrsync-wMbQFe .hrsync-5L9HO7 .hrsync-pvYDd9{font-size:24px}}.hrsync--UR5oA{font-size:18px;font-weight:600;color:#0d1f2d;margin:0 0 20px}.hrsync-GhCSWx{overflow-x:auto;overflow-y:auto;max-height:512px;border:1px solid #DADFE3;border-radius:16px;margin-top:20px}.hrsync-0ct7mm{width:100%;border-collapse:separate;border-spacing:0;min-width:800px}.hrsync-0ct7mm thead{background:#f6f7f8;position:sticky;top:0;z-index:10}.hrsync-0ct7mm thead tr{border-bottom:1px solid #DADFE3}.hrsync-0ct7mm thead th{padding:12px 16px;text-align:center;font-size:14px;font-weight:600;color:#0d1f2d;white-space:nowrap;border-right:1px solid #DADFE3;background:#f6f7f8}.hrsync-0ct7mm thead th:last-child{border-right:none}.hrsync-0ct7mm thead .hrsync-3OCCp4{border-bottom:1px solid #DADFE3;text-align:center}.hrsync-0ct7mm thead .hrsync-3UnEIo{border-bottom:1px solid #DADFE3;text-align:left}.hrsync-0ct7mm tbody{background:#fff}.hrsync-0ct7mm tbody tr{border-bottom:1px solid #DADFE3}.hrsync-0ct7mm tbody tr:hover{background-color:#fafafa}.hrsync-0ct7mm tbody tr:last-child{border-bottom:none}.hrsync-0ct7mm tbody td{padding:16px;vertical-align:middle;border-right:1px solid #DADFE3;font-size:14px}.hrsync-0ct7mm tbody td:last-child{border-right:none}.hrsync-0ct7mm tbody .hrsync-3OCCp4{text-align:center}.hrsync-3UnEIo{min-width:250px;position:sticky;left:0;background:#fff;z-index:1;border-bottom:1px solid #DADFE3}thead .hrsync-3UnEIo{background:#f8f8f8}tbody tr:hover .hrsync-3UnEIo{background:#fafafa}.hrsync-oaFdw-{display:flex;align-items:center;gap:12px}.hrsync-6suaL7{width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.hrsync-T1y3Ra{width:100%;height:100%;border-radius:50%;background:#dadfe3}.hrsync-3VtjwT{display:flex;flex-direction:column;gap:4px}.hrsync-6zwoyk{font-size:14px;font-weight:500;color:#505862;line-height:1.4}.hrsync-CimM-I{font-size:12px;color:#72808f;line-height:1.4}.hrsync-3OCCp4{min-width:140px;text-align:center}.hrsync-f7Hr-s{display:flex;align-items:center;gap:8px;justify-content:center}.hrsync-NpZbZ3{font-size:18px;font-weight:700;color:#505862;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;line-height:1.2;border:1px solid #DADFE3;background-color:#fff;flex-shrink:0}.hrsync-89mekP{display:flex;flex-direction:column;gap:2px}.hrsync-CYHCar{font-size:14px;font-weight:500;color:#505862;line-height:1.2}.hrsync-cJ9NhC{font-size:12px;font-weight:400;color:#72808f;line-height:1.2}.hrsync-wpHf7w{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;gap:4px}.hrsync-Y8vE1O{gap:6px;width:96px;height:32px;display:flex;flex-direction:row;align-items:center;justify-content:center;background:#f6f7f8;border-radius:6px;font-size:14px;color:#505862;position:relative;cursor:default;border:1px solid #DADFE3;font-weight:500;flex-shrink:0}.hrsync-Y8vE1O:hover .hrsync-SkKfJ1{display:block}.hrsync-2ktJs-{font-weight:500;font-size:14px;color:#505862;white-space:nowrap;flex-shrink:0}.hrsync-JFlXAn{position:relative;display:inline-flex;align-items:center;color:#3b82f6;margin-left:2px;flex-shrink:0}.hrsync-JFlXAn svg{width:14px;height:14px}.hrsync-JFlXAn .hrsync-SkKfJ1{display:none;position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:8px;padding:8px 12px;background:#0d1f2d;color:#fff;border-radius:8px;font-size:12px;white-space:nowrap;z-index:10;box-shadow:0 4px 12px #00000026}.hrsync-JFlXAn .hrsync-SkKfJ1:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#0d1f2d}@media (max-width: 768px){.hrsync-zxHvki{padding:16px}.hrsync-0ct7mm{min-width:600px}.hrsync-0ct7mm thead th,.hrsync-0ct7mm tbody td{padding:12px 8px;font-size:13px}.hrsync-3UnEIo{min-width:150px}.hrsync-3OCCp4{min-width:120px}}.hrsync-VAvvXx{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:24px;width:100%;max-width:100%;overflow-x:hidden}@media (max-width: 1024px){.hrsync-VAvvXx{grid-template-columns:1fr}}.hrsync-AuKUOI{background:#fff;border-radius:16px;border:1px solid #dadfe3;padding:24px;display:flex;flex-direction:column;width:100%;max-width:100%;min-width:0;overflow:hidden}.hrsync-gDTZq8{margin-bottom:20px}.hrsync-QESNs9{display:flex;align-items:center;gap:12px}.hrsync-QESNs9 h3{font-size:16px;font-weight:600;color:#0d1f2d;margin:0}.hrsync-Qm8iPY{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;background:#ff70220d}.hrsync-Qm8iPY svg{width:24px;height:24px;color:#ff7022}.hrsync-bv9-6O{height:320px;position:relative;width:100%;max-width:100%;min-width:0;overflow:hidden}.hrsync-bv9-6O canvas{max-width:100%!important;height:auto!important}.hrsync-FXXz4v,.hrsync-T0Kh3Q{display:flex;align-items:center;justify-content:center;height:100%;color:#72808f;font-size:14px}@media (max-width: 768px){.hrsync-VAvvXx{gap:16px;margin-top:16px}.hrsync-AuKUOI{padding:16px}.hrsync-bv9-6O{height:250px}}.hrsync-bvy5Ti{min-height:100vh;gap:20px}@media (max-width: 768px){.hrsync-bvy5Ti{padding:16px}}.hrsync-e18zy9{display:flex;align-items:center;gap:12px}.hrsync-n9ZAXf{margin-left:4px;font-weight:600;color:#ff7022}.hrsync-eIbyx0{display:flex;justify-content:space-between;align-items:center;margin-top:24px;margin-bottom:24px;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.hrsync-eIbyx0{flex-direction:column;align-items:stretch}}.hrsync-kp0RVc{display:flex;gap:12px;align-items:center;flex-wrap:nowrap}.hrsync-kp0RVc .hrsync-0Q5FRz{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media (max-width: 768px){.hrsync-kp0RVc{flex-wrap:wrap;width:100%}.hrsync-kp0RVc>*{flex:1;min-width:0}}.hrsync-ht6b7X{display:flex;gap:12px;align-items:center;flex-wrap:nowrap}.hrsync-ht6b7X .hrsync-0Q5FRz{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap}@media (max-width: 768px){.hrsync-ht6b7X{width:100%}.hrsync-ht6b7X>*{flex:1;min-width:0}}.hrsync-dtgZ5X{padding:16px;background:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:24px;text-align:center}.hrsync-Stu07H{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;min-height:400px}.hrsync-9XtdSz{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #ff7022;border-radius:50%;animation:hrsync-lM81qx 1s linear infinite;margin-bottom:16px}@keyframes hrsync-lM81qx{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hrsync-E6QKvO{color:#72808f;font-size:14px}.avatar{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:600;overflow:hidden}.avatar__content{color:#fff}.avatar.rounded{border-radius:12px}.avatar.color-primary{background-color:var(--color-primary, #FF7022);color:#fff}.avatar.color-secondary{background-color:var(--color-info-dark, #9c27b0);color:#fff}.avatar.color-info{background-color:var(--color-info, #00b8d9);color:#fff}.avatar.color-success{background-color:var(--color-success, #22c55e);color:#fff}.avatar.color-warning{background-color:var(--color-warning, #ffab00);color:#fff}.avatar.color-error{background-color:var(--color-error, #ff5630);color:#fff}.avatar.color-default{background-color:var(--color-neutral-dark, #bdbdbd);color:#fff}.avatar img{width:100%;height:100%;object-fit:cover}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton--avatar{width:48px;height:48px;border-radius:50%;flex-shrink:0}.skeleton--avatar-small{width:32px;height:32px;border-radius:50%;flex-shrink:0}.skeleton--title{width:120px;height:24px}.skeleton--button{width:40px;height:40px;border-radius:8px}.skeleton--search{width:100%;height:40px;border-radius:8px}.skeleton--name{width:140px;height:16px}.skeleton--title{width:100px;height:14px}.skeleton--time{width:50px;height:14px}.skeleton--message{width:100%;height:14px}.skeleton--message-bubble{height:48px;border-radius:12px}.skeleton--role{width:80px;height:14px}.skeleton--attach-button,.skeleton--send-button{width:40px;height:40px;border-radius:8px;flex-shrink:0}.skeleton--input-field{flex:1;height:40px;border-radius:8px}.message-skeleton--conversation-list{display:flex;flex-direction:column;height:100%;padding:24px;gap:16px}.message-skeleton--conversation-list .message-skeleton__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.message-skeleton--conversation-list .message-skeleton__search{margin-bottom:8px}.message-skeleton--conversation-list .message-skeleton__items{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:8px}.message-skeleton--conversation-list .message-skeleton__conversation-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;background:#fff}.message-skeleton--conversation-list .message-skeleton__conversation-content{flex:1;display:flex;flex-direction:column;gap:8px}.message-skeleton--conversation-list .message-skeleton__conversation-header{display:flex;align-items:center;justify-content:space-between}.message-skeleton--chat-area{display:flex;flex-direction:column;height:100%;background:#fff}.message-skeleton--chat-area .message-skeleton__chat-header{padding:24px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:12px}.message-skeleton--chat-area .message-skeleton__chat-header-info{flex:1;display:flex;flex-direction:column;gap:8px}.message-skeleton--chat-area .message-skeleton__messages{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:16px}.message-skeleton--chat-area .message-skeleton__message{display:flex;gap:12px;max-width:70%}.message-skeleton--chat-area .message-skeleton__message--received{align-self:flex-start}.message-skeleton--chat-area .message-skeleton__message--sent{align-self:flex-end}.message-skeleton--chat-area .message-skeleton__message-content{display:flex;flex-direction:column;gap:4px;flex:1}.message-skeleton--chat-area .message-skeleton__input{padding:16px 24px;border-top:1px solid #e5e7eb;display:flex;align-items:center;gap:12px}.message-skeleton--user-search{display:flex;flex-direction:column;gap:8px;padding:8px 0}.message-skeleton--user-search .message-skeleton__user-item{display:flex;align-items:center;gap:12px;padding:12px 16px}.message-skeleton--user-search .message-skeleton__user-content{flex:1;display:flex;flex-direction:column;gap:6px}.user-search-dropdown{width:356px;max-height:684px;background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 8px 24px #0000001f;display:flex;flex-direction:column}.user-search-dropdown__header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid #e0e0e0}.user-search-dropdown__header-title{display:flex;align-items:center;gap:8px}.user-search-dropdown__header-title-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff6ed;border-radius:12px}.user-search-dropdown__header h3{margin:0;font-size:16px;font-weight:600;color:#0d1f2d}.user-search-dropdown__close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:none;border:none;cursor:pointer;border-radius:4px;transition:background-color .2s}.user-search-dropdown__close:hover{background-color:#f5f5f5}.user-search-dropdown__search{padding:12px 16px}.user-search-dropdown__list{flex:1;overflow-y:auto}.user-search-dropdown__loading{padding:20px}.user-search-dropdown__empty{padding:40px 20px;text-align:center;color:#637381;font-size:14px}.user-search-dropdown__item{display:flex;align-items:center;gap:12px;padding:12px 16px;cursor:pointer;transition:background-color .2s;position:relative}.user-search-dropdown__item:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:1px;background:#dadfe3}.user-search-dropdown__item:hover{background-color:#f5f5f5}.user-search-dropdown__item:hover .user-search-dropdown__item-name{color:#ff7022}.user-search-dropdown__item:last-child:after{display:none}.user-search-dropdown__item-info{flex:1;min-width:0}.user-search-dropdown__item-name{margin:0;font-size:14px;font-weight:600;color:#212b36}.user-search-dropdown__item-title{margin:4px 0 0;font-size:12px;color:#637381}.conversation-list{display:flex;flex-direction:column;border-radius:16px;height:100%;background:#fff}.conversation-list__header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 0;border-radius:16px;margin-bottom:16px}.conversation-list__title{margin:0;font-size:16px;font-weight:600;color:#0d1f2d}.conversation-list__new-message-wrapper{position:relative}.conversation-list__new-message-btn{min-width:28px;width:28px;height:28px;padding:0!important;display:flex;align-items:center;justify-content:center;border:1px solid #DADFE3;border-radius:8px;transition:background-color .2s ease,border-color .2s ease}.conversation-list__new-message-btn .button__icon--start{margin:0;display:flex;align-items:center;justify-content:center}.conversation-list__new-message-btn .button__text{display:none}.conversation-list__new-message-btn svg{margin:0;transition:all .2s ease}.conversation-list__new-message-btn--active{border:1px solid #FF7022}.conversation-list__new-message-btn--active svg path{stroke:#ff7022}.conversation-list__new-message-btn--active:hover{border:1px solid #FF7022}.conversation-list__new-message-btn:hover{background-color:#f6f7f8;border:none}.conversation-list__new-message-btn:hover svg path{stroke:#ff7022}.conversation-list__search{padding:0 16px;margin-bottom:16px}.conversation-list__search .input-container .input-wrapper{min-width:unset;width:100%}.conversation-list__items{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.conversation-list__items:has(.conversation-list__empty){overflow:hidden}.conversation-list__empty{display:flex;flex-direction:column;align-items:center;justify-content:start;height:100%;margin-top:89px;text-align:center}.conversation-list__empty-icon{margin-bottom:24px}.conversation-list__empty-title{margin:0 0 8px;color:#212b36;font-size:18px;font-weight:600;line-height:1.5}.conversation-list__empty-text{margin:0 0 24px;color:#637381;font-size:14px;line-height:1.6}.conversation-list__empty-button{min-width:160px}.conversation-item{display:flex;gap:12px;padding:12px 16px;cursor:pointer;transition:background-color .2s;position:relative}.conversation-item:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:1px;background:#dadfe3}.conversation-item:last-child:after{display:none}.conversation-item:hover{background-color:var(--color-background-secondary)}.conversation-item--active{background-color:var(--color-background-tertiary)}.conversation-item--active .conversation-item__name{color:#ff7022}.conversation-item--pending{cursor:default;pointer-events:none;opacity:.6}.conversation-item__avatar{position:relative;flex-shrink:0;width:44px;height:44px}.conversation-item__avatar .avatar{width:44px;height:44px}.conversation-item__online-indicator{position:absolute;bottom:2px;right:2px;width:10px;height:10px;background-color:var(--color-success);border:2px solid var(--color-background-primary);border-radius:50%}.conversation-item__content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;overflow:hidden}.conversation-item__header{display:flex;justify-content:space-between;align-items:center;gap:8px}.conversation-item__name{font-size:13px;font-weight:600;color:#0d1f2d;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-item__name--unread{color:#ff7022}.conversation-item__time{font-size:12px;color:var(--color-text-tertiary);flex-shrink:0}.conversation-item__footer{display:flex;justify-content:space-between;align-items:center;gap:8px;min-width:0}.conversation-item__message{font-size:13px;color:#606b77;margin:0;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-item__message--unread{color:#ff7022}.conversation-item__badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;background-color:#ff7022;color:#fff;border-radius:50%;flex-shrink:0}.conversation-item__badge-text{font-size:8px;font-weight:500;color:#fff}.conversation-item .skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.conversation-item .skeleton--avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0}.conversation-item .skeleton--name{width:100px;height:13px}.conversation-item .skeleton--time{width:40px;height:12px;flex-shrink:0}.conversation-item .skeleton--message{width:80%;height:13px}.chat-area{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:16px;border:1px solid #DADFE3;margin-left:16px}.chat-area--empty{display:flex;align-items:center;justify-content:center}.chat-area__empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center}.chat-area__empty-image{width:200px;height:auto;opacity:.6}.chat-area__header{display:flex;align-items:center;gap:12px;padding:16px 10px;border-bottom:1px solid #DADFE3;background:#f6f7f8;border-radius:16px 16px 0 0}.chat-area__header-info{display:flex;flex-direction:column;gap:2px}.chat-area__header-name{font-size:16px;font-weight:600;color:#212b36;margin:0}.chat-area__header-title{font-size:13px;color:#637381}.chat-area__messages{flex:1;overflow-y:auto;padding:16px 10px;display:flex;flex-direction:column;gap:16px;background:#fff}.chat-area__messages::-webkit-scrollbar{width:6px}.chat-area__messages::-webkit-scrollbar-track{background:transparent}.chat-area__messages::-webkit-scrollbar-thumb{background:#dfe3e8;border-radius:3px}.chat-area__messages::-webkit-scrollbar-thumb:hover{background:#c4cdd5}.chat-area__loading{display:flex;justify-content:center;align-items:center;padding:16px}.chat-area__loading-spinner{width:24px;height:24px;border:3px solid #DFE3E8;border-top-color:#ff7022;border-radius:50%;animation:spin .8s linear infinite}.chat-area__date-divider{display:flex;align-items:center;justify-content:center;margin:16px 0;position:relative}.chat-area__date-divider:before,.chat-area__date-divider:after{content:"";flex:1;height:1px;background:#dfe3e8}.chat-area__date-divider span{padding:0 12px;font-size:12px;font-weight:500;color:#ff7022;flex-shrink:0}.chat-area__input-wrapper{display:flex;flex-direction:column;padding:16px 10px;border-top:1px solid #DADFE3;background:#fff;border-radius:0 0 16px 16px}.chat-area__selected-files{display:flex;flex-direction:column;gap:12px;margin-bottom:8px;width:100%}.chat-area__selected-files-container{display:flex;flex-wrap:wrap;gap:12px;width:100%;align-items:flex-start}.chat-area__selected-files-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;width:100%;align-items:start}.chat-area__selected-file-wrapper{position:relative}.chat-area__loading-spinner{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.chat-area__selected-file-loading-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;border-radius:12px;z-index:5}.chat-area__selected-image-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;border-radius:8px;z-index:5}.chat-area__selected-more-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000048;border-radius:12px;color:#fff;font-size:18px;font-weight:600;cursor:pointer;z-index:10;transition:all .2s;backdrop-filter:blur(2px)}.chat-area__selected-more-overlay:hover{background:#0009}.chat-area__selected-more-overlay--image{border-radius:8px}.chat-area__selected-documents{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start;width:100%}.chat-area__selected-file-document{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #DADFE3;border-radius:12px;position:relative;width:100%;min-width:0;max-width:100%;height:64px;box-sizing:border-box}.chat-area__selected-more{display:flex;align-items:center;justify-content:center;min-width:48px;height:48px;padding:0 16px;background:#f6f7f8;border:1px solid #DADFE3;border-radius:12px;color:#212b36;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0}.chat-area__selected-more:hover{background:#e0e4e8;border-color:#ff7022}.chat-area__selected-more--image{width:64px;height:64px;min-width:64px;padding:0}.chat-area__selected-more--grid{width:100%;height:64px;padding:0}.chat-area__selected-file-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:linear-gradient(180deg,#ff8637,#ff7022);border-radius:8px;flex-shrink:0}.chat-area__selected-file-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.chat-area__selected-file-name{font-size:14px;font-weight:500;color:#212b36;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-area__selected-file-meta{font-size:12px;color:#919eab}.chat-area__selected-file-remove{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:#72808f;color:#fff;border-radius:50%;cursor:pointer;font-size:12px;line-height:1;flex-shrink:0;transition:all .2s;padding:0;font-weight:600}.chat-area__selected-file-remove:hover{background:#637381}.chat-area__selected-images{display:flex;flex-wrap:wrap;gap:8px}.chat-area__selected-image-wrapper{position:relative}.chat-area__selected-image{position:relative;width:64px;height:64px;border-radius:8px;overflow:hidden;background:#f4f6f8;border:1px solid #DADFE3}.chat-area__selected-image img{width:100%;height:100%;object-fit:cover}.chat-area__selected-image-remove{position:absolute;top:4px;right:4px;display:flex;align-items:center;justify-content:center;width:12px;height:12px;border:none;background:#72808f;color:#fff;border-radius:50%;cursor:pointer;font-size:10px;line-height:1;transition:all .2s;padding:0;font-weight:600}.chat-area__selected-image-remove:hover{background:#637381}.chat-area__modal-files{max-height:60vh;overflow-y:auto;padding:16px}.chat-area__modal-files .chat-area__selected-files-container{display:flex;flex-wrap:wrap;gap:12px;width:100%;align-items:flex-start}.chat-area__input{display:flex;align-items:center;gap:12px}.chat-area__input-field-wrapper{position:relative;flex:1;display:flex;flex-direction:column;background:#fff;border:1px solid #DADFE3;border-radius:12px;padding:8px;min-height:48px}.chat-area__input-field-wrapper:hover{border:1px solid #FF7022}.chat-area__input-field-wrapper:focus-within{border:1px solid #FF7022}.chat-area__input-row{display:flex;align-items:center;gap:8px;width:100%}.chat-area__attach-wrapper{position:relative;flex-shrink:0}.chat-area__input-attach{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;border:1px solid transparent;background:#f6f7f8;color:#637381;cursor:pointer;transition:all .2s}.chat-area__input-attach:hover:not(:disabled),.chat-area__input-attach:active:not(:disabled),.chat-area__input-attach--active{background:#fff6ed;border:1px solid #FF7022;color:#ff7022}.chat-area__input-attach:hover:not(:disabled) svg path,.chat-area__input-attach:active:not(:disabled) svg path,.chat-area__input-attach--active svg path{stroke:#ff7022}.chat-area__input-attach:disabled{opacity:.5;cursor:not-allowed}.chat-area__attach-menu{position:absolute;bottom:calc(100% + 8px);left:0;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;padding:8px;z-index:1000;min-width:186px;display:flex;flex-direction:column;gap:4px}.chat-area__attach-menu-item{display:flex;align-items:center;gap:10px;padding:12px 4px;border:none;background:transparent;white-space:nowrap;max-height:40px;color:#505862;font-weight:600;font-size:14px;cursor:pointer;border-radius:8px;transition:all .2s;text-align:left;width:100%}.chat-area__attach-menu-item svg{flex-shrink:0;color:#72808f}.chat-area__attach-menu-item:hover{background:#f6f7f8}.chat-area__input-field{flex:1;min-height:32px;padding:0 12px 0 0;border:none;border-radius:12px;font-size:14px;color:#212b36;background:transparent;transition:all .2s;width:100%}.chat-area__input-field::placeholder{color:#919eab}.chat-area__input-field:focus{outline:none}.chat-area__input-field:disabled{cursor:not-allowed;opacity:.6}.chat-area__input-send{width:40px;height:40px;min-width:40px;padding:0;flex-shrink:0;background:linear-gradient(180deg,#ff8637,#ff7022);border:1px solid #F04906;border-radius:8px}.chat-area__input-send .button__icon--start{margin-right:0}.chat-area__input-send .button__icon svg{width:24px;height:24px}.chat-area__input-send .button__icon svg path{stroke:#fff}.chat-area__input-send:hover:not(:disabled){background:linear-gradient(180deg,#ff8637,#ff7022);border-color:#f04906;opacity:.9}.chat-area__input-send:disabled{background:#f6f7f8!important;border:1px solid transparent!important;cursor:not-allowed}.chat-area__input-send:disabled .button__icon svg path{stroke:#72808f}.chat-message{display:flex;gap:12px;margin-bottom:8px;align-items:flex-end}.chat-message--sent{flex-direction:row-reverse}.chat-message--received{flex-direction:row}.chat-message__bubble-wrapper{display:flex;flex-direction:column;max-width:480px}.chat-message--sent .chat-message__bubble-wrapper,.chat-message--received .chat-message__bubble-wrapper{align-items:flex-end}.chat-message__bubble{max-width:100%;display:flex;flex-direction:column;gap:8px;position:relative}.chat-message__bubble:has(.chat-message__text){background:#f6f7f8;color:#212b36;border-radius:12px;padding:12px 16px}.chat-message__text{font-size:13px;line-height:1.5;margin:0;word-wrap:break-word;color:#0d1f2d;font-weight:500}.chat-message__time{font-size:12px;color:#606b77;font-weight:500;margin-top:4px;padding-right:4px}.chat-message__attachments{width:100%}.chat-message__files-container{display:flex;flex-wrap:wrap;gap:12px;width:100%;align-items:flex-start}.chat-message--sent .chat-message__files-container{justify-content:flex-end}.chat-message--received .chat-message__files-container{justify-content:flex-start}.chat-message__image-wrapper{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #DADFE3;border-radius:12px;width:fit-content}.chat-message__image{position:relative;width:64px;height:64px;border-radius:8px;overflow:hidden;border:1px solid #DADFE3;flex-shrink:0}.chat-message__image img{width:100%;height:100%;object-fit:cover;display:block}.chat-message__file-wrapper{position:relative}.chat-message__file-document{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #DADFE3;border-radius:12px;position:relative;min-width:0;max-width:100%;height:64px;box-sizing:border-box;width:fit-content}.chat-message--sent .chat-message__file-document{background:#fff}.chat-message--received .chat-message__file-document{width:fit-content}.chat-message__file-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ff8637,#ff7022);border-radius:8px;flex-shrink:0}.chat-message__file-download{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:transparent;cursor:pointer;color:#72808f;flex-shrink:0;transition:all .2s}.chat-message__file-download:hover{background:#f4f6f8}.chat-message__download{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f4f6f8;border:none;border-radius:8px;cursor:pointer;color:#72808f;transition:all .2s;flex-shrink:0}.chat-message__download:hover{background:#e5e8eb;color:#ff7022}.chat-message__file{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid #DFE3E8;border-radius:12px;max-width:320px}.chat-message__file-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff4ec;border-radius:8px;flex-shrink:0;color:#ff7022}.chat-message__file-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-message__file-name{font-size:13px;font-weight:500;color:#212b36;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-message__file-meta{font-size:11px;color:#919eab}@media (max-width: 768px){.chat-area{margin-left:0;border-radius:0;border:none}.chat-message__bubble{max-width:280px}.chat-message__image{max-width:240px}.chat-message__file{max-width:280px}}.disabled{cursor:not-allowed}.disabled>*{pointer-events:none}*{font-family:Manrope,sans-serif}.fade-enter-active,.fade-leave-active{transition:opacity .25s}.fade-enter,.fade-leave-to{opacity:0}.messages-page{display:grid;grid-template-columns:262px 1fr;height:calc(100vh - 80px);overflow:hidden;border-radius:16px}.messages-page__sidebar{position:relative;display:flex;flex-direction:column;border:1px solid #DADFE3;border-radius:16px;background:#fff;min-height:0;overflow:hidden}.messages-page__main{display:flex;flex-direction:column;overflow:hidden}@media (max-width: 768px){.messages-page{grid-template-columns:1fr}.messages-page__sidebar{display:none}}.avatar.color-default{background-color:transparent}.light{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.dark{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.card{border:1px solid var(--color-neutral-darker, rgba(145, 158, 171, .2));border-radius:12px;background-color:#fff;overflow:hidden;transition:all .25s ease;height:100%}.card-header{background-color:var(--color-neutral-lighter, #f5f5f5);padding:16px;font-size:20px;font-weight:500}.card-content{padding:16px;font-size:14px;color:var(--color-neutral-dark);height:100%}.card-footer{background-color:var(--color-neutral-lighter, #f5f5f5);padding:10px;font-size:12px;text-align:center;border-top:1px solid var(--color-neutral-darker, rgba(145, 158, 171, .2))}.hrsync-ICZ5W5{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-eQJh6U{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-UbZ7Wi{height:235px;position:relative;overflow:hidden;padding:0;border-radius:16px}.hrsync-UbZ7Wi .card-content{padding:0;height:100%;display:flex;flex-direction:column}.hrsync-mX4HVW{position:relative;width:100%;min-height:77px;overflow:hidden;border-radius:16px 16px 0 0}.hrsync-5vrdzK{width:100%;height:100%;object-fit:cover;object-position:center}.hrsync-HBJH-w{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 20px 10px;background-color:#fff}.hrsync-jM4cSy{position:absolute;top:16px;right:16px;z-index:10}.hrsync-GF4RSl{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:50%;cursor:pointer;transition:all .2s ease;padding:0}.hrsync-GF4RSl:hover{background:#f3f4f6}.hrsync-GF4RSl.hrsync-MRosWk{background:#fff6ed}.hrsync-GF4RSl.hrsync-MRosWk svg path{fill:#ff7022}.hrsync-GF4RSl svg{color:#ff7022;width:20px;height:20px;transform:rotate(90deg)}.hrsync-bS9AoW{position:fixed;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;z-index:9999;animation:hrsync-AJFVM- .2s ease-out}.hrsync-bS9AoW.hrsync-K8pdHp{animation:hrsync-tkYPUA .2s ease-out}@keyframes hrsync-AJFVM-{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes hrsync-tkYPUA{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.hrsync-qu7xs3{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .2s ease;border-radius:6px}.hrsync-qu7xs3:hover{background:#f3f4f6}.hrsync-qu7xs3.hrsync-dN3vsZ{color:#dc2626}.hrsync-qu7xs3.hrsync-dN3vsZ:hover{background:#fef2f2}.hrsync-qu7xs3 svg{width:20px;height:20px;flex-shrink:0}.hrsync-fJlekX{position:relative;margin-top:-40px;z-index:5;margin-bottom:8px;display:flex;align-items:center;justify-content:center}.hrsync-V9HUFd{position:relative;display:inline-block;cursor:pointer;transition:all .2s ease}.hrsync-652YZs{width:80px;height:80px;object-fit:fill;border-radius:50%;border:2px solid #fff;transition:filter .2s ease;display:block}.hrsync-P4Ub8p{position:absolute;bottom:0;right:0;width:28px;height:28px;border-radius:50%;border:2px solid #fff;background:var(--color-primary, #ff7022);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1;transform:scale(1);transition:all .2s ease;padding:0;z-index:10}.hrsync-P4Ub8p:hover{background:var(--color-primary, #e55f1a);transform:scale(1.1)}.hrsync-P4Ub8p:active{transform:scale(.95)}.hrsync-P4Ub8p.hrsync-MRosWk{opacity:1;transform:scale(1);background:var(--color-primary, #e55f1a)}.hrsync-P4Ub8p:disabled{opacity:.6;cursor:not-allowed}.hrsync-P4Ub8p svg{width:16px;height:16px;color:#fff}.hrsync-7IMk7C{position:absolute;inset:0;border-radius:50%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9}.hrsync-H3sFXz{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:hrsync-ba5hGk .8s linear infinite}@keyframes hrsync-ba5hGk{to{transform:rotate(360deg)}}.hrsync-gvg9zW{position:fixed;min-width:160px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #00000026;padding:8px;z-index:9999;animation:hrsync-QctqCL .2s ease-out}@keyframes hrsync-QctqCL{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.hrsync-qZ0NIr{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:none;background:none;cursor:pointer;font-size:14px;font-weight:500;color:#374151;transition:all .2s ease;border-radius:6px;text-align:left}.hrsync-qZ0NIr:hover{background:#f3f4f6}.hrsync-qZ0NIr:disabled{opacity:.6;cursor:not-allowed}.hrsync-qZ0NIr svg{width:16px;height:16px;flex-shrink:0}.hrsync-TbFYFo{color:#dc2626}.hrsync-TbFYFo:hover{background:#fef2f2}.hrsync-IvsAdH{text-align:center;width:100%}.hrsync-idJ9yG{font-size:16px;font-weight:600;color:#0d1f2d}.hrsync-O7-q-R{font-size:14px;font-weight:500;color:#72808f;margin:0}.hrsync-FJCHjC{width:100%;margin-top:16px}.hrsync-LGzZKS{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.hrsync-MzpeLU{font-size:14px;font-weight:500;color:#606b77}.hrsync-CFKtf8{font-size:14px;color:var(--color-primary, #ff7022);font-weight:500}.hrsync-Ozg7jp{width:100%;height:8px;background-color:var(--color-neutral-lighter, #f5f5f5);border-radius:12px;overflow:hidden}.hrsync-YjAU6x{height:100%;width:0%;background:linear-gradient(90deg,#fa731a,#fc903b);border-radius:12px;transition:width .3s ease;min-width:0}.hrsync-nOrrEm{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-2tn54h{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-YRGR5D{display:flex;flex-direction:column;gap:8px;width:100%;background-color:#fff;border-radius:16px;padding:11px;margin-bottom:16px;border:1px solid #DADFE3}.hrsync-jcImcn{display:flex;align-items:center;height:44px;justify-content:flex-start;padding:12px 10px;background-color:transparent;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;font-size:15px;color:#505862;font-weight:500;position:relative;width:100%;gap:10px}.hrsync-jcImcn:hover{background-color:#f6f7f8}.hrsync-jcImcn:hover .hrsync-SULAEq svg path{stroke:#ff7022}.hrsync-jcImcn:hover .hrsync-31FcqL{display:flex}.hrsync-jcImcn.hrsync-26rZmJ{background-color:#f6f7f8}.hrsync-jcImcn.hrsync-26rZmJ .hrsync-SULAEq svg path{stroke:#ff7022}.hrsync-jcImcn.hrsync-26rZmJ .hrsync-31FcqL{display:flex}.hrsync-jcImcn.hrsync-26rZmJ:hover{background-color:#f6f7f8}.hrsync-SULAEq{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.hrsync-bq-pSw svg path{stroke:#ff7022}.hrsync-gTWaDk{flex:1;text-align:left}.hrsync-31FcqL{display:none;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background-color:var(--color-neutral-lighter, #f5f5f5);flex-shrink:0;margin-left:auto;color:#72808f}.hrsync-31FcqL svg{color:inherit}.hrsync-WW-tTV{margin-bottom:24px;width:100%}.hrsync-WW-tTV .tab-group{width:100%}.hrsync-WW-tTV .tab-group .tab{display:flex;justify-content:center;align-items:center}.hrsync-WW-tTV .tab-group .tab .tab-icon{flex-shrink:0}.hrsync-3A2Ryw,.hrsync-qPlXo1{display:flex;align-items:center;gap:8px}.hrsync-KP-1Pi{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;transition:background-color .2s;color:#6b7280}.hrsync-KP-1Pi:hover{background-color:#f3f4f6;color:#ff7022}.hrsync-KP-1Pi svg{width:16px;height:16px}.hrsync-Mm61Of{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.hrsync-t-HT-3{display:inline-flex;align-items:center;font-size:14px}.hrsync-As7N4l{font-size:12px}.hrsync-OSBavR{background-color:#fff4e6;color:#f59e0b}.hrsync-OSBavR .hrsync-t-HT-3{color:#f59e0b}.hrsync-XKYPXN{background-color:#d1fae5;color:#10b981}.hrsync-XKYPXN .hrsync-t-HT-3{color:#10b981}.hrsync-qxMJ3g{background-color:#fee2e2;color:#ef4444}.hrsync-qxMJ3g .hrsync-t-HT-3{color:#ef4444}.hrsync-YYRXIN{background-color:#fee2e2;color:#ef4444}.hrsync-YYRXIN .hrsync-t-HT-3{color:#ef4444}.hrsync-9gdFll{background:#fff;border-radius:12px;margin-bottom:24px}.hrsync-t-V-oy{display:flex;justify-content:space-between;align-items:center}.hrsync-APNoJb{font-size:15px;font-weight:600;color:#606b77}.hrsync-DJoxrJ{font-size:24px;font-weight:700;color:#0d1f2d}.hrsync-4lQxkL{display:flex;height:20px;border-radius:8px;overflow:hidden;margin-bottom:16px;gap:0;background:#eaedef}.hrsync-MMQEJN{height:100%;border-radius:0;flex-shrink:0;transition:width .3s ease}.hrsync-MMQEJN:first-child{border-radius:8px 0 0 8px}.hrsync-MMQEJN:last-child{border-radius:0 8px 8px 0}.hrsync-MMQEJN:only-child{border-radius:8px}.hrsync-iuJYgN{background:linear-gradient(90deg,#5986ff,#335cff);width:var(--used-width, 0%)}.hrsync-VmmTy2{background:linear-gradient(90deg,#59efd5 -23.39%,#24d3ba);width:var(--remaining-width, 0%)}.hrsync-2LQri5{background:#eaedef}.hrsync-b5A0ys{display:flex;flex-direction:row;gap:12px}.hrsync-pUaoaS{display:flex;align-items:center;gap:8px;width:217px;padding:10px;background:#f6f7f8;border-radius:11px;border:1px solid #DADFE3;justify-content:space-between}.hrsync-bxY7Ax{width:8px;height:8px;border-radius:50%;flex-shrink:0}.hrsync-hIqPkE{background:linear-gradient(90deg,#5986ff,#335cff)}.hrsync-HnBhzo{background:linear-gradient(90deg,#59efd5 -23.39%,#24d3ba)}.hrsync-qt3YfC{font-size:14px;font-weight:500;color:#606b77;flex:1}.hrsync-XhBu0Q{font-size:14px;font-weight:700;color:#0d1f2d}.hrsync-CjSl6s{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #E5E7EB}.hrsync-iyNS2D{font-size:18px;font-weight:600;color:#0d1f2d;margin:0}.hrsync-KbcQVV{background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#72808f;border-radius:4px;transition:all .2s ease}.hrsync-KbcQVV:hover{background:#f5f5f5;color:#0d1f2d}.hrsync-IMUEJG{padding:0 20px 20px 24px;display:flex;flex-direction:column;align-items:center;gap:24px}.hrsync-iPhpIG{display:flex;justify-content:center;align-items:center}.hrsync--DGO6i{width:120px;height:100px;object-fit:contain}.hrsync-kYjgHt{font-size:14px;color:#72808f;text-align:center;margin:0;line-height:1.5;max-width:400px}.hrsync-ThCdrR,.hrsync-ThCdrR .input-container{width:100%}.hrsync-ThCdrR .input-container .input-wrapper{position:relative}.hrsync-ThCdrR .input-container .input-wrapper .input{padding-right:50px!important}.hrsync-ThCdrR .input-container .input-wrapper .copy-button{position:absolute;right:8px;top:50%;transform:translateY(-50%);border-radius:6px;padding:8px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:var(--color-primary, #ff7022);border:none;cursor:pointer;z-index:10}.hrsync-ThCdrR .input-container .input-wrapper .copy-button .button__text{display:flex;align-items:center;justify-content:center}.hrsync-ThCdrR .input-container .input-wrapper .copy-button svg{width:16px;height:16px;color:#fff}.hrsync-ThCdrR .input-container .input-wrapper .copy-button:hover{background-color:var(--color-primary, #ff7022);opacity:.9}.hrsync-eT9vFZ{position:relative;background:#fff;border-radius:16px;padding:0;border:1px solid #DADFE3;transition:all .2s ease;min-width:246px;max-width:100%;z-index:0;width:100%;height:192px;display:flex;flex-direction:column;overflow:hidden}.hrsync-eT9vFZ:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.hrsync-K179e4{position:absolute;top:12px;right:12px;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:#72808f;background:transparent;transition:all .2s ease;z-index:1}.hrsync-K179e4 svg{transform:rotate(90deg)}.hrsync-K179e4:hover,.hrsync-K179e4:active,.hrsync-K179e4.hrsync-6TXIPM{background:#fff;color:#ff7022}.hrsync-JUK6Kb{position:absolute;top:40px;right:12px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;border:1px solid #E5E7EB;z-index:30;min-width:140px;padding:4px;display:flex;flex-direction:column;gap:2px}.hrsync-6wk-D9{display:flex;align-items:center;gap:12px;padding:10px 12px;background:transparent;border:none;cursor:pointer;border-radius:12px;font-size:14px;color:#0d1f2d;transition:all .2s ease;text-align:left;width:100%}.hrsync-6wk-D9:hover,.hrsync-6wk-D9:active{background:#f5f5f5}.hrsync-6wk-D9 svg{flex-shrink:0;transition:all .2s ease}.hrsync-6wk-D9 span{flex:1;color:#505862;font-weight:500;font-size:14px}.hrsync-CQUhbj:hover svg,.hrsync-CQUhbj:active svg{color:#ff7022}.hrsync-CQUhbj:hover svg path,.hrsync-CQUhbj:active svg path{stroke:#ff7022}.hrsync-Qu1tqm{display:flex;align-items:center;justify-content:center;color:#72808f;transition:all .2s ease}.hrsync-Qu1tqm svg{color:#72808f;transition:all .2s ease}.hrsync-Qu1tqm svg path{stroke:#72808f;transition:all .2s ease}.hrsync-6wk-D9:hover .hrsync-Qu1tqm svg,.hrsync-6wk-D9:active .hrsync-Qu1tqm svg{color:#fb3748}.hrsync-6wk-D9:hover .hrsync-Qu1tqm svg path,.hrsync-6wk-D9:active .hrsync-Qu1tqm svg path{stroke:#fb3748}.hrsync-E6poNU{position:relative;display:flex;align-items:center;justify-content:center;margin:0;width:100%;height:118px;min-height:118px;max-height:118px;background-color:#f6f7f8;border-radius:12px 12px 0 0;overflow:hidden;flex-shrink:0}.hrsync-8CA0Vk{width:100%;height:100%;border-radius:12px 12px 0 0;display:flex;align-items:center;justify-content:center;background-color:#f6f7f8}.hrsync-P0JFCG{width:66px;height:70px;object-fit:contain}.hrsync-c2UewQ{width:66px;height:70px;border-radius:12px;object-fit:cover}.hrsync-N0STdA{color:#72808f;font-weight:600;font-size:14px;text-transform:uppercase}.hrsync-d474IX{width:100%;height:1px;background:#e5e7eb;flex-shrink:0}.hrsync-sAaaHA{display:flex;flex-direction:column;gap:4px;padding:12px 16px;flex:1;min-height:0}.hrsync-a-7vSG{font-size:14px;font-weight:600;color:#0d1f2d;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hrsync-Ljyrpi{display:flex;flex-direction:row;align-items:center;gap:6px;font-size:13px;font-weight:400;color:#72808f;flex-wrap:wrap}.hrsync-OHU8qT{color:#72808f}.hrsync-5-G-RO{position:absolute;bottom:16px;right:8px;background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:#72808f;transition:all .2s ease}.hrsync-5-G-RO:hover,.hrsync-5-G-RO:active{background:#f5f5f5;color:#ff7022}.hrsync-trR3TR{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.hrsync-kMOqf-{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px;width:100%}.hrsync-6Dp4GK{margin-bottom:24px}.hrsync-6Dp4GK img{max-width:230px;height:auto;opacity:.8}.hrsync-2EuKki{margin-bottom:1rem}.hrsync--Yv-Ed{font-size:20px;font-weight:700;color:#2b3641;margin:0 0 12px;line-height:1.3}.hrsync-SlqyNY{font-size:16px;color:#72808f;margin:0;line-height:1.5}.hrsync-B-Gj-K{display:grid;grid-template-columns:repeat(auto-fit,minmax(246px,1fr));gap:20px;padding:20px 0}.hrsync-9c2Man{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border:1px solid var(--color-primary-darker);border-radius:16px;background:#fff;flex-shrink:0;font-family:Arial,sans-serif}.hrsync-9jnN-N{font-size:.875rem;color:#606b77}.hrsync-Ko35RX{display:flex;align-items:center;gap:.5rem}.hrsync-o8-5y7{background:none;border:none;font-size:1.25rem;cursor:pointer;width:20px;height:20px;color:#666}.hrsync-o8-5y7:disabled{color:#ccc;cursor:not-allowed}.pagination-numbers{display:flex;gap:.8rem}.pagination-numbers .pagination-number{border-radius:3px;padding:.25rem .5rem;cursor:pointer;background:none;border:none}.pagination-numbers .pagination-number.active{background:var(--color-primary);color:#fff;font-weight:700}.pagination-numbers .pagination-number:hover:not(.active){font-weight:700;background:var(--color-primary);color:#fff}.pagination-numbers .pagination-ellipsis{padding:0 8px;color:#666;display:flex;align-items:center;justify-content:center}.hrsync-DmIb3g{display:flex;align-items:center;gap:1.5rem}.hrsync-DmIb3g span{white-space:nowrap;font-size:.875rem;color:#606b77}.hrsync-ZDH8u1{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.hrsync-9UQ5-5{background:#fff;border-radius:12px;margin-bottom:24px}.hrsync-1DjmQa{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.hrsync-dSYLlE{display:flex;gap:16px}.hrsync-dSYLlE .hrsync-smu-lY{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;transition:opacity .2s,color .2s;white-space:nowrap;user-select:none}.hrsync-dSYLlE .hrsync-smu-lY.hrsync-9XQMEs{opacity:1}.hrsync-dSYLlE .hrsync-smu-lY.hrsync-9XQMEs.hrsync-xCSD85{color:#21c16b}.hrsync-dSYLlE .hrsync-smu-lY.hrsync-9XQMEs.hrsync-iUANB8{color:#fb3748}.hrsync-dSYLlE .hrsync-smu-lY.hrsync-k1c0u4{color:#72808f;opacity:1}.hrsync-dSYLlE .hrsync-smu-lY .hrsync-vFJW2J{width:8px;height:8px;border-radius:50%;flex-shrink:0;transition:opacity .2s,background-color .2s}.hrsync-dSYLlE .hrsync-smu-lY .hrsync-vFJW2J.hrsync-xCSD85{background-color:#21c16b}.hrsync-dSYLlE .hrsync-smu-lY .hrsync-vFJW2J.hrsync-iUANB8{background-color:#fb3748}.hrsync-dSYLlE .hrsync-smu-lY.hrsync-k1c0u4 .hrsync-vFJW2J{background-color:#72808f}.hrsync-j0amDn{cursor:pointer}.hrsync-7bMmXd{display:flex;align-items:center;justify-content:center}.hrsync-7bMmXd .hrsync-Lbxyc9{background:transparent;border:none;font-size:18px;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s}.hrsync-7bMmXd .hrsync-PtbG8R{font-size:16px;font-weight:600;color:#111827;min-width:60px;text-align:center}.hrsync-mNuW9L{width:100%;height:250px;margin-bottom:16px;position:relative}.hrsync-pjJwAB{width:100%;min-height:200px;background:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.hrsync-pjJwAB .hrsync-v2toBq{text-align:center;color:#6b7280;padding:40px;margin:0;font-size:14px}.hrsync-lhd1a3{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-E-OSTT{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-0C6mrg{display:flex;flex-direction:column}.hrsync-9QKiYB{width:min-content;margin-bottom:16px}.hrsync-CeAE1L{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;gap:16px}.hrsync-Xk43lf,.hrsync-Uff39V{display:flex;align-items:center;gap:16px}.hrsync-TR8CBh{min-width:300px}.hrsync-tjoLKl{min-width:200px}.hrsync-qujkGt{flex:1}.hrsync-QHilcv{display:flex;align-items:center;gap:16px}.hrsync--3rylz{width:48px;height:48px;object-fit:cover;border-radius:12px;background-color:#f5f5f5}.hrsync-xIgBiM{display:flex;flex-direction:column;gap:4px}.hrsync-3Be3LQ{font-weight:500;color:#0d1f2d;font-size:14px}.hrsync-PHikS3{font-size:12px;color:#72808f;line-height:1.4;max-width:300px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hrsync-4Yj1O2{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.hrsync-ms9nBM{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px;width:100%}.hrsync-tZP4aC{margin-bottom:24px}.hrsync-tZP4aC img{max-width:230px;height:auto;opacity:.8}.hrsync-L2A085{margin-bottom:1rem}.hrsync-gS3VJa{font-size:20px;font-weight:700;color:#2b3641;margin:0 0 12px;line-height:1.3}.hrsync-uJL-xy{font-size:16px;color:#72808f;margin:0;line-height:1.5}.hrsync-uZcH6w{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:380px;max-height:50px}.hrsync-Ebophg{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;cursor:pointer;transition:all .2s ease;color:#6b7280;flex-shrink:0;background-color:#f6f7f8;border-radius:8px}.hrsync-Ebophg:hover{background:#f3f4f6;color:#111827}.hrsync-Ebophg:active{background:#e5e7eb}.hrsync-Ebophg:disabled{opacity:.5;cursor:not-allowed}.hrsync-Ebophg:disabled:hover{background:transparent;color:#6b7280}.hrsync-Ebophg svg{width:20px;height:20px}.hrsync-b3HgEE{flex:1;display:flex;align-items:center;justify-content:center;min-width:0;gap:.5rem}.hrsync-rSn80V{font-size:.9375rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}@media (max-width: 768px){.hrsync-uZcH6w{min-width:100%}.hrsync-rSn80V{font-size:.875rem;color:#0d1f2d}.hrsync-Ebophg{width:32px;height:32px}.hrsync-Ebophg svg{width:18px;height:18px}}.hrsync-pHF1Fu{display:flex;flex-direction:column}.hrsync-Hmnmn7{display:flex;align-items:center;justify-content:center;min-height:400px;padding:4rem 2rem}.hrsync-ttyvPw{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.hrsync-93-v5n{width:100%;overflow-x:auto;overflow-y:visible;scrollbar-width:thin;scrollbar-color:transparent transparent}.hrsync-93-v5n::-webkit-scrollbar{height:8px}.hrsync-93-v5n::-webkit-scrollbar-track{background:transparent}.hrsync-93-v5n::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.hrsync-93-v5n::-webkit-scrollbar-thumb:hover{background:#9ca3af}.hrsync-Y8qGOv{padding:6rem 2rem;display:flex;justify-content:center;align-items:center;min-height:500px}.hrsync-Y8qGOv .hrsync-43YJkc{text-align:center;max-width:480px}.hrsync-Y8qGOv .hrsync-43YJkc img{margin:0 auto 2rem;display:block;width:200px;height:200px;object-fit:contain}.hrsync-Y8qGOv .hrsync-43YJkc h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.hrsync-Y8qGOv .hrsync-43YJkc p{font-size:.9375rem;color:#6b7280;line-height:1.6}.hrsync-YGR5CV{display:flex;flex-direction:column;min-width:max-content;overflow:visible}.hrsync-a78Jhl{display:flex;background:#fff;position:sticky;top:0;border-bottom:1px solid #e5e7eb;padding:1rem 0;z-index:10}.hrsync-Lz-l18{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-width:112px;max-height:94px;padding:1rem;margin:.25rem;border-radius:12px;border:1px solid #dadfe3}.hrsync-5V-Gst{display:flex;flex-direction:column;align-items:center;gap:.125rem;margin-bottom:.5rem}.hrsync-q3-YOy{font-size:1.25rem;font-weight:700;color:#111827;line-height:1}.hrsync-waLD6M{font-size:.75rem;font-weight:500;color:#6b7280;line-height:1}.hrsync-SZe0-o{font-size:.75rem;color:#9ca3af;text-transform:capitalize;font-weight:500}.hrsync-94GYqi{display:flex;align-items:center;border-bottom:1px solid #e5e7eb;padding:1rem 0;position:relative;z-index:0}.hrsync-TETWic{display:flex;align-items:center;justify-content:center;flex:1;padding:.75rem;margin:0 .25rem;min-width:112px;border-radius:12px;transition:all .2s ease;position:relative;max-height:44px}.hrsync-c15DDU{background:#f6f7f8;color:#9ca3af;border:1px solid #dadfe3}.hrsync-c15DDU:hover{background:#f9fafb;border-color:#d1d5db}.hrsync-3Em9OX{background:#f8f9fa;border:1px solid #e5e7eb;color:#374151;font-weight:500;box-shadow:0 1px 3px #0000001a}.hrsync-3Em9OX:hover{background:#e9ecef;transform:translateY(-1px);box-shadow:0 2px 6px #00000026}.hrsync-JVEMlI{font-size:.8125rem;font-weight:500;white-space:nowrap}.hrsync-rGu-VD{font-size:1rem;color:#d1d5db}.hrsync-43YJkc{text-align:center;max-width:480px}.hrsync-43YJkc img{margin:0 auto 2rem;display:block;width:200px;height:200px;object-fit:contain}.hrsync-43YJkc h3{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.75rem;line-height:1.4}.hrsync-43YJkc p{font-size:.9375rem;color:#6b7280;line-height:1.6}@media (max-width: 768px){.hrsync-ttyvPw{flex-direction:column;align-items:stretch}.hrsync-TETWic,.hrsync-Lz-l18{min-width:120px}}.hrsync-RBbb9Z{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-1ZwA5j{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-K4CaaZ{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;width:100%}@media (max-width: 768px){.hrsync-K4CaaZ{grid-template-columns:1fr}}.hrsync-lbSnCm{grid-column:1/-1}.hrsync-EDzQjW{display:flex;flex-direction:column;gap:16px}.hrsync-7vsU5m{padding:16px;background-color:var(--color-neutral-lighter, #f5f5f5);border-radius:12px;border-left:4px solid var(--color-primary, #ff7022)}.hrsync-mdCRxF{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.hrsync-GnSrcl{font-size:14px;font-weight:600;color:var(--color-neutral-darkest, #1a1a1a)}.hrsync-QUONxz{font-size:12px;color:var(--color-neutral-dark, #606b77)}.hrsync-IfHt4E{font-size:14px;color:var(--color-neutral-dark, #606b77);margin:0}.hrsync-r2Oto-{padding:32px;text-align:center;color:var(--color-neutral-dark, #606b77)}.hrsync-HeDcq6{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-NJb0K3{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-OPqGo0{background-color:#fff;border-radius:16px;min-height:400px;border:1px solid #DADFE3}.hrsync-Pp4JM7{padding:16px 0 0}.hrsync-WN7VSO{display:flex;align-items:center;gap:16px;padding:0 24px;margin-bottom:16px}.hrsync-5L0m5Z{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;border:.5px solid var(--color-primary, #FF7022);background:linear-gradient(180deg,#ff702233,#fff0)}.hrsync-4YfL2N{font-size:16px;font-weight:600;color:#0d1f2d;margin:0;line-height:1.2}.hrsync-qmlewz{height:1px;background-color:#dadfe3;width:100%;margin:0}.hrsync-uZ4OQf{padding:16px 24px 24px}.hrsync-ZtSIQ-{padding:32px;text-align:center;color:var(--color-neutral-dark, #606b77)}.hrsync-RXkCOe{display:flex;align-items:center;justify-content:center;min-height:400px;padding:40px 20px}.hrsync-fFimJ0{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:400px;width:100%}.hrsync-gc70pS{margin-bottom:24px}.hrsync-gc70pS img{max-width:230px;height:auto;opacity:.8}.hrsync-WtSBQY{margin-bottom:1rem}.hrsync-0oN2VD{font-size:20px;font-weight:700;color:#2b3641;margin:0 0 12px;line-height:1.3}.hrsync-8tf5WV{font-size:16px;color:#72808f;margin:0;line-height:1.5}.hrsync-6Yjekm{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;width:100%;position:relative;z-index:1}.hrsync-dkznXJ{display:flex;align-items:center;gap:16px;flex:1}.hrsync-jWzeqP{display:flex;align-items:center;gap:16px;flex-shrink:0}.hrsync-lIs-KD{flex:1;max-width:400px;min-width:0}.hrsync-OzV96n{flex-shrink:0;min-width:280px;position:relative;z-index:2}:root{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-K3vm1Z{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #f9fafb;--color-neutral-lighter: #ffffff;--color-neutral-light: #f1f1f1;--color-neutral-dark: #212b36;--color-neutral-darker: rgba(145, 158, 171, .2)}.hrsync-9v-Ebx{--color-primary: #ff7022;--color-primary-primary-light: #ff8637;--color-primary-primary-contained: #f04906;--color-primary-lighter: #c8fad6;--color-primary-light: #72808f;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-info: #00b8d9;--color-info-lighter: #cafdf5;--color-info-light: #61f3f3;--color-info-dark: #006c9c;--color-info-darker: #003768;--color-success: #22c55e;--color-success-lighter: #d3fcd2;--color-success-light: #77ed8b;--color-success-dark: #118d57;--color-success-darker: #065e49;--color-warning: #ffab00;--color-warning-lighter: #fff5cc;--color-warning-light: #ffd666;--color-warning-dark: #b76e00;--color-warning-darker: #7a4100;--color-error: #FB3748;--color-error-lighter: #ffe9d5;--color-error-light: #ffac82;--color-error-dark: #FB3748;--color-error-darker: #7a0916;--color-neutral: #1c1c1c;--color-neutral-lighter: #2c2c2c;--color-neutral-light: #3c3c3c;--color-neutral-dark: #4c4c4c;--color-neutral-darker: #5c5c5c}.hrsync-fawpDQ{display:flex;flex-direction:column;height:100%;min-height:0;width:100%}.hrsync-6a-Xln{display:flex;justify-content:space-between;align-items:start;flex-shrink:0}.hrsync-n76oQN{display:flex;align-items:center;gap:20px;height:48px}.hrsync-n76oQN .hrsync-p18ObO{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:none;border:1px solid #DADFE3;cursor:pointer;border-radius:100%;color:#6b7280;transition:all .2s ease}.hrsync-n76oQN .hrsync-p18ObO:hover{background:#f3f4f6;color:#374151}.hrsync-n76oQN .hrsync-p18ObO:focus{outline:2px solid #ff7022;outline-offset:2px}.hrsync-n76oQN .hrsync-8qNVly{margin:0;display:flex;align-items:center;height:100%}.hrsync-I-F4ef{display:flex;align-items:center}.hrsync-dUxMPC{display:grid;grid-template-columns:262px 1fr;gap:24px;margin:0 auto;flex:1;min-height:0;width:100%}@media (max-width: 1024px){.hrsync-dUxMPC{grid-template-columns:246px 1fr}}@media (max-width: 768px){.hrsync-dUxMPC{grid-template-columns:1fr;gap:16px}}.hrsync-A-4EZS{display:flex;flex-direction:column;gap:16px;min-width:0}@media (max-width: 768px){.hrsync-A-4EZS{width:100%}}.hrsync-XeZcYr{display:flex;flex-direction:column;min-width:0}.hrsync--RdS75{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;gap:24px;min-height:400px;flex:1}.hrsync-vkuqr4{font-size:16px;color:#606b77;text-align:center;margin:0;line-height:1.6}.hrsync-SrPDnN{padding:10px 24px;background:#ff7022;color:#fff;border:none;border-radius:12px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.hrsync-SrPDnN:hover{background:#ff8559}.hrsync-SrPDnN:focus{outline:2px solid #FF7022;outline-offset:2px}.react-datetimerange-picker{display:inline-flex;position:relative}.react-datetimerange-picker,.react-datetimerange-picker *,.react-datetimerange-picker *:before,.react-datetimerange-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-datetimerange-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-datetimerange-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;align-items:center;border:thin solid gray}.react-datetimerange-picker__inputGroup{min-width:calc(4px + (4px * 3) + .54em * 6 + .217em * 2);height:100%;flex-grow:1;padding:0 2px}.react-datetimerange-picker__inputGroup__divider{padding:1px 0}.react-datetimerange-picker__inputGroup__divider,.react-datetimerange-picker__inputGroup__leadingZero{display:inline-block;font:inherit}.react-datetimerange-picker__inputGroup__input{min-width:.54em;height:calc(100% - 2px);position:relative;padding:1px;border:0;background:none;color:currentColor;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-datetimerange-picker__inputGroup__input::-webkit-outer-spin-button,.react-datetimerange-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-datetimerange-picker__inputGroup__input:invalid{background:#ff00001a}.react-datetimerange-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-datetimerange-picker__inputGroup__amPm{font:inherit;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}.react-datetimerange-picker__button{border:0;background:transparent;padding:4px 6px}.react-datetimerange-picker__button:enabled{cursor:pointer}.react-datetimerange-picker__button:enabled:hover .react-datetimerange-picker__button__icon,.react-datetimerange-picker__button:enabled:focus .react-datetimerange-picker__button__icon{stroke:#0078d7}.react-datetimerange-picker__button:disabled .react-datetimerange-picker__button__icon{stroke:#6d6d6d}.react-datetimerange-picker__button svg{display:inherit}.react-datetimerange-picker__calendar,.react-datetimerange-picker__clock{z-index:1}.react-datetimerange-picker__calendar--closed,.react-datetimerange-picker__clock--closed{display:none}.react-datetimerange-picker__calendar{width:350px;max-width:100vw}.react-datetimerange-picker__calendar .react-calendar{border-width:thin}.react-datetimerange-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.react-clock{display:block;position:relative}.react-clock,.react-clock *,.react-clock *:before,.react-clock *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-clock__face{position:absolute;inset:0;border:1px solid black;border-radius:50%}.react-clock__hand{position:absolute;inset:0 50%}.react-clock__hand__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark{position:absolute;inset:0 50%}.react-clock__mark__body{position:absolute;background-color:#000;transform:translate(-50%)}.react-clock__mark__number{position:absolute;left:-40px;width:80px;text-align:center}.react-clock__second-hand__body{background-color:red}.react-datetime-picker{display:inline-flex;position:relative}.react-datetime-picker,.react-datetime-picker *,.react-datetime-picker *:before,.react-datetime-picker *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-datetime-picker--disabled{background-color:#f0f0f0;color:#6d6d6d}.react-datetime-picker__wrapper{display:flex;flex-grow:1;flex-shrink:0;border:thin solid gray}.react-datetime-picker__inputGroup{min-width:calc(4px + (4px * 3) + .54em * 6 + .217em * 2);flex-grow:1;padding:0 2px}.react-datetime-picker__inputGroup__divider{padding:1px 0;white-space:pre}.react-datetime-picker__inputGroup__divider,.react-datetime-picker__inputGroup__leadingZero{display:inline-block;font:inherit}.react-datetime-picker__inputGroup__input{min-width:.54em;height:calc(100% - 2px);position:relative;padding:1px;border:0;background:none;color:currentColor;font:inherit;box-sizing:content-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.react-datetime-picker__inputGroup__input::-webkit-outer-spin-button,.react-datetime-picker__inputGroup__input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.react-datetime-picker__inputGroup__input:invalid{background:#ff00001a}.react-datetime-picker__inputGroup__input--hasLeadingZero{margin-left:-.54em;padding-left:calc(1px + .54em)}.react-datetime-picker__inputGroup__amPm{font:inherit;-webkit-appearance:menulist;-moz-appearance:menulist;appearance:menulist}.react-datetime-picker__button{border:0;background:transparent;padding:4px 6px}.react-datetime-picker__button:enabled{cursor:pointer}.react-datetime-picker__button:enabled:hover .react-datetime-picker__button__icon,.react-datetime-picker__button:enabled:focus .react-datetime-picker__button__icon{stroke:#0078d7}.react-datetime-picker__button:disabled .react-datetime-picker__button__icon{stroke:#6d6d6d}.react-datetime-picker__button svg{display:inherit}.react-datetime-picker__calendar,.react-datetime-picker__clock{z-index:1}.react-datetime-picker__calendar--closed,.react-datetime-picker__clock--closed{display:none}.react-datetime-picker__calendar{width:350px;max-width:100vw}.react-datetime-picker__calendar .react-calendar{border-width:thin}.react-datetime-picker__clock{width:200px;height:200px;max-width:100vw;padding:25px;background-color:#fff;border:thin solid #a0a096}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.5;color:#333}h1,h2,h3,h4,h5,h6{font-weight:600}h1{font-size:2.25rem}h2{font-size:1.8rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1rem}h6{font-size:.875rem}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}
