@charset "UTF-8";@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, rgb(0, 169, 206));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:18px;background-color:transparent;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -2px 4px #1d1f2140}.button.contained:hover:not(.disabled){background-color:var(--color-primary-lighter);color:#fff}.button.contained.primary{color:#fff;font-size:18px;background-color:transparent;border-color:var(--color-primary-contained, rgb(0, 169, 206));border-radius:12px;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -2px 4px #1d1f2140}.button.contained.primary:hover:not(.disabled){background-color:var(--color-primary-lighter);color:#fff}.button.contained.info{color:#fff;font-size:18px;background-color:transparent;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -2px 4px #1d1f2140}.button.contained.info:hover:not(.disabled){background-color:var(--color-primary-lighter);color:#fff}.button.contained.success{color:#fff;font-size:18px;background-color:transparent;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -2px 4px #1d1f2140}.button.contained.success:hover:not(.disabled){background-color:var(--color-primary-lighter);color:#fff}.button.contained.warning{color:#fff;font-size:18px;background-color:transparent;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -2px 4px #1d1f2140}.button.contained.warning:hover:not(.disabled){background-color:var(--color-primary-lighter);color:#fff}.button.contained.error{color:#fff;font-size:18px;background-color:transparent;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;box-shadow:inset 0 -2px 4px #1d1f2140;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:18px;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:18px;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:18px;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:18px;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:18px;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:18px;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:18px;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, rgb(0, 169, 206));font-size:18px;background-color:transparent}.button.text.primary:hover:not(.disabled){background-color:rgba(var(--color-primary, rgb(0, 169, 206)),.1);color:var(--color-primary, rgb(0, 169, 206))}.button.text.info{color:var(--color-info, #00b8d9);font-size:18px;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:18px;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:18px;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:18px;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:18px;background-color:transparent;font-size:20px;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:18px;background-color:transparent;font-size:20px;color:var(--color-primary, rgb(0, 169, 206))}.button.soft.primary:hover:not(.disabled){background-color:rgba(var(--color-primary-light, #e3f2fd),5%);color:var(--color-primary, rgb(0, 169, 206))}.button.soft.info{font-size:18px;background-color:transparent;font-size:20px;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:18px;background-color:transparent;font-size:20px;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:18px;background-color:transparent;font-size:20px;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:18px;background-color:transparent;font-size:20px;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:22px 26px;min-height:44px;font-size:20px!important}.button.medium{padding:12px 18px;font-size:20px}.button.small{padding:8px;font-size:16px}.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, rgb(0, 169, 206))}.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:20px;color:#505862;font-weight:500;border-radius:12px}.button-dropdown__item:first-child{color:var(--color-primary, rgb(0, 169, 206))}.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:54px}.input-container.standard.has-start-icon .input{padding-left:42px}.input-container.standard.hovered .input{border-color:var(--color-primary-light, rgb(0, 169, 206));cursor:pointer}.input-container.standard.focused .input{border-color:var(--color-primary-light, rgb(0, 169, 206))}.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:#fff;color:#505862;cursor:text}.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-light, rgb(0, 169, 206))}.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:#fff;border:1px solid var(--color-neutral-darker);color:#505862;cursor:text}.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-light, rgb(0, 169, 206))}.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, #00A9CE);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-light, rgb(0, 169, 206));color:#fff;cursor:pointer}.input-container .input-wrapper .copy-button:hover{background-color:var(--color-primary-light, rgb(0, 169, 206))}.input-container .input-wrapper .eye-button{position:absolute;right:3%;top:3%;bottom:0;border:none;background-color:transparent;cursor:pointer}.input-container .input-wrapper.phone-input{border:1px solid #dadfe3;border-radius:12px;min-height:54px;transition:border-color .25s}.input-container .input-wrapper.phone-input .start-icon{position:static;transform:none;padding-left:10px;flex-shrink:0}.input-container .input-wrapper.phone-input .phone-prefix{color:#505862;font-size:20px;font-weight:400;padding-left:8px;white-space:nowrap;user-select:none;display:flex;align-items:center;flex-shrink:0}.input-container .input-wrapper.phone-input .input{border:none!important;padding-left:8px!important;min-height:auto!important;flex:1}.input-container .input-wrapper.phone-input .input:focus{outline:none}.input-container.focused .input-wrapper.phone-input,.input-container.hovered .input-wrapper.phone-input{border-color:var(--color-primary-light, rgb(0, 169, 206))}.input-container.focused .start-icon{color:var(--color-primary-light, rgb(0, 169, 206))}.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, #00A9CE)}.input-container .input-label{font-size:18px;color:var(--color-neutral-dark);margin-bottom:8px;transition:color .25s}.input-container .input-label.focused{color:var(--color-primary-light, rgb(0, 169, 206))}.input-container .input-label.error{color:var(--color-error, #ff5630)}.input-container .input-label.required:after{content:" *";color:#00a9ce}.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:20px;transition:border-color .25s ease;outline:none}.input-container .input:focus{caret-color:var(--color-primary-light, rgb(0, 169, 206))}.input-container .input:disabled{cursor:not-allowed}.input-container .input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px;min-height:20px}.input-container .input-error{font-size:16px;color:var(--color-error, #ff5630)}.input-container .character-count{font-size:16px;color:var(--color-neutral-dark, #8b98a6);margin-left:auto}.input-container .character-count.limit-reached{color:var(--color-error, #ff5630)}.template-4ryjCldK{height:100vh;min-height:100svh;margin:0;overflow:hidden;background-color:#f6f7f8}.template-gEMBAqT-{font-size:24px;margin-bottom:1rem;color:#0d1f2d;font-weight:700}.template-XPVjcTCz{font-size:14px;color:#606b77;font-weight:regular}.template-ZqbiFMxV{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%)}.template-M-6a7rhx{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem;max-width:100%;height:100%;box-sizing:border-box}.template-jh0XAUE4{display:flex;flex-direction:column;background-color:#fff;padding:3rem 2rem 2rem;border-radius:40px;min-width:460px;max-width:460px;position:relative;width:100%}.template-4ryjCldK .template-8MevQnuR,.template-4ryjCldK .template-MV2BTpCK{margin-top:2rem}.template-4ryjCldK .template-MV2BTpCK,.template-4ryjCldK .template-KyTkU14V{display:flex;flex-direction:column;gap:1rem}.template-4ryjCldK .template-ANxf6SBc,.template-4ryjCldK .template-ANxf6SBc .tab-group{width:100%}.template-4ryjCldK .template-ANxf6SBc .template-8MevQnuR{background-color:rgb(0,169,206) 14;border:1px solid rgb(0,169,206) 14;padding:12px;border-radius:8px;color:var(--primary-color, rgb(0, 169, 206));font-size:14px}.template-4ryjCldK .template-ANxf6SBc .template-8MevQnuR:hover{border:1px solid rgb(0,169,206);cursor:pointer}.template-4ryjCldK .template-ANxf6SBc .template-ZQFxInlS{background-color:#e6f6ff;border:1px solid #e6f6ff;padding:12px;border-radius:8px;color:#00b8d9;font-size:14px}.template-4ryjCldK .template-ANxf6SBc .template-ZQFxInlS:hover{border:1px solid #00b8d9;cursor:pointer}.template-gEMBAqT-{font-size:24px;margin-bottom:1rem;color:#333}.template-CKXL2FLA{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ddd;border-radius:5px;font-size:16px}.template-SvDtaxOY{width:100%;padding:.75rem;background-color:#333;color:#fff;border:none;border-radius:5px;font-size:16px;cursor:pointer;transition:background-color .3s}.template-SvDtaxOY:hover{background-color:#555}.template-HtR0lwzv{position:relative;height:100%;overflow:hidden}.template-HtR0lwzv img{width:100%;height:100%;object-fit:cover}@media screen and (max-width:1024px){.template-4ryjCldK{grid-template-columns:5fr 7fr}}@media screen and (max-width:768px){.template-4ryjCldK{grid-template-columns:1fr}.template-HtR0lwzv{display:none}}@media screen and (max-width:480px){.template-4ryjCldK{height:auto;min-height:100svh}.template-M-6a7rhx{padding:2.5rem 1rem 1.5rem;justify-content:flex-start}.template-jh0XAUE4{min-width:0;max-width:100%;border-radius:24px;padding:2.5rem 1.25rem 1.5rem}.template-ZqbiFMxV{width:84px;height:84px;padding:.9rem;border-width:8px}.template-gEMBAqT-{font-size:20px}.template-CKXL2FLA,.template-SvDtaxOY{padding:.5rem;font-size:14px}}.template-1cbnR3jP{margin-bottom:24px;width:150px}.template-zHzzh2Tq{font-size:24px;font-weight:700;margin-bottom:1.5rem;color:#333}.template-6JUCI2My{display:flex;flex-direction:column;gap:1rem}.template-xt0FFm0p{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}.template-xt0FFm0p:hover{border-color:#00c853}.template-lvHC-sKF{border-color:#00c853;background-color:#e8f5e9}.template-X67H1p8q{display:flex;flex-direction:column;align-items:center;width:100%;margin:20px 0}.template-X67H1p8q label{font-size:15px;color:#212b36;font-weight:500;margin-bottom:16px;align-self:flex-start}.template-X67H1p8q .template-Rr0H9kzY{display:flex;gap:12px;justify-content:center;width:100%}.template-X67H1p8q .template-Rr0H9kzY 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}.template-X67H1p8q .template-Rr0H9kzY input::placeholder{color:#919eab}.template-X67H1p8q .template-Rr0H9kzY input:focus{border-color:var(--primary-color, rgb(0, 169, 206));outline:none}.template-X67H1p8q .template-Rr0H9kzY input:hover:not(:focus){border-color:#919eab}.template-X67H1p8q .template-Rr0H9kzY input:disabled{background-color:#f4f6f8;border-color:#dfe3e8;color:#919eab}.template-X67H1p8q .template-Rr0H9kzY input::-webkit-outer-spin-button,.template-X67H1p8q .template-Rr0H9kzY input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.template-X67H1p8q .template-Rr0H9kzY input[type=number]{-moz-appearance:textfield;appearance:textfield}@media screen and (max-width:480px){.template-X67H1p8q .template-Rr0H9kzY{gap:8px}.template-X67H1p8q .template-Rr0H9kzY input{width:45px;height:50px;font-size:20px}}.template-O5l2o-aQ{margin-top:24px;width:100%;height:48px;background-color:var(--primary-color, rgb(0, 169, 206));color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease}.template-O5l2o-aQ:hover{background-color:#0094b5}.template-O5l2o-aQ:disabled{background-color:#dfe3e8;cursor:not-allowed}.template-OClotqu5{margin-top:16px;color:#637381;font-size:14px;text-align:center}.template-OClotqu5 span{color:var(--primary-color, rgb(0, 169, 206));font-weight:600}.template-J0w8W0SR{margin-top:16px;color:var(--primary-color, rgb(0, 169, 206));font-size:14px;text-align:center;cursor:pointer;text-decoration:none}.template-J0w8W0SR:hover{text-decoration:underline}.template-J0w8W0SR:disabled{color:#919eab;cursor:not-allowed;text-decoration:none}.template-ouDIOzrq{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.template-yxmp2ZCy{display:flex;justify-content:flex-start;width:100%;margin-bottom:1rem}.template-XMoUrlEE{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}.template-XMoUrlEE:hover{background:#f5f5f5}.template-jTQVpsN4{width:100%}.template-8gugmo3-{margin-bottom:1rem;width:100%;text-align:left}.template-8gugmo3- h2{font-size:24px;font-weight:600;margin-bottom:1rem;color:#333}.template-8gugmo3- p{color:#666;font-size:14px;line-height:1.5;max-width:300px}.template-kEos3MoV{width:50px;height:50px;border:1px solid #e0e0e0;border-radius:8px;text-align:center;font-size:20px;font-weight:600}.template-kEos3MoV:focus{outline:none;border-color:#00a9ce;box-shadow:0 0 0 2px #ff70221a}.template-hNCa0wTv{margin-top:1rem;width:100%}.template-hNCa0wTv .template-OClotqu5{color:#0d1f2d;font-size:14px;text-align:left}.template-hNCa0wTv .template-vFi7PjQm{background:none;border:none;color:#00a9ce;font-size:14px;cursor:pointer;text-decoration:underline}.template-hNCa0wTv .template-vFi7PjQm:hover{color:#e65a00}.template-4KPA2Vcf{display:flex;justify-content:end;align-items:center}.template-4KPA2Vcf .template--pRvUWIc{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;cursor:pointer}.template-4KPA2Vcf .template--pRvUWIc input[type=checkbox]{margin:0}.template-4KPA2Vcf .template-t5Xbv9pg{background:none;border:none;color:var(--primary-color, rgb(0, 169, 206));font-size:14px;cursor:pointer;text-decoration:none}.template-4KPA2Vcf .template-t5Xbv9pg:hover{text-decoration:underline}.template-K72w7hgi{margin:1rem 0 2rem}.template-K72w7hgi h2{margin-bottom:.5rem;font-size:24px;color:#0d1f2d}.template-K72w7hgi p{font-family:15px;color:#606b77}.template-e-TCZxi- .template-UtuiJ-R8{margin:1.5rem 0}.template-e-TCZxi- .template-UtuiJ-R8 h2{margin-bottom:.5rem;font-size:24px;color:#0d1f2d}.template-e-TCZxi- .template-UtuiJ-R8 p{font-size:15px;color:#606b77}.template-e-TCZxi- .template-6RkJoEgS{display:flex;flex-direction:column;gap:1.5rem}.template-e-TCZxi- .template-cqb96lfF{display:flex;flex-direction:column;gap:1rem}.template-e-TCZxi- .template--zfm4W9t{font-size:15px;color:#606b77}.template-e-TCZxi- .template-gzHBT5bM{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px}.template-e-TCZxi- .template-2DRYvdKW,.template-e-TCZxi- .template-CiHrKu1t,.template-e-TCZxi- .template-lnRY7otB{color:#ef4444;font-size:12px;margin-top:4px}.template-yP-BotFf{width:100%}@font-face{font-family:Gilroy;font-weight:700;font-style:normal;src:url(/fonts/Gilroy-Bold.ttf) format("truetype");font-display:swap}.template-ittGVWtp{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;background:#0d1f2d;padding:2rem;overflow:hidden}.template-OSQGVuGq{position:absolute;inset:0;z-index:0}.template-jtouB1AV{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}.template-0vZc4K8H{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}.template-RbyVsLPj{position:relative;z-index:1;text-align:center;max-width:700px;width:100%;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.template-MFdwg9d9{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:template-nksPxtrb .6s ease-out;display:flex;align-items:center;justify-content:center}.template-MFdwg9d9: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}.template-c82bMS1O{font-family:Gilroy,sans-serif;font-size:10rem;font-weight:700;background:#00a9ce;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0;line-height:.85;letter-spacing:.12em;display:inline-block}.template-WSJ-437B{font-size:2rem;font-weight:600;color:#fff;margin:0;animation:template-nksPxtrb .6s ease-out .1s backwards}.template-gU44VQBn{font-size:1rem;color:#ffffffb3;margin:0;line-height:1.6;animation:template-nksPxtrb .6s ease-out .2s backwards}.template-tdjPBjp8{display:flex;gap:1rem;justify-content:center;animation:template-nksPxtrb .6s ease-out .3s backwards;margin-top:.5rem}.template-tdjPBjp8 button{background-color:#00a9ce;border-color:#00a9ce;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}.template-tdjPBjp8 button:hover{background-color:#00a9ce;border-color:#00a9ce;transform:translateY(-1px)}.template-tdjPBjp8 button:active{transform:translateY(0)}@keyframes template-nksPxtrb{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.template-MFdwg9d9{padding:32px 48px;border-radius:400px}.template-c82bMS1O{font-size:4rem!important}.template-WSJ-437B{font-size:1.5rem}.template-gU44VQBn{font-size:.9rem;padding:0 1rem}.template-tdjPBjp8{width:100%;padding:0 1rem}.template-tdjPBjp8 button{width:100%}}.template-7vCr3aEu{position:absolute;top:calc(100% + 12px);right:0;width:420px;max-height:600px;background:#fff;border:1px solid #dadfe3;border-radius:16px;box-shadow:0 8px 24px #0000001f;z-index:1001;display:flex;flex-direction:column;overflow:hidden;animation:template-xrDu4COn .2s ease-out;transform-origin:top right}@media(max-width:480px){.template-7vCr3aEu{width:min(420px,100vw - 32px);left:16px;right:16px}}@media(max-width:1024px){.template-7vCr3aEu{left:16px;right:16px;width:min(420px,100vw - 32px);transform-origin:top left}}@keyframes template-xrDu4COn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.template-W5yRzVY7{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.template-0jcW2qVV{font-size:16px;font-weight:600;color:#0d1f2d;margin:0}.template-9yd6Ujkc{display:flex;align-items:center;white-space:nowrap;gap:12px;margin-left:16px}.template-Aqe6OI3I{font-size:13px;color:var(--theme-color, #00a9ce);text-decoration:none;font-weight:500;padding:4px 8px;border-radius:4px;transition:all .2s ease}.template-Aqe6OI3I:hover{background:#e0f2fe;color:#0088a8}.template-TLipVy1e{background:none;border:none;font-size:13px;color:var(--theme-color, #00a9ce);cursor:pointer;padding:4px 8px;border-radius:4px;font-weight:500;transition:all .2s ease}.template-TLipVy1e:hover{background:#e0f2fe;color:#0088a8}.template-FuuSimjV{background:none;border:none;font-size:24px;color:#72808f;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.template-FuuSimjV:hover{background:#e9ecef;color:#2b3641}.template-ISE1DG7M{flex:1;overflow-y:auto;max-height:500px}.template-ISE1DG7M::-webkit-scrollbar{width:6px}.template-ISE1DG7M::-webkit-scrollbar-track{background:#f1f3f5}.template-ISE1DG7M::-webkit-scrollbar-thumb{background:#ced4da;border-radius:3px}.template-ISE1DG7M::-webkit-scrollbar-thumb:hover{background:#adb5bd}.template-H959hPvZ{padding:16px 20px;border-bottom:1px solid #f1f3f5;cursor:pointer;transition:background .2s ease;position:relative}.template-H959hPvZ:hover{background:#f8f9fa}.template-H959hPvZ:last-child{border-bottom:none}.template-H959hPvZ.template-JBd4-pGq{background:#f0f9ff;border-left:3px solid var(--theme-color, #00a9ce)}.template-H959hPvZ.template-JBd4-pGq:hover{background:#e0f2fe}.template-aWB9DQLx{display:flex;flex-direction:column;gap:8px}.template-3YEWDuDf{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.template-3WLtN-6t{font-size:14px;font-weight:600;color:#0d1f2d;margin:0;flex:1;line-height:1.4}.template-aflZaufk{width:8px;height:8px;background:var(--theme-color, #00a9ce);border-radius:50%;flex-shrink:0;margin-top:4px}.template-dZQdtV1I{font-size:13px;color:#505862;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-ebUrhliO{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.template-Dls1RSug{font-size:12px;color:#72808f}.template-WErAxtzx{font-size:11px;color:#72808f;background:#f1f3f5;padding:2px 8px;border-radius:4px;font-weight:500}.template-6sPiB10t,.template-qUxgRc33{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 20px;text-align:center;color:#72808f}.template-6sPiB10t p{margin:16px 0 0;font-size:14px}.template-qUxgRc33 p{margin:0;font-size:14px}.template--6-FuJlc{width:32px;height:32px;border:3px solid #f1f3f5;border-top:3px solid var(--theme-color, #00a9ce);border-radius:50%;animation:template-HeD-Tg8i .8s linear infinite}@keyframes template-HeD-Tg8i{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.template-PwFGuDwU{width:100%;padding:12px;background:#f8f9fa;border:none;border-top:1px solid #e9ecef;color:var(--theme-color, #00a9ce);font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease}.template-PwFGuDwU:hover:not(:disabled){background:#e9ecef}.template-PwFGuDwU:disabled{opacity:.6;cursor:not-allowed}.template-bbaZIKur{display:flex;justify-content:space-between;align-items:center;margin:0 0 24px}.template-Q5hMsMcH{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.template-d4ecvVxe{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background-color:#fff;border:1px solid #dadfe3;cursor:pointer;transition:all .2s ease}.template-d4ecvVxe svg path{stroke:#72808f;transition:stroke .2s ease}.template-d4ecvVxe:hover{background-color:#f6f7f8;border-color:#00a9ce}.template-d4ecvVxe:hover svg path{stroke:#00a9ce}.template-iXhJ2zzB{display:flex;align-items:center;gap:16px;flex:1;min-width:0}.template-nHrPLjDV{display:flex;align-items:center;gap:12px;flex-shrink:0}.template-hZKbGFIS{min-width:0}.template-VIw4dpaw{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background-color:#00a9ce;border:1px solid rgb(0,169,206)}.template-VIw4dpaw svg path{stroke:#fff}.template-99UYaZnH{font-size:18px;font-weight:600;color:#0d1f2d;margin:0;line-height:1.2;word-break:break-word;overflow-wrap:anywhere}.template-KUNgVjou{font-size:14px;color:#72808f;margin:4px 0 0;line-height:1.4}.template-0-NZ1UAq{display:flex;align-items:center;gap:16px}.template-0-NZ1UAq a{display:flex;align-items:center;color:#00a9ce;transition:color .2s ease}.template-0-NZ1UAq a:hover{color:#2b3641}.template-zozJdn8Y{position:relative;display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:12px;background-color:#fff;border:1px solid #dadfe3;cursor:pointer;transition:all .2s ease}.template-zozJdn8Y:hover{background-color:#f6f7f8;border-color:#00a9ce}.template-zozJdn8Y.template-ElLD0Z5s{background-color:#f0f9ff;border-color:#00a9ce}.template-zozJdn8Y.template-ElLD0Z5s svg path{stroke:#00a9ce}.template-zozJdn8Y svg path{stroke:#72808f;transition:stroke .2s ease}.template-zozJdn8Y:hover svg path{stroke:#00a9ce}.template-WAW5jo3Y{position:absolute;top:-4px;right:-4px;min-width:22px;height:22px;padding:0 4px;background:linear-gradient(135deg,#00a9ce,#08a);border-radius:9px;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#fff;line-height:1}.template-p-dMawsm{position:relative}.template-IQyMltBL{display:flex;align-items:center;gap:8px;height:50px;padding:8px 12px;background-color:#fff;border:1px solid #dadfe3;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:14px;font-weight:500;color:#2b3641}.template-IQyMltBL:hover{background-color:#f6f7f8;border-color:#00a9ce}.template-IQyMltBL svg{flex-shrink:0}.template-cMD-WmZI{font-size:14px;font-weight:600;color:#2b3641;min-width:24px}.template-ImH1Sc-4{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;z-index:1000;overflow:hidden;animation:template-ZbW4gDB- .15s ease}@keyframes template-ZbW4gDB-{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.template-cjWCJ84k{width:100%;display:flex;align-items:center;gap:10px;padding:10px 14px;background:none;border:none;cursor:pointer;font-size:14px;color:#374151;transition:background .15s ease;text-align:left}.template-cjWCJ84k:hover{background:#f3f4f6}.template-cjWCJ84k.template-TgzBi6JD{background:#f0f9ff;color:#00a9ce}.template-cjWCJ84k svg{flex-shrink:0}.template-cjWCJ84k span:not(.template-TfB73TBy){flex:1}.template-TfB73TBy{margin-left:auto;color:#00a9ce;font-size:16px;font-weight:600}.template-DacuAFOd{position:relative;display:flex;align-items:center;gap:12px;height:50px;padding:4px 20px;border-radius:24px;transition:all .2s ease;background:#f6f7f8;border:1px solid #f6f7f8}.template-qa754Mzb{display:flex;align-items:center;gap:12px;width:100%}.template-sWDybk-n{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid #e9ecef;flex-shrink:0}.template-KWXJK5rN{display:flex;flex-direction:column;align-items:flex-start;flex:1;min-width:0}.template-pz7rJSAj{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}.template-HxlkZuAA{font-size:12px;color:#00a9ce;line-height:1.2;margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;transition:color .2s ease}.template--RYY4HHx{display:flex;align-items:center;color:#00a9ce;transition:all .2s ease;flex-shrink:0}.template--RYY4HHx.template-F6rEMOBR{transform:rotate(180deg)}.template-c2OWY3Ks{width:40px;height:40px;border:2px solid #e9ecef;border-top:2px solid rgb(0,169,206);border-radius:50%;animation:template-siuGA2YN 1s linear infinite;flex-shrink:0}.template--rwpQvmv{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:template-fW6Y0ZBj .2s ease-out;padding:.5rem}.template--rwpQvmv ul{list-style:none;padding:0;margin:0}.template--rwpQvmv li{display:flex;align-items:center;padding:0;margin:0}.template--rwpQvmv li.template-w-tkqVyd{border-bottom:1px solid #dadfe3;height:1px;margin:.5rem 0}.template--rwpQvmv li:hover{border-radius:12px}.template--rwpQvmv li:last-child:hover{background-color:#f6f7f8;border-radius:12px}.template--rwpQvmv li:last-child:hover svg path{stroke:#00a9ce}.template--rwpQvmv 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}.template--rwpQvmv li a:hover{background-color:#f6f7f8;border-radius:12px}.template--rwpQvmv li a:hover svg path{stroke:#00a9ce}.template--jpOvXaf{width:20px;height:20px;color:#00a9ce;flex-shrink:0;transition:color .2s ease}.template-ZgMatKum{cursor:pointer;display:flex;align-items:center;gap:12px;padding:10px 16px;width:100%;color:#505862;text-decoration:none;font-size:14px;transition:all .2s ease;border-radius:12px}.template-ZgMatKum .template--jpOvXaf{width:20px;height:20px;color:#00a9ce;flex-shrink:0;transition:color .2s ease}.template-ElLD0Z5s{background-color:#fff;border-color:var(--color-primary, rgb(0, 169, 206))}.template-F6rEMOBR{transform:rotate(180deg)}.template-w-tkqVyd{border-bottom:1px solid #dadfe3;height:1px;margin:.5rem 0}@media(max-width:1024px){.template-bbaZIKur{flex-wrap:wrap;gap:12px}.template-Q5hMsMcH{flex:1 1 100%;justify-content:space-between}.template-d4ecvVxe{display:none}.template-0-NZ1UAq{width:100%;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:768px){.template-d4ecvVxe{display:inline-flex}.template-Q5hMsMcH{gap:16px}.template-iXhJ2zzB{gap:12px}.template-VIw4dpaw{width:40px;height:40px;border-radius:10px}.template-zozJdn8Y,.template-IQyMltBL{height:44px}.template-zozJdn8Y{width:44px;height:44px}.template-DacuAFOd{height:44px;padding:4px 12px;flex:1 1 220px;min-width:0}}@media(max-width:640px){.template-99UYaZnH{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;max-width:100%}}@media(max-width:480px){.template-Q5hMsMcH{justify-content:flex-start}.template-iXhJ2zzB{flex:1;min-width:0}.template-hZKbGFIS{text-align:left}.template-nHrPLjDV{width:100%;justify-content:flex-start;flex-wrap:wrap}.template-0-NZ1UAq{gap:8px}.template-VIw4dpaw{display:none}.template-99UYaZnH{font-size:16px}.template-KUNgVjou{font-size:12px}.template-HxlkZuAA{display:none}}@keyframes template-siuGA2YN{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes template-fW6Y0ZBj{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.template--doNAXSW{--color-primary: #E6F7FB;--color-primary-primary-light: #00A9CE;--color-primary-primary-contained: rgb(0, 169, 206);--color-primary-lighter: #0390BA;--color-primary-light: #00A9CE;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-secondary: #FFC72C;--color-secondary-lighter: #FFF3D0;--color-secondary-light: #FFD55F;--color-secondary-dark: #CC9F23;--color-secondary-darker: #99771A;--color-third: #53565A;--color-third-lighter: #E0E1E2;--color-third-light: #7A7C80;--color-third-dark: #3D3F42;--color-third-darker: #2A2B2E;--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)}.template-k1UU7KdL{--color-primary: #E6F7FB;--color-primary-primary-light: #00A9CE;--color-primary-primary-contained: rgb(0, 169, 206);--color-primary-lighter: #0390BA;--color-primary-light: #00A9CE;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-secondary: #FFC72C;--color-secondary-lighter: #FFF3D0;--color-secondary-light: #FFD55F;--color-secondary-dark: #CC9F23;--color-secondary-darker: #99771A;--color-third: #53565A;--color-third-lighter: #E0E1E2;--color-third-light: #7A7C80;--color-third-dark: #3D3F42;--color-third-darker: #2A2B2E;--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}.template-4C6Ri6tY{display:flex;height:100vh;overflow:hidden;background-color:#fff;width:100%;max-width:100vw;box-sizing:border-box;--sidebar-width: 300px;--sidebar-width-open: 250px;--theme-color: #00a9ce;--theme-color-light: #e6f7fb;--theme-color-dark: #0390ba}.template-4C6Ri6tY.template-JN7cLZmR{--theme-color: #ffc72c;--theme-color-light: #fff8e1;--theme-color-dark: #cc9f23}.template-4C6Ri6tY.template-AshpzslG{--theme-color: #53565a;--theme-color-light: #f0f0f1;--theme-color-dark: #3d3f42}.template-4C6Ri6tY.template-T18kxfvv .template-Nd5gsBIe{filter:brightness(.7)}.template-6v0tZ-DB{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:15;transition:opacity .3s ease}.template-jmIdCZzP{width:var(--sidebar-width);flex-shrink:0;transition:all .3s ease;position:relative;z-index:20;height:100vh;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.template-jmIdCZzP.template-UYaG2GTf{width:var(--sidebar-width-open);left:0}.template-lahU43--{flex-shrink:0;border-bottom:1px solid rgba(145,158,171,.2)}.template-oYHV9y9t{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem}.template-5QO0H-pc{font-weight:700;text-align:center;color:#333;display:flex;align-items:center;justify-content:space-between;padding:2rem .4rem 1.7rem 2rem;transition:all .3s ease}.template-5QO0H-pc img{cursor:pointer;width:130px;height:auto;transition:all .3s ease}.template-CIONp-KC{padding-top:1rem;display:flex;flex-direction:column;gap:1rem}.template-XrlaIavK{display:flex;align-items:center;gap:.5rem;padding:8px}.template-XrlaIavK:nth-child(2n) .template-haF3rnZh{max-width:100px}.template-XrlaIavK:nth-child(3n) .template-haF3rnZh{max-width:140px}.template-BI-hsrSv{width:36px;height:36px;border-radius:12px;background-color:#e0e0e0;flex-shrink:0;animation:template-MyKWYe7T 1.2s ease-in-out infinite alternate}.template-haF3rnZh{height:16px;background-color:#e0e0e0;border-radius:4px;flex:1;max-width:120px;animation:template-MyKWYe7T 1.2s ease-in-out infinite alternate}.template-LwTQCC4u ul{display:flex;flex-direction:column;gap:0;align-items:flex-start}.template-PpxxQYKR{cursor:pointer;position:relative;width:100%;border:1px solid transparent;border-radius:16px;transition:all .2s ease;margin-bottom:.75rem}.template-PpxxQYKR:after{content:"";position:absolute;bottom:-.375rem;left:0;right:0;height:1px;background-color:#e5e7e8}.template-PpxxQYKR:last-child:after{display:none}.template-PpxxQYKR:last-child{margin-bottom:0}.template-PpxxQYKR.template-ZlULJ4fJ{background-color:var(--color-primary);border-color:var(--color-primary-light);border-radius:16px}.template-PpxxQYKR.template-ZlULJ4fJ:after{display:none}.template-PpxxQYKR.template-ZlULJ4fJ .template-Ic9ruJeD{color:var(--color-primary-light)}.template-PpxxQYKR.template-ZlULJ4fJ .template-Ic9ruJeD .template--IBBgQbP path{stroke:var(--color-primary-light)}.template-PpxxQYKR.template-ZlULJ4fJ .template-Ic9ruJeD .template--l1VQ6s8{background-color:var(--color-primary-light);border:none}.template-PpxxQYKR.template-ZlULJ4fJ .template-Ic9ruJeD .template--l1VQ6s8 path{stroke:#fff}.template-PpxxQYKR.template-ZlULJ4fJ.template-UYaG2GTf{background:#fff;border-color:transparent;border-radius:16px}.template-PpxxQYKR.template-ZlULJ4fJ.template-UYaG2GTf:after{display:none}.template-PpxxQYKR.template-ZlULJ4fJ.template-UYaG2GTf .template-Ic9ruJeD{color:#505862}.template-PpxxQYKR.template-ZlULJ4fJ.template-UYaG2GTf .template-Ic9ruJeD .template--IBBgQbP path{stroke:var(--color-primary-light)}.template-PpxxQYKR.template-ZlULJ4fJ.template-UYaG2GTf .template-Ic9ruJeD .template--l1VQ6s8{background-color:#f5f6f6!important;border:.5px solid #e5e7e8!important}.template-PpxxQYKR.template-ZlULJ4fJ.template-UYaG2GTf .template-Ic9ruJeD .template--l1VQ6s8 path{stroke:#657075}.template-PpxxQYKR.template-UYaG2GTf:not(.template-ZlULJ4fJ){background-color:#f5f6f6;border-color:transparent;border-radius:16px}.template-PpxxQYKR.template-UYaG2GTf:not(.template-ZlULJ4fJ) .template--l1VQ6s8{background-color:#f5f6f6!important;border:.5px solid #e5e7e8!important}.template-PpxxQYKR:not(.template-ZlULJ4fJ,.template-UYaG2GTf):hover{background-color:#f5f6f6;border-color:transparent;border-radius:16px}.template-Ic9ruJeD{display:flex;align-items:center;padding:8px;font-weight:600;justify-content:space-between;transition:all .2s ease}.template-3wUDSc3s{display:flex;align-items:center;gap:.5rem;font-size:18px}.template--l1VQ6s8{border:.5px solid #e5e7e8;border-radius:12px;width:36px;height:36px;display:flex;justify-content:center;align-items:center;background-color:#f5f6f6;transition:all .2s ease}.template--l1VQ6s8 svg path{stroke:#657075;transition:stroke .2s ease}.template--IBBgQbP{transition:transform .3s ease;transform:rotate(90deg)}.template--IBBgQbP.template-ZlULJ4fJ{transform:rotate(0)}.template-hu3LYzRC{position:fixed;left:calc(var(--sidebar-width) - 10px);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:18px;border:1px solid #dadfe3;padding:8px}.template-hu3LYzRC.template-UYaG2GTf{opacity:1;pointer-events:auto;transform:translate(0);display:block;visibility:visible}.template-hu3LYzRC[data-open-upward=true]{top:auto;bottom:0}.template-hu3LYzRC a:hover{color:#637381;text-decoration:none;cursor:pointer}.template-30ExGPOX{display:block;text-decoration:none;color:inherit;padding:.4rem}.template-30ExGPOX:not(:last-child){margin-bottom:.3rem}.template-30ExGPOX.template-ZlULJ4fJ{background-color:var(--color-primary);border:1px solid var(--color-primary-light);border-radius:12px}.template-30ExGPOX.template-ZlULJ4fJ .template-NDd3UoR8{border:none;color:var(--color-primary-light)}.template-30ExGPOX.template-ZlULJ4fJ .template-747v6XO-{background-color:var(--color-primary-light);border:none}.template-30ExGPOX.template-ZlULJ4fJ .template-747v6XO- path{stroke:#fff}.template-30ExGPOX:not(.template-ZlULJ4fJ):hover{background-color:#f5f6f6;text-decoration:none;border-radius:12px;cursor:pointer}.template-30ExGPOX:not(.template-ZlULJ4fJ):hover .template-747v6XO-{background-color:#f5f6f6!important;border:.5px solid #e5e7e8!important}.template-NDd3UoR8{display:flex;align-items:center;transition:background-color .2s ease;gap:.5rem}.template-747v6XO-{border:.5px solid #e5e7e8;border-radius:12px;width:36px;height:36px;display:flex;justify-content:center;align-items:center;background-color:#f5f6f6;transition:all .2s ease}.template-747v6XO- svg path{stroke:#657075;transition:stroke .2s ease}.template-kpWdwJ6H{flex-shrink:0;padding:1rem}.template-zLF9SAWJ{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.template-k7Otj80z{display:flex;align-items:center;gap:12px;padding:6px;color:#505862;text-decoration:none;font-size:14px;font-weight:600;border-radius:12px;transition:all .2s ease;cursor:pointer;border:1px solid #e5e7e8;background-color:transparent}.template-k7Otj80z.template-ZlULJ4fJ{background-color:var(--color-primary);border-color:var(--color-primary-light);color:var(--color-primary-light)}.template-k7Otj80z.template-ZlULJ4fJ .template-lGrMJ3-F{background-color:var(--color-primary-light);border-color:var(--color-primary-light)}.template-k7Otj80z.template-ZlULJ4fJ .template-lGrMJ3-F svg path{stroke:#fff}.template-k7Otj80z.template-ZlULJ4fJ:hover{background-color:var(--color-primary);border-color:var(--color-primary-light);color:var(--color-primary-light)}.template-k7Otj80z.template-ZlULJ4fJ:hover .template-lGrMJ3-F{background-color:var(--color-primary-light);border-color:var(--color-primary-light)}.template-k7Otj80z.template-ZlULJ4fJ:hover .template-lGrMJ3-F svg path{stroke:#fff}.template-k7Otj80z:first-child:hover:not(.template-ZlULJ4fJ){background-color:#f5f6f6;border-color:#e5e7e8;text-decoration:none}.template-k7Otj80z:first-child:hover:not(.template-ZlULJ4fJ) .template-lGrMJ3-F{background-color:#fff}.template-k7Otj80z:first-child:hover:not(.template-ZlULJ4fJ) .template-lGrMJ3-F svg path{stroke:#657075}.template-k7Otj80z:last-child{border-color:transparent;background-color:#f5f6f6}.template-k7Otj80z:last-child .template-lGrMJ3-F{background-color:#fff;border:none}.template-k7Otj80z:last-child .template-lGrMJ3-F svg path{stroke:#fb3748}.template-k7Otj80z:last-child:hover{background-color:#fff;border-color:#fb3748}.template-k7Otj80z:last-child:hover .template-lGrMJ3-F{background-color:#fff1f2}.template-k7Otj80z:last-child:hover .template-lGrMJ3-F svg path{stroke:#fb3748}.template-lGrMJ3-F{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:.5px solid #e5e7e8;border-radius:12px;background-color:#f5f6f6;flex-shrink:0;transition:all .2s ease}.template-lGrMJ3-F svg path{stroke:#657075;transition:stroke .2s ease}.template-juXiEw03{font-size:12px;color:#565e64;padding-top:.5rem;border-top:1px solid #e5e7e8}.template-u09plCw-{border-top:1px solid #dadfe3;padding-top:1rem}.template-bVhOsmRt{font-size:13px;color:#505862}.template-Bs9W3EiI{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}.template-Bs9W3EiI:hover{text-decoration:none;border:1px solid rgb(0,169,206)}.template-suFxinVP{display:flex;align-items:center;gap:.5rem}.template-ATe09eHK{background-color:#f6f7f8;border-radius:50%;padding:.2rem;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.template-YOBsYMku{flex:1;display:flex;flex-direction:column;height:100vh;background-color:#fff;border:1px solid #dadfe3;overflow:hidden;min-width:0}.template-UfeYnQeO{padding:1.5rem 1.5rem 0;border-bottom:1px solid #dadfe3;background-color:#fff}.template-Nd5gsBIe{padding:1.5rem;overflow-y:auto;overflow-x:hidden;flex:1;width:100%;background-color:#f5f6f6;min-width:0;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;min-height:0;height:100%}@media(max-width:1200px){.template-4C6Ri6tY{--sidebar-width: 260px;--sidebar-width-open: 240px}.template-UfeYnQeO{padding:1.25rem 1.25rem 0}.template-Nd5gsBIe{padding:1.25rem}}@media(max-width:1024px){.template-4C6Ri6tY{--sidebar-width: 240px;--sidebar-width-open: 230px}.template-5QO0H-pc{padding:1.5rem .4rem 1.2rem 1.5rem}.template-5QO0H-pc img{width:110px}}.template-WGk8EPtz{position:absolute;top:100%;right:0;background-color:#fff;border:none;box-shadow:0 4px 8px #0000001a;z-index:1000;border-radius:4px;width:max-content}.template-WGk8EPtz ul{list-style:none;margin:0;padding:0}.template-WGk8EPtz li{padding:8px;cursor:pointer;display:flex;font-size:18px;align-items:center}.template-WGk8EPtz li:hover{background-color:#f0f0f0}.template-WGk8EPtz li a{text-decoration:none;font-size:18px;list-style-type:none}.template--3tsJvl7{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}.template--3tsJvl7 ul{list-style:none;margin:0;padding:0}.template--3tsJvl7 li{padding:8px;cursor:pointer;display:flex;gap:.5rem;align-items:center}.template--3tsJvl7 li:hover{background-color:#f0f0f0}.template-wlMLR8rQ,.template-iW9QtU6y{position:relative;display:inline-block}@keyframes template-wMNukXe6{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes template-MyKWYe7T{0%{background-color:#e0e0e0}to{background-color:#f0f0f0}}@media(max-width:768px){.template-4C6Ri6tY{height:100svh;--sidebar-width: 250px;--sidebar-width-open: 250px}.template-jmIdCZzP{position:absolute;left:-250px;top:0;height:100%;transition:all .3s ease;width:250px;z-index:20}.template-jmIdCZzP.template-UYaG2GTf{width:250px;left:0}.template-oYHV9y9t{padding:.75rem}.template-hu3LYzRC{max-width:calc(100vw - 40px);left:240px}.template-4C6Ri6tY.template-T18kxfvv .template-Nd5gsBIe{filter:brightness(.7)}.template-Nd5gsBIe{padding:1rem}.template-UfeYnQeO{padding:1rem 1rem 0}.template-YOBsYMku{border:0}}@media(max-width:480px){.template-5QO0H-pc{padding:1.2rem .4rem 1rem 1.2rem}.template-5QO0H-pc img{width:96px}}.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;overflow-y:auto;overflow-x:hidden;padding:1rem}body:has(.modal){overflow:hidden}.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, rgb(0, 169, 206));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:calc(100vh - 2rem);z-index:900;display:flex;flex-direction:column;position:relative;margin:auto;overflow:hidden;box-shadow:0 4px 24px #00000026;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;min-height:380px}.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)}}@media(max-width:640px){.modal .modal-content{width:100vw;max-width:100vw;height:100svh;max-height:100svh;margin:0;border-radius:0}}.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:28px}.modal .modal-content .modal-header .modal-header-actions{display:flex;align-items:center;justify-content:center}.modal .modal-content .modal-header button.close-button{background:none;border:none;font-size:20px;cursor:pointer;color:var(--theme-color, #00a9ce);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;overflow-x:hidden;min-height:0;max-height:calc(90vh - 200px)}@media(max-width:640px){.modal .modal-content .modal-body{max-height:none;padding:1rem}}.modal .modal-content .modal-body>*{max-width:100%}.modal .modal-content .modal-body :global(input,textarea,select){width:100%;max-width:100%}.modal .modal-content .modal-body :global(.image-input-container),.modal .modal-content .modal-body :global(.image-drop-zone){width:100%;max-width:100%;box-sizing:border-box}.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}@media(max-width:640px){.modal .modal-content .modal-footer{border-bottom-left-radius:0;border-bottom-right-radius:0;padding:.75rem 1rem}}.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}.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:24px;font-weight:500}.card-content{padding:16px;font-size:18px;color:var(--color-neutral-dark);height:100%}.card-footer{background-color:var(--color-neutral-lighter, #f5f5f5);padding:10px;font-size:16px;text-align:center;border-top:1px solid var(--color-neutral-darker, rgba(145, 158, 171, .2))}.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, #00a9ce)}.dropdown-container.error .dropdown-header{border-color:var(--color-error, #ff5630)}.dropdown-container.error.disabled .dropdown-header{border-color:var(--color-error, #ff5630);box-shadow:0 0 0 1px var(--color-error, #ff5630)}.dropdown-container .dropdown-label{display:flex;align-items:center;gap:4px;margin-bottom:8px;font-size:18px;color:var(--color-neutral-dark);transition:color .25s}.dropdown-container .dropdown-label.required:after{content:" *";color:#00a9ce}.dropdown-container .dropdown-label.error{color:var(--color-error, #ff5630)}.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:1px solid var(--theme-color, #00a9ce);border-radius:6px}.dropdown-container .dropdown-search:target{border:1px solid var(--theme-color, #00a9ce)}.dropdown-container .dropdown-search:focus,.dropdown-container .dropdown-search:focus-visible{border:1px solid var(--theme-color, #00a9ce);outline:none}.dropdown-container .dropdown-header{min-height:54px;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-light, rgb(0, 169, 206))}.dropdown-container .dropdown-header.focused .dropdown-header-icon svg path{stroke:var(--color-primary-light, rgb(0, 169, 206))}.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;min-width:0}.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:#00a9ce;font-size:14px;font-weight:500;margin:2px;max-width:180px}.dropdown-container .dropdown-header .dropdown-selected .selected-tags .tag .tag-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.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:var(--theme-color, #00a9ce);background-color:#fff;display:flex;align-items:center;flex-shrink:0}.dropdown-container .dropdown-header .dropdown-selected .selected-tags .tag .tag-delete:hover{color:#00a9ce}.dropdown-container .dropdown-header.has-clear .dropdown-selected{padding-right:28px}.dropdown-container .dropdown-header .dropdown-clear{background:none;border:none;color:#555;cursor:pointer;font-size:16px;flex-shrink:0;padding:0 4px;display:inline-flex;align-items:center;justify-content:center}.dropdown-container .dropdown-header .dropdown-icon{flex-shrink:0;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;transition:max-height .2s ease-out;height: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}.dropdown-container .dropdown-list .dropdown-option:hover{background-color:var(--color-primary-light);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:16px}.dropdown-container .dropdown-list .dropdown-option{animation:fadeIn .2s ease-in}.dropdown-container .dropdown-error{margin-top:4px;font-size:16px;color:var(--color-error, #ff5630)}.dropdown-option.disabled{color:#9ca3af;cursor:default;background:transparent;font-weight:600}.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)}}.datepicker-container{position:relative;display:flex;flex-direction:column;width:100%}.datepicker-container .datepicker-label{font-size:18px;color:var(--color-neutral-dark);margin-bottom:4px;transition:color .25s}.datepicker-container .datepicker-label.focused{color:var(--color-primary-light, rgb(0, 169, 206))}.datepicker-container .datepicker-label.error{color:var(--color-error, #ff5630)}.datepicker-container .datepicker-label.disabled{color:var(--color-neutral-dark, #bdbdbd)}.datepicker-container .datepicker-input-wrapper{position:relative;display:flex;align-items:center;cursor:pointer;background-color:#fff;border-radius:12px;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:20px;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-light, rgb(0, 169, 206));cursor:pointer}.datepicker-container .datepicker-input-wrapper .datepicker-input:focus{caret-color:var(--color-primary-light, rgb(0, 169, 206))}.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;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 48px;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-light, rgb(0, 169, 206))}.datepicker-container.standard.focused .datepicker-icons .datepicker-calendar-icon{color:var(--color-primary-light, rgb(0, 169, 206))}.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-light, rgb(0, 169, 206))}.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-light, rgb(0, 169, 206))}.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-light);color:#fff}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-month-year{font-weight:600;color:var(--color-neutral-dark);font-size:18px}.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:#00a9ce}.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:16px;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:#00a9ce4d}.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:16px;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:#00a9ce4d;color:#00a9ce;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:#00a9ce;border-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.selected{background-color:#00a9ce;color:#fff;font-weight:600;border-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.in-range{background-color:#00a9ce4d;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:#00a9ce;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:16px;color:var(--color-neutral-dark);transition:all .25s;font-weight:500}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months .datepicker-month:hover{background-color:#00a9ce4d;color:#00a9ce}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months .datepicker-month.current{font-weight:700;color:#fff;background-color:#00a9ce}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months .datepicker-month.selected{background-color:#00a9ce;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:16px;color:var(--color-neutral-dark);transition:all .25s;font-weight:500}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years .datepicker-year:hover{background-color:#00a9ce4d;color:#00a9ce}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years .datepicker-year.current{font-weight:700;color:#fff;background-color:#00a9ce}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years .datepicker-year.selected{background-color:#00a9ce;color:#fff;font-weight:600}.datepicker-container .datepicker-dropdown .datepicker-time-selector{display:flex;gap:8px;padding-top:16px;border-top:1px solid #e8eaed;margin-top:16px}.datepicker-container .datepicker-dropdown .datepicker-time-selector .time-dropdown{flex:1;min-width: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:16px}.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:16px;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-error{margin-top:4px;font-size:16px;color:var(--color-error, #ff5630)}.focused .datepicker-start-icon,.focused .datepicker-end-icons .datepicker-arrow-icon{color:var(--color-primary-light, rgb(0, 169, 206))}.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)}.template-S7bCDAna{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;border:none;cursor:default}.template-S7bCDAna.template-vNLuFEri{cursor:pointer;transition:all .2s ease}.template-S7bCDAna.template-vNLuFEri:hover{opacity:.9}.template-Ex50-2UF{width:6px;height:6px;border-radius:50%}.template-oRYNS0RJ{background:#ffebee;color:#c62828}.template-oRYNS0RJ .template-Ex50-2UF{background:#c62828}.template-WFrN3eDS{background:#fff3e0;color:#e65100}.template-WFrN3eDS .template-Ex50-2UF{background:#e65100}.template-Z3jGFIrT{background:#fffde7;color:#f9a825}.template-Z3jGFIrT .template-Ex50-2UF{background:#f9a825}.template-RD--E7mU{background:#e8f5e9;color:#2e7d32}.template-RD--E7mU .template-Ex50-2UF{background:#2e7d32}.template-u2wa115R{position:relative;display:inline-block}.template-kUbRv3JN{position:absolute;top:calc(100% + 4px);right:0;min-width:140px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;overflow:hidden;animation:template-yIn8ypdv .15s ease}@keyframes template-yIn8ypdv{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.template-T-FiCm-F{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;background:none;border:none;cursor:pointer;font-size:.875rem;color:#374151;transition:background .15s ease}.template-T-FiCm-F:hover{background:#f3f4f6}.template-T-FiCm-F.template-WRS-uKFd{background:#f0f9ff}.template-UmODDqcC{width:8px;height:8px;border-radius:50%}.template-UmODDqcC.template-oRYNS0RJ{background:#c62828}.template-UmODDqcC.template-WFrN3eDS{background:#e65100}.template-UmODDqcC.template-Z3jGFIrT{background:#f9a825}.template-UmODDqcC.template-RD--E7mU{background:#2e7d32}.template-19gXqBNl{margin-left:auto;color:#00a9ce;font-size:12px}.template-71eyeXHn h3{margin:0;font-size:24px;font-weight:700;color:#000}.template-c2vA7d1y{display:flex;flex-direction:column;gap:0;padding:0}.template-JnCfcuJD{width:100%;position:relative;border-radius:16px;overflow:hidden}.template-JnCfcuJD: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}.template-zMfXaYFV{width:100%;height:192px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;z-index:1}.template-zMfXaYFV img{width:100%;max-width:100%;height:100%;object-position:center;display:block;margin:0;padding:0}.template-Jj3UqPCb{width:100%;height:300px;background:transparent;padding:40px 20px 80px;display:flex;align-items:center;justify-content:center}.template-6ex4847Q{display:flex;flex-direction:column;gap:20px;text-align:center;padding-top:20px;padding-bottom:20px;justify-content:center}.template-1rLXKLXG{font-size:20px;font-weight:700;color:#0d1f2d;line-height:1.3}.template-irgjm-Os{font-size:15px;font-weight:500;color:#505862;padding:0}.template-irgjm-Os p{margin:0 0 12px}.template-irgjm-Os p:last-child{margin-bottom:0}.template-irgjm-Os ul,.template-irgjm-Os ol{margin:12px 0;padding-left:24px}.template-irgjm-Os li{margin:6px 0}.template-irgjm-Os strong{font-weight:600;color:#333}.template-irgjm-Os a{color:#ff7022;text-decoration:none}.template-irgjm-Os a:hover{text-decoration:underline}.template-zZgGf1t2{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:auto}.template-qpvijZ1-{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}.template-qpvijZ1- svg{width:40px;height:40px}.template-qpvijZ1-:hover:not(:disabled){transform:scale(1.05);opacity:.8}.template-qpvijZ1-:disabled{opacity:.3;cursor:not-allowed;transform:none}@media(max-width:768px){.template-zMfXaYFV,.template-Jj3UqPCb{height:200px;padding:30px 15px 50px}.template-1rLXKLXG{font-size:22px;margin:24px 16px 12px}.template-irgjm-Os{font-size:14px;margin:0 16px 24px}.template-zZgGf1t2{padding:0 16px 16px;gap:12px}.template-qpvijZ1-{width:40px;height:40px;font-size:16px}}.template-P0PUfagS{width:100%;padding:0}.template-Ki7drd-d,.template-kyVBR8lO{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:400px;padding:24px;gap:16px}.template-3Lsf8OEa{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #00a9ce;border-radius:50%;animation:template-XHU1NbEr 1s linear infinite}@keyframes template-XHU1NbEr{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.template-kyVBR8lO{color:#c62828;font-size:16px;text-align:center}.template-wAVTKtgX{margin-top:16px;padding:10px 24px;background:#00a9ce;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.template-wAVTKtgX:hover{background:#0390ba;transform:translateY(-1px);box-shadow:0 4px 8px #00a9ce4d}.template-ljTQP-hj{padding:24px;color:#6b7280;font-size:14px;text-align:center}.template-xSou-6bW{width:100%;border-radius:20px;border:none;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;overflow:hidden}.template-WomMEt0m{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:12px;cursor:pointer}.template-XEbaFotv{margin-bottom:20px;max-width:320px}.template-AAnqTGEQ{display:flex;align-items:center;justify-content:center;min-height:320px;color:#6b7280;font-size:.9375rem}.template-snpGsDTx{padding:2rem;text-align:center;color:#6b7280;margin:0}.template-AleuxVlL{width:100%;min-height:360px;padding:8px 0}.template-AleuxVlL .recharts-cartesian-grid-horizontal line,.template-AleuxVlL .recharts-cartesian-grid-vertical line{stroke:#e5e7eb}.template-AleuxVlL .recharts-line-curve{stroke-linecap:round;stroke-linejoin:round}@media(max-width:640px){.template-WomMEt0m{align-items:flex-start}.template-XEbaFotv{width:100%;max-width:100%}.template-XEbaFotv .datepicker-input-wrapper{min-width:0;width:100%}.template-AleuxVlL{min-height:300px;padding:4px 0 0}}.template--PusZZnF{display:grid;grid-template-columns:1fr;gap:16px}.template-y2vfRTwd{width:100%;padding:20px;border-radius:16px;border:none;background:#f9fafb;box-sizing:border-box;box-shadow:0 1px 2px #00000008}.template-srbgWkzV{font-size:14px;font-weight:600;color:#1a1d21;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #eee}.template-QfYqnN6N{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;width:100%}.template-dh6R7pEh{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:16px;border-radius:14px;background:#fff;border:none;box-shadow:0 1px 3px #0000000a}.template-R8QUKr2Q{font-size:28px;font-weight:700;line-height:1.2}.template-blUcE58T{font-size:13px;color:#6b7280;font-weight:500}.template-MgYSoJfe{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.template-MgYSoJfe:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#d0d0d0}.template-c0QUqf-8{font-size:14px;color:#6b7280;font-weight:500}.template-nCtRTY5A{display:flex;flex-direction:column;gap:12px}.template-QSi-q75Z{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding-right:4px}.template-QSi-q75Z::-webkit-scrollbar{width:6px}.template-QSi-q75Z::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.template-QSi-q75Z::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.template-eN4WgGAZ{margin-top:12px;padding-top:12px;border-top:1px solid #e8e8e8;text-align:center}.template-6h2aeN2x{background:none;border:none;color:#00a9ce;font-size:14px;font-weight:500;cursor:pointer;padding:4px 8px;text-decoration:underline;text-underline-offset:2px}.template-6h2aeN2x:hover{color:#0390ba}.template-o2qMucul{padding:18px 20px;border-radius:16px;border:none;background:#f9fafb;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.template-o2qMucul:hover{background:#f3f4f6;box-shadow:0 4px 12px #0000000f;transform:translateY(-2px)}.template-cG9dJhbd{border-left:4px solid #c62828;background:#fef2f2}.template-cG9dJhbd:hover{background:#fee2e2;box-shadow:0 4px 12px #c628281a}.template-qm6GgqIJ{display:flex;flex-direction:column;gap:8px}.template-544YC1g7{display:flex;justify-content:space-between;align-items:center;gap:12px}.template-6YdHhah0{font-size:14px;font-weight:600;color:#00a9ce}@media(max-width:640px){.template-544YC1g7{flex-wrap:wrap;align-items:flex-start}.template-6YdHhah0{min-width:0;word-break:break-all;flex:1 1 100%}.template-544YC1g7 .badge{margin-left:0;max-width:100%}}.template-4MkLclUF{font-size:16px;font-weight:600;color:#1a1d21;margin:0;line-height:1.4}.template-kmMsITqJ{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:#6b7280}.template-5eaYqMvo{font-weight:500;color:#565e64}.template-p9yDT4qF{color:#f9a825;font-weight:500}.template-Kg3UK5XX{color:#c62828;font-weight:600}.template-i5-4H2IY{color:#999}.template-NGi-5wuZ{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}@media(max-width:899px)and (min-width:600px){.template-NGi-5wuZ{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.template-NGi-5wuZ{grid-template-columns:1fr}}.template-I-c3TzF0{padding:0;border-radius:20px;border:none;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;cursor:pointer;overflow:hidden;position:relative}.template-I-c3TzF0:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-accent, #00a9ce);border-radius:20px 20px 0 0;opacity:0;transition:opacity .3s ease}.template-I-c3TzF0:hover{box-shadow:0 8px 30px #00000014,0 2px 8px #0000000a;transform:translateY(-4px)}.template-I-c3TzF0:hover:before{opacity:1}.template-gRj6dqh8,.template-iZtkpzml,.template-aMihdKXJ{cursor:pointer}.template-nKOZwZog{display:flex;align-items:center;gap:20px;padding:24px 28px}.template-fmIl-Y0k{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;flex-shrink:0;position:relative;box-shadow:0 4px 12px #0000001f}.template-vrad7TjA{flex:1;min-width:0}.template-lqv572aI{font-size:34px;font-weight:800;color:#111827;line-height:1.1;margin-bottom:6px;letter-spacing:-.5px}.template-iKs8RQ03{font-size:14px;color:#6b7280;font-weight:500;letter-spacing:.1px}.template-iC7Am13k{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;min-width:0}@media(max-width:1200px){.template-iC7Am13k{grid-template-columns:repeat(3,1fr)}}@media(max-width:899px)and (min-width:600px){.template-iC7Am13k{grid-template-columns:repeat(2,1fr)}}@media(max-width:599px){.template-iC7Am13k{grid-template-columns:1fr}}.template-6bNqgMBz{cursor:pointer;min-width:0}.template-Xd5zcuHB{padding:0;border-radius:20px;border:none;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;overflow:hidden;position:relative;min-width:0}.template-Xd5zcuHB:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-accent, #00a9ce);border-radius:20px 20px 0 0;opacity:0;transition:opacity .3s ease}.template-Xd5zcuHB:hover{box-shadow:0 8px 30px #00000014,0 2px 8px #0000000a;transform:translateY(-4px)}.template-Xd5zcuHB:hover:before{opacity:1}.template--lorPhLB{margin-bottom:40px}.template-Bu-8yYCK{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.template-Csmy1JRu{font-size:20px;font-weight:700;color:#111827;margin:0;letter-spacing:-.3px}.template-fP4XYDun{background:linear-gradient(135deg,#00a9ce,#0390ba);color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.2px;box-shadow:0 2px 8px #00a9ce40}.template-WdFXQxEG{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1024px){.template-WdFXQxEG{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.template-WdFXQxEG{grid-template-columns:1fr}}.template-M-KXV-df{padding:28px;border-radius:20px;border:none;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;position:relative;overflow:hidden}.template-M-KXV-df:after{content:"";position:absolute;bottom:0;left:24px;right:24px;height:3px;background:#00a9ce;border-radius:3px 3px 0 0;opacity:0;transition:opacity .3s ease}.template-M-KXV-df:hover{box-shadow:0 8px 30px #00000014,0 2px 8px #0000000a;transform:translateY(-4px)}.template-M-KXV-df:hover:after{opacity:1}.template-7jMzhUDb{display:flex;align-items:center;gap:12px;margin-bottom:20px}.template-qDQT5r9a{font-size:14px;font-weight:600;color:#6b7280;letter-spacing:.1px}.template-a7JRF2sq{font-size:32px;font-weight:800;color:#111827;line-height:1.1;margin-bottom:8px;letter-spacing:-.5px}.template-kHIJPFYU{font-size:13px;color:#9ca3af;font-weight:500}.template-aIYaPOIT{background:linear-gradient(145deg,#f0fdf4,#fff 60%)}.template-aIYaPOIT:after{background:#2e7d32}.template-aIYaPOIT:hover:after{opacity:1}.template-EytsvhKe{background:linear-gradient(145deg,#fef2f2,#fff 60%)}.template-EytsvhKe:after{background:#c62828}.template-EytsvhKe:hover:after{opacity:1}.template-jC2BtRxd{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:1200px){.template-jC2BtRxd{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.template-jC2BtRxd{grid-template-columns:1fr}}.template-cleV8asB{padding:28px;border-radius:20px;border:none;background:#fff;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;position:relative;overflow:hidden}.template-cleV8asB:hover{box-shadow:0 8px 30px #00000014,0 2px 8px #0000000a;transform:translateY(-4px)}.template-zh6sKNXo{display:flex;flex-direction:column;gap:16px}.template-CgYB4xLL{display:flex;justify-content:space-between;align-items:center}.template-xExkJUGg{display:flex;align-items:center;gap:10px}.template-ELaetZq7{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 0 3px #0000000f}.template-ILgy-vNl{font-size:15px;font-weight:600;color:#374151}.template-rRjzNRh-{font-size:13px;font-weight:700;color:#00a9ce;background:#e6f7fb;padding:5px 12px;border-radius:20px}.template-vQ4qIw7h{font-size:38px;font-weight:800;color:#111827;line-height:1;letter-spacing:-.5px}.template-7DLbZ7PT{width:100%;height:6px;background:#f3f4f6;border-radius:6px;overflow:hidden}.template-jl4RmyH4{height:100%;border-radius:6px;transition:width .6s cubic-bezier(.4,0,.2,1)}.template-X1cLDH3o{padding:24px;border-radius:20px;border:none;background:#fff;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.template-3FMV3pKO{display:flex;flex-direction:column;gap:12px}.template-xnvSUrOw{display:flex;align-items:flex-start;gap:14px;padding:16px 18px;border-radius:14px;background:#f9fafb;border:none;transition:all .25s cubic-bezier(.4,0,.2,1);cursor:pointer}.template-xnvSUrOw:hover{background:#f3f4f6;transform:translate(4px)}.template-2ZfVFpyp{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:#00a9ce;flex-shrink:0;box-shadow:0 3px 8px #00a9ce40}.template-NGzb59F-{flex:1;min-width:0}.template-kRcB7xdM{font-size:15px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.4}.template-u8cgPEH-{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:13px;color:#666}.template-lVf1y0D7{padding:4px 10px;border-radius:20px;background:#e6f7fb;color:#00a9ce;font-weight:600;font-size:12px}.template-IOss0ZF4{background:#e8f5e9;color:#2e7d32}.template-kTpR2ZWn{color:#666;font-weight:500}.template-kiIg-E5K{color:#999}.template-jBkMRoaR{margin-top:32px;padding-top:16px;border-top:1px solid #e8e8e8;text-align:center}.template-QgJJfBKJ{font-size:13px;color:#999}@media(max-width:768px){.template--lorPhLB{padding:0 12px}.template-Csmy1JRu{font-size:18px}.template-lqv572aI{font-size:24px}.template-vQ4qIw7h{font-size:28px}.template-Bu-8yYCK{flex-direction:column;align-items:flex-start;gap:8px}}.checkbox-with-text{display:flex;align-items:center}.checkbox{width:20px;height:20px;cursor:pointer;margin-right:10px;flex-shrink:0;padding:14px}.label{cursor:pointer;font-size:18px;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%);display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;width:28px;height:28px}input[type=checkbox]{appearance:none;width:24px;height:24px;border-radius:6px;cursor:pointer;border:.075rem solid #ddd;transition:all .2s ease}input[type=checkbox]:not(:checked){background-color:#fff}input[type=checkbox]:checked{position:relative;background-color:#ebfdff;border-color:var(--color-primary-light)}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.6;background-color:#f5f5f5;border-color:#d9d9d9}.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:18px;border-radius:4px;white-space:normal;max-width:500px;width:max-content;transition:opacity .25s ease,transform .25s ease;z-index:10000;word-wrap:break-word;line-height:1.4;text-align:center;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:#f5f6f666}.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:#637381;background-color:#f6f7f8;position:sticky;top:0}.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,.table td{padding:.8rem;text-align:left;color:#212b36;border-bottom:1px solid #eee}.table th:last-child,.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-light);color:#fff;font-weight:700}.table-pagination .pagination-controls .pagination-numbers .pagination-number:hover:not(.active){font-weight:700;background:var(--color-primary-light);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}.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-x:auto;overflow-y: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-x:auto;overflow-y:visible}@media(max-width:768px){.table-container .table-wrapper{-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;touch-action:pan-x}.flex-table{width:max-content;min-width:720px}.flex-table-header,.flex-table-body .flex-table-row{grid-auto-columns:minmax(140px,1fr)}.flex-table-body{overflow-x:visible}.flex-table-header .flex-cell,.flex-table-body .flex-cell{padding:.6rem}}@media(max-width:640px){.table-pagination{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem;flex-wrap:wrap}.pagination-details{text-align:center}.pagination-controls{justify-content:center;flex-wrap:wrap}.rows-per-page{width:100%;justify-content:space-between;gap:.75rem}}@media(max-width:480px){.table-pagination{padding:.6rem}.rows-per-page span{font-size:.8125rem}.pagination-arrow{width:32px;height:32px}}.flex-table{width:100%;min-width:100%;display:flex;flex-direction:column;position:relative;flex:1;min-height:0;isolation:isolate}.flex-table .flex-table-header{position:sticky;top:0;z-index:100;background-color:#f6f7f8;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);border-bottom:1px solid var(--color-primary-darker);flex-shrink:0;border-top-left-radius:16px;border-top-right-radius:16px;isolation:isolate}.flex-table .flex-table-header .flex-cell{font-weight:600;color:#637381;background-color:#f6f7f8;padding:.8rem;text-align:left;border-bottom:1px solid #eee;display:flex;align-items:center;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border-top-left-radius:16px;border-top-right-radius:16px;position:relative;z-index:101}.flex-table .flex-table-header .flex-cell.favorite-cell{padding:.4rem;justify-content:center}.flex-table .flex-table-body{border-bottom-left-radius:16px;border-bottom-right-radius:16px;position:relative;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;flex:1 1 0;min-height:0;background-color:#fff}.flex-table .flex-table-body .flex-table-row{height:68.2px;flex-shrink:0;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,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:#212b36;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}.flex-table .flex-table-body .flex-table-row .flex-cell>*{min-width:0;overflow:hidden}.flex-table .flex-table-body .flex-table-row .flex-cell .truncate-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-table .flex-table-body .flex-table-row .flex-cell.favorite-cell{padding:.4rem;align-items:center}.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}@media(max-width:1400px)and (min-width:769px){.table-wrapper{overflow-x:auto}.flex-table{width:max-content;min-width:100%}.flex-table-header,.flex-table-body .flex-table-row{grid-auto-columns:minmax(140px,1fr)}.flex-table-body{overflow-x:visible}}@media(max-width:768px){.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.flex-table{width:max-content;min-width:720px}.flex-table-header,.flex-table-body .flex-table-row{grid-auto-columns:minmax(140px,1fr)}}.template-Gc8Snhcd{display:flex;justify-content:space-between;align-items:baseline;gap:16px;margin-bottom:16px;flex-wrap:wrap;width:100%}@media(max-width:1024px)and (min-width:769px){.template-Gc8Snhcd{align-items:flex-start}}@media(max-width:768px){.template-Gc8Snhcd{flex-direction:column;align-items:stretch}}.template-sncfBU3Q{display:flex;align-items:center;gap:16px;flex:1;min-width:0;flex-wrap:wrap}@media(max-width:768px){.template-sncfBU3Q{width:100%}}@media(max-width:640px){.template-sncfBU3Q{flex-direction:column;align-items:stretch}}.template-inw-ot1y{display:flex;align-items:center;gap:10px;flex-shrink:0;flex-wrap:wrap}@media(max-width:1024px)and (min-width:769px){.template-inw-ot1y{width:100%;justify-content:flex-start}}@media(max-width:768px){.template-inw-ot1y{width:100%;justify-content:flex-end}}@media(max-width:640px){.template-inw-ot1y{justify-content:flex-start;width:100%;flex-direction:column;align-items:stretch}}.template-j2-3g0Ic{flex:1;max-width:400px;min-width:200px}@media(max-width:768px){.template-j2-3g0Ic{max-width:100%;width:100%}}@media(max-width:480px){.template-j2-3g0Ic{min-width:0}}.template-1Qft5VSF{min-width:200px}@media(max-width:1024px)and (min-width:769px){.template-1Qft5VSF{flex:1 1 240px}}@media(max-width:768px){.template-1Qft5VSF{width:auto}}@media(max-width:640px){.template-1Qft5VSF{width:100%;min-width:0}}.template-YTkX5QJb{position:relative;flex-shrink:0}@media(max-width:1024px)and (min-width:769px){.template-YTkX5QJb{flex:0 0 auto}}@media(max-width:640px){.template-YTkX5QJb{width:100%}}.template-QrOjSh-W{display:flex;min-height:50px;align-items:center;gap:8px;padding:10px 16px;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;font-size:14px;font-weight:500;color:#565e64;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}@media(max-width:640px){.template-QrOjSh-W{width:100%;justify-content:space-between}}.template-QrOjSh-W svg{color:#72808f;transition:color .2s ease}.template-QrOjSh-W:hover{border-color:var(--theme-color, #00a9ce);background-color:var(--theme-color-light, #f0fafd)}.template-QrOjSh-W:hover svg{color:var(--theme-color, #00a9ce)}.template-QrOjSh-W:active{transform:scale(.98)}@media(max-width:640px){.template-QrOjSh-W{transition:none}.template-QrOjSh-W:active{transform:none}}.template-FpqkIjxD{line-height:1}.template-pIIPlEmm{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background-color:var(--theme-color, #00a9ce);color:#fff;border-radius:10px;font-size:12px;font-weight:600;line-height:1}.template-ieQGDREy{position:absolute;top:calc(100% + 8px);right:0;width:400px;max-height:600px;background-color:#fff;border-radius:12px;z-index:1000;display:flex;flex-direction:column;animation:template-yCla4-T4 .2s ease-out;border:1px solid #e5e7e8}@media(max-width:480px){.template-ieQGDREy{position:fixed;top:50%;left:50%;right:auto;transform:translate(-50%,-50%);width:calc(100% - 32px);max-width:400px}}.template-750nlJSC{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #e9ecef;background-color:#f5f6f666;flex-shrink:0}.template-DrqmGyme{display:flex;gap:8px;flex:1}.template-3FQ7Lxzi{font-size:16px;font-weight:600;color:#0d1f2d;margin:0;line-height:1.4}.template-AFTJgESO{background:none;border:none;color:#565e64;font-size:13px;font-weight:500;cursor:pointer;padding:0;text-align:left;transition:color .2s ease}.template-AFTJgESO span{color:var(--theme-color, #00A9CE)}.template-AFTJgESO:hover{color:#008ab0}.template-uYbD1-sI{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;color:#72808f;transition:color .2s ease}.template-uYbD1-sI:hover{color:#0d1f2d}.template-uYbD1-sI svg path{stroke:currentColor}.template-0DVUkjPV{flex:1;overflow-y:auto;padding:0 20px}.template-0DVUkjPV::-webkit-scrollbar{width:6px}.template-0DVUkjPV::-webkit-scrollbar-track{background:transparent}.template-0DVUkjPV::-webkit-scrollbar-thumb{background:#dadfe3;border-radius:3px}.template-0DVUkjPV::-webkit-scrollbar-thumb:hover{background:#c4c9ce}.template-WKTOZkyd{border-bottom:1px solid #e9ecef}.template-WKTOZkyd:last-child{border-bottom:none}.template-ZGR97w8u{width:100%;display:flex;justify-content:space-between;align-items:center;padding:16px 0;background:none;border:none;cursor:pointer;transition:all .2s ease}.template-ZGR97w8u:hover .template-zSvNSnOE{color:var(--theme-color, #00A9CE)}.template-zSvNSnOE{font-size:16px;font-weight:600;color:#0d1f2d;transition:color .2s ease}.template-9z1tr02W{color:#72808f;transition:transform .2s ease;flex-shrink:0}.template-9z1tr02W.template-VHxvuOhY{transform:rotate(180deg)}.template-tLQnws8B{display:flex;align-items:center;gap:8px;flex-shrink:0}.template-LG-JqkEY{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:50%;background:#f1f5f9;color:#6b7280;cursor:pointer;transition:all .15s ease}.template-LG-JqkEY:hover{background:#fee2e2;color:#b91c1c}.template-LG-JqkEY:focus-visible{outline:2px solid #00a9ce;outline-offset:2px}.template-BJePLkHj{padding-bottom:16px;animation:template-iYzPmcXK .2s ease-out}.template-L7APD8Cc{padding:16px 20px;border-top:1px solid #e9ecef;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.template-GTv4ht9a{display:flex;align-items:center;gap:12px}.template-s6ElihtW{font-size:14px;font-weight:500;color:#72808f}@keyframes template-yCla4-T4{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes template-iYzPmcXK{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.template-CSium10S{display:flex;flex-direction:column;gap:12px}.template-G5nged-v .input-wrapper input{padding:8px 12px 8px 36px;font-size:14px;height:36px;border-radius:6px;border:1px solid #E9ECEF}.template-G5nged-v .input-wrapper input:focus{border-color:var(--theme-color, #00A9CE)}.template-G5nged-v .input-wrapper .start-icon{left:12px;color:#72808f}.template-R-TRC2Rj{display:flex;flex-direction:column;gap:0;max-height:240px;overflow-y:auto;margin:-4px 0}.template-R-TRC2Rj::-webkit-scrollbar{width:4px}.template-R-TRC2Rj::-webkit-scrollbar-track{background:transparent}.template-R-TRC2Rj::-webkit-scrollbar-thumb{background:#dadfe3;border-radius:2px}.template-R-TRC2Rj::-webkit-scrollbar-thumb:hover{background:#c4c9ce}.template-Nvj5kszZ{display:flex;align-items:center;gap:10px;padding:10px 4px;cursor:pointer;transition:background-color .15s ease;border-radius:4px}.template-Nvj5kszZ:hover{background-color:#f8f9fa}.template-0j-glV2Q{width:18px;height:18px;border:1.5px solid #DADFE3;border-radius:4px;cursor:pointer;appearance:none;background-color:#fff;transition:all .15s ease;flex-shrink:0;position:relative}.template-0j-glV2Q:checked{background-color:#e6f9fc;border-color:var(--theme-color, #00A9CE)}.template-0j-glV2Q:checked:after{content:"";position:absolute;left:50%;top:45%;width:5px;height:9px;border:solid var(--theme-color, #00A9CE);border-width:0 2px 2px 0;transform:translate(-50%,-50%) rotate(45deg)}.template-0j-glV2Q:hover{border-color:var(--theme-color, #00A9CE)}.template-YmRgHej6{font-size:14px;color:#0d1f2d;user-select:none;line-height:1.4}.template-iHZPC5eL{margin-top:4px}.template-iHZPC5eL .dropdown-wrapper label{font-size:14px;font-weight:500;color:#0d1f2d;margin-bottom:8px}.template-iHZPC5eL .dropdown-wrapper .dropdown-container button{padding:10px 12px;font-size:14px;height:40px;border-radius:6px;border:1px solid #E9ECEF}.template-iHZPC5eL .dropdown-wrapper .dropdown-container button:hover,.template-iHZPC5eL .dropdown-wrapper .dropdown-container button:focus{border-color:var(--theme-color, #00A9CE)}.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:4px;border-radius:12px;transition:border-color .25s;height:75px}.textarea-container.standard.hovered .textarea{border-color:var(--color-primary-light, rgb(0, 169, 206));cursor:pointer}.textarea-container.standard.focused .textarea{border-color:var(--color-primary-light, rgb(0, 169, 206))}.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{box-shadow:inset 0 0 0 1px var(--color-neutral, #ddd);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-light, rgb(0, 169, 206))}.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-light, rgb(0, 169, 206))}.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:18px;color:var(--color-neutral-dark, #616161);margin-bottom:4px;transition:color .25s}.textarea-container .textarea-label.focused{color:var(--color-primary-light, rgb(0, 169, 206))}.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:20px;resize:none}.textarea-container .textarea:focus{outline:none}.textarea-container .textarea:disabled{cursor:not-allowed}.textarea-container .textarea-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px;min-height:20px}.textarea-container .textarea-error{font-size:16px;color:var(--color-error, #ff5630)}.textarea-container .character-count{font-size:16px;color:var(--color-neutral-dark, #8b98a6);margin-left:auto}.textarea-container .character-count.limit-reached{color:var(--color-error, #ff5630)}.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:20px;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:var(--theme-color, #00A9CE);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:16px;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:24px}.action-modal .action-modal-footer{padding:10px;flex-direction:column}.action-modal .action-modal-footer button{width:100%}}.template-PCcJwzzo{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){.template-PCcJwzzo{grid-template-columns:1fr}}.template-eLr9G4i5{grid-column:span 2}@media(max-width:768px){.template-eLr9G4i5{grid-column:span 1}}.template-4TMUZDBC{font-size:16px;font-weight:600;color:#333;padding-bottom:8px;border-bottom:1px solid #eee;margin-top:16px;margin-bottom:8px}.template-4TMUZDBC:first-child{margin-top:0}.template-AuOwd2BC{grid-column:span 2;display:flex;flex-direction:column;gap:12px}@media(max-width:768px){.template-AuOwd2BC{grid-column:span 1}}.template-Ogoqc-od{display:flex;flex-direction:column;gap:1.5rem}.template-UeysVUe0{display:flex;align-items:center;gap:.5rem;padding:12px 16px;background:#f9fafb;border-radius:8px;border:1px solid #e8ecef}.template-UeysVUe0 .template-on9AZ1wL{color:#6b7280;font-size:.875rem;font-weight:500}.template-UeysVUe0 .template-8ldbLDH4{font-weight:600;color:#1a1d21;font-size:.9375rem}.template-cv-K-C9i .template-npSLCk2E{font-size:.9375rem;font-weight:600;color:#1a1d21;margin:0 0 12px;padding:0}.template-z4RTBN-0{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem;color:#6b7280}.template-z4RTBN-0 .template-jGkoen6z{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#53565a;border-radius:50%;animation:template-IDd50Dys 1s linear infinite}@keyframes template-IDd50Dys{to{transform:rotate(360deg)}}.template-Z4rn5Tbe{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding-right:4px}.template-Z4rn5Tbe::-webkit-scrollbar{width:6px}.template-Z4rn5Tbe::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.template-Z4rn5Tbe::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.template-Z4rn5Tbe::-webkit-scrollbar-thumb:hover{background:#9ca3af}.template-hRnAP541{display:flex;border:1px solid #e8ecef;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;padding:16px}.template-hRnAP541:hover{border-color:#53565a;background:#f9fafb;box-shadow:0 2px 4px #0000000d}.template-hRnAP541.template-TTKhyyO-{border-color:#53565a;background:#f0f9ff;box-shadow:0 0 0 3px #53565a1a}.template-gE8RzfOr{flex:1;display:flex;flex-direction:column;gap:8px;width:100%}.template-11ADrFn1{display:flex;align-items:flex-start;gap:12px;width:100%}.template-dsDvjJF1{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.template-MFugqMQP{margin:0;font-size:.9375rem;font-weight:600;color:#1a1d21;transition:color .2s;line-height:1.4}.template-B4uv9zDd{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.5}.template-wLvvONMQ{margin-top:4px;padding-left:0}.template-n-UD7NTQ{display:inline-flex;align-items:center;font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:4px 10px;border-radius:12px;border:1px solid #e5e7eb;font-weight:500}.template-PnUfwixb{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#6b7280;text-align:center}.template-PnUfwixb p{margin:0;font-size:.9375rem}@media(max-width:768px){.template-hRnAP541{padding:12px}.template-Z4rn5Tbe{max-height:350px}.template-UeysVUe0{padding:10px 12px;flex-wrap:wrap}}.template-wYnlpmgl{display:flex;flex-direction:column;gap:1.5rem}.template-cnjGbOby{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#53565a14,#3d3f420d);border-radius:.75rem;border:1px solid rgba(83,86,90,.2)}.template-cnjGbOby .template-RcSE129J{font-size:24px;color:#53565a}.template-cnjGbOby .template-8NuvoTX-{display:flex;flex-direction:column;gap:.25rem}.template-cnjGbOby .template-dz3VWfcI{color:var(--color-text-secondary);font-size:.8125rem}.template-cnjGbOby .template-E4PAuHPz{font-weight:600;color:var(--color-text-primary);font-size:1.125rem}.template-lvE-69ny{min-height:200px}.template-QhAwGtJI{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem;color:var(--color-text-secondary)}.template-QhAwGtJI .template-ALMZG0kJ{width:36px;height:36px;border:3px solid var(--color-border);border-top-color:#53565a;border-radius:50%;animation:template-XfS2tlNx 1s linear infinite}@keyframes template-XfS2tlNx{to{transform:rotate(360deg)}}.template-EldyUJme{display:flex;flex-direction:column;gap:1rem;max-height:450px;overflow-y:auto;padding-right:.5rem}.template-EldyUJme::-webkit-scrollbar{width:6px}.template-EldyUJme::-webkit-scrollbar-track{background:var(--color-surface);border-radius:3px}.template-EldyUJme::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.template-EldyUJme::-webkit-scrollbar-thumb:hover{background:var(--color-text-tertiary)}.template--XFgbV7J{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;transition:box-shadow .2s}.template--XFgbV7J:hover{box-shadow:0 2px 8px #0000000f}.template--XFgbV7J .template-oktT6cLk{display:flex;align-items:center;border-top-left-radius:.75rem;border-top-right-radius:.75rem;gap:.75rem;padding:1rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.template--XFgbV7J .template-ZzIe5DJ-{font-size:18px;color:#53565a}.template--XFgbV7J .template-uG5beLuQ{flex:1;margin:0;font-size:.9375rem;font-weight:600;color:#1f2937}.template--XFgbV7J .template-qpNPDrUk{font-size:.75rem;color:#6b7280;background:#fff;padding:.25rem .625rem;border-radius:1rem;border:1px solid #e5e7eb}.template-5JMGQms-{display:flex;flex-direction:column;padding:.75rem;gap:.5rem}.template-7Mm9vEWx{display:flex;align-items:flex-start;gap:.75rem;padding:.625rem .75rem;border-radius:.5rem;background:#f9fafb;transition:background .15s}.template-7Mm9vEWx:hover{background:#53565a14}.template-7Mm9vEWx .template-w8ZR5aOC{font-size:16px;color:#22c55e;margin-top:2px}.template-7Mm9vEWx .template-VFlJAOF-{flex:1;display:flex;flex-direction:column;gap:.125rem}.template-7Mm9vEWx .template-7daU5nY-{font-size:.875rem;font-weight:500;color:#1f2937}.template-7Mm9vEWx .template-ITjaf0m1{font-size:.8125rem;color:#6b7280;line-height:1.4}.template-fr-uuiFy{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-text-secondary);text-align:center}.template-fr-uuiFy .template-LtgYLx7G{font-size:48px;color:var(--color-text-tertiary);margin-bottom:1rem}.template-fr-uuiFy p{margin:0;font-size:1rem;font-weight:500;color:var(--color-text-primary)}.template-fr-uuiFy .template-7rKrf0VB{margin-top:.5rem;font-size:.875rem;color:var(--color-text-tertiary)}.template-vKe3XAP2{display:flex;gap:1.5rem;padding:1rem 1.25rem;background:var(--color-surface);border-radius:.75rem;border:1px solid var(--color-border)}.template-vKe3XAP2 .template-jr9sIGot{display:flex;flex-direction:column;gap:.25rem}.template-vKe3XAP2 .template-m5AqdRmh{font-size:.8125rem;color:var(--color-text-secondary)}.template-vKe3XAP2 .template-hNOqJP97{font-size:1.25rem;font-weight:700;color:#53565a}@media(max-width:768px){.template-EldyUJme{max-height:350px}.template-vKe3XAP2{flex-direction:column;gap:1rem}.template-cnjGbOby{flex-direction:column;align-items:flex-start;text-align:left}}.template-X7uhI0uF{display:flex;align-items:center;gap:.5rem}.template-kVYgNNIb{display:flex;align-items:center;gap:3px}.template-2s4TXsLD{width:8px;height:8px;border-radius:50%;background:#e8ecef;transition:background .2s ease}.template-2s4TXsLD.template-d-0iY9rk{background:linear-gradient(270deg,#1ccdf4,#00a9ce)}.template-EqpH7RrG{font-size:.8125rem;font-weight:500;color:#1a1d21}.template-3A9T6Bg6{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}@media(min-width:1179px){.template-3A9T6Bg6{display:grid;grid-template-columns:1fr 380px;align-items:start;gap:1.5rem}}.template-wNXHTC69{display:flex;flex-direction:column;gap:1.5rem;min-height:0;flex:1;width:100%;min-width:0}@media(min-width:1179px){.template-wNXHTC69{gap:1.5rem}}.template-9TAmbaXI{display:flex;flex-direction:column;gap:1.5rem;flex:1;width:100%}@media(min-width:1179px){.template-9TAmbaXI{position:sticky;top:1rem;align-self:start}}@media(max-width:768px){.template-3A9T6Bg6{display:flex;flex-direction:column;align-items:stretch}.template-wNXHTC69{order:1;position:static;z-index:0;flex:none;min-height:auto;overflow:visible}.template-9TAmbaXI{order:2;position:relative;z-index:0;margin-top:1.5rem}.template-gPzZRFTV,.template-wsifvaUV{position:relative;z-index:0}}.template-9875njlY{border-radius:16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;border:1px solid #e2e8f0;background-color:#fff}.template-ZCDDlIpg{background:linear-gradient(135deg,#00a9ce,#0390ba);padding:1.5rem}.template-Io5GzfVv{display:flex;gap:1.5rem;align-items:flex-start}@media(max-width:768px){.template-Io5GzfVv{flex-direction:column;align-items:center;text-align:center}}.template-F5rUG-74{padding:0;height:0;overflow:hidden;display:none}.template-rzxBeoo1{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2)}@media(max-width:768px){.template-rzxBeoo1{grid-template-columns:1fr;gap:1.5rem;width:100%;text-align:left}}.template-G4tse9sr{display:flex;flex-direction:column;gap:.75rem}.template-UJfU4IpE{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.9375rem}.template-UJfU4IpE svg{opacity:.9;flex-shrink:0}.template-E5H0YgOx{color:#fffc;font-size:.875rem;font-weight:500}.template-By7ekuRs{color:#fff;font-weight:500}.template-v3xCMuj9{padding:2px 10px;border-radius:12px;font-size:.75rem;font-weight:600;backdrop-filter:blur(4px)}.template-v3xCMuj9.template-to1jivbg{background:#a7f3d033;color:#d1fae5;border:1px solid rgba(167,243,208,.3)}.template-v3xCMuj9.template-u4cHg2bB{background:#fecaca33;color:#fee2e2;border:1px solid rgba(254,202,202,.3)}.template-a9GGgeUY{display:flex;flex-direction:column;gap:1rem}.template-G1UpUhnh{font-size:.875rem;font-weight:600;color:#1f2937;margin:0;display:flex;align-items:center;gap:.5rem}.template-G1UpUhnh svg{color:#00a9ce;flex-shrink:0}.template-yh-0txI8{display:flex;flex-direction:column;gap:.75rem}.template-Hx7r8IEU{display:flex;flex-direction:column;gap:4px}.template-dpfflnz2{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.template-FLTMeKta{color:#1f2937;font-size:.9375rem;font-weight:500;word-break:break-word}.template-C9f7BE2G{width:80px;height:80px;border-radius:50%;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:#fff;border:3px solid rgba(255,255,255,.5);flex-shrink:0;box-shadow:0 2px 8px #0000001a}.template-gJXOFKxU{flex:1;display:flex;flex-direction:column;gap:.75rem;min-width:0}.template-WyUDiw0D{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}@media(max-width:768px){.template-WyUDiw0D{justify-content:center}}.template-7oCfoqj7{color:#fff;font-size:1.5rem;font-weight:600;margin:0}.template-Zwefu5Py{color:#fffffff2;font-size:.875rem;font-weight:500;padding:6px 14px;background:#ffffff40;border-radius:20px;white-space:nowrap;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.template-yF4DLpex{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;border:1px solid #e8e8e8}.template-rw-1GjrD{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.template-rw-1GjrD svg{color:#00a9ce!important;flex-shrink:0}.template-rw-1GjrD svg path{stroke:#00a9ce!important;fill:#00a9ce!important}.template-SZRWvDRC{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:768px){.template-SZRWvDRC{grid-template-columns:1fr}}.template-zrMAAQJJ{display:flex;flex-direction:column;gap:4px}.template-9HbMd5Fx{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.template-cRZ2-2QI{color:#1f2937;font-size:.9375rem;font-weight:500;word-break:break-word}.template-UEXZH7vB{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.75rem;width:max-content;font-weight:600}.template-UEXZH7vB.template-to1jivbg{background:#d1fae5;color:#059669}.template-UEXZH7vB.template-u4cHg2bB{background:#fee2e2;color:#dc2626}.template-4vU3mv2E{width:8px;height:8px;border-radius:50%;background:currentColor}.template-vbTXcngc{display:inline-block;padding:4px 12px;border-radius:12px;width:min-content;font-size:12px;font-weight:600}.template-vbTXcngc.template-G03TgkR0{background-color:#e3f2fd;color:#1976d2}.template-vbTXcngc.template-0nMGQa-u{background-color:#f5f6f6;color:#565e64}.template-vbTXcngc.template-Wfgvtu0K{background-color:#e8f5e9;color:#2e7d32}.template-vbTXcngc.template-KbwF7saV{background-color:#fff3e0;color:#ef6c00}.template-o85sBNcC{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.template-VD-efzjh{display:flex;flex-direction:column;gap:1rem}.template-UNMdDcW-{display:flex;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px}.template-9FdpEFIb{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#e6f7fb;color:#00a9ce;flex-shrink:0}.template-wmHMzKJg{flex:1}.template-cT95kXSb{font-size:.875rem;font-weight:500;color:#1f2937;margin-bottom:4px}.template-2hyTJXUo{font-size:.75rem;color:#9ca3af}.template-gPzZRFTV{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;border:1px solid #e8e8e8}.template-u1zWxIMh{display:flex;flex-wrap:wrap;gap:.5rem}.template-8w53NPDv{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#e6f7fb,#bae7ff);border:1px solid #00a9ce;border-radius:20px;font-size:.875rem;font-weight:500;color:#0390ba;transition:all .2s ease}.template-8w53NPDv:hover{transform:translateY(-2px);box-shadow:0 2px 8px #00a9ce33}.template-XVY--LK0{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.template-XVY--LK0 .template-rw-1GjrD{margin-bottom:0}.template-fStMgoBP{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;background:linear-gradient(135deg,#00a9ce,#0390ba);border:none;border-radius:.5rem;font-size:.8125rem;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease}.template-fStMgoBP:hover{transform:translateY(-1px);box-shadow:0 2px 8px #00a9ce4d}.template-fStMgoBP svg{color:#fff}.template-ohVbD542{display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#f9fafb;border-radius:12px;border:1px dashed #e5e7eb}.template-ohVbD542 span{color:#9ca3af;font-size:.875rem}.template-XgNYlY9X{display:flex;align-items:center;justify-content:center;min-height:400px}.template-7a3sl2J7{width:40px;height:40px;border:3px solid #e8ecef;border-top-color:#00a9ce;border-radius:50%;animation:template-iX9EIJ6m 1s linear infinite}@keyframes template-iX9EIJ6m{to{transform:rotate(360deg)}}.template-UnJcnyMh{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.template-UnJcnyMh .template-vKI-V1M-{font-size:1rem;color:#6b7280}.template-wsifvaUV{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;border:1px solid #e8e8e8}.template-G5k4c6AM{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:#f9fafb;border:1px solid #e8e8e8;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#1f2937}.template-G5k4c6AM:hover{background:#f3f4f6;border-color:#00a9ce;transform:translate(4px)}.template-G5k4c6AM:not(:last-child){margin-bottom:.5rem}.template-G5k4c6AM:disabled{cursor:not-allowed;opacity:.6;transform:none}.template-G5k4c6AM svg{color:#00a9ce;flex-shrink:0}.template-YHkWqfS2{display:inline-flex;width:max-content;align-items:center;gap:6px;padding:6px 12px;background:#fef3c7;border-radius:8px;font-size:.875rem;font-weight:500;color:#92400e}.template-YHkWqfS2 svg{width:16px;height:16px}.template-QOn35fPd{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:768px){.template-QOn35fPd{justify-content:center}}.template-rYkrLKFa{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:500;color:#fff;backdrop-filter:blur(10px)}.template-rYkrLKFa svg{color:#fff!important;flex-shrink:0}.template-rYkrLKFa svg path{stroke:#fff!important}.template-rYkrLKFa.template-ovQlkUAV{background:#0596694d;border:1px solid rgba(5,150,105,.5)}.template-rYkrLKFa.template-3ouMYTft{background:#d977064d;border:1px solid rgba(217,119,6,.5)}.template-Ek4m-dP7{margin-top:1rem}.template-yKqnoVDG{display:flex;gap:1.5rem;flex-wrap:wrap}.template-yKqnoVDG svg{color:#fff!important;flex-shrink:0}.template-yKqnoVDG svg path{stroke:#fff!important}@media(max-width:768px){.template-yKqnoVDG{justify-content:center}}.template-5J0nDDWu{display:flex;align-items:center;gap:.5rem;color:#fffffff2;font-size:.875rem}.template-5J0nDDWu svg{color:#fff!important;flex-shrink:0}.template-5J0nDDWu svg path{stroke:#fff!important}.template-hV8WDvG6{font-weight:500;color:#ffffffe6}.template-gvBLsIy2{font-weight:400;color:#fff}.template-RueR1Nh1{margin-bottom:1.5rem}.template-pibH4Ldf{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;border:1px solid #e8e8e8}.template-aQWeCv-s{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}@media(max-width:1178px){.template-aQWeCv-s{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.template-aQWeCv-s{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.template-aQWeCv-s{grid-template-columns:1fr}}.template-04DBefYo{cursor:pointer;outline:none}.template-veAYpgZI{padding:1.25rem;border-radius:12px;border:1px solid #e8e8e8;transition:all .3s ease;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.template-veAYpgZI:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.template-veAYpgZI.template-Thih8gpJ{background:linear-gradient(135deg,#e6f7fb,#fff);border-color:#00a9ce}.template-veAYpgZI.template-1KM5Nn7p{background:linear-gradient(135deg,#ffebee,#fff);border-color:#c62828}.template-veAYpgZI.template-DVwEs7Vw{background:linear-gradient(135deg,#ffe0b2,#fff);border-color:#d84315}.template-veAYpgZI.template-I5a-cfAh{background:linear-gradient(135deg,#fffde7,#fff);border-color:#f9a825}.template-veAYpgZI.template-RPBvw7qE{background:linear-gradient(135deg,#e8f5e9,#fff);border-color:#2e7d32}.template-veAYpgZI.template-X0U7RhD-{background:linear-gradient(135deg,#fff8e1,#fff);border-color:#ffc72c}.template-veAYpgZI.template-dWEAN3kd{background:linear-gradient(135deg,#f0f0f1,#fff);border-color:#53565a}.template-Z2hN2JDh{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.template-9drTj5EZ{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-9drTj5EZ.template-IeZfGRAS{background:#00a9ce1a}.template-9drTj5EZ.template-vcGqcvfc{background:#c628281a}.template-9drTj5EZ.template-cpspm8QG{background:#d843151a}.template-9drTj5EZ.template-0n7Mgcgb{background:#f9a8251a}.template-9drTj5EZ.template-tAI3ZzmE{background:#2e7d321a}.template-9drTj5EZ.template-PhAnlriq{background:#ffc72c26}.template-9drTj5EZ.template-Jkm6Jr-7{background:#53565a1a}.template-UEtWWoyK{font-size:.75rem;font-weight:600;color:#666;margin:0}.template-12gpHhk-{font-size:24px;font-weight:700;color:#1a1a1a;line-height:1.2}.template-kruszpzo{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.template-kruszpzo{grid-template-columns:1fr}}.template--fVIRw7S{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border-radius:16px;border:1px solid #e8ecef;min-width:180px;box-shadow:0 1px 3px #0000000a;flex:1;position:relative;overflow:hidden}.template--fVIRw7S:before{content:"";position:absolute;bottom:0;right:0;width:120px;height:70%;pointer-events:none;clip-path:polygon(100% 100%,100% 40%,40% 100%)}.template--fVIRw7S:after{content:"";position:absolute;bottom:0;right:0;width:120px;height:70%;pointer-events:none;clip-path:polygon(100% 70%,100% 20%,20% 100%,50% 100%)}.template-PaX4Fy8D{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.template-bM-cWlzy{display:flex;flex-direction:column;gap:.25rem;z-index:1}.template-rTgGRH1K{font-size:.875rem;font-weight:500;color:#6b7280}.template-546F1avM{font-size:1.75rem;font-weight:700;color:#1a1d21}.template-pJLkp4H6 .template-PaX4Fy8D{background:linear-gradient(180deg,#ebfdff,#fff) padding-box,linear-gradient(135deg,#00a9ce,#63e4fd,#00a9ce) border-box;border:1px solid transparent;color:#00a9ce}.template-pJLkp4H6:before{background:#00a9ce40}.template-pJLkp4H6:after{background:#00a9ce1f}.template-GWOF1yab .template-PaX4Fy8D{background:linear-gradient(180deg,#fffbeb,#fff) padding-box,linear-gradient(135deg,#f6b51e,#fbe38c,#f6b51e) border-box;border:1px solid transparent;color:#ffa726}.template-GWOF1yab:before{background:#f6b51e40}.template-GWOF1yab:after{background:#f6b51e1f}.template-fMHRk-Vg .template-PaX4Fy8D{background:linear-gradient(180deg,#f0fdf5,#fff) padding-box,linear-gradient(135deg,#21c16b,#86efb6,#21c16b) border-box;border:1px solid transparent;color:#4caf50}.template-fMHRk-Vg:before{background:#21c16b40}.template-fMHRk-Vg:after{background:#21c16b1f}.template-eitn77vS .template-PaX4Fy8D{background:linear-gradient(180deg,#fff1f2,#fff) padding-box,linear-gradient(135deg,#fb3748,#ff9fa7,#fb3748) border-box;border:1px solid transparent;color:#ef5350}.template-eitn77vS:before{background:#fb374840}.template-eitn77vS:after{background:#fb37481f}.template-ub4-hIo2{cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.template-ub4-hIo2:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.template-1UQbg9-d{outline:2px solid #00A9CE;outline-offset:2px;box-shadow:0 0 0 4px #00a9ce1f}.template-ZzjTubMi{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500;white-space:nowrap;border:none;background:transparent}.template-ZzjTubMi.template-yMu50WXa{background:#e6f7fb;color:#00a9ce}.template-ZzjTubMi.template-yMu50WXa .template-ywq6eRlg{background:#00a9ce}.template-ZzjTubMi.template-cvguta-a{background:#fff3e0;color:#f57c00}.template-ZzjTubMi.template-cvguta-a .template-ywq6eRlg{background:#f57c00}.template-ZzjTubMi.template-Fb3xTMvG{background:#f3e5f5;color:#9c27b0}.template-ZzjTubMi.template-Fb3xTMvG .template-ywq6eRlg{background:#9c27b0}.template-ZzjTubMi.template-bKuw-E79{background:#f5f6f6;color:#53565a}.template-ZzjTubMi.template-bKuw-E79 .template-ywq6eRlg{background:#53565a}.template-ZzjTubMi.template-9wsXmdRI{background:#eceff1;color:#78909c}.template-ZzjTubMi.template-9wsXmdRI .template-ywq6eRlg{background:#78909c}.template-ZzjTubMi.template-m122g7-k{background:#ffebee;color:#d32f2f}.template-ZzjTubMi.template-m122g7-k .template-ywq6eRlg{background:#d32f2f}.template-ZzjTubMi.template-nYi9rJ15{cursor:pointer;transition:all .2s ease}.template-ZzjTubMi.template-nYi9rJ15:hover{filter:brightness(.95)}.template-ZzjTubMi.template-O4CP9Hpd{opacity:.6;cursor:not-allowed}.template-ywq6eRlg{width:8px;height:8px;border-radius:50%}.template-URsaLjUp{position:relative;display:inline-block}.template-2HeJAV30{position:absolute;top:calc(100% + 4px);right:0;min-width:160px;background:#fff;border:1px solid #e8ecef;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;overflow:hidden}.template-GPGvHTK2{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:transparent;font-size:13px;color:#1a1d21;cursor:pointer;transition:background .2s ease;text-align:left}.template-GPGvHTK2:hover{background:#f8fafc}.template-GPGvHTK2.template-6HVZKSVj{background:#f0f9ff}.template-9uGhrUmn{width:8px;height:8px;border-radius:50%}.template-9uGhrUmn.template-yMu50WXa{background:#00a9ce}.template-9uGhrUmn.template-cvguta-a{background:#f57c00}.template-9uGhrUmn.template-Fb3xTMvG{background:#9c27b0}.template-9uGhrUmn.template-bKuw-E79{background:#53565a}.template-9uGhrUmn.template-9wsXmdRI{background:#78909c}.template-9uGhrUmn.template-m122g7-k{background:#d32f2f}.template-at-j8Zy0{margin-left:auto;color:#00a9ce;font-size:12px}.template-X15l5tym{display:flex;flex-direction:column;gap:1.5rem}.template-zcomvxnz{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.template-xeFlLM5V{position:relative;flex-shrink:0}.template-Z2Jlw5ky{display:flex;min-height:50px;align-items:center;gap:8px;padding:10px 16px;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;font-size:14px;font-weight:500;color:#53565a;cursor:pointer;transition:all .2s ease;white-space:nowrap}.template-Z2Jlw5ky:hover{border-color:#00a9ce;background-color:#f0fafd}.template-aS61e--1{position:absolute;right:0;top:calc(100% + 8px);width:320px;background:#fff;border:1px solid #e5e7e8;border-radius:12px;box-shadow:0 2px 8px #0000001f;z-index:1000;display:flex;flex-direction:column;animation:template-BEQIdafh .2s ease-out}.template-QD7kVCN8{display:flex;align-items:center;gap:8px;padding:1rem;border-bottom:1px solid #e9ecef;background-color:#f5f6f666;font-size:16px;font-weight:600;color:#0d1f2d}.template-0af1U8h3{padding:1rem;display:flex;flex-direction:column;gap:12px}.template-e5kKOGWT{font-size:13px;font-weight:500;color:#53565a;margin:0}.template-d6qV9G55{padding:1rem;border-top:1px solid #e9ecef}@keyframes template-BEQIdafh{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.template-qh6YxK-Z{position:relative}.template--8E7Hsgd{display:flex;min-height:50px;align-items:center;gap:8px;padding:10px 16px;background-color:#fff;border:1px solid #e9ecef;border-radius:8px;font-size:14px;font-weight:500;color:#53565a;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}.template--8E7Hsgd:hover{border-color:#00a9ce;background-color:#f0fafd}.template-WttqRfgF{position:absolute;right:0;top:calc(100% + 8px);background:#fff;border:1px solid #dadfe3;border-radius:12px;box-shadow:0 2px 8px #0000001f;width:260px;z-index:20;padding:12px}.template-yUSbsldq{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:12px;color:#1f2937}.template-1CrnBH4c{display:flex;flex-direction:column;gap:8px;max-height:300px;overflow-y:auto;padding-right:4px}.template-I7OWBi8k{display:flex;align-items:center;gap:10px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:grab;user-select:none}.template-VRxSBgyp{opacity:.6}.template-lfUXkfCB{color:#9ca3af;font-size:16px;line-height:1}.template-BCJboYS9{margin-top:12px;display:flex;justify-content:flex-end}.template-jmfVCTGc{background:none;border:none;color:#00a9ce;font-weight:600;cursor:pointer;padding:4px 8px}@media(max-width:1200px){.template-zcomvxnz{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.template-zcomvxnz{grid-template-columns:1fr}}.template-88cQY8TC{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;color:#fff;background-color:#dc3545}.template-6vP6ZhCj{background-color:#dc35450f!important}.richtext-container{position:relative;margin:8px 0;display:flex;flex-direction:column}.richtext-container.standard .richtext-editor{border:1px solid var(--color-neutral-darker, #dadfe3);border-radius:12px;transition:border-color .25s}.richtext-container.standard.hovered .richtext-editor,.richtext-container.standard.focused .richtext-editor{border-color:var(--color-primary-light, rgb(0, 169, 206))}.richtext-container.standard.error .richtext-editor{border-color:var(--color-error, #ff5630)}.richtext-container.standard.disabled .richtext-editor{background-color:var(--color-neutral-lighter, #f5f5f5);border-color:var(--color-neutral-darker, #ddd);cursor:not-allowed}.richtext-container.outlined .richtext-editor{box-shadow:inset 0 0 0 1px var(--color-neutral, #ddd);border-radius:6px;transition:box-shadow .25s}.richtext-container.outlined.hovered .richtext-editor{box-shadow:inset 0 0 0 1px var(--color-neutral-dark, #c1c1c1)}.richtext-container.outlined.focused .richtext-editor{box-shadow:inset 0 0 0 2px var(--color-primary-light, rgb(0, 169, 206))}.richtext-container.outlined.error .richtext-editor{box-shadow:inset 0 0 0 2px var(--color-error, #ff5630)}.richtext-container.outlined.disabled .richtext-editor{background-color:var(--color-neutral-lighter, #f5f5f5);box-shadow:inset 0 0 0 1px var(--color-neutral, #ddd);cursor:not-allowed}.richtext-container.underline .richtext-editor{border:none;border-bottom:1px solid var(--color-neutral, #ddd);transition:border-color .25s}.richtext-container.underline.hovered .richtext-editor{border-bottom-color:var(--color-neutral-dark, #c1c1c1)}.richtext-container.underline.focused .richtext-editor{border-bottom-color:var(--color-primary-light, rgb(0, 169, 206))}.richtext-container.underline.error .richtext-editor{border-bottom-color:var(--color-error, #ff5630)}.richtext-container.underline.disabled .richtext-editor{background-color:var(--color-neutral-lighter, #f5f5f5);border-bottom-color:var(--color-neutral, #ddd);cursor:not-allowed}.richtext-container .richtext-label{font-size:18px;color:var(--color-neutral-dark, #616161);margin-bottom:4px;transition:color .25s}.richtext-container .richtext-label.focused{color:var(--color-primary-light, rgb(0, 169, 206))}.richtext-container .richtext-label.error{color:var(--color-error, #ff5630)}.richtext-container .richtext-label.disabled{color:var(--color-neutral, #bdbdbd)}.richtext-container .richtext-label.required:after{content:" *";color:#00a9ce}.richtext-container .richtext-toolbar{display:flex;gap:4px;flex-wrap:wrap;border:1px solid var(--color-neutral-darker, #dadfe3);border-bottom:none;border-radius:12px 12px 0 0;background:var(--color-neutral-lighter, #f7f7f7);padding:6px 8px;box-shadow:0 1px #0000000a}.richtext-container .richtext-button{border:1px solid rgba(0,169,206,.35);background:#fff;color:var(--color-neutral-dark, #1f2937);padding:4px 8px;border-radius:6px;font-size:16px;cursor:pointer;transition:background-color .25s,border-color .25s}.richtext-container .richtext-button:hover{background:#00a9ce14;border-color:#00a9ce99}.richtext-container .richtext-button.active{background:var(--color-primary-light, rgba(0, 169, 206, .12));border-color:var(--color-primary-light, rgb(0, 169, 206));color:var(--color-primary, #00A9CE)}.richtext-container.disabled .richtext-button{cursor:not-allowed;opacity:.6}.richtext-container .richtext-editor{border-top:none;border-radius:0 0 12px 12px;background:var(--color-base, #fff);min-height:140px;padding:4px;margin-top:-1px;max-height:220px;overflow-y:auto}.richtext-container .ProseMirror{min-height:120px;font-size:20px;line-height:1.5;color:var(--color-neutral-dark, #1f2937);white-space:pre-wrap;font-synthesis:style;word-break:break-word;overflow-wrap:anywhere}.richtext-container .ProseMirror:focus{outline:none}.richtext-container .ProseMirror a{color:#0b4aa2!important;text-decoration:underline}.richtext-container .ProseMirror em,.richtext-container .ProseMirror i{font-style:italic}.richtext-container .ProseMirror strong,.richtext-container .ProseMirror b{font-weight:700}.richtext-container .ProseMirror ul,.richtext-container .ProseMirror ol{padding-left:18px;margin:0 0 4px}.richtext-container .ProseMirror.is-empty:before{content:attr(data-placeholder);color:var(--color-neutral, #bdbdbd);float:left;height:0;pointer-events:none}.richtext-container .richtext-footer{display:flex;justify-content:space-between;align-items:center;margin-top:4px;min-height:20px}.richtext-container .richtext-error{font-size:16px;color:var(--color-error, #ff5630)}.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:#0b6f88;display:flex;justify-content:space-between;align-items:center;margin-top:8px}.file-input-container .supported-formats .formats-link{color:#0b6f88;text-decoration:underline;cursor:pointer;background:transparent;border:none;padding:0;font:inherit}.file-input-container .supported-formats .formats-link:hover{color:#075569}.file-input-container .supported-formats .max-size{color:#0b6f88}.file-input-container .formats-list{font-size:12px;color:#4b5563;margin-top:4px}.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, rgb(0, 169, 206));background-color:#fff6eda3!important}.file-input-container .file-drop-zone.drag-over{border-color:var(--color-primary, rgb(0, 169, 206));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:#4b5563;font-size:14px}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text .file-select-button{background:none;border:none;color:#0b6f88;font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;padding:0}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text .file-select-button:hover{color:#075569}.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:var(--theme-color, #00a9ce)}.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, rgb(0, 169, 206));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,#00a9ce,#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.disabled{opacity:.6;pointer-events:none}.file-input-container.disabled .file-drop-zone{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}.template-Css3mPY1{display:flex;flex-direction:column;gap:20px}.template-aNJhksPx{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media(max-width:900px){.template-aNJhksPx{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.template-aNJhksPx{grid-template-columns:1fr}}.template-lgABAqme{padding:14px 16px;border:1px solid #e5edf2;border-radius:12px;background:linear-gradient(180deg,#fbfdfe,#f4f8fb);display:flex;flex-direction:column;gap:6px;min-width:0}.template-p-9Ax0Ov{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.template-PJGlc9p-{color:#111827;font-size:.9375rem;word-break:break-word;overflow-wrap:anywhere}.template-e7nYXkOl{display:inline-flex;align-items:center;align-self:flex-start;gap:6px;padding:4px 12px;border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.02em}.template-e7nYXkOl:before{content:"";width:6px;height:6px;border-radius:50%}.template-XvLv0FO0{background:#e6f7ee;color:#0f766e}.template-XvLv0FO0:before{background:#10b981}.template-nyGIm54v{background:#fee2e2;color:#b91c1c}.template-nyGIm54v:before{background:#ef4444}.template-UyTwjZ8h{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.template-OT7oupAF{padding:16px;border-radius:12px;border:1px solid #e5edf2;background:#fff;min-width:0}.template-OT7oupAF h4{margin:0 0 12px;font-size:.95rem;font-weight:600;color:#1f2937;padding-bottom:8px;border-bottom:1px solid #f1f5f9}.template-RQlDlkEa{display:grid;grid-template-columns:100px 1fr;gap:8px;padding:6px 0;align-items:baseline}.template-RQlDlkEa:not(:last-child){border-bottom:1px dashed #f1f5f9}.template-TWjkNkLz{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.template-NSyC6s03{color:#1f2937;font-size:.875rem;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}.template-ifH8bze7{display:flex;flex-direction:column;gap:12px}.template-2v7Y-d-3{display:flex;align-items:center;gap:12px}.template-2v7Y-d-3 h4{margin:0;font-size:.95rem;font-weight:600;color:#1f2937}.template-jIpg4H3E{font-size:.75rem;font-weight:600;color:#6b7280;padding:2px 10px;border-radius:999px;background:#f1f5f9}.template-FPZw6mt5{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;position:relative}.template-FPZw6mt5:before{content:"";position:absolute;left:14px;top:14px;bottom:14px;width:2px;background:#e5edf2}.template-poCF1G3-{display:grid;grid-template-columns:30px 1fr;gap:14px;align-items:flex-start;padding:8px 0;position:relative}.template-ebLtO-fT{width:30px;height:30px;border-radius:50%;background:#00a9ce;color:#fff;font-size:.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;box-shadow:0 0 0 4px #fff}.template-IOVpWFef{padding:12px 14px;border-radius:10px;border:1px solid #e5edf2;background:#fff;min-width:0}.template-ZLL-NTxz{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.template-ZLL-NTxz strong{color:#111827;font-size:.9375rem;word-break:break-word}.template-ZLL-NTxz span{font-size:.75rem;color:#6b7280;white-space:nowrap;flex-shrink:0}.template-sOlPHnHr{margin:6px 0 0;font-size:.8125rem;color:#4b5563;word-break:break-word}.template-gK7k4JPR{margin-top:12px;padding-top:10px;border-top:1px dashed #f1f5f9;display:flex;flex-direction:column;gap:4px}.template-R56Y2qBC{display:grid;grid-template-columns:90px 1fr;gap:8px;align-items:baseline}.template-4KElV5PV{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.template-qhNhzD-4{font-size:.8125rem;color:#1f2937;word-break:break-word;overflow-wrap:anywhere}.template-TTMnT1a2{padding:20px;border:1px dashed #d7e3ea;border-radius:12px;text-align:center;color:#6b7280;background:#fafcfd}@media(max-width:640px){.template-RQlDlkEa{grid-template-columns:1fr;gap:2px}.template-RQlDlkEa:not(:last-child){padding-bottom:8px}.template-R56Y2qBC{grid-template-columns:1fr;gap:2px}.template-ZLL-NTxz{flex-direction:column;gap:4px}.template-ZLL-NTxz span{white-space:normal}}.template-kPxmWAVe{display:flex;flex-direction:column;gap:16px}.template-A7xv3tCW .input-container .input{border-color:#10b981!important;box-shadow:0 0 0 1px #10b981}.template-A7xv3tCW .input-container.template-3T2tn-n0 .template-jrohktZY{border-color:#10b981}.template-A7xv3tCW .textarea-container .textarea,.template-A7xv3tCW .dropdown-header,.template-A7xv3tCW .richtext-container{border-color:#10b981!important;box-shadow:0 0 0 1px #10b981}.template-enBnNmtJ{display:flex;gap:12px;align-items:center}.template-enBnNmtJ .template-k2LGSijj{min-width:120px;font-weight:600;padding:10px 20px;border-radius:8px;box-shadow:0 2px 8px #00a9ce40;transition:box-shadow .2s ease,transform .15s ease}.template-enBnNmtJ .template-k2LGSijj:hover:not(:disabled){box-shadow:0 4px 12px #00a9ce59;transform:translateY(-1px)}.template-enBnNmtJ .template-k2LGSijj:disabled{opacity:.65;cursor:not-allowed}.template-qOLlcf-J{display:flex;flex-direction:column;gap:16px;background:#fff;padding:24px;border-radius:12px;border:1px solid #e8ecef}.template-YFTPDnIf{display:flex;flex-direction:column;gap:16px;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e8ecef}.template--W5vpm06{font-size:1rem;font-weight:600;color:#1a1d21;margin:0;padding:0}.template-8OOolAot .template--W5vpm06{padding:0}.template-pU71cF78{width:100%}.template-E3A2Afai{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.template-TU6L8zlg{position:relative}.template-uz36qja7{display:block;margin-top:4px;font-size:.8125rem;color:#6b7280}.template-70-4cDwR{display:flex;flex-direction:column;gap:8px}.template-iXTidulB{font-size:.75rem;color:#6b7280}.template-N0quj3aq{font-size:.75rem;color:#6b7280;margin-top:4px}.template-vNTsZwPT{display:grid;grid-template-columns:1fr 1fr;gap:16px}.template-ySnpOiV7{display:flex;flex-direction:column;gap:8px}.template-2QIvl-sy{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.template-wNMn4WHt{font-size:.875rem;font-weight:500;color:var(--color-neutral-dark, #374151)}.template-MoPatilp{padding:10px 12px;font-size:.875rem;color:#1f2937;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px}.template-wsGWQcvg{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#6b7280;margin-top:4px}.template-wMf7leno{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.5rem;width:100%}.template-8qBUX4-Z{font-weight:500;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-nelIpW7b{font-size:.75rem;color:#6b7280;background:#f3f4f6;padding:.1rem .4rem;border-radius:999px;white-space:nowrap}.template-calZRuJp{justify-self:end;font-size:.8125rem;color:#00a9ce;font-weight:500;white-space:nowrap}.dropdown-option:hover .template-calZRuJp{color:#0f172a}.template-6U7mU5tg{display:flex;align-items:center;width:100%}.template-y-VxWw-K{font-weight:600;color:#111827}.template-g485RbNc{padding-left:16px;color:#374151}.template-YdNfn-JH{font-size:.875rem;color:#6b7280;padding:.25rem 0}.template-FQokRtUX{display:flex;flex-direction:column;gap:16px;padding:16px 0;border-top:1px solid #e8ecef}.template-15oATPxi{font-size:.9375rem;font-weight:600;color:#1a1d21}.template-ehprGM2L{width:100%}.template-l28tru1x{display:flex;align-items:center;gap:12px}.template-Z81OUcTX{flex:1;min-width:0}.template-k2cFd3s6{height:44px;min-width:96px;padding:0 18px;border-radius:12px;border:1px solid #00a9ce;background:#00a9ce;color:#fff;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.template-k2cFd3s6:hover:not(:disabled){background:#0089a8;border-color:#0089a8;transform:translateY(-1px)}.template-k2cFd3s6:disabled{cursor:not-allowed;color:#fff;background:#c6d1d9;border-color:#c6d1d9}.template-zoC7p-NP{width:18px;height:18px;border-radius:50%;border:2px solid rgba(0,169,206,.2);border-top-color:#00a9ce;animation:template-1PQgBB-a .7s linear infinite}@keyframes template-1PQgBB-a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.template-Mlzx-vxQ{color:#ef4444;font-size:.75rem;margin-right:auto}.template-8OOolAot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #f3f4f6}.template-JrzJ6j92{font-size:.9375rem;font-weight:600;color:#1a1d21}.template-B4WK11TH{display:flex;flex-direction:column;gap:16px}.template-qU6CQ7JV{display:flex;align-items:flex-end;gap:12px;background:#fcfcfc;padding:20px;border-radius:12px;border:1px solid #f1f5f9;transition:all .2s ease}.template-qU6CQ7JV:hover{background:#f8fafc;border-color:#e2e8f0}.template-zSwn2RXK{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.template-ZLEN6sOe{width:100%;animation:template-5ys1O53I .3s ease}.template-B02-ggOF{flex-shrink:0}.template-0JGhW-4m{padding:0;width:36px;height:54px;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #e2e8f0;cursor:pointer;color:#ef4444;transition:all .2s ease;flex-shrink:0}.template-0JGhW-4m:hover{background-color:#fee2e2;border-color:#f87171;color:#dc2626}@keyframes template-5ys1O53I{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.template-vNTsZwPT{grid-template-columns:1fr}}.template-OBL-ff56{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap;border:none;cursor:default}.template-OBL-ff56.template-e4v1dssk{cursor:pointer;transition:all .2s ease}.template-OBL-ff56.template-e4v1dssk:hover{opacity:.9}.template-hUn4A2UA{width:6px;height:6px;border-radius:50%}.template-HGWRN-Tx{background:#ffebee;color:#c62828}.template-HGWRN-Tx .template-hUn4A2UA{background:#c62828}.template-y5FAWDSj{background:#fff3e0;color:#e65100}.template-y5FAWDSj .template-hUn4A2UA{background:#e65100}.template-QQtxB6TR{background:#fffde7;color:#f9a825}.template-QQtxB6TR .template-hUn4A2UA{background:#f9a825}.template-rNuaEwYm{background:#e8f5e9;color:#2e7d32}.template-rNuaEwYm .template-hUn4A2UA{background:#2e7d32}.template-B-I3rxgn{position:relative;display:inline-block}.template-s-iRdYkl{position:absolute;top:calc(100% + 4px);right:0;min-width:140px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;overflow:hidden;animation:template-CKAR6SyR .15s ease}@keyframes template-CKAR6SyR{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.template-6Ks8b4Cb{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;background:none;border:none;cursor:pointer;font-size:.875rem;color:#374151;transition:background .15s ease}.template-6Ks8b4Cb:hover{background:#f3f4f6}.template-6Ks8b4Cb.template-ZWUR1i0l{background:#f0f9ff}.template-z55pR98K{width:8px;height:8px;border-radius:50%}.template-z55pR98K.template-HGWRN-Tx{background:#c62828}.template-z55pR98K.template-y5FAWDSj{background:#e65100}.template-z55pR98K.template-QQtxB6TR{background:#f9a825}.template-z55pR98K.template-rNuaEwYm{background:#2e7d32}.template-Sd9jCiOc{margin-left:auto;color:#00a9ce;font-size:12px}.template-vzxopGGe{display:flex;flex-direction:column;gap:1rem}.template-UpiE24Cy{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.5rem}.template-isNpmhxl{display:flex;gap:8px;align-items:center;flex-wrap:wrap;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #f3f4f6}.template-nHS68cPW{display:flex;align-items:flex-start;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6;margin-bottom:1.5rem}.template-SM0f6p13{width:52px;height:52px;border-radius:12px;background:linear-gradient(180deg,#e6f7fb,#e6f7fb00);display:flex;align-items:center;justify-content:center;color:#00a9ce;flex-shrink:0}.template-6fKzTSTG{flex:1;min-width:0}.template-vH-1zlnj{font-size:.8125rem;color:#6b7280;display:block;margin-bottom:.25rem}.template-PG1GE7tL{font-size:1.125rem;font-weight:600;color:#1a1d21;margin:0 0 .25rem}.template-pqCiw6nz{font-size:1rem;color:#6b7280;margin:0 0 .25rem;line-height:1.5}.template-pqCiw6nz p{margin:0 0 .25rem}.template-pqCiw6nz ul,.template-pqCiw6nz ol{padding-left:18px;margin:0 0 .25rem}.template-pqCiw6nz a{color:#0b4aa2;text-decoration:underline}.template-SDYfzzDB{font-size:.8125rem;color:#6b7280}.template-UnTcaZB3{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem}.template-ZX6jaSeX{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.template-KFZqXtxH{display:flex;align-items:center;gap:.5rem}.template-ECmFxa85{display:inline-flex;cursor:not-allowed}.template-xvZIlOQN{font-size:.8125rem;font-weight:500;color:#6b7280}.template-7GI-xuQ6{font-size:.8125rem;color:#6b7280}.template-VKVDQ8IJ{min-width:100px}.template-qCMMcfDf{cursor:pointer}.template-v2NAJ7cT{display:flex;flex-direction:column;gap:1rem}.template-k5da6Fag{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.template-bKazEOX9{width:100%;justify-content:center;height:54px}.template-MoWn9acp{min-height:1px}.template-l4VjLBjJ{display:flex;flex-direction:column;gap:.5rem}.template-d40dgEMk{display:flex;flex-direction:column;gap:.5rem;grid-column:1/-1}.template-UaR-zKlm{font-size:.8125rem;font-weight:500;color:#6b7280}.template-G-Ig5udi{display:block;min-height:1rem}.template-L5-6yhE0{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.template-B-i22o0m{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.template-g3p0m-2F{display:flex;align-items:center;gap:.5rem}.template--bMWJKwj{padding:.75rem 1rem;background:#f8fafc;min-height:54px;border-radius:8px;font-size:.875rem;color:#1a1d21}.template-xmNs7a85{transition:background-color .2s ease}.template-xmNs7a85:hover{background-color:#e8ecef}.template-6tbOsV2u{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.template-a7aw2SWw{font-size:.75rem;color:#00a9ce;text-decoration:none}.template-a7aw2SWw:hover{text-decoration:underline}.template-xpQqpwH7{color:#00a9ce;text-decoration:none;font-weight:500}.template-xpQqpwH7:hover{text-decoration:underline}.template-R1XzKayq{padding:.75rem;border:1px dashed #e5e7eb;border-radius:12px;background:#f8fafc;display:flex;flex-direction:column;gap:.75rem}.template-CLyxDtzj{display:flex;flex-direction:column;gap:.6rem}.template-UjUS7RQv{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.template--mNR4K0v{border:none;background:transparent;font-size:.75rem;color:#6b7280;cursor:pointer;padding:0}.template--mNR4K0v:hover{color:#111827}.template-uWa0Mxt7{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.template-kpbJrykn{display:flex;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.template--xKOhnCR{font-size:.75rem;color:#b45309;background:#fff7ed;border:1px solid #fed7aa;padding:.5rem .75rem;border-radius:8px}.template-XCXziR3t{flex:1;height:42px;border-radius:10px;border:1px solid #e5e7eb;padding:0 12px;font-size:.875rem;color:#111827;background:#fff}.template-XCXziR3t:focus{outline:none;border-color:#00a9ce;box-shadow:0 0 0 3px #00a9ce26}.template-ccj5eL98{position:relative}.template-Kyzvs0-n{display:inline-flex;align-items:center;gap:.35rem;padding:6px 10px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;color:#1f2937;font-size:.75rem;font-weight:500;cursor:pointer}.template-Kyzvs0-n:hover{border-color:#cbd5f5;background:#f8fafc}.template-Oa6oRG1T{position:absolute;top:calc(100% + 6px);left:0;width:280px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 12px 24px #0f172a1f;z-index:20;overflow:hidden}.template-x23W0qDn{display:flex;align-items:center;gap:.35rem;padding:.5rem .75rem;background:#f8fafc;font-size:.75rem;font-weight:600;color:#111827;border-bottom:1px solid #e5e7eb}.template-V32Cv5iT,.template-wNezX7In{padding:.75rem;font-size:.75rem;color:#6b7280}.template-RmERPI-f{max-height:220px;overflow-y:auto}.template-NTtgYqy6{width:100%;text-align:left;padding:.6rem .75rem;border:none;background:transparent;cursor:pointer;display:flex;flex-direction:column;gap:.2rem}.template-NTtgYqy6:hover{background:#f1f5f9}.template-mekE3oJb{font-size:.75rem;font-weight:600;color:#111827}.template-XDgKU1DG{font-size:.75rem;color:#475569}.template-HRJn5IS-{font-size:.6875rem;color:#94a3b8}.template-97vJq-p6{height:1px;background:#f1f5f9;margin:.5rem 0}.template-y-DNVeY8{display:flex;flex-direction:column;gap:0;padding-top:8px}.template-09y8tZ7-{display:flex;align-items:center;gap:8px;width:100%;padding:8px 0;border:none;background:none;cursor:pointer;text-align:left;flex-wrap:wrap}.template-09y8tZ7-:hover .template-FugTESyr{text-decoration:underline}.template--l7jyW8m{font-size:.9rem;font-weight:600;color:#374151;margin:0}.template-FugTESyr{font-size:.875rem;color:#00a9ce;flex:1;min-width:0}.template-G3PW5UbE{flex-shrink:0;transition:transform .2s ease;color:#64748b}.template-G3PW5UbE.template-ntSc0SDE{transform:rotate(180deg)}.template-uSX268am{display:flex;flex-direction:column;gap:10px;margin-top:8px;max-height:280px;overflow-y:auto;padding-right:4px}.template-uSX268am::-webkit-scrollbar{width:6px}.template-uSX268am::-webkit-scrollbar-track{background:transparent}.template-uSX268am::-webkit-scrollbar-thumb{background-color:#e0e0e0;border-radius:3px}.template-4CzjhV0Y{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border:1px solid #eaecf0;border-radius:12px;background-color:#fff;cursor:pointer;transition:all .2s ease}.template-4CzjhV0Y:hover{border-color:#d0d5dd;box-shadow:0 2px 8px #0000000a}.template-iR-Ctycd{display:flex;justify-content:space-between;align-items:center;gap:8px}.template-e-Xq7ymb{display:flex;align-items:center;gap:6px;min-width:0;flex:1}.template-bRPHvjD7{font-weight:600;color:#00a9ce;font-size:13px;background-color:#e6f7fb;padding:4px 8px;border-radius:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-NBFxYNkN{display:inline-flex;align-items:center;padding:4px 10px;border-radius:16px;font-size:12px;font-weight:500;flex-shrink:0}.template-Am-O8UCt{display:flex;flex-direction:column;gap:4px}.template-DJWi8QyO{font-size:14px;font-weight:600;color:#101828;margin:0;line-height:1.35}.template-r7ZWLLVz{font-size:12px;color:#667085;font-weight:500}.template-qD0OOY4T{border-radius:16px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#00a9ce,#0390ba);color:#fff;padding:1.25rem 1.5rem;box-shadow:0 6px 16px #00000014}.template-Lv15hiy-{display:flex;flex-direction:column;gap:1rem}.template-0hcvjFUv{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.template-FanAA6ji{width:56px;height:56px;border-radius:50%;background:#fff3;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;border:2px solid rgba(255,255,255,.35);flex-shrink:0}.template-sIStmxTb{transition:background-color .2s ease,border-color .2s ease}.template-sIStmxTb:hover{background:#ffffff47;border-color:#fff9}.template-YD4QWxL8{display:flex;flex-direction:column;gap:.5rem;min-width:0;flex:1}.template-1k5dzOGO{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.template-5GHX-Rnc{font-size:1.0625rem;font-weight:600}.template-15ImvJUO{padding:2px 6px;margin:-2px -6px;border-radius:6px;transition:background-color .2s ease}.template-15ImvJUO:hover{background:#ffffff2e}.template-5b6ueTrl{font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:16px;background:#ffffff2e;border:1px solid rgba(255,255,255,.3)}.template-kHO3s-Fm{margin-left:auto;align-self:flex-start;padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:600;backdrop-filter:blur(4px)}.template-kHO3s-Fm.template-1Jx6RZ4E{background:#a7f3d02e;color:#d1fae5;border:1px solid rgba(167,243,208,.3)}.template-kHO3s-Fm.template-fr3XY-uA{background:#fecaca2e;color:#fee2e2;border:1px solid rgba(254,202,202,.3)}.template-XZfQI6-D{display:flex;gap:.5rem;flex-wrap:wrap}.template-3NStTN73{padding:4px 10px;border-radius:12px;font-size:.75rem;font-weight:500}.template-3NStTN73.template-eSVch2Ue{background:#fff3;color:#fff}.template-3NStTN73.template-q1SbFRdA{background:#ef535040;color:#fff}.template-ankn8E-f{display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.75rem;color:#ffffffbf}.template-0bWTgDR8{display:inline-flex;align-items:center;gap:.35rem}.template-sxm6srOC{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 2rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.15)}.template-48TD3RSt{display:flex;flex-direction:column;gap:.5rem}.template-pi0pbn-p{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.template-FIV--DF6{color:#ffffffbf;font-size:.8125rem;font-weight:500}.template-zUtriQvV{color:#fff;font-weight:500;word-break:break-word}.template-dAm8kJrL{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}.template-imIP04D5{background:#ffffff29;border:1px solid rgba(255,255,255,.25);border-radius:12px;padding:.75rem 1rem;width:100%}.template-XlNSNtGG{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 1rem}.template-ZfWylIjv{display:flex;flex-direction:column;gap:.25rem}.template-E9lSwPSa{font-size:.75rem;font-weight:500;color:#ffffffbf}.template-XjejRTuE{font-size:.875rem;font-weight:600;color:#fff;word-break:break-word}@media(max-width:640px){.template-k5da6Fag,.template-3YaJ41-q{grid-template-columns:1fr}.template-0hcvjFUv{flex-direction:column}.template-kHO3s-Fm{margin-left:0}.template-sxm6srOC,.template-dAm8kJrL,.template-XlNSNtGG{grid-template-columns:1fr}.template-uWa0Mxt7{flex-direction:column;align-items:stretch}}.template-lqmO5QqU{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.5rem;display:flex;flex-direction:column;height:auto;overflow:visible}.template-LCAkPhtw{font-size:1rem;font-weight:600;color:#1a1d21;margin:0 0 1.25rem;flex-shrink:0}.template-mQKkFNPv{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0}.template-pi-z4oNz{background:#fafbfc;border-radius:12px;border:1px solid #e8ecef;overflow:hidden;transition:opacity .3s ease,border-color .3s ease}.template-pi-z4oNz.template-t0C0NQX5{border-color:#10b981;opacity:1}.template-pi-z4oNz.template-Nl39ujwo{border-color:#1a1d21}.template-pi-z4oNz.template-mvD2CtXQ{border-color:#00a9ce}.template-pi-z4oNz.template-CUty907l{border-color:#f57c00;border-width:2px}.template-pi-z4oNz.template-207jTJMQ{border-color:#e8ecef80}.template-pi-z4oNz.template-W38v2hl-{border-color:#ef4444;border-width:2px}.template-UqCrqdNR{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e8ecef;gap:1rem}.template-0WY3kjWA{display:flex;flex-direction:column;gap:.75rem;flex:1}.template-FYn6XkfG{font-size:.9375rem;font-weight:600;color:#1a1d21}.template-lRO1rIT5{width:100%;max-width:180px;height:6px;background:#e8ecef;border-radius:3px;overflow:hidden}.template-qyJI-OiU{height:100%;background:linear-gradient(270deg,#1ccdf4,#00a9ce);border-radius:3px;transition:width .3s ease}.template-T79-J-XE{flex-shrink:0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.template-rQrQzf6H{display:inline-flex;padding:.375rem .75rem;background:#e6f7fb;border:1px solid #00a9ce;border-radius:20px;font-size:.75rem;font-weight:500;color:#00a9ce;white-space:nowrap}.template-rQrQzf6H.template-G6wYUUVp{background:#fef2f2;border-color:#ef4444;color:#ef4444}.template-HpAkHt6f{display:flex;align-items:center;gap:.5rem}.template-nixOXH87{display:inline-flex;cursor:not-allowed}.template-iOhti3Fo{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.template-ofAJryyX{display:flex;flex-direction:column;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid #e8ecef}.template-j037h-gy{display:flex;align-items:center;gap:.5rem}.template-KvkPdQHN{font-size:.8125rem;color:#6b7280;font-weight:500}.template-gTxl3MYy{font-size:.8125rem;color:#1a1d21;font-weight:600}.template-Y5XTKIqr{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid #e8ecef}.template-isi4GFcP{display:flex;align-items:center;justify-content:space-between}.template-b7JdWoWR{display:flex;justify-content:flex-end}.template-b2f9mghk{font-size:.8125rem;color:#6b7280}.template-VgvdOpzy{font-size:.9375rem;font-weight:600;color:#1a1d21;display:flex;align-items:center;gap:.5rem}.template-VgvdOpzy.template-G6wYUUVp{color:#ef4444}.template-VgvdOpzy.template-euqJLX7Q{color:#f57c00}.template-7ie5-DYq{display:inline-flex;align-items:center;padding:2px 8px;background-color:#fef2f2;border:1px solid #ef4444;color:#ef4444;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.template-y1Bgnr-i{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #e8ecef;border-radius:8px;font-size:.875rem;font-weight:500;color:#1a1d21;cursor:pointer;transition:all .2s ease}.template-y1Bgnr-i:hover:not(:disabled){border-color:#00a9ce}.template-y1Bgnr-i:disabled{opacity:.5;cursor:not-allowed}.template-y1Bgnr-i.template-z5EDSY6Z{border-color:#00a9ce;border-bottom-left-radius:0;border-bottom-right-radius:0}.template-ud4ZAoh3{background:#fff;border:1px solid #00a9ce;border-top:none;border-radius:0 0 8px 8px;padding:1rem}.template-cmvDH5X3{display:flex;gap:.75rem;position:relative}.template-4uWIqt4D{display:flex;flex-direction:column;align-items:center;position:relative}.template-FJtPzVFK{width:10px;height:10px;border-radius:50%;background:#00a9ce;flex-shrink:0;z-index:1}.template-FJtPzVFK.template-i1-ieLGX,.template-FJtPzVFK.template-XSiKF1j-{background:#00a9ce}.template-FJtPzVFK.template-pttt8-Ss{background:#ef4444}.template-FJtPzVFK.template-JjeFGVBp{background:#3b82f6}.template-FJtPzVFK.template-tvL-xp4C{background:#f57c00}.template-FJtPzVFK.template-R1oYFaH9{background:#10b981}.template-FJtPzVFK.template-7lbkTvEX{background:#1a1d21}.template-vN6uDE2q{position:absolute;top:10px;left:50%;transform:translate(-50%);width:2px;height:calc(100% + 12px);background:#e8ecef}.template-unylCHyJ{flex:1;padding-bottom:1rem}.template-sHfR9Pjo{font-size:.8125rem;color:#1a1d21;margin:0 0 .25rem;line-height:1.5}.template-cv5YhSZJ{color:#ef4444;font-weight:500}.template-kCJ30SYE{color:#00a9ce;font-weight:500}.template-soJJTbnu{color:#f57c00;font-weight:500;font-style:italic}.template-u6wlDnvp{color:#3b82f6;font-weight:500}.template-RJYeKaA0{color:#1a1d21;font-weight:500}.template-MxpYoq-C{font-size:.75rem;color:#9ca3af}@media(max-width:640px){.template-UqCrqdNR{flex-direction:column;align-items:flex-start;gap:.75rem}.template-T79-J-XE{width:100%}.template-rQrQzf6H{display:flex;justify-content:center}}.template-u0YOUTup{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.template-hTFgdXO9{display:flex;flex-direction:column;gap:.25rem}.template-2HERP-MR{font-size:1rem;font-weight:600;color:#1a1d21;margin:0}.template-6yYc-pn8{font-size:.8125rem;color:#6b7280;margin:0}.template-jKbouBiC,.template-fLp3GX4V{padding:2rem;text-align:center;color:#6b7280;font-size:.875rem}.template-JOjgfZOP{display:flex;flex-direction:column;gap:0;max-height:520px;overflow-y:auto;overflow-x:hidden;padding-right:.25rem}@media(max-width:1024px){.template-JOjgfZOP{max-height:420px}}@media(max-width:640px){.template-JOjgfZOP{max-height:300px;padding-left:.5rem;padding-right:.125rem}.template-mLT-82y6{margin-left:0;margin-right:0}}.template-UTqI8347{display:flex;gap:.75rem;position:relative;padding-bottom:1rem}.template-awjVUD2u{display:flex;flex-direction:column;align-items:center;position:relative;flex-shrink:0}.template-nFDRzPeO{width:10px;height:10px;border-radius:50%;background:#00a9ce;flex-shrink:0;z-index:1}.template-nFDRzPeO.template-sQ5dubu7{background:#2e7d32}.template-nFDRzPeO.template-xNojXHNl{background:#00a9ce}.template-nFDRzPeO.template-L2QAQaf7{background:#f57c00}.template-nFDRzPeO.template-ZyijCCJ0{background:#9c27b0}.template-nFDRzPeO.template-gTqrG1-2{background:#1976d2}.template-nFDRzPeO.template-OJWXiY-0{background:#6b7280}.template-qaLIGIOR{position:absolute;top:10px;left:50%;transform:translate(-50%);width:2px;height:calc(100% + 12px);background:#e8ecef}.template-GzEaJy9g{flex:1;padding-bottom:.5rem}.template-OLHkZa79{display:flex;align-items:flex-start;gap:.5rem}.template-FUjSbfAc{font-size:.8125rem;color:#1a1d21;margin:0 0 .25rem;line-height:1.5}.template-hEkUaugt{font-size:.8125rem;color:#374151;margin:0 0 .5rem;line-height:1.5;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem .75rem;white-space:pre-wrap}.template-6WgUP5jo{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;color:#9333ea;background:#f3e8ff;border-radius:4px;padding:.125rem .5rem;white-space:nowrap;flex-shrink:0}.template-mLT-82y6{background:#faf5ff;border-radius:8px;padding:.5rem;margin-left:-.5rem;margin-right:-.5rem}.template-aBaCZGZ3{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.template-Bl5VKnLn{font-size:.75rem;color:#6b7280;font-weight:500}.template-Kbw4x1MC{font-size:.75rem;color:#9ca3af}.template-ImdXe70X{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}.template-YV3-0YyW{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.5rem;display:flex;flex-direction:column;flex:1;min-height:600px;height:100%;max-height:100%;overflow:hidden}.template-mo4EmtBO{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem;color:#1a1d21}.template-Xh0RMjEm{display:flex;align-items:center;gap:.5rem}.template-Xh0RMjEm h3{font-size:.9375rem;font-weight:600;margin:0}.template-Xh0RMjEm svg{color:#1a1d21;flex-shrink:0}.template-Wb-dSItR{display:flex;align-items:center;gap:8px;flex-shrink:0}.template-zZT7KT6X{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem;flex:1;min-height:500px}.template-AiAwsWYS{color:#d1d5db;margin-bottom:1rem}.template-zZT7KT6X h4{font-size:.9375rem;font-weight:600;color:#1a1d21;margin:0 0 .25rem}.template-zZT7KT6X p{font-size:.8125rem;color:#6b7280;margin:0}.template-VAwlDmks{display:flex;flex-direction:column;gap:1rem;flex:1;overflow-y:auto;overflow-x:hidden;margin-bottom:1rem;padding-right:.5rem;min-height:0;height:100%}.template-VAwlDmks::-webkit-scrollbar{width:6px}.template-VAwlDmks::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.template-VAwlDmks::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.template-VAwlDmks::-webkit-scrollbar-thumb:hover{background:#94a3b8}.template-JZzcrWFq{display:flex;align-items:center;justify-content:center;padding:.75rem 0;font-size:.75rem;color:#9ca3af}.template-TYDQWj-4{display:flex;gap:.75rem}.template-IK1migKG{width:36px;height:36px;border-radius:50%;background:linear-gradient(270deg,#1ccdf4,#00a9ce);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#fff;flex-shrink:0}.template-K9R-aXve{flex:1;min-width:0;overflow:hidden}.template-iwjZgLaz{display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;flex-wrap:wrap}.template-JMEeDSRR{font-size:.875rem;font-weight:600;color:#1a1d21}.template-aScZ-KL4{font-size:.75rem;color:#9ca3af}.template-HI2b-thA{font-size:.8125rem;color:#374151;margin:0 0 .5rem;line-height:1.5;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word}.template-a3Rm9OYV{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.template-s76fUTUf{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e8ecef;border-radius:8px;text-decoration:none;color:#374151;font-size:.8125rem;transition:all .2s ease}.template-s76fUTUf:hover{background:#f1f5f9;border-color:#00a9ce;color:#00a9ce}.template-s76fUTUf svg{color:#00a9ce;flex-shrink:0}.template-sS3qN1yP{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.template-XkCy08U0{font-size:.75rem;color:#9ca3af;flex-shrink:0}.template-8SzPmd9X{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;border:1px solid #e8ecef}.template-yRtSPUcX{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#374151}.template-sS3qN1yP{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-CZls-z4d{background:none;border:none;color:#ef4444;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.template-CZls-z4d:hover{color:#dc2626}.template-zdY-jzPh{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0;flex-shrink:0}.template-13fumVxX,.template-xoJvYeQ9{display:flex;flex-direction:column;gap:.5rem;margin-top:auto;flex-shrink:0}.template-ieJJytEm{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8fafc;border-radius:24px;border:1px solid #e8ecef}.template-6J1UXOWT{position:relative;align-self:flex-start}.template-YEeopaRu{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(270deg,#e6f7fb,#bae7ff);border:1px solid #00a9ce;border-radius:50%;color:#00a9ce;cursor:pointer;transition:all .2s ease;flex-shrink:0}.template-YEeopaRu:hover:not(:disabled){background:linear-gradient(270deg,#bae7ff,#91d5ff);transform:scale(1.05)}.template-YEeopaRu:disabled{opacity:.5;cursor:not-allowed}.template-HNstYZkm{position:absolute;bottom:calc(100% + 8px);left:0;width:320px;min-height:200px;max-height:400px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001f;border:1px solid #e8ecef;z-index:1000;overflow:hidden;display:flex;flex-direction:column;animation:template-k7TRcQm4 .2s ease}@keyframes template-k7TRcQm4{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.template-K25EoW1I{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(270deg,#e6f7fb,#bae7ff);border-bottom:1px solid #e8ecef;font-size:.875rem;font-weight:600;color:#00a9ce}.template-K25EoW1I svg{color:#00a9ce}.template-RK5QGtPr{display:flex;flex-direction:column;max-height:320px;overflow-y:auto;padding:.5rem}.template-RK5QGtPr::-webkit-scrollbar{width:6px}.template-RK5QGtPr::-webkit-scrollbar-track{background:#f1f5f9;border-radius:3px}.template-RK5QGtPr::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.template-RK5QGtPr::-webkit-scrollbar-thumb:hover{background:#94a3b8}.template-pg60UKep{display:flex;flex-direction:column;gap:.25rem;padding:.75rem;background:transparent;border:none;border-radius:8px;text-align:left;cursor:pointer;transition:all .15s ease}.template-pg60UKep:hover{background:#f8fafc}.template-pg60UKep:active{background:#f1f5f9}.template-MYAS6Qrm{font-size:.875rem;font-weight:600;color:#1a1d21}.template-hDkhs7ol{font-size:.8125rem;color:#6b7280;line-height:1.4}.template-pAP5flWg{display:inline-block;margin-top:.25rem;padding:2px 8px;background:#e6f7fb;border-radius:12px;font-size:.75rem;font-weight:500;color:#00a9ce;width:fit-content}.template-W61ggQwX,.template-3GKzFx7G{padding:2rem 1rem;text-align:center;font-size:.875rem;color:#9ca3af}.template-gQVWfNDm{flex:1;border:none;background:transparent;font-size:.875rem;color:#1a1d21;outline:none}.template-gQVWfNDm::placeholder{color:#9ca3af}.template-AZNL2iaS{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.template-AZNL2iaS:hover:not(:disabled){background:#e8ecef;color:#374151}.template-AZNL2iaS:disabled{opacity:.5;cursor:not-allowed}.template-C1AjwA2J{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:16px;border:1px solid #d1d5db;background:#f9fafb;color:#6b7280;font-size:.6875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;line-height:1}.template-C1AjwA2J:hover:not(:disabled){border-color:#9333ea;color:#9333ea;background:#faf5ff}.template-C1AjwA2J:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.template-ieJJytEm{flex-wrap:wrap;row-gap:.5rem}.template-gQVWfNDm{flex:1 1 100%;order:1;min-width:0}.template-AZNL2iaS{order:2}.template-C1AjwA2J{order:3;flex:1 1 auto;white-space:normal;justify-content:center;font-size:.625rem;padding:6px 8px}.template-DU2eURFH{order:4;margin-left:auto}}.template-su9BTpUV{border-color:#9333ea;background:#f3e8ff;color:#7c3aed}.template-su9BTpUV:hover:not(:disabled){background:#ede9fe}.template-DU2eURFH{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:linear-gradient(270deg,#1ccdf4,#00a9ce);border:none;border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;flex-shrink:0}.template-DU2eURFH:hover:not(:disabled){transform:scale(1.05)}.template-DU2eURFH:disabled{opacity:.5;cursor:not-allowed}.template-1lW-AKn8{display:flex;flex-direction:column;gap:20px;max-width:100%;overflow:hidden}.template-ANjFTuds{display:flex;align-items:center;gap:12px;padding:16px;background-color:#f9fafb;border-radius:12px}.template-ig-y889S{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3f7afc,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;text-transform:uppercase}.template-2bOOLJFq{display:flex;flex-direction:column;gap:2px}.template-Co-3aboG{font-weight:600;font-size:15px;color:#111827}.template-tza81ntE{font-size:13px;color:#6b7280}.template-ics7REsj{display:flex;flex-direction:column;gap:10px}.template-GQbC0-KN{font-size:14px;font-weight:500;color:#374151}.template-ksKOGBL5{display:flex;flex-direction:column;gap:12px}.template-nHZc-OmH{display:flex;align-items:center;gap:12px;padding:12px 16px;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;transition:border-color .2s ease,background-color .2s ease}.template-nHZc-OmH:hover{border-color:#3f7afc;background-color:#f8faff}.template-vA99w3TD{display:flex;flex-direction:column;gap:2px}.template--rONBjWe{font-weight:500;font-size:14px;color:#111827}.template-auOHNGXU{font-size:13px;color:#6b7280}.template-RchD1hzV{font-size:13px;color:#ef4444;font-style:italic}.template-hMzxEMHM{font-size:12px;color:#9ca3af;text-align:right;margin-top:-12px;padding-right:.5rem}.textarea-wrapper{max-width:100%;overflow:hidden}.textarea{max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.template-o3iiTR5-{display:flex;flex-direction:column;gap:1.5rem}.template-Xvv7ByeN{display:flex;flex-direction:column;gap:.5rem}.template-Mi9Ri2N8{font-size:.875rem;font-weight:500;color:#1a1d21}.template-nyD4v3jZ{padding:.75rem;background:#f5f6f6;border:1px solid #e8ecef;border-radius:8px;font-size:.875rem;color:#6b7280}.template-hCrT-pQ4{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}.template-DvGMgUe7{display:flex;flex-direction:column;gap:1.5rem;flex:0 0 auto}@media(min-width:1024px){.template-DvGMgUe7{display:grid;grid-template-columns:1fr minmax(360px,420px);align-items:start;gap:1.5rem}}.template-xM8c-ylU{display:flex;flex-direction:column;gap:1.5rem;min-height:0;flex:1}.template-4QogJ8UW{display:flex;flex-direction:column;gap:1.5rem;width:100%}.template-czxWJX2R{width:100%;flex-shrink:0;padding-top:.5rem}.template-HtTgf3Ws{font-size:1.125rem;font-weight:600;color:#1a1d21;margin:0 0 .25rem}.template-S2iulAiu{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.template-6fgf5d4D{display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow:hidden}@media(min-width:1024px){.template-6fgf5d4D{max-height:calc(100vh - 120px);position:sticky;top:0;align-self:start;overflow-y:auto}}@media(max-width:1023px){.template-6fgf5d4D{min-height:600px}}.template-LEQHex-W{display:flex;align-items:center;justify-content:center;min-height:400px}.template-t9APB-oW{width:40px;height:40px;border:3px solid #e8ecef;border-top-color:#00a9ce;border-radius:50%;animation:template-KGAlhKDk 1s linear infinite}@keyframes template-KGAlhKDk{to{transform:rotate(360deg)}}.template-LkFCq2OF{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1rem;color:#6b7280}.template-I4ufUJLj{background:#fff;border:1px solid #e8ecef;border-radius:12px;padding:1.25rem;flex-shrink:0}.template-H3hTboJD{font-size:1rem;font-weight:600;color:#1a1d21;margin:0 0 .75rem}.template-1WRT0Ol4{display:flex;flex-direction:column;gap:.75rem}.template-001sg3FI{display:flex;gap:.5rem;margin-top:.5rem}.template-eSCLG6HE{background:#fff;border:1px solid #e8ecef;border-radius:12px;padding:1.25rem}.template-U7s6IYbi{font-size:1rem;font-weight:600;color:#1a1d21;margin:0 0 .75rem}.template-qN4qNwXs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.template-ibMHMPiT{display:flex;flex-direction:column;gap:.35rem}.template-9h2BydxM{font-size:.75rem;font-weight:500;color:#6b7280}.template-RRAmy3g6{padding:.7rem .9rem;background:#f8fafc;border-radius:8px;min-height:44px;color:#1a1d21;font-size:.875rem;display:flex;align-items:center}.template-0AS5I4YJ{display:flex;align-items:center;gap:12px}.template-g7A-gSeB{flex:1;min-width:0}.template-b1nYXGt4{height:44px;min-width:96px;padding:0 18px;border-radius:12px;border:1px solid #00a9ce;background:#00a9ce;color:#fff;font-size:14px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;align-self:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}.template-b1nYXGt4:hover:not(:disabled){background:#0089a8;border-color:#0089a8;transform:translateY(-1px)}.template-b1nYXGt4:disabled{cursor:not-allowed;color:#fff;background:#c6d1d9;border-color:#c6d1d9}.template-WfikaC-A{width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:template-5MdsTEkj .7s linear infinite}@keyframes template-5MdsTEkj{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1023px){.template-hCrT-pQ4{flex:1;height:auto}.template-xM8c-ylU,.template-6fgf5d4D{flex:0 1 auto}.template-qN4qNwXs{grid-template-columns:1fr}}.template-gBUB2K9i{display:flex;flex-direction:column;gap:24px}.template-7K1erQOP{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1200px){.template-7K1erQOP{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.template-7K1erQOP{grid-template-columns:1fr}}.template-lE68yWcS{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.template-idTdzGvU{min-width:180px;flex:1;max-width:250px}.template-6SfzAhyF{display:flex;flex-direction:column;gap:20px;padding:8px 0;min-width:500px;max-width:600px}.template-nA-M7VGN{display:grid;grid-template-columns:1fr 1fr;gap:16px}.template-TzJNzhUr{display:flex;flex-direction:column;gap:8px}.template-uzROXVKg{font-size:14px;font-weight:500;color:#374151}.template-AdDYBt3w{display:flex;gap:16px}.template-v3HeoOmc{display:flex;align-items:center;gap:8px;font-size:14px;color:#4b5563;cursor:pointer}.template-v3HeoOmc input[type=checkbox]{width:16px;height:16px;cursor:pointer}.switch{position:relative;width:40px;height:20px;border-radius:9999px;display:inline-block;cursor:pointer;transition:background-color .25s}.switch.default{background-color:var(--color-neutral-dark, #616161)}.switch.default.checked{background-color:var(--theme-color, #00A9CE)}.switch.primary{background-color:var(--color-primary, rgb(0, 169, 206))}.switch.success{background-color:var(--color-success, #22c55e)}.switch.info{background-color:var(--color-info, #00b8d9)}.switch.warning{background-color:var(--color-warning, #ffab00)}.switch.error{background-color:var(--color-error, red)}.switch.unchecked{background-color:var(--color-neutral, #e0e0e0);border:1px solid var(--theme-color, #00A9CE)}.switch.unchecked.hover:not(.disabled){background-color:var(--color-neutral-dark, #b3b3b3)}.switch.checked{border:1px solid var(--theme-color, #00A9CE)}.switch.disabled{cursor:not-allowed;opacity:.6}.switch .switch-toggle{position:absolute;top:1px;left:1px;width:16px;height:16px;border-radius:9999px;background-color:var(--theme-color, #00A9CE);transition:transform .25s}.switch.checked .switch-toggle{transform:translate(20px);background-color:#fff}.time-picker-container{position:relative;width:100%}.time-picker-container.disabled .time-picker-input{background-color:var(--color-neutral-light, #f4f5f7);cursor:not-allowed;border-color:var(--color-neutral, #ddd);color:var(--color-neutral-dark, #505862)}.time-picker-container.error .time-picker-input{border-color:var(--color-error, #ff5630)}.time-picker-container .time-picker-label{display:flex;align-items:center;gap:4px;margin-bottom:8px;font-size:18px;color:var(--color-neutral-dark)}.time-picker-container .time-picker-input{min-height:54px;display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border:1px solid var(--color-primary-darker, #c1c7d0);border-radius:12px;background-color:#fff;cursor:pointer;transition:all .2s ease}.time-picker-container .time-picker-input:hover:not(.disabled){border-color:var(--color-primary-light, #00A9CE)}.time-picker-container .time-picker-input.focused{border-color:var(--color-primary-light, #00A9CE);box-shadow:0 0 0 2px #00a9ce33}.time-picker-container .time-picker-input .time-picker-value{color:var(--color-text-main, #172b4d);font-size:18px}.time-picker-container .time-picker-input .time-picker-arrow{transition:transform .2s ease;color:var(--color-neutral-dark, #505862)}.time-picker-container .time-picker-input .time-picker-arrow.open{transform:rotate(180deg)}.time-picker-container .time-picker-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid var(--color-neutral, #ddd);border-radius:12px;box-shadow:0 4px 8px #0000001a;z-index:1000;display:flex;height:250px;overflow:hidden}.time-picker-container .time-picker-dropdown .time-column{flex:1;display:flex;flex-direction:column;border-right:1px solid var(--color-neutral-light, #ebecf0)}.time-picker-container .time-picker-dropdown .time-column:last-child{border-right:none}.time-picker-container .time-picker-dropdown .time-column .column-header{padding:8px;text-align:center;background-color:var(--color-neutral-light, #f4f5f7);border-bottom:1px solid var(--color-neutral, #ddd);font-weight:500;font-size:16px;color:var(--color-neutral-dark, #505862)}.time-picker-container .time-picker-dropdown .time-column .column-list{overflow-y:auto;flex:1;padding:4px 0}.time-picker-container .time-picker-dropdown .time-column .column-list::-webkit-scrollbar{width:4px}.time-picker-container .time-picker-dropdown .time-column .column-list::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.time-picker-container .time-picker-dropdown .time-column .column-list .time-option{padding:8px;text-align:center;cursor:pointer;transition:background-color .1s;font-size:18px}.time-picker-container .time-picker-dropdown .time-column .column-list .time-option:hover{background-color:var(--color-primary-lighter, #e6f7ff)}.time-picker-container .time-picker-dropdown .time-column .column-list .time-option.selected{background-color:var(--color-primary-light, #00A9CE);color:#fff}.time-picker-container .time-picker-error{display:block;margin-top:4px;font-size:16px;color:var(--color-error, #ff5630)}.template-RO5bRFWR{min-height:65vh}.template-NJ62euKo{display:flex;flex-direction:column;gap:20px}.template--l-w9Evx{display:flex;gap:20px}.template--l-w9Evx>*{flex:1}.template-FhaBK6Rx{display:flex;flex-direction:column;gap:8px}.template-nCN5gm-W{display:flex;align-items:center;justify-content:space-between;padding:4px 0}.template-7MHriCdG,.template-FFxAmY0h{font-size:14px;font-weight:500;color:#0d1f2d}.template-LXeM41J6{width:100%;padding:12px;border:1px solid #E9ECEF;border-radius:8px;font-size:14px;font-family:inherit;color:#0d1f2d;resize:vertical;transition:all .2s ease}.template-LXeM41J6::placeholder{color:#72808f}.template-LXeM41J6:hover{border-color:#dadfe3}.template-LXeM41J6:focus{outline:none;border-color:#53565a;box-shadow:0 0 0 3px #53565a1a}.template-LXeM41J6:disabled{background-color:#f8f9fa;cursor:not-allowed}.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:var(--theme-color, #00A9CE);text-decoration:none;font-size:20px;font-weight:500;transition:color .25s ease-in-out;cursor:pointer}.breadcrumb__link:hover{color:var(--color-primary, rgb(0, 169, 206));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:20px;user-select:none}.breadcrumb__separator svg{flex-shrink:0}.breadcrumb__text{color:var(--color-neutral-dark, #637381);font-size:20px;font-weight:500}.breadcrumb__text--active{color:var(--color-primary, rgb(0, 169, 206))}.template-Bn5Cl-QK{display:flex;flex-direction:column;height:100%;min-height:0}.template-Bn5Cl-QK .template-KSeFbvlh{display:flex;justify-content:space-between;align-items:start;flex-shrink:0;margin-bottom:20px}.template-Bn5Cl-QK .template-1-RPMsRi{display:flex;align-items:center;gap:20px;height:48px}.template-Bn5Cl-QK .template-1-RPMsRi .template-fqYhl07F{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}.template-Bn5Cl-QK .template-1-RPMsRi .template-fqYhl07F:hover{background:#f3f4f6;color:#374151}.template-Bn5Cl-QK .template-1-RPMsRi .template-fqYhl07F:focus{outline:2px solid #00a9ce;outline-offset:2px}.template-Bn5Cl-QK .template-1-RPMsRi .template-yYx0y-dO{margin:0;display:flex;align-items:center;height:100%}.template-Bn5Cl-QK .template-1-RPMsRi .template-yYx0y-dO .breadcrumb__list{margin:0;height:auto}.template-Bn5Cl-QK .template-GOU-ZZc1{display:flex;align-items:center}.template-Bn5Cl-QK .template-GOU-ZZc1 .header-topbar{margin:0}.template-Bn5Cl-QK .template-We3j5oVb{flex:1;display:flex;flex-direction:column;min-height:0}.template-Bn5Cl-QK .template-We3j5oVb .template-ooqmuasy{margin-bottom:20px;flex-shrink:0;display:flex;align-items:center;gap:12px}.template-Bn5Cl-QK .template-We3j5oVb .template-NzBv7WgL{width:220px;flex-shrink:0}.template-Bn5Cl-QK .template-We3j5oVb .template-Smvb40qJ{display:grid;grid-template-columns:1fr 1fr;gap:24px;flex:1;min-height:0}.template-Bn5Cl-QK .template-We3j5oVb .template--4-2RLy3{display:flex;flex-direction:column;min-height:0;min-width:0;overflow:hidden}.template-Bn5Cl-QK .template-We3j5oVb .template--4-2RLy3 .template-9TmJBO1E{font-size:1rem;font-weight:600;color:#0d1f2d;margin:0}.template-Bn5Cl-QK .template-We3j5oVb .template--4-2RLy3 .template-Hdg3nFoo{flex:1;min-height:400px}.template-Bn5Cl-QK .template-We3j5oVb .template-89Lks7Uj{display:flex;flex-direction:column;flex:1;min-height:0}@media(max-width:768px){.template-Bn5Cl-QK .template-KSeFbvlh{flex-direction:column;align-items:stretch;gap:12px}.template-Bn5Cl-QK .template-1-RPMsRi{height:auto;gap:12px;align-items:center;flex-wrap:wrap;row-gap:8px}.template-Bn5Cl-QK .template-1-RPMsRi .template-yYx0y-dO{flex:1;min-width:0}.template-Bn5Cl-QK .template-1-RPMsRi .template-yYx0y-dO .breadcrumb__list{margin:0;flex-wrap:wrap;row-gap:6px}.template-Bn5Cl-QK .template-1-RPMsRi .template-yYx0y-dO .breadcrumb__list{align-items:center}.template-Bn5Cl-QK .template-1-RPMsRi .template-yYx0y-dO .breadcrumb__item{display:inline-flex;align-items:center}.template-Bn5Cl-QK .template-GOU-ZZc1,.template-Bn5Cl-QK .template-GOU-ZZc1 .header-topbar{width:100%}}@media(max-width:1024px)and (min-width:769px){.template-Bn5Cl-QK .template-1-RPMsRi{flex-wrap:wrap;height:auto;row-gap:8px}.template-Bn5Cl-QK .template-1-RPMsRi .template-yYx0y-dO{flex:1 1 100%;min-width:0}.template-Bn5Cl-QK .template-1-RPMsRi .template-yYx0y-dO .breadcrumb__list{margin:0;flex-wrap:wrap;row-gap:6px}}.template-bdrvw829{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-shrink:0}.template-G4ptT9xA{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #dadfe3;background:#fff;border-radius:8px;cursor:pointer;color:#53565a;transition:all .2s ease}.template-G4ptT9xA:hover{background:#f3f4f6;color:#0d1f2d;border-color:#00a9ce}.template-G4ptT9xA:focus-visible{outline:2px solid #00a9ce;outline-offset:2px}.template-HvXVPXSG{position:fixed;inset:0;z-index:9999;background:#f8f9fa;padding:24px;display:flex;flex-direction:column}.template-HvXVPXSG .template-Hdg3nFoo{flex:1;min-height:0;height:0}.template-Hdg3nFoo{width:100%;height:100%;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;background-color:#f8f9fa}.template-Hdg3nFoo .template-I-c2H0n9{cursor:pointer;transition:all .3s ease}.template-Hdg3nFoo .template-I-c2H0n9:hover{filter:brightness(.95)}.template-JfUwa-TL{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding:8px 0}.template-GjfVDdlM{display:flex;flex-direction:column;gap:16px;padding-bottom:20px;margin-bottom:12px;border-bottom:1px solid #e9ecef}.template-GjfVDdlM .template-o-O1gsJd{display:flex;flex-direction:column;gap:4px}.template-GjfVDdlM .template-o-O1gsJd .template-u8-xNjcD{font-size:14px;font-weight:600;color:#0d1f2d;margin:0}.template-GjfVDdlM .template-o-O1gsJd .template-HO9jU72a{font-size:14px;color:#72808f;margin:0;line-height:1.5}.template-GjfVDdlM .template-o-O1gsJd .template-kGPSjxA7{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.template-GjfVDdlM .template-o-O1gsJd .template-kGPSjxA7 .template-ZJJdr93i{padding:4px 10px;background-color:#e6f7fb;color:#0390ba;border-radius:4px;font-size:12px;font-weight:500}.template-DL-0ymq-{margin-bottom:20px;border-bottom:1px solid #eee;padding-bottom:10px}.template-DL-0ymq- h3{font-size:16px;font-weight:600;margin-bottom:10px;color:#0d1f2d}.template-hWxZhPvr{padding:16px;border:1px solid #e9ecef;border-radius:8px;background-color:#fff}.template-hWxZhPvr h3{margin:0 0 8px;font-size:16px;font-weight:500;color:#0d1f2d}.template-hWxZhPvr p{margin:4px 0;font-size:14px;color:#72808f}.template-Eofdc9-p{padding:32px;text-align:center;color:#72808f}.template-Eofdc9-p p{margin:0;font-size:14px}.template-y2Ux6cH4{width:100%;padding:0}.template-uRagkVO-{margin-bottom:32px}.template-aWUeAArN{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:20px}.template-aWUeAArN svg{flex-shrink:0}.template-jgpQwlfS{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}@media(max-width:768px){.template-jgpQwlfS{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:480px){.template-jgpQwlfS{grid-template-columns:1fr}}.template-NROGK0sv{padding:24px;border-radius:16px;border:1px solid #e8e8e8;background:#fff;transition:all .3s ease;box-shadow:0 2px 8px #0000000a;position:relative;overflow:hidden;cursor:pointer}.template-NROGK0sv:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.template-NROGK0sv.template-Y5lqgE1c{box-shadow:0 8px 24px #00000026;transform:translateY(-4px);border-color:var(--card-accent-color, #FFC72C);border-width:2px}.template-NROGK0sv:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--card-accent-color, #FFC72C)}.template-NROGK0sv.template-8vkV0eQw{--card-accent-color: #FFC72C;--icon-bg-color: linear-gradient( 180deg, rgba(255, 199, 44, .2) 0%, rgba(255, 199, 44, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #FFC72C 0%, #FFE082 50%, #FFC72C 100% );background:linear-gradient(135deg,#fff8e1,#fff)}.template-NROGK0sv.template-KOEX5Rvt{--card-accent-color: #ff9800;--icon-bg-color: linear-gradient( 180deg, rgba(255, 152, 0, .2) 0%, rgba(255, 152, 0, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #ff9800 0%, #ffb74d 50%, #ff9800 100% );background:linear-gradient(135deg,#fff3e0,#fff)}.template-NROGK0sv.template-43wUmyz1{--card-accent-color: #2196f3;--icon-bg-color: linear-gradient( 180deg, rgba(33, 150, 243, .2) 0%, rgba(33, 150, 243, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #2196f3 0%, #64b5f6 50%, #2196f3 100% );background:linear-gradient(135deg,#e3f2fd,#fff)}.template-NROGK0sv.template-L44onWit{--card-accent-color: #4caf50;--icon-bg-color: linear-gradient( 180deg, rgba(76, 175, 80, .2) 0%, rgba(76, 175, 80, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #4caf50 0%, #81c784 50%, #4caf50 100% );background:linear-gradient(135deg,#e8f5e9,#fff)}.template-NROGK0sv.template-F4VSkQv9{--card-accent-color: #9c27b0;--icon-bg-color: linear-gradient( 180deg, rgba(156, 39, 176, .2) 0%, rgba(156, 39, 176, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #9c27b0 0%, #ba68c8 50%, #9c27b0 100% );background:linear-gradient(135deg,#f3e5f5,#fff)}.template-NROGK0sv.template-EfXXKo1h{--card-accent-color: #2196f3;--icon-bg-color: linear-gradient( 180deg, rgba(33, 150, 243, .2) 0%, rgba(33, 150, 243, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #2196f3 0%, #64b5f6 50%, #2196f3 100% );background:linear-gradient(135deg,#e3f2fd,#fff)}.template-NROGK0sv.template-nNE3YEgg{--card-accent-color: #565e64;--icon-bg-color: linear-gradient( 180deg, rgba(86, 94, 100, .2) 0%, rgba(86, 94, 100, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #565e64 0%, #8e959b 50%, #565e64 100% );background:linear-gradient(135deg,#f5f5f5,#fff)}.template-NROGK0sv.template-3vSKLQdE{--card-accent-color: #c62828;--icon-bg-color: linear-gradient( 180deg, rgba(198, 40, 40, .2) 0%, rgba(198, 40, 40, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #c62828 0%, #e57373 50%, #c62828 100% );background:linear-gradient(135deg,#ffebee,#fff)}.template-NROGK0sv.template--IXzYVO7{--card-accent-color: #ff9800;--icon-bg-color: linear-gradient( 180deg, rgba(255, 152, 0, .2) 0%, rgba(255, 152, 0, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #ff9800 0%, #ffb74d 50%, #ff9800 100% );background:linear-gradient(135deg,#fff3e0,#fff)}.template-NROGK0sv.template-dQlIK33n{--card-accent-color: #4caf50;--icon-bg-color: linear-gradient( 180deg, rgba(76, 175, 80, .2) 0%, rgba(76, 175, 80, .1) 100% );--icon-border-gradient: linear-gradient( 135deg, #4caf50 0%, #81c784 50%, #4caf50 100% );background:linear-gradient(135deg,#e8f5e9,#fff)}.template-M1olyf-H{display:flex;align-items:center;gap:12px;margin-bottom:16px}.template--lKy6HSu{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:var(--icon-bg-color, rgba(255, 199, 44, .15));color:var(--card-accent-color, #FFC72C);flex-shrink:0;position:relative;overflow:hidden}.template--lKy6HSu:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:var(--icon-border-gradient, linear-gradient(135deg, var(--card-accent-color, #FFC72C) 0%, var(--card-accent-color, #FFC72C) 100%));-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;opacity:.3}.template--lKy6HSu svg{color:var(--card-accent-color, #FFC72C);z-index:1;position:relative}.template-2TbeGZAW{font-size:14px;font-weight:600;color:#666;margin:0}.template-FAvtiXxj{font-size:32px;font-weight:700;color:#1a1a1a;line-height:1.2;margin-bottom:4px}.template-AP2HicHv{font-size:13px;color:#999}.template-agAPYKz6{font-size:12px;font-weight:600;color:var(--card-accent-color, #FFC72C);margin-top:8px}.template-DLfXFVx6{display:flex;justify-content:center;align-items:center;padding:48px;min-height:200px}.template-WxX8eaT1{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #FFC72C;border-radius:50%;animation:template-nOauYX-S 1s linear infinite}@keyframes template-nOauYX-S{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.template-MTJ1Oqa7{font-size:16px;font-weight:400;color:#1a1a1a}.template-D4o7Mjix{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:16px;font-weight:400;letter-spacing:.5px}.template-D4o7Mjix.template-EfXXKo1h{background-color:#fff3e0;color:#ff9800}.template-D4o7Mjix.template-43wUmyz1{background-color:#e3f2fd;color:#2196f3}.template-D4o7Mjix.template-sYiwNl2h{background-color:#f3e5f5;color:#9c27b0}.template-D4o7Mjix.template-nNE3YEgg{background-color:#e8f5e9;color:#4caf50}.template-D4o7Mjix.template-uPMk1c63{background-color:#fce4ec;color:#e91e63}.template-D4o7Mjix.template-EmJRjqMR{background-color:#f5f5f5;color:#666}.template-NKadqjD8{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:16px;font-weight:400;letter-spacing:.5px}.template-NKadqjD8.template-dQlIK33n{background-color:#e8f5e9;color:#4caf50}.template-NKadqjD8.template--IXzYVO7{background-color:#fff3e0;color:#ff9800}.template-NKadqjD8.template-MvAv2nsb{background-color:#ffe0b2;color:#f57c00}.template-NKadqjD8.template-3vSKLQdE{background-color:#ffebee;color:#c62828}.template-3RC4k7zs{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;background-color:#f5f5f5;color:#666;font-size:16px;font-weight:400}.template-cX69Pu3L{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center;color:#999}.template-DRLsx4Fh{width:64px;height:64px;margin-bottom:16px;opacity:.5}.template--5KHATid{font-size:16px;font-weight:500;margin-bottom:8px}.template-8Oefdj3l{font-size:14px;color:#999}.template-v3tdrMjI{margin-bottom:24px;display:flex;gap:12px;border-bottom:1px solid #e8e8e8;padding-bottom:12px}.template-bQjQX3zP{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background:transparent;border:1px solid transparent;color:#666}.template-bQjQX3zP:hover{background:#f5f5f5;color:#1a1a1a}.template-bQjQX3zP.template-vh26Z7W0{background:#ffc72c;color:#fff;border-color:#ffc72c}.template-sIpVKYo7{margin-top:20px}.image-input-container{display:flex;flex-direction:column;gap:8px}.image-input-container .image-input-label{font-size:14px;font-weight:500;color:#505862;margin-bottom:4px}.image-input-container .supported-formats{font-size:12px;color:var(--theme-color, #00A9CE);display:flex;justify-content:space-between;align-items:center}.image-input-container .supported-formats .max-size{color:var(--theme-color, #00A9CE)}.image-input-container .image-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}.image-input-container .image-drop-zone:hover{border-color:var(--color-primary-light, rgb(0, 169, 206));background-color:#fff7f0}.image-input-container .image-drop-zone.drag-over{border-color:var(--color-primary-light, rgb(0, 169, 206));background-color:#fff7f0;transform:scale(1.02)}.image-input-container .image-drop-zone.has-images{padding:16px;text-align:left}.image-input-container .image-drop-zone .drop-zone-content{display:flex;flex-direction:column;align-items:center;gap:16px}.image-input-container .image-drop-zone .drop-zone-content .upload-icon{color:var(--color-neutral-light, #999)}.image-input-container .image-drop-zone .drop-zone-content .drop-zone-text{display:flex;flex-direction:column;align-items:center;gap:8px}.image-input-container .image-drop-zone .drop-zone-content .drop-zone-text p{margin:0;color:#646d76;font-size:14px}.image-input-container .image-drop-zone .drop-zone-content .drop-zone-text .image-select-button{background:none;border:none;color:var(--color-primary-light, rgb(0, 169, 206));font-size:14px;font-weight:500;cursor:pointer;text-decoration:underline;padding:0}.image-input-container .image-list{width:100%;display:flex;flex-direction:column;gap:8px}.image-input-container .image-list .image-item{display:flex;background-color:#f6f7f8;flex-direction:column;padding:12px;border-radius:12px;transition:all .2s ease;border:1px solid #f6f7f8}.image-input-container .image-list .image-item:hover{border-color:#d0d7de;box-shadow:0 1px 3px #0000000d;border:1px solid #e1e5e9}.image-input-container .image-list .image-item .image-item-header{display:flex;align-items:center;justify-content:space-between;width:100%}.image-input-container .image-list .image-item .image-item-header .image-info{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.image-input-container .image-list .image-item .image-item-header .image-info .image-preview{width:32px;height:32px;border-radius:4px;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:#f0f2f4}.image-input-container .image-list .image-item .image-item-header .image-info .image-preview img{width:100%;height:100%;object-fit:cover}.image-input-container .image-list .image-item .image-item-header .image-info .image-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;background-color:#4caf50}.image-input-container .image-list .image-item .image-item-header .image-info .image-icon.loading{background-color:var(--color-neutral-light, #999);animation:pulse 1.5s ease-in-out infinite}.image-input-container .image-list .image-item .image-item-header .image-info .image-details{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.image-input-container .image-list .image-item .image-item-header .image-info .image-details .image-name{font-size:14px;font-weight:500;color:#0d1f2d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.image-input-container .image-list .image-item .image-item-header .image-info .image-details .image-size{font-size:12px;color:var(--theme-color, #00A9CE)}.image-input-container .image-list .image-item .image-item-header .image-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.image-input-container .image-list .image-item .image-item-header .image-actions .upload-status{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.image-input-container .image-list .image-item .image-item-header .image-actions .upload-status.completed,.image-input-container .image-list .image-item .image-item-header .image-actions .upload-status.uploading{color:#505862}.image-input-container .image-list .image-item .image-item-header .image-actions .upload-status.error{color:#fb3748}.image-input-container .image-list .image-item .image-item-header .image-actions .upload-status svg{width:16px;height:16px}.image-input-container .image-list .image-item .image-item-header .image-actions .progress-percentage{font-size:12px;font-weight:600;color:var(--color-primary-light, rgb(0, 169, 206));min-width:35px;text-align:right}.image-input-container .image-list .image-item .image-item-header .image-actions .remove-image-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}.image-input-container .image-list .image-item .image-item-header .image-actions .remove-image-button svg{width:16px;height:16px}.image-input-container .image-list .image-item .upload-progress{margin-top:8px;width:100%}.image-input-container .image-list .image-item .upload-progress .progress-bar{width:100%;height:6px;background-color:#fff;border-radius:3px;overflow:hidden}.image-input-container .image-list .image-item .upload-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#00a9ce,#ff8f4a);transition:width .3s ease;border-radius:3px}.image-input-container .image-input-error{font-size:12px;color:var(--color-error, #cf222e);margin-top:4px}.image-input-container.error .image-drop-zone{border-color:var(--color-error, #cf222e);background-color:#fff8f8}.image-input-container.error .image-input-label{color:var(--color-error, #cf222e)}.image-input-container.disabled{opacity:.6;pointer-events:none}.image-input-container.disabled .image-drop-zone{cursor:not-allowed;background-color:#f5f5f5}.image-input-container.outlined .image-drop-zone{background-color:#fff}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.template-2HB8o2F6{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;padding:10px 0}.template-zu-n6TXw{grid-column:span 2}@media(max-width:640px){.template-2HB8o2F6{grid-template-columns:1fr;gap:16px}.template-zu-n6TXw{grid-column:span 1}}.template-nq1KPnJA{display:block;font-size:14px;font-weight:500;color:#333;margin-bottom:8px}.template-8TjKwdVD{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.5rem 1.5rem 0;display:flex;flex-direction:column;gap:1.25rem;transition:all .2s ease;min-width:0}.template-8TjKwdVD:hover{box-shadow:0 4px 16px #00000014}.template-3ymUeAuZ{display:flex;gap:1rem;align-items:flex-start}.template-VV9IZWBd{position:relative;width:44px;height:44px;border-radius:12px;padding:10px;background:linear-gradient(180deg,#fff8e1,#fff0);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#ffc72c}.template-VV9IZWBd:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#ffc72c,#ffe082,#ffc72c);-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}.template-VV9IZWBd svg{width:24px;height:24px}.template-0yShU0DU{flex:1;min-width:0}.template-HS-99ext{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.template-jkqnciUY{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.template-d-Qh1ACp{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:100px;font-size:.6875rem;font-weight:600;white-space:nowrap;flex-shrink:0}.template-d-Qh1ACp.template-lkiGjsJ4{background:#e6f7ed;color:#10b981}.template-d-Qh1ACp.template-pH5t9q5W{background:#fef3c7;color:#f59e0b}.template-QQJPN-rJ{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-OIc-xpDZ{position:relative}.template-B48Ck51K{width:32px;height:32px;border:none;background:transparent;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:all .2s}.template-B48Ck51K:hover{background:#f3f4f6;color:#6b7280}.template-B48Ck51K .anticon{font-size:18px}.template-GL4ynjey{position:absolute;top:calc(100% + 4px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000001f;border:1px solid #e8ecef;padding:.5rem;min-width:160px;z-index:100;animation:template-W7dYPvcG .15s ease}@keyframes template-W7dYPvcG{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.template-MYbh8YGy{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;border:none;background:transparent;border-radius:8px;font-size:.875rem;color:#374151;cursor:pointer;transition:all .15s}.template-MYbh8YGy:hover{background:#f3f4f6}.template-MYbh8YGy .anticon{font-size:16px;color:#6b7280}.template-MYbh8YGy.template-MXqeczML,.template-MYbh8YGy.template-MXqeczML .anticon{color:#dc2626}.template-MYbh8YGy.template-MXqeczML:hover{background:#fef2f2}.template-FDsz0mm2{display:grid;grid-template-columns:repeat(3,1fr);padding-top:.25rem}.template-bu3LZwap{display:flex;flex-direction:column;border-right:1px solid #e5e7e8;align-items:center;text-align:left}.template-bu3LZwap:last-child{border-right:none}.template-KzqSmVjk{font-size:.75rem;color:#9ca3af;font-weight:500}.template-zNcNOBNC{font-size:.9375rem;color:#1a1a2e;font-weight:600}.template-H5CQe7Z3{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem .75rem .75rem;border:none;background:transparent;color:#ffc72c;font-size:.875rem;font-weight:600;cursor:pointer;border-top:1px solid #e8ecef;margin-top:auto;transition:all .2s}.template-H5CQe7Z3:hover:not(:disabled){color:#cc9f23}.template-H5CQe7Z3:hover:not(:disabled) .anticon{transform:translate(4px)}.template-H5CQe7Z3:disabled{cursor:not-allowed;opacity:.6}.template-H5CQe7Z3.template-nFZJUGT3{color:#6b7280;cursor:default}.template-H5CQe7Z3 .anticon{font-size:14px;transition:transform .2s}@media(max-width:640px){.template-FDsz0mm2{grid-template-columns:1fr 1fr}.template-FDsz0mm2 .template-bu3LZwap:last-child{grid-column:span 2}}@media(max-width:1024px)and (min-width:769px){.template-8TjKwdVD{padding:1.25rem 1.25rem 0}.template-jkqnciUY,.template-QQJPN-rJ{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.template-KzqSmVjk{font-size:.7rem}.template-zNcNOBNC{font-size:.875rem}}.template-c-18WvG0{padding:20px 0}.template-li4xl4E1{font-size:14px;color:#666;margin-bottom:24px;line-height:1.5}.template-l1BhAi5o{display:flex;flex-direction:column;gap:32px}.template-vds50JMN{display:flex;flex-direction:column;gap:12px}.template-4Z6f6a22{font-size:16px;font-weight:500;color:#333;display:flex;align-items:center;gap:4px}.template-3Jqa7mbh{color:#ff4d4f}.template-Qx2zw1Wn{display:flex;flex-direction:column;gap:12px;margin-top:8px}.template-CV0h9IZi,.template-G4bRxidX{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s ease}.template-CV0h9IZi:hover,.template-G4bRxidX:hover{border-color:#ffc72c;background-color:#f0f9ff}.template-CV0h9IZi input[type=radio],.template-CV0h9IZi input[type=checkbox],.template-G4bRxidX input[type=radio],.template-G4bRxidX input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#FFC72C}.template-CV0h9IZi input[type=radio]:checked+span,.template-CV0h9IZi input[type=checkbox]:checked+span,.template-G4bRxidX input[type=radio]:checked+span,.template-G4bRxidX input[type=checkbox]:checked+span{color:#ffc72c;font-weight:500}.template-CV0h9IZi span,.template-G4bRxidX span{flex:1;font-size:14px;color:#333}.template-CV0h9IZi input[type=radio]:checked~span{color:#ffc72c;font-weight:500}.template-G4bRxidX input[type=checkbox]:checked~span{color:#ffc72c;font-weight:500}.template-23AYzju0{padding:12px 16px;border:1px solid #e0e0e0;border-radius:8px;font-size:14px;color:#333;background-color:#fff;cursor:pointer;transition:all .2s ease}.template-23AYzju0:hover{border-color:#ffc72c}.template-23AYzju0:focus{outline:none;border-color:#ffc72c;box-shadow:0 0 0 3px #ffc72c1a}.template-zavK0mar{display:flex;gap:8px;margin-top:8px}.template-ap8af42C{background:none;border:none;font-size:32px;color:#e0e0e0;cursor:pointer;padding:0;transition:all .2s ease}.template-ap8af42C:hover{color:gold;transform:scale(1.1)}.template-ap8af42C.template--zSVyTFz,.template-ap8af42C.template-3b0M13hP{color:gold}.template-T2g8zGIR{display:flex;flex-direction:column;gap:8px;margin-top:8px}.template-bzHeLSO9{width:100%;height:8px;border-radius:4px;background:#e0e0e0;outline:none;-webkit-appearance:none;appearance:none}.template-bzHeLSO9::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#ffc72c;cursor:pointer;transition:all .2s ease}.template-bzHeLSO9::-webkit-slider-thumb:hover{transform:scale(1.2)}.template-bzHeLSO9::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#ffc72c;cursor:pointer;border:none;transition:all .2s ease}.template-bzHeLSO9::-moz-range-thumb:hover{transform:scale(1.2)}.template-5herwhsn{display:flex;justify-content:space-between;font-size:12px;color:#666}.template--KUE4UuO{font-size:14px;font-weight:500;color:#ffc72c;text-align:center;margin-top:4px}.template-iOgzC4sx,.template-oV2GBkwd{padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.template-iOgzC4sx{background-color:#fff;color:#666;border:1px solid #e0e0e0}.template-iOgzC4sx:hover{background-color:#f5f5f5;border-color:#d0d0d0}.template-oV2GBkwd{background:linear-gradient(270deg,#ffe082,#ffc72c);color:#fff}.template-oV2GBkwd:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 4px 12px #ffc72c4d}.template-oV2GBkwd:disabled{opacity:.5;cursor:not-allowed}.template-S67OIF5-{display:flex;flex-direction:column;gap:1.5rem;min-width:0;overflow:visible}.template-i5Fegn9D{display:flex;justify-content:space-between;align-items:center;gap:1rem}.template-0Fk04U7i{position:relative;flex:1;max-width:400px}.template-0kygk-9e{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px;pointer-events:none}.template-EnTofmoy{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;outline:none;transition:all .2s;background:#fff;color:#1a1a2e}.template-EnTofmoy:focus{border-color:#ffc72c;box-shadow:0 0 0 3px #ffc72c1a}.template-EnTofmoy::placeholder{color:#9ca3af}.template-3CEaep3H{position:relative;min-width:220px}.template-friJzZ9M{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-size:16px;pointer-events:none;z-index:1}.template-tP0YrRpe{width:100%;padding:.75rem 1rem .75rem 2.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;outline:none;transition:all .2s;background:#fff;color:#1a1a2e;cursor:pointer}.template-tP0YrRpe:focus{border-color:#ffc72c;box-shadow:0 0 0 3px #ffc72c1a}.template-tP0YrRpe::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer}.template-iELKbjuv{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;min-width:0}.template-VtUj114a{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:#6b7280}.template-VtUj114a .template-yubC11xl{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#ffc72c;border-radius:50%;animation:template-d2BUgFVZ 1s linear infinite}@keyframes template-d2BUgFVZ{to{transform:rotate(360deg)}}.template-iZgH7zHF{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.template-iZgH7zHF .template-FyvCz8u-{font-size:64px;color:#d1d5db;margin-bottom:1.5rem}.template-iZgH7zHF h3{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem}.template-iZgH7zHF p{font-size:.9375rem;color:#6b7280;margin:0 0 1.5rem}.template-uAzMOb4Z{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;margin-top:.5rem}.template-BW1warQv{font-size:.875rem;color:#6b7280}.template-h882OdBk{display:flex;align-items:center;gap:.25rem}.template-ZzoG0IUu{min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;background:#fff;border-radius:8px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.template-ZzoG0IUu:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.template-ZzoG0IUu:disabled{opacity:.5;cursor:not-allowed}.template-ZzoG0IUu.template-KekOtLIK{background:#ffc72c;border-color:#ffc72c;color:#fff}.template-v9eTKR8A{padding:0 .5rem;color:#9ca3af}@media(max-width:1200px){.template-iELKbjuv{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.template-iELKbjuv{grid-template-columns:1fr}.template-uAzMOb4Z{flex-direction:column;gap:1rem}}.template-kWwFKRF8{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.5rem}.template-9KrYuzXz{margin-bottom:1rem}.template-mwtTaDvi{font-size:.9375rem;font-weight:600;color:#1a1d21;margin:0 0 .25rem}.template-MEGL19TR{font-size:.8125rem;color:#6b7280;margin:0}.template-QY1a7FOK{display:flex;flex-direction:column;gap:.5rem}.template-sHKWFRsk{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:#fff;border:1px solid #e8ecef;border-radius:8px;cursor:pointer;transition:all .2s ease}.template-sHKWFRsk:hover{background:#f8fafc;border-color:#ffc72c}.template-sHKWFRsk:hover .template-FS6bjtWS{color:#ffc72c}.template-sHKWFRsk:active{transform:scale(.98)}.template-FS6bjtWS{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#ffc72c;flex-shrink:0}.template-vhdt3bo-{font-size:.875rem;font-weight:500;color:#1a1d21}.template-IRkUhAh6{display:flex;flex-direction:column;gap:1rem}.template-VHsQhr-v{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;border:1px solid #e8ecef;min-height:400px}.template-BtOkFVFg{color:#d1d5db;margin-bottom:1.5rem}.template-upmGjr0b{font-size:1.125rem;font-weight:600;color:#1a1d21;margin:0 0 .5rem}.template-flqK1CMh{font-size:.875rem;color:#6b7280;margin:0;max-width:320px}.template-9hmPq3Qe{background:#fff;border-radius:12px;border:1px solid #e8ecef;overflow:hidden}.template-fuO4tQM4{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e8ecef;background:#fafbfc}.template-1ejcz3l2{display:flex;align-items:center;gap:.5rem}.template-Cnvr0wTi{display:flex;align-items:center;justify-content:center;color:#ffc72c}.template-fsdz5zOf{font-size:.875rem;font-weight:500;color:#1a1d21}.template-eTFoIZTE{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;padding:0;border-radius:6px;border:none;cursor:pointer;color:#ef4444;transition:all .2s ease}.template-eTFoIZTE:hover{background:#fef2f2}.template-M8FezgNG{padding:1.25rem}.template-y-692UYB{width:100%;padding:.75rem 1rem;border:1px solid #e8ecef;border-radius:8px;font-size:.9375rem;color:#1a1d21;background:#fff;transition:border-color .2s ease}.template-y-692UYB::placeholder{color:#9ca3af}.template-y-692UYB:focus{outline:none;border-color:#ffc72c}.template---OhwG-l{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.template-rl2FUhs0{display:flex;align-items:center;gap:.75rem}.template-GuzFzPmM{display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-Pe1W04Ja{flex:1;padding:.625rem .875rem;border:1px solid #e8ecef;border-radius:8px;font-size:.875rem;color:#1a1d21;background:#fff;transition:border-color .2s ease}.template-Pe1W04Ja::placeholder{color:#9ca3af}.template-Pe1W04Ja:focus{outline:none;border-color:#ffc72c}.template-GhUHEcGI{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:none;border-radius:4px;cursor:pointer;color:#9ca3af;transition:all .2s ease;flex-shrink:0}.template-GhUHEcGI:hover{color:#1a1d21;background:#f3f4f6}.template-kWTE6P29{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 0;background:transparent;border:none;font-size:.875rem;font-weight:500;color:#ffc72c;cursor:pointer;transition:color .2s ease}.template-kWTE6P29:hover{color:#cc9f23}.template--bwpOBR1{display:flex;gap:.75rem}.template-sveI1C2S{display:grid;grid-template-columns:320px 1fr;gap:1.5rem;align-items:start}.template-2czBpMNH{display:flex;flex-direction:column;gap:1.5rem}.template-27lfwLvB{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.template--8In2TY-{min-height:400px}@media(max-width:1024px){.template-sveI1C2S{grid-template-columns:280px 1fr;gap:1rem}}@media(max-width:768px){.template-sveI1C2S{grid-template-columns:1fr}.template-2czBpMNH{position:static}}.template-KfKNRDAN{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.template-85MF1was{font-size:.875rem;color:#6b7280}.template-1J38Ew45{display:flex;align-items:center;gap:.5rem}.template-0xe1vqsT{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .75rem;background:#fff;border:1px solid #e8ecef;border-radius:8px;font-size:.875rem;font-weight:500;color:#1a1d21;cursor:pointer;transition:all .2s ease}.template-0xe1vqsT:hover:not(:disabled){background:#f8fafc;border-color:var(--theme-color, #00a9ce);color:var(--theme-color, #00a9ce)}.template-0xe1vqsT:disabled{opacity:.5;cursor:not-allowed}.template-0xe1vqsT.template-i46LArpz{background:linear-gradient(270deg,#1ccdf4,#00a9ce);border-color:transparent;color:#fff}.template-0xe1vqsT.template-i46LArpz:hover{background:linear-gradient(270deg,#1ccdf4,#00a9ce);color:#fff}.template-Jjhfsl83{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;font-size:.875rem;color:#6b7280}@media(max-width:640px){.template-KfKNRDAN{flex-direction:column;align-items:stretch}.template-85MF1was{text-align:center}.template-1J38Ew45{justify-content:center;flex-wrap:wrap}}@media(max-width:480px){.template-0xe1vqsT,.template-Jjhfsl83{min-width:32px;height:32px;font-size:.8125rem;padding:0 .5rem}}.template-dn1c8bRT{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;transition:box-shadow .2s ease}.template-dn1c8bRT:hover{box-shadow:0 4px 12px #00000014}.template-Qv2u25wh{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid #f3f4f6}.template-3JgXlXct{width:36px;height:36px;border-radius:50%;background:linear-gradient(270deg,#ffe082,#ffc72c);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;color:#fff;flex-shrink:0}.template-HWtEtVfM{font-size:.9375rem;font-weight:600;color:#1a1d21}.template-44ukMv2M{display:flex;flex-direction:column;gap:.75rem}.template-NJJ1WnNN{display:flex;flex-direction:column;gap:.25rem}.template-fqf4pKSc{font-size:.75rem;font-weight:500;color:#6b7280}.template-otaGu-Kw{padding:.5rem .75rem;background:#f8fafc;border-radius:6px;font-size:.8125rem;color:#1a1d21}.template-TEbAL2QQ{margin-top:.25rem}.template-zJiRNrIB{margin-bottom:.375rem}.template-L1FGUhEC{font-size:.75rem;font-weight:500;color:#6b7280}.template-EYUICjZJ{display:flex;align-items:center;gap:.75rem}.template-ihTMtbU0{flex:1;height:6px;background:#e8ecef;border-radius:3px;overflow:hidden}.template-aWKd69xg{height:100%;background:linear-gradient(270deg,#ffe082,#ffc72c);border-radius:3px;transition:width .3s ease}.template-aWKd69xg.template-iWoIWlao{background:#ef4444}.template-ENz8Z7rp{font-size:.75rem;font-weight:500;color:#ffc72c;min-width:36px}.template-3zLXIEZ1{font-size:.75rem;font-weight:600;color:#ffc72c;min-width:32px;text-align:right}.template-3zLXIEZ1.template-uIva-K54{color:#ef4444}.template-kCmR3KX0{display:flex;justify-content:center;padding-top:.5rem;border-top:1px solid #f3f4f6;margin-top:auto}.template-F8E6SJoa{display:flex;align-items:center;gap:.375rem;padding:0;background:transparent;border:none;font-size:.8125rem;font-weight:500;color:#ffc72c;cursor:pointer;transition:color .2s ease}.template-F8E6SJoa:hover{color:#cc9f23}.template-F8E6SJoa svg{transition:transform .2s ease}.template-F8E6SJoa:hover svg{transform:translate(2px)}.template--Ct5imid{font-size:.8125rem;font-weight:500;color:#ef4444}.template-tdplT8bA{position:fixed;inset:0;background:#0000004d;z-index:1000;display:flex;justify-content:flex-end}.template-zo9yRYAw{width:100%;max-width:400px;height:100%;background:#fff;display:flex;flex-direction:column;animation:template-ebEYpqlU .25s ease;box-shadow:-4px 0 20px #0000001a}@keyframes template-ebEYpqlU{0%{transform:translate(100%)}to{transform:translate(0)}}.template-UfD6BxpM{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e8ecef;flex-shrink:0}.template-ObB38mt-{font-size:1.125rem;font-weight:600;color:#1a1d21;margin:0}.template-UymZd57o{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#6b7280;transition:all .2s ease}.template-UymZd57o:hover{background:#f3f4f6;color:#1a1d21}.template-qLKEANah{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.template-4kyn-B5t{display:flex;align-items:center;gap:.75rem}.template-Gb-FWsUI{width:40px;height:40px;border-radius:50%;background:linear-gradient(270deg,#ffe082,#ffc72c);display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;color:#fff;flex-shrink:0}.template-OfrFIEpZ{flex:1}.template-3WIYPpuz{font-size:.9375rem;font-weight:600;color:#1a1d21}.template-1YhWqAm-{font-size:.8125rem;color:#6b7280}.template-x6URdZBf{display:block;font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.5rem}.template-2bfkHnwR{padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.template-i9Zov8r1{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#f8fafc;border-radius:8px;font-size:.875rem;color:#ffc72c;cursor:pointer;transition:background .2s ease}.template-i9Zov8r1:hover{background:#f1f5f9}.template-i9Zov8r1 svg{color:#ffc72c}.template-kcmsrYth{padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.template-dwsrLL9z{display:flex;align-items:center;gap:.75rem}.template-r8-QJX6i{font-size:.875rem;font-weight:500;color:#ffc72c;min-width:36px}.template-QkMrPbj0{flex:1;height:8px;background:#e8ecef;border-radius:4px;overflow:hidden}.template-jaNmL82U{height:100%;background:linear-gradient(270deg,#ffe082,#ffc72c);border-radius:4px;transition:width .3s ease}.template-wVMZKMVw{font-size:.875rem;font-weight:600;color:#ffc72c;min-width:40px;text-align:right}.template-wVtIiDH-{flex:1}.template-VfaD45o-{font-size:.9375rem;font-weight:600;color:#1a1d21;margin:0 0 1rem}.template-SW21Owyd{display:flex;flex-direction:column;gap:.75rem}.template-REs8Wx5J{background:#f8fafc;border-radius:8px;padding:1rem}.template-gAqQIyQW{font-size:.8125rem;color:#6b7280;margin-bottom:.5rem;line-height:1.4}.template-2nsFRBw1{font-size:.875rem;font-weight:500;color:#ffc72c}@media(max-width:480px){.template-zo9yRYAw{max-width:100%}}.template-rf9kA5l6{display:flex;flex-direction:column;gap:1.5rem}.template-yJHWzxFo{display:flex;align-items:center;justify-content:space-between;gap:1rem}.template-XO-D2ELn{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.template-K5HyQXdG{display:flex;align-items:center;justify-content:center;min-height:400px}.template-Au-a-P7J{width:40px;height:40px;border:3px solid #e8ecef;border-top-color:#ffc72c;border-radius:50%;animation:template-nL9zrHgp 1s linear infinite}@keyframes template-nL9zrHgp{to{transform:rotate(360deg)}}.template-8-1evHlZ{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;border:1px solid #e8ecef;min-height:300px}.template-8-1evHlZ h3{font-size:1.125rem;font-weight:600;color:#1a1d21;margin:0 0 .5rem}.template-8-1evHlZ p{font-size:.875rem;color:#6b7280;margin:0}.template-Y16Oqzto{display:flex;justify-content:center;margin-top:1rem}@media(max-width:1400px){.template-XO-D2ELn{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.template-XO-D2ELn{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.template-XO-D2ELn{grid-template-columns:1fr}}.template-u0NqYilY{margin-bottom:2rem}.template-u0NqYilY .template-ojTqIV1e{font-size:1.125rem;font-weight:600;color:#0d1f2d;margin:0 0 1rem}.template-eDQogd9f{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;margin-bottom:1.5rem}.template-HOM6CYa-{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s ease}.template-HOM6CYa-:hover{border-color:#ffc72c;box-shadow:0 4px 12px #ffc72c1a;transform:translateY(-2px)}.template-0kpBau3J{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.template-T2U-2Px7{font-size:.875rem;font-weight:600;color:#ffc72c}.template-s0WUc-Kg{font-size:.75rem;font-weight:500;color:#72808f;background:#f6f7f8;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}.template-XORsZ52e{font-size:1rem;font-weight:600;color:#0d1f2d;margin:0 0 .5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-Nmzf5kOP{font-size:.875rem;color:#72808f;margin:0 0 .75rem;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-yPfUkXgo{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem;padding-top:.75rem;border-top:1px solid #f1f3f5}.template-HI23K9xq{font-size:.875rem;font-weight:500;color:#2b3641}.template-nuYpUM-4{font-size:.75rem;color:#72808f}.template-dL47zMbE{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid #f1f3f5;gap:.5rem}.template-03G97CK5{font-size:.75rem;color:#72808f}@media(max-width:1024px){.template-eDQogd9f{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media(max-width:640px){.template-eDQogd9f{grid-template-columns:1fr}}.template-imQKs48S{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s ease;min-width:0;width:100%;cursor:pointer}.template-imQKs48S:hover{border-color:#53565a;box-shadow:0 4px 12px #53565a1a}.template-ZiYnpNxR{display:flex;align-items:flex-start;gap:.75rem}.template-4JtSZ5V6{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.template-MTwI84nh{display:flex;align-items:center;justify-content:center}.template-R7xI3CY4{position:absolute;bottom:-4px;left:50%;transform:translate(-50%);font-size:.5rem;font-weight:700;color:#fff;padding:1px 4px;border-radius:2px;text-transform:uppercase;letter-spacing:.02em}.template-k0SpuBjh{flex:1;min-width:0}.template-2mNmTsfr{font-size:.875rem;font-weight:600;color:#1a1d21;margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-TTcLGfuM{font-size:.75rem;color:#9ca3af}.template-Jd0bkZtE{position:relative;flex-shrink:0}.template-yKFuquUe{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;transition:all .2s ease}.template-yKFuquUe:hover{background:#f3f4f6;color:#6b7280}.template-ygik3cja{position:absolute;top:100%;right:0;min-width:140px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;overflow:hidden;animation:template-ZVkT9roG .15s ease}@keyframes template-ZVkT9roG{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.template-lqWXLF-M{width:100%;display:flex;align-items:center;gap:8px;padding:10px 12px;background:none;border:none;cursor:pointer;font-size:.8125rem;color:#374151;transition:background .15s ease}.template-lqWXLF-M:hover{background:#f3f4f6}.template-lqWXLF-M.template-jpC3JlOe{color:#ef4444}.template-lqWXLF-M.template-jpC3JlOe:hover{background:#fef2f2}.template-XEa2a0CT{display:flex;align-items:center;justify-content:space-between;padding-top:.5rem;border-top:1px solid #f3f4f6}.template-RueR6d3F{font-size:.75rem;color:#9ca3af}.template-Y7snfqd8{font-size:.75rem;font-weight:500;color:#1a1d21}.template-gRhAPrDZ{display:flex;align-items:center;justify-content:center;gap:.375rem;padding:0;background:transparent;border:none;font-size:.8125rem;font-weight:500;color:#53565a;cursor:pointer;transition:all .2s ease}.template-gRhAPrDZ:hover{color:#3d3f42}.template-gRhAPrDZ:hover svg{transform:translate(2px)}.template-gRhAPrDZ svg{transition:transform .2s ease}.template-uNirFa5-{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}.template--ohQRl0L{display:flex;align-items:center;justify-content:space-between;gap:1rem}.template-ZAgnBywh{display:grid;gap:1rem;max-width:100%;grid-template-columns:repeat(4,minmax(0,1fr))}@keyframes template-JD5l5K2R{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1399px)and (min-width:1050px){.template-ZAgnBywh{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1049px)and (min-width:700px){.template-ZAgnBywh{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:699px){.template-ZAgnBywh{grid-template-columns:minmax(0,1fr)}}.template-HKvgn1Ky{display:flex;align-items:center;justify-content:center;min-height:300px}.template-IcM8lO-X{width:40px;height:40px;border:3px solid #e8ecef;border-top-color:#53565a;border-radius:50%;animation:template-WHvECuuE 1s linear infinite}.template-nQpJMkVP{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;color:#9ca3af}.template-nQpJMkVP svg{margin-bottom:1rem;opacity:.5}.template-nQpJMkVP h3{font-size:1.125rem;font-weight:600;color:#1a1d21;margin:0 0 .5rem}.template-nQpJMkVP p{font-size:.875rem;color:#6b7280;margin:0}.template-EYsIcVrP{display:flex;flex-direction:column;gap:1rem}.template-8XlnxJoQ{display:flex;flex-direction:column;gap:.5rem}.template-AqJnIBun{font-size:.75rem;color:#6b7280;text-align:right;margin-top:-2px}.template-GkRYZGvy{font-size:.875rem;font-weight:500;color:#374151}.template-t2sqeEeb{padding:.75rem 1rem;border:1px solid #e8ecef;border-radius:8px;font-size:.875rem;color:#1a1d21;outline:none;transition:border-color .2s ease;font-family:inherit}.template-t2sqeEeb:focus{border-color:#53565a}.template-t2sqeEeb::placeholder{color:#9ca3af}.template-LYK4t9n9{padding:.75rem 1rem;border:1px solid #e8ecef;border-radius:8px;font-size:.875rem;color:#1a1d21;outline:none;transition:border-color .2s ease;font-family:inherit;resize:vertical;min-height:80px}.template-LYK4t9n9:focus{border-color:#53565a}.template-LYK4t9n9::placeholder{color:#9ca3af}.template-DEWC-ybg{border:2px dashed #e8ecef;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:all .2s ease}.template-DEWC-ybg:hover,.template-DEWC-ybg.template-cnowFksr{border-color:#53565a;background:#f8fafc}.template-Kd5xt0yc{color:#d1d5db;margin-bottom:.75rem}.template-v4giiUe8{font-size:.875rem;color:#6b7280;margin:0 0 .5rem}.template-GYfRFMy6{background:transparent;border:none;font-size:.875rem;font-weight:500;color:#53565a;cursor:pointer;text-decoration:underline}.template-GYfRFMy6:hover{color:#3d3f42}.template-zSior8B2{display:none}.template-3PcFDNqV{display:flex;align-items:center;justify-content:space-between}.template-I-RpqfoI{background:transparent;border:none;font-size:.8125rem;color:#6b7280;text-decoration:underline;cursor:pointer}.template-I-RpqfoI:hover{color:#1a1d21}.template-XStUVIbj{font-size:.8125rem;color:#6b7280}.template-MfjwoOUP{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto}.template-21mgqtGP{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px}.template-xxOOmYk9{width:36px;height:36px;border-radius:6px;background:#fef2f2;display:flex;align-items:center;justify-content:center;color:#ef4444;flex-shrink:0}.template-XFIzeb5f{flex:1;min-width:0}.template-CGirIYfa{display:block;font-size:.8125rem;font-weight:500;color:#1a1d21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-BdoV-RJe{font-size:.75rem;color:#9ca3af}.template-TD4o4ila{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:4px;font-size:1.125rem;color:#9ca3af;cursor:pointer;transition:all .2s ease}.template-TD4o4ila:hover{background:#fee2e2;color:#ef4444}.template-pMeZQThX{display:flex;justify-content:center;padding:1.5rem 0;margin-top:auto}.template-xb8Ae-KU{padding:.75rem 1.5rem;background:#fff;border:1px solid #e8ecef;border-radius:8px;font-size:.875rem;font-weight:500;color:#53565a;cursor:pointer;transition:all .2s ease}.template-xb8Ae-KU:hover:not(:disabled){background:#f8fafc;border-color:#53565a;color:#3d3f42}.template-xb8Ae-KU:disabled{cursor:default}.template-xb8Ae-KU.template-HKvgn1Ky{background:#f8fafc;border-color:#e8ecef}.template-hm8hKXaf{display:inline-block;width:18px;height:18px;border:2px solid #e8ecef;border-top-color:#53565a;border-radius:50%;animation:template-WHvECuuE .8s linear infinite}@keyframes template-WHvECuuE{to{transform:rotate(360deg)}}.template-UuRiQ4QJ{font-size:.875rem;color:#6b7280}.template-PKRgBQFZ{display:flex;align-items:center;gap:.5rem}.template-2gr7G-Up{padding:.375rem .75rem;border:1px solid #e8ecef;border-radius:6px;font-size:.875rem;color:#1a1d21;background:#fff;cursor:pointer;outline:none}.template-2gr7G-Up:focus{border-color:#53565a}.template-Baa7auuN{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e8ecef;border-radius:6px;font-size:.875rem;color:#53565a;cursor:pointer;transition:all .2s ease}.template-Baa7auuN:hover:not(:disabled){background:#f8fafc;border-color:#53565a}.template-Baa7auuN:disabled{opacity:.5;cursor:not-allowed}.template--0yIuCJv{font-size:.875rem;color:#1a1d21;padding:0 .5rem}.template-aMzzAAlK{max-width:800px}.template-r6Dm4thj{display:flex;justify-content:center;align-items:center;padding:4rem}.template-r6Dm4thj .template-zTlPDdXm{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#53565a;border-radius:50%;animation:template-RTJsAIuw 1s linear infinite}@keyframes template-RTJsAIuw{to{transform:rotate(360deg)}}.template-EXJZTiUk{text-align:center;padding:4rem 2rem;color:#6b7280}.template-iF1NTPMM{background:#fff;border-radius:12px;border:1px solid #e8ecef;padding:1.5rem}.template-HtPiYkaV{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f3f4f6}.template-HtPiYkaV:last-of-type{margin-bottom:0;padding-bottom:0;border-bottom:none}.template-fb--jUWq{font-size:.875rem;font-weight:600;color:#374151;margin:0 0 .75rem}.template-uvFwRrvB{font-size:.9375rem;color:#1a1d21;line-height:1.6;margin:0;white-space:pre-wrap}.template-dB9u0GPy{display:flex;flex-direction:column;gap:.75rem}.template-Lv7C2ThX{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f9fafb;border-radius:8px;border:1px solid #e8ecef}.template-f-sonqlq{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-Ejmq2cbU{flex:1;min-width:0}.template-N5cFX8Wz{display:block;font-size:.875rem;font-weight:500;color:#1a1d21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-KH3vPv8j{font-size:.75rem;color:#6b7280}.template-7-MQKF8f{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #53565A;border-radius:6px;color:#53565a;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s}.template-7-MQKF8f:hover{background:#f0f0f1}.template-uRfUelye{color:#6b7280;font-size:.875rem;margin:0}.template-Nqbh1QUV{display:flex;gap:2rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #f3f4f6}.template-rQ-qNBiD{display:flex;flex-direction:column;gap:.25rem}.template-WQwcreDm{font-size:.75rem;color:#6b7280}.template-a4--sUN6{font-size:.875rem;color:#1a1d21;font-weight:500}.template-9pkdcIRB{display:inline-flex;padding:.25rem .5rem;border-radius:100px;font-size:.75rem;font-weight:500;background:#f3f4f6;color:#6b7280}.template-9pkdcIRB.template-qIt-slQz{background:#e6f7ed;color:#10b981}.template-YdiNf-o8{background:#fff;border-radius:12px;padding:32px;display:flex;flex-direction:column;flex:1;min-height:0}.template-db9enV6s{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.template-i2xyjJIz{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.template-Uc-F5C4k{font-size:14px;color:#666;margin:0}.template-JcODwQ1E{display:flex;justify-content:center;align-items:center;padding:2rem;color:var(--color-text-secondary)}.template-nneyVT6i{display:flex;flex-direction:column;gap:24px;max-width:600px}.template-htegxnTS{display:flex;flex-direction:column;gap:12px}.template-RhY-ZtOY{font-size:14px;font-weight:500;color:#1a1a1a}.template-MZbwfgQs{display:flex;align-items:center;gap:16px}.template-a4JISx-h{width:80px;height:80px;border-radius:50%;background-color:#e8f5e9;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.template-B65jCbC6{width:100%;height:100%;object-fit:cover}.template-YXBwv2qn{display:flex;flex-direction:column;gap:8px}.template-ZWAIAsHN{font-size:13px;color:#666;margin:0}.template-b9V-P3KD{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:1px solid #e5e7e8;border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s;width:fit-content}.template-b9V-P3KD:hover{background:#f5f5f5;border-color:#d1d5db}.template-dklEenKX{display:none}.template-8X3HffS2{display:flex;flex-direction:column}.template-8X3HffS2 .input-container{width:100%}.template-g7Jp4N37{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding-top:16px;border-top:1px solid #e5e7e8}.template-r6Vq40Ki{display:flex;flex-direction:column;gap:6px}.template-edNonPHY{margin:0;font-size:14px;font-weight:600;color:#1a1a1a}.template-jQacxMiZ{margin:0;font-size:13px;color:#666}.template-acGqp-HM{font-size:12px;font-weight:500;color:#8a8a8a}@media(max-width:768px){.template-YdiNf-o8{padding:16px}.template-db9enV6s{flex-direction:column;gap:16px}.template-MZbwfgQs,.template-g7Jp4N37{flex-direction:column;align-items:flex-start}}.amount-input-container{display:flex;flex-direction:column;width:100%}.amount-input-container .amount-input-label{font-size:20px;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, rgb(0, 169, 206))}.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:#00a9ce}.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, rgb(0, 169, 206))}.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, rgb(0, 169, 206))}.amount-input-container .amount-input-wrapper.outlined.focused{box-shadow:0 0 0 2px #ff702233;border-color:var(--color-primary, rgb(0, 169, 206))}.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, rgb(0, 169, 206))}.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:var(--theme-color, #00A9CE);flex-shrink:0}.amount-input-container .amount-input-wrapper .amount-button:hover:not(:disabled){background:#fff6ed;color:var(--color-primary, rgb(0, 169, 206))}.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:16px;color:var(--color-error, #ff5630)}.template-S674il3x{display:flex;flex-direction:column;gap:1.25rem}.template--niCdVlT{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.template-nt3kSFQn{font-weight:600;color:#1f2a37}@media(max-width:768px){.template-S674il3x{gap:1rem}.template--niCdVlT{flex-direction:column;align-items:flex-start}}.template-ZDjZmPmS{background:#fff;border-radius:12px;padding:32px;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.template-IV0X9-sp{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.template-moZW2bF-{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.template-wNDq7YX8{font-size:14px;color:#666;margin:0}.template-AOwqmkC2{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.template-TlwRNoh1{display:flex;flex-direction:column;gap:1.5rem}.template-qlGZKrAB{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.25rem 1.25rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fafbfc}.template-CyxqtBcP{font-size:.875rem;font-weight:600;color:#1f2a37;text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;padding-bottom:.5rem;border-bottom:1px dashed #d1d5db}.template-2YgaKeSI{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.template-0it5VC38{font-weight:600;color:#1f2a37}.template-W6QFqzL2{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.template-VzUsE77s{font-weight:600;color:#1f2a37}@media(max-width:768px){.template-TlwRNoh1{gap:1rem}.template-qlGZKrAB{padding:.75rem .875rem 1rem;gap:.875rem}.template-2YgaKeSI,.template-W6QFqzL2{flex-direction:column;align-items:flex-start}}.template-R3cQbAxu{display:flex;flex-direction:column;gap:1.25rem;min-height:400px}@media(max-width:768px){.template-R3cQbAxu{gap:1rem;min-height:auto}}.template-ksP4-8i0{background:#fff;border-radius:12px;padding:32px;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.template-ff6rsXis{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.template-Yf73jSsY{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.template-sBhtlqFx{font-size:14px;color:#666;margin:0}.template-rWaKBL1Y{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.template-2mH6Zn0j{display:flex;flex-direction:column;gap:1.25rem}@media(max-width:768px){.template-2mH6Zn0j{gap:1rem}}.template-Vc9IghUx{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.template-TJCJxY7E{align-self:flex-start;margin-top:.75rem;padding:10px 18px;border-radius:8px;font-weight:500;min-height:44px}.template-n7Z1aKi4{display:flex;flex-direction:column;height:100%;min-height:0;background:#fff;border-radius:12px;padding:24px}.template-XtHb18Td{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-shrink:0}.template-jdjbyVw9{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.template-YDy4j2PX{font-size:14px;color:#666;margin:0}.template-uoiRocMq{flex:1;display:flex;flex-direction:column;min-height:0}.template-uoiRocMq .template-8JTipLPV{margin-bottom:20px;flex-shrink:0;display:flex;align-items:flex-end;gap:16px;flex-wrap:wrap}.template-uoiRocMq .template-4RMizrEW{min-width:220px;max-width:320px}.template-uoiRocMq .template-a6nDRpVB{flex:1;max-width:300px}.template-uoiRocMq .template-UuJFClpl{width:100%;padding:10px 14px;border:1px solid #dadfe3;border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.template-uoiRocMq .template-UuJFClpl:focus{border-color:#00a9ce}.template-uoiRocMq .template-UuJFClpl::placeholder{color:#9ca3af}.template-uoiRocMq .template-QnOgv942{display:flex;align-items:center;justify-content:center;min-height:200px;color:#72808f;font-size:14px}.template-Pgu8XKtq{border:1px solid #e9ecef;border-radius:10px;background:#fafbfc;padding:12px;max-height:600px;overflow-y:auto}.template-SEgWB-RN{user-select:none}.template-CFq-XOEG{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:8px;transition:background .15s;cursor:default}.template-CFq-XOEG:hover{background:#f0f4f8}.template-CFq-XOEG:hover .template-RtXK2Xwg{opacity:1}.template-RbPnD7S3>.template-VQVwDW9z{font-weight:600;color:#0d1f2d}.template-rEL1raXq{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:none;cursor:pointer;color:#72808f;flex-shrink:0;border-radius:4px;padding:0}.template-rEL1raXq:hover{background:#e2e8f0;color:#0d1f2d}.template-VQVwDW9z{font-size:14px;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.template--LO9Kp26{font-size:11px;font-weight:600;color:#00a9ce;background:#e6f7fb;padding:2px 8px;border-radius:10px;flex-shrink:0;line-height:1.4}.template-iy0-iQgG{font-size:11px;font-weight:500;color:#6b7280;background:#f3f4f6;padding:2px 8px;border-radius:10px;flex-shrink:0;line-height:1.4;margin-left:4px;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-RtXK2Xwg{display:flex;gap:4px;opacity:0;transition:opacity .15s;flex-shrink:0;margin-left:auto}.template-Invuvf1e{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;color:#00a9ce;border-radius:8px;padding:0;transition:all .15s}.template-Invuvf1e:hover{background:#e6f7fb;border-color:#00a9ce;color:#0089a8}.template-AGwHWanW{color:#ef4444;border-color:#fecaca}.template-AGwHWanW:hover{background:#fee2e2;border-color:#f87171;color:#dc2626}.template-oPP5SsVQ{padding-left:24px;border-left:1px solid #e5e7eb;margin-left:16px}.template-cRmBJ-YA{flex-shrink:0;margin-top:24px;padding-top:24px;border-top:1px solid #e9ecef}.template-cRmBJ-YA .template-ETzPhWHl{margin:0 0 16px;font-size:18px;font-weight:600;color:#0d1f2d}.template-V6XQyN43{overflow-x:auto;border:1px solid #e9ecef;border-radius:8px;background:#fff}.template-hzktZmKL{width:100%;border-collapse:collapse;font-size:14px}.template-hzktZmKL thead tr{background:#f8f9fa;border-bottom:1px solid #e9ecef}.template-hzktZmKL thead th{padding:12px 16px;text-align:left;font-weight:600;color:#0d1f2d;white-space:nowrap}.template-hzktZmKL tbody tr{border-bottom:1px solid #e9ecef;transition:background .15s ease}.template-hzktZmKL tbody tr:last-child{border-bottom:none}.template-hzktZmKL tbody tr:hover{background:#f8f9fa}.template-hzktZmKL .template-xwFeB4E9{cursor:default}.template-hzktZmKL td{padding:12px 16px;color:#374151;vertical-align:middle}.template-hzktZmKL .template-M2rnLe7W{min-width:200px;font-weight:500;color:#0d1f2d}.template-F9375-Rv{display:flex;gap:8px;align-items:center}.template-iEOrDN20{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e9ecef;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s ease;color:#6b7280}.template-iEOrDN20:hover{background:#f8f9fa;border-color:#53565a;color:#53565a}.template-iEOrDN20.template-z0tk7UsU:hover{background:#fef2f2;border-color:#ef4444;color:#ef4444}.template-y7Y2IMgD{display:flex;flex-direction:column;gap:1.25rem}.template-4U5Eg3NV{display:flex;gap:1rem;align-items:flex-end}.template-BLB7sPQ8{flex:1}.template-XGnSOcM4{width:120px;padding-bottom:2px}@media(max-width:768px){.template-y7Y2IMgD{gap:1rem}.template-4U5Eg3NV{flex-direction:column;align-items:stretch}.template-XGnSOcM4{width:100%}}.template-GomAbR4j{background:#fff;border-radius:12px;padding:32px;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.template-vvKM-xUw{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.template-xe-HWVX5{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.template-fxh8GHmp{font-size:14px;color:#666;margin:0}.template-CfOoC2TC{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.template-6yIb7k0r{display:grid;grid-template-columns:1fr 1fr;gap:24px;min-height:500px}@media(max-width:1024px){.template-6yIb7k0r{grid-template-columns:1fr}}.template-QsKH9N7a{display:flex;flex-direction:column;gap:16px}.template-W0Nm6JoC{display:grid;grid-template-columns:1fr 1fr;gap:16px}.template-02NOh31O{display:flex;flex-direction:column;gap:12px;background:#f8f9fa;padding:20px;border-radius:12px;border:1px dashed #ced4da;position:sticky;top:0;height:fit-content}.template-4Huf-rkj{font-size:14px;font-weight:600;color:#495057;display:flex;align-items:center;gap:8px}.template-h9qQtvkg{flex:1;background:linear-gradient(180deg,#f5f5f5,#e8e8e8);border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:0;overflow-y:auto;border:1px solid #e9ecef;min-height:400px}.template--TsxzaUY{display:flex;flex-direction:column;height:100%}.template-1l23LG8h{padding:12px 16px;background:#f1f3f5;border-bottom:1px solid #e9ecef;font-size:13px;color:#495057}.template-qokGm3ne{padding:24px;flex:1;word-break:break-word;white-space:pre-wrap;background-color:#fff!important}.template--PP2bUOu{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-start;height:100%;min-height:300px;padding:24px 16px;background:linear-gradient(180deg,#f5f5f5,#e8e8e8)}.template-KdpHfcYy{max-width:85%;background:#53565a;padding:10px 14px;border-radius:18px 18px 4px;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:15px;line-height:1.4;word-break:break-word;white-space:pre-wrap;box-shadow:0 1px 2px #0000001a}.template-DFO2P0Vs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.template-2z1BLXML{display:flex;flex-direction:column;gap:6px}.template-2z1BLXML label{font-size:12px;font-weight:500;color:#637381}.template-LXg49wDL{display:flex;align-items:center;gap:8px;height:40px;padding:0 8px;border:1px solid #e9ecef;border-radius:8px;background:#fff}.template-LXg49wDL input[type=color]{appearance:none;-webkit-appearance:none;border:none;width:24px;height:24px;cursor:pointer;background:none;padding:0}.template-LXg49wDL input[type=color]::-webkit-color-swatch-wrapper{padding:0}.template-LXg49wDL input[type=color]::-webkit-color-swatch{border:1px solid #ced4da;border-radius:4px}.template-LXg49wDL span{font-size:13px;color:#495057;font-family:monospace}.template-xEn6-rLJ{display:flex;flex-direction:column;gap:8px}.template-vqJhqVZ-{font-size:12px;font-weight:600;color:#53565a;display:flex;align-items:center;gap:6px}.template-GkdEY7le{display:flex;flex-wrap:wrap;gap:8px}.template-d-1f24PK{background:#f0f0f1;border:1px solid #b3e5fc;color:#3d3f42;padding:4px 10px;border-radius:100px;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease}.template-d-1f24PK:hover{background:#e1f5fe;border-color:#81d4fa;transform:translateY(-1px)}.template-d-1f24PK:active{transform:translateY(0)}.template-hIXXrbI8{display:flex;gap:24px;padding:8px 0}.template-IEKg1H-f{font-size:11px;color:#999;text-align:center;margin-top:12px;line-height:1.4}.template-F5-42WCh{padding:24px;background:#fff;border-radius:12px;border:1px solid #e9ecef}.template-mOUzp7BT{font-size:18px;font-weight:700;color:#1a1a1a;margin-bottom:20px}.template-E48gC7ZG{display:inline-flex;margin-bottom:24px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#f5f5f5}.template-Kzc6RMH5{padding:10px 24px;font-weight:600;font-size:14px;color:#565e64;background:transparent;border:none;cursor:pointer;transition:all .2s ease;position:relative}.template-Kzc6RMH5:not(:last-child):after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);height:60%;width:1px;background:#e0e0e0}.template-Kzc6RMH5:hover:not(.template-sG8HM1sb){background:#eaeaea;color:#1a1a1a}.template-Kzc6RMH5.template-sG8HM1sb{background:#53565a;color:#fff}.template-Kzc6RMH5.template-sG8HM1sb:after{display:none}.template-Kzc6RMH5.template-sG8HM1sb+.template-Kzc6RMH5:after{display:none}.template-kkP4gilL{display:flex;justify-content:flex-end;margin-bottom:16px}.template-ZSCXFKc4{margin-top:16px}.template-7qHqUe9B .template-1kdohdNr,.template-BhdZsHJZ .template-1kdohdNr{padding-left:24px}.template-1kdohdNr{display:flex;gap:8px;align-items:center;justify-content:flex-start}.template-TRzs72Xt{display:flex;flex-direction:column;gap:2rem}.template-gJxI570i{display:flex;flex-direction:column;gap:1rem}.template-7VbEZi89{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:flex-end}.template-EcaxAkRK .template-Nc3xD3-a{margin-bottom:1.25rem}.template-EcaxAkRK .template-Nc3xD3-a .template-WAOVxcRH{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.template-EcaxAkRK .template-Nc3xD3-a .template-WAOVxcRH h3{font-size:1.125rem;font-weight:600;color:var(--color-text-primary);margin:0}.template-EcaxAkRK .template-Nc3xD3-a .template-WAOVxcRH .template-bOQ88Zf9{font-size:.8125rem;color:#53565a;background:#53565a14;padding:.3rem .75rem;border-radius:999px;font-weight:600;border:1px solid rgba(83,86,90,.2)}.template-EcaxAkRK .template-Nc3xD3-a .template-uTkSrLgQ{display:flex;gap:.75rem;align-items:baseline;justify-content:space-between}.template-EcaxAkRK .template-Nc3xD3-a .template-uTkSrLgQ .template-q3TGzKLD{flex:1;max-width:360px;min-width:180px}.template-EcaxAkRK .template-Nc3xD3-a .template-uTkSrLgQ .template-Ie5FzVuf{display:flex;gap:.5rem;flex-shrink:0}.template-OIdx005s{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.template-xxr8GAZf{display:grid;grid-template-columns:280px 1fr;gap:0;background:#f8fafc;border-bottom:2px solid #e2e8f0;padding:.625rem 1.25rem}.template-xxr8GAZf .template-31ViByGr,.template-xxr8GAZf .template--JWEDD9B{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.template-ebjrsPHs{display:grid;grid-template-columns:280px 1fr;gap:0;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.template-ebjrsPHs:last-child{border-bottom:none}.template-ebjrsPHs.template-1F9k7puI{background:#fafbfc}.template-ebjrsPHs:not(.template-1F9k7puI){background:#fff}.template-ebjrsPHs.template-D9qUJXRt{background:#53565a0a}.template-ebjrsPHs.template-D9qUJXRt .template-73ewEQpm{color:#0284a0;font-weight:600}.template-ebjrsPHs:hover{background:#53565a12}.template-IOzGSJQ4{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem .875rem 1.25rem;border-right:1px solid #e2e8f0;min-width:0;cursor:pointer;user-select:none;transition:background .15s ease}.template-IOzGSJQ4:hover{background:#53565a14}.template-IOzGSJQ4:hover .template-5JsKfYp6:not(.template-PJG1GOVg):not(.template-Y9oM4m3S){border-color:#53565a}.template-I09K8y17{display:flex;align-items:center;cursor:pointer;flex-shrink:0}.template-5JsKfYp6{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:2px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer;flex-shrink:0;transition:all .15s ease;position:relative;outline:none}.template-5JsKfYp6:focus-visible{box-shadow:0 0 0 3px #53565a40}.template-5JsKfYp6:hover{border-color:#53565a}.template-5JsKfYp6.template-PJG1GOVg{background:#53565a;border-color:#53565a}.template-5JsKfYp6.template-PJG1GOVg:after{content:"";display:block;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg) translate(-1px,-1px)}.template-5JsKfYp6.template-Y9oM4m3S{border-color:#53565a;background:#53565a1a}.template-5JsKfYp6.template-Y9oM4m3S:after{content:"";display:block;width:9px;height:2px;background:#53565a;border-radius:1px}.template-Xuq6K3y2{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#53565a1a;color:#53565a;flex-shrink:0}.template-Xuq6K3y2 .anticon{font-size:16px}.template-IZVPggQp{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0;overflow:hidden}.template-73ewEQpm{font-size:.875rem;font-weight:500;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.template-hzqsWi2E{font-size:.75rem;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.template-CoC-ZtUW{display:inline-flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700;color:#fff;background:#53565a;border-radius:999px;padding:.125rem .5rem;flex-shrink:0;white-space:nowrap;min-width:28px}.template-TgXVJqGQ{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1.25rem}.template-uI-Xm1lD{display:inline-flex;align-items:center;gap:.375rem;padding:.3125rem .625rem .3125rem .375rem;border:1.5px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;user-select:none;transition:all .15s ease;white-space:nowrap}.template-uI-Xm1lD:hover{border-color:#53565a;background:#53565a0d}.template-uI-Xm1lD.template-AYLCRixx{border-color:#53565a;background:#53565a14}.template-uI-Xm1lD.template-AYLCRixx .template-AnlX0oIy{color:#0284a0;font-weight:600}.template-AnlX0oIy{font-size:.8125rem;color:#475569;font-weight:500;line-height:1}.template-5JDQCqJe{font-size:.8125rem;color:#94a3b8;font-style:italic}.template-vHYPBeFW{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:3rem;gap:1rem;color:var(--color-text-secondary)}.template-vHYPBeFW .template-IjyQzev9{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:#53565a;border-radius:50%;animation:template-uNP1I5-E 1s linear infinite}@keyframes template-uNP1I5-E{to{transform:rotate(360deg)}}.template-Vuz-zdUJ{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-text-secondary)}.template-Vuz-zdUJ p{margin-top:1rem;font-size:1rem}.template-qVT-oCpL{color:var(--color-error);padding:2rem;text-align:center;font-style:italic;background:rgba(var(--color-error-rgb),.05);border-radius:.5rem;border:1px solid rgba(var(--color-error-rgb),.2)}.template-mxg8S-bf{margin-top:.5rem;margin-bottom:1rem;padding:.75rem 1rem;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:.5rem}.template-mxg8S-bf span{color:#ef4444;font-size:.875rem;font-weight:500}@media(max-width:768px){.template-gJxI570i{grid-template-columns:1fr}.template-EcaxAkRK .template-Nc3xD3-a .template-WAOVxcRH{flex-direction:column;align-items:flex-start;gap:.75rem}.template-EcaxAkRK .template-Nc3xD3-a .template-uTkSrLgQ{flex-direction:column;width:100%}.template-EcaxAkRK .template-Nc3xD3-a .template-uTkSrLgQ .template-q3TGzKLD{max-width:100%;width:100%}.template-EcaxAkRK .template-Nc3xD3-a .template-uTkSrLgQ .template-Ie5FzVuf{width:100%}.template-EcaxAkRK .template-Nc3xD3-a .template-uTkSrLgQ .template-Ie5FzVuf .button{flex:1}.template-xxr8GAZf,.template-ebjrsPHs{grid-template-columns:1fr}.template-xxr8GAZf .template--JWEDD9B{display:none}.template-IOzGSJQ4{border-right:none;border-bottom:1px solid #f1f5f9}.template-TgXVJqGQ{padding-top:.5rem;padding-bottom:1rem}}.template-rYABO8aF{background:#fff;border-radius:12px;padding:32px;display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.template-7rLVfSHp{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.template-p2ZSd-OV{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.template-cCPCEubr{font-size:14px;color:#666;margin:0}.template-BOaPEV8Y{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.template-GmSUzrjI{display:flex;flex-direction:column;gap:16px}.template-jt7yEhZU{display:flex;flex-direction:column;gap:8px}.template-R8lB1siS{display:flex;justify-content:flex-end;gap:12px;margin-top:16px}.template-T37YT9zm{display:flex;flex-direction:column;gap:16px;min-height:200px}.template-dxkTvYCv{flex:1;display:flex;flex-direction:column;gap:8px}.template-07y6Y1-h{font-size:14px;font-weight:500;color:#334155}.template-dc2FHkun{padding:20px;text-align:center;color:#64748b}.template-juWqDgR1{padding:24px}.template--u69uvCM{margin-bottom:24px}.template--u69uvCM h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:8px}.template--u69uvCM p{font-size:14px;color:#64748b}.template-HEngZJ8R{margin-bottom:24px}.template-kwuyGM7Q{display:flex;gap:8px;align-items:center}.template-ARp9g3R5{font-weight:500;color:#0f172a}.template-yq9P1YMB{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:500}.template-yq9P1YMB.template-MO5H8j1y{background-color:#dcfce7;color:#166534}.template-yq9P1YMB.template-jlAmm39m{background-color:#f1f5f9;color:#475569}.template-d-SVxK-E{display:flex;flex-direction:column;gap:16px}.template-LQMncyOZ{display:flex;flex-direction:column;gap:8px}.template-eedEqQDx{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.template--IiNAVIz{display:flex;align-items:center;gap:8px}.template-u-sdy3CY{font-size:14px;font-weight:500;color:var(--text-primary, #1a1a1a)}.template-KhVyCl7n{font-size:12px;font-weight:500;color:#22c55e;background:#22c55e1a;padding:2px 8px;border-radius:4px}.template-r96q4G5-{font-size:12px;font-weight:500;color:#ef4444;background:#ef44441a;padding:2px 8px;border-radius:4px}.template-E8o1RI61{padding:24px}.template-EizCRS2s{margin-bottom:24px}.template-EizCRS2s h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:8px}.template-EizCRS2s p{font-size:14px;color:#64748b}.template--x0Lr5BC{margin-bottom:24px}.template-hbkGJCjS{display:flex;gap:8px;align-items:center}.template--PI1DPgg{font-weight:500;color:#0f172a}.template-sYskOacm{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:500;background-color:#dcfce7;color:#166534}.template-8-eSid2-{display:inline-flex;align-items:center;padding:4px 12px;border-radius:9999px;font-size:12px;font-weight:500;background-color:#f1f5f9;color:#475569}.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))}.template-ejz6gCyf{display:flex;flex-direction:column;gap:16px}.template-QKq7Xx2c{display:flex;flex-direction:column;gap:8px}.template-UnnnpdGD{display:grid;grid-template-columns:1fr 1fr;gap:16px}.template-xq-8lmEk{display:flex;flex-direction:column;gap:8px;margin-top:8px}.template-pJ6f0K3i{font-size:14px;font-weight:500;color:var(--text-primary, #1a1a1a)}.template-kMqtbZ8-{font-size:12px;color:var(--text-secondary, #666);margin:0}.template-n57vak2-{font-size:12px;color:#ef4444;margin:0}.template-TcfecDPR{border-radius:8px;overflow:hidden;border:1px solid var(--border-color, #e0e0e0)}.template-LDUpHiOd{border-color:#ef4444;box-shadow:0 0 0 1px #ef4444}.template-t6zvBAXJ{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.template-UwsiZMLN{display:flex;align-items:center;gap:8px}.template-jiHuw7OC{font-size:14px;font-weight:500;color:var(--text-primary, #1a1a1a)}.template-1xTpfOyu{font-size:12px;font-weight:500;color:#22c55e;background:#22c55e1a;padding:2px 8px;border-radius:4px}.template-yklN6z-K{font-size:12px;font-weight:500;color:#ef4444;background:#ef44441a;padding:2px 8px;border-radius:4px}.template-m9w39cqt{display:flex;justify-content:flex-end;width:100%}.template-UNdSzDBI{padding:24px}.template-aUfmiuOl{margin-bottom:24px}.template-aUfmiuOl h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:8px}.template-aUfmiuOl p{font-size:14px;color:#64748b}.template-bND6kg7p{margin-bottom:24px}.template-NboSvHZ5{display:flex;gap:8px;align-items:center}.template-v-Uc02bp{font-weight:500;color:#0f172a}.template-Iy0zW-H5{display:flex;flex-direction:column;gap:16px}.template-sBRTKsEo{font-size:13px;color:#ef4444;margin:0}.template-nghYmnNQ{padding:24px}.template-kUvhMXk9{margin-bottom:24px}.template-kUvhMXk9 h3{font-size:20px;font-weight:600;color:#0f172a;margin-bottom:8px}.template-kUvhMXk9 p{font-size:14px;color:#64748b}.template-uQ09Qxht{margin-bottom:24px;display:flex;justify-content:flex-end}.template-UMStYUVb{font-weight:500;color:#0f172a}.template-T4-HGhXO{display:inline-flex;align-items:center;padding:3px 10px;border-radius:9999px;font-size:12px;font-weight:500}.template-3u5LNIL7{background-color:#dbeafe;color:#1d4ed8}.template-YwXjQge5{background-color:#dcfce7;color:#15803d}.template-M29iT5rk{background-color:#f1f5f9;color:#475569}.template-k2O-lqV3{background-color:#ede9fe;color:#6d28d9}.template-R41PE8II{background-color:#f1f5f9;color:#334155}.template-NVS307eV{display:flex;flex-direction:column;gap:0}.template-8t1D9O2m{display:flex;gap:1rem;border:1px solid #e5e7e8;background-color:#fff;padding:.7rem;margin-bottom:32px;border-radius:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative}.template-b-51jnMv{background:none;border:none;font-weight:500;color:#565e64;padding:.5rem;cursor:pointer;position:relative;transition:all .2s;border-bottom:2px solid transparent;border:1px solid transparent;border-radius:12px;white-space:nowrap;flex:0 0 auto}.template-b-51jnMv:hover{color:#53565a}.template-b-51jnMv.template-KEsWChD5{background-color:#f0f0f1;color:#53565a;border:1px solid #53565a;border-radius:12px}@media(max-width:768px){.template-8t1D9O2m{padding:.5rem;gap:.5rem}.template-8t1D9O2m:before,.template-8t1D9O2m:after{content:"";position:sticky;top:0;width:20px;height:100%;pointer-events:none;z-index:2}.template-8t1D9O2m:before{left:0;background:linear-gradient(90deg,#ffffffe6,#fff0)}.template-8t1D9O2m:after{right:0;background:linear-gradient(270deg,#ffffffe6,#fff0)}}.template-yGdfqkUi{flex:1;display:flex;flex-direction:column;min-height:0;overflow:visible}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.template-bSv4KcNi{display:flex;flex-direction:column;height:100%;min-height:0}.template-bSv4KcNi .template-xlDofVwr{display:flex;justify-content:space-between;align-items:start;flex-shrink:0;margin-bottom:20px}.template-bSv4KcNi .template-w2-Iu-bL{display:flex;align-items:center;gap:20px;height:48px}.template-bSv4KcNi .template-w2-Iu-bL .template-kcg48tPe{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}.template-bSv4KcNi .template-w2-Iu-bL .template-kcg48tPe:hover{background:#f3f4f6;color:#374151}.template-bSv4KcNi .template-w2-Iu-bL .template-kcg48tPe:focus{outline:2px solid #53565A;outline-offset:2px}.template-bSv4KcNi .template-w2-Iu-bL .template-UNYIPskL{margin:0;display:flex;align-items:center;height:100%}.template-bSv4KcNi .template-w2-Iu-bL .template-UNYIPskL .breadcrumb__list{margin:0;height:auto}.template-bSv4KcNi .template-2DrVV13e{display:flex;align-items:center}.template-bSv4KcNi .template-2DrVV13e .header-topbar{margin:0}.template-bSv4KcNi .template-6vKnknNj{flex:1;display:flex;flex-direction:column;min-height:0}.template-bSv4KcNi .template-6vKnknNj .template-kOrwuJ1B{margin-bottom:20px;flex-shrink:0}.template-bSv4KcNi .template-6vKnknNj .template----TdBAO{flex:1;min-height:380px;margin-bottom:32px;border:1px solid #E9ECEF;border-radius:8px;overflow:hidden;background:#fafbfc}.template-bSv4KcNi .template-6vKnknNj .template----TdBAO .react-flow{width:100%;height:100%}.template-bSv4KcNi .template-6vKnknNj .template-sfDitlq2{display:flex;align-items:center;justify-content:center;min-height:320px;color:#72808f;font-size:14px}.template-bSv4KcNi .template-6vKnknNj .template-hnE22CPi{padding:10px 14px;min-width:200px;max-width:240px;border-radius:8px;border:1px solid #E9ECEF;background:#fff;font-family:Inter,sans-serif;cursor:pointer;transition:box-shadow .15s ease}.template-bSv4KcNi .template-6vKnknNj .template-hnE22CPi:hover{box-shadow:0 2px 8px #00000014}.template-bSv4KcNi .template-6vKnknNj .template-H63AOWtU{background:#fff;border-color:#53565a;font-weight:500}.template-bSv4KcNi .template-6vKnknNj .template-qnP5x9Mz{font-size:14px;font-weight:600;color:#0d1f2d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-bSv4KcNi .template-6vKnknNj .template-3lLBC-LV{font-size:12px;color:#72808f;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-bSv4KcNi .template-6vKnknNj .template-UzTbyP9t{font-size:14px;font-weight:600;background:#53565a;border-radius:4px;padding:4px 8px;color:#fff;white-space:nowrap}.template-hTJDvRbd{flex-shrink:0;margin-top:24px;padding-top:24px;border-top:1px solid #E9ECEF}.template-hTJDvRbd .template-3LaH0RW3{margin:0 0 16px;font-size:18px;font-weight:600;color:#0d1f2d}.template--hFeMwHO{overflow-x:auto;border:1px solid #E9ECEF;border-radius:8px;background:#fff}.template-0QUdGof3{width:100%;border-collapse:collapse;font-size:14px}.template-0QUdGof3 thead tr{background:#f8f9fa;border-bottom:1px solid #E9ECEF}.template-0QUdGof3 thead th{padding:12px 16px;text-align:left;font-weight:600;color:#0d1f2d;white-space:nowrap}.template-0QUdGof3 tbody tr{border-bottom:1px solid #E9ECEF;transition:background .15s ease}.template-0QUdGof3 tbody tr:last-child{border-bottom:none}.template-0QUdGof3 tbody tr:hover{background:#f8f9fa}.template-0QUdGof3 .template-Tk-6EE9q{cursor:pointer}.template-0QUdGof3 td{padding:12px 16px;color:#374151;vertical-align:middle}.template-0QUdGof3 .template-WRqdMrgj{min-width:200px;font-weight:500;color:#0d1f2d}.template-0QUdGof3 .template-KrgIHiu-{display:inline-block;margin-right:8px;padding:2px 8px;font-size:12px;font-weight:500;color:#53565a;background:#f0f0f1;border-radius:4px}.template-kdq6R-KU{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding:8px 0}.template-iomckvSn{padding:16px;border:1px solid #E9ECEF;border-radius:8px;background-color:#fff}.template-iomckvSn h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#0d1f2d}.template-iomckvSn p{margin:0;font-size:14px;color:#72808f;line-height:1.5}.template-70D-Cccn{padding:32px;text-align:center;color:#72808f}.template-70D-Cccn p{margin:0;font-size:14px}.template-WvuGWL8p{display:flex;flex-direction:column;height:100%;min-height:0}.template-WvuGWL8p .template-2TeqURHd{display:flex;justify-content:space-between;align-items:start;flex-shrink:0;margin-bottom:20px}.template-WvuGWL8p .template-LGbxIAXG{display:flex;align-items:center;gap:20px;height:48px}.template-WvuGWL8p .template-LGbxIAXG .template-8oAru5YY{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}.template-WvuGWL8p .template-LGbxIAXG .template-8oAru5YY:hover{background:#f3f4f6;color:#374151}.template-WvuGWL8p .template-LGbxIAXG .template-8oAru5YY:focus{outline:2px solid #53565A;outline-offset:2px}.template-WvuGWL8p .template-LGbxIAXG .template-B62I2D8N{margin:0;display:flex;align-items:center;height:100%}.template-WvuGWL8p .template-LGbxIAXG .template-B62I2D8N .breadcrumb__list{margin:0;height:auto}.template-WvuGWL8p .template-T658OuQU{display:flex;align-items:center}.template-WvuGWL8p .template-T658OuQU .header-topbar{margin:0}.template-WvuGWL8p .template-ZYQFvkMf{flex:1;display:flex;flex-direction:column;min-height:0}.template-WvuGWL8p .template-ZYQFvkMf .template--NXc2uwc{margin-bottom:20px;flex-shrink:0}.template-WvuGWL8p .template-ZYQFvkMf .template-22eCBV5X{flex:1;min-height:380px;margin-bottom:32px;border:1px solid #E9ECEF;border-radius:8px;overflow:hidden;background:#fafbfc}.template-WvuGWL8p .template-ZYQFvkMf .template-22eCBV5X .react-flow{width:100%;height:100%}.template-WvuGWL8p .template-ZYQFvkMf .template--GZ2c58s{display:flex;align-items:center;justify-content:center;min-height:320px;color:#72808f;font-size:14px}.template-WvuGWL8p .template-ZYQFvkMf .template-Baza5h-G{padding:10px 14px;min-width:200px;max-width:220px;border-radius:8px;border:1px solid #E9ECEF;background:#fff;font-family:Inter,sans-serif;cursor:pointer;transition:box-shadow .15s ease}.template-WvuGWL8p .template-ZYQFvkMf .template-Baza5h-G:hover{box-shadow:0 2px 8px #00000014}.template-WvuGWL8p .template-ZYQFvkMf .template-BCEVu0lq{background:#fff;border-color:#53565a;font-weight:500}.template-WvuGWL8p .template-ZYQFvkMf .template-UzkayXVm{font-size:14px;font-weight:600;color:#0d1f2d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-WvuGWL8p .template-ZYQFvkMf .template-r6CF6W94{font-size:12px;color:#72808f;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-UiOWpjVG{flex-shrink:0;margin-top:24px;padding-top:24px;border-top:1px solid #E9ECEF}.template-UiOWpjVG .template-ZgoZ7TFC{margin:0 0 16px;font-size:18px;font-weight:600;color:#0d1f2d}.template-RBwHpv3j{overflow-x:auto;border:1px solid #E9ECEF;border-radius:8px;background:#fff}.template-D8u7IAWV{width:100%;border-collapse:collapse;font-size:14px}.template-D8u7IAWV thead tr{background:#f8f9fa;border-bottom:1px solid #E9ECEF}.template-D8u7IAWV thead th{padding:12px 16px;text-align:left;font-weight:600;color:#0d1f2d;white-space:nowrap}.template-D8u7IAWV tbody tr{border-bottom:1px solid #E9ECEF;transition:background .15s ease}.template-D8u7IAWV tbody tr:last-child{border-bottom:none}.template-D8u7IAWV tbody tr:hover{background:#f8f9fa}.template-D8u7IAWV .template-f5m-jhC0{cursor:pointer}.template-D8u7IAWV td{padding:12px 16px;color:#374151;vertical-align:middle}.template-D8u7IAWV .template-AhdSMonK{min-width:200px;font-weight:500;color:#0d1f2d}.template-ak14mgi1{display:flex;flex-direction:column;gap:16px;max-height:400px;overflow-y:auto;padding:8px 0}.template-Zw-V2BIE{padding:16px;border:1px solid #E9ECEF;border-radius:8px;background-color:#fff}.template-Zw-V2BIE h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#0d1f2d}.template-Zw-V2BIE p{margin:0;font-size:14px;color:#72808f;line-height:1.5}.template-EqTpE-VM{padding:32px;text-align:center;color:#72808f}.template-EqTpE-VM p{margin:0;font-size:14px}.template-jjJxoBt7{display:flex;flex-direction:column;gap:1.5rem}.template-AO0j0IoC{display:flex;flex-direction:column;gap:.5rem}.template-4l7N3taU{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.template-VwSOYx9-{font-size:.875rem;font-weight:500;color:#1a1d21}.template-jYhyEGwI{margin-top:-.75rem;font-size:.813rem;color:#5f6b7a}.template-0cjq8OB3{display:flex;flex-direction:column;gap:20px}.template-iZqFhxmZ{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.avatar{width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;font-weight:600;overflow:hidden}.avatar__content{color:#fff}.avatar.rounded{border-radius:12px}.avatar.color-primary{background-color:var(--color-primary, rgb(0, 169, 206));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:#e6f7fb;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:32px;height:32px;border-radius:50%;border:1px solid #DADFE3;cursor:pointer;background:transparent;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:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.user-search-dropdown__item:hover .user-search-dropdown__item-name{color:#00a9ce}.user-search-dropdown__item:last-child:after{display:none}.user-search-dropdown__item-info{flex:1;min-width:0;overflow:hidden}.user-search-dropdown__item-name{margin:0;font-size:14px;font-weight:600;color:#212b36;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.user-search-dropdown__item-title{margin:4px 0 0;font-size:12px;color:#637381;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.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 #00A9CE}.conversation-list__new-message-btn--active svg path{stroke:#00a9ce}.conversation-list__new-message-btn--active:hover{border:1px solid #00A9CE}.conversation-list__new-message-btn:hover{background-color:#f6f7f8;border:none}.conversation-list__new-message-btn:hover svg path{stroke:#00a9ce}.conversation-list__search{padding:0 16px;margin-bottom:16px}.conversation-list__search .input-container .input-wrapper{min-width:unset;width:100%}.conversation-list__select-all{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fff;border-bottom:1px solid #DFE3E8;margin-bottom:0}.conversation-list__select-all .checkbox-with-text{display:flex;align-items:center}.conversation-list__select-all .checkbox-with-text .label{font-weight:500;font-size:12px;color:#606b77}.conversation-list__select-all .checkbox-with-text input[type=checkbox]:checked{background-color:#e6f7fb;border-color:#00a9ce}.conversation-list__delete-selected-btn{background:none;border:none;color:#fb3748;font-size:12px;font-weight:500;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;gap:4px}.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:#00a9ce}.conversation-item__checkbox{display:flex;align-items:center;flex-shrink:0;margin-right:4px}.conversation-item__checkbox .checkbox-with-text input[type=checkbox]:checked{background-color:#e6f7fb;border-color:#00a9ce}.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:#00a9ce}.conversation-item__time{font-size:12px;color:#606b77;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:#00a9ce}.conversation-item__badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;background-color:#00a9ce;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}.message-actions{position:fixed;z-index:1000}.message-actions__menu{background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000026;padding:8px;min-width:160px;display:flex;flex-direction:column;gap:4px;transform-origin:top center;animation:slideDownFade .2s ease-out}.message-actions__menu--open-from-top{transform-origin:bottom center;animation:slideUpFade .2s ease-out}.message-actions__item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:none;background:transparent;color:#72808f;font-weight:600;font-size:14px;cursor:pointer;border-radius:8px;transition:all .2s;text-align:left;width:100%;white-space:nowrap}.message-actions__item svg{flex-shrink:0}.message-actions__item:hover{background:#f6f7f8;color:#00a9ce}.message-actions__item--reply svg{transform:scaleX(-1)}.message-actions__item--danger:hover{background:#ffebee;color:#fb3748}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.forward-modal__list{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px 0;max-height:450px;min-height:300px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}.forward-modal__list::-webkit-scrollbar{width:8px}.forward-modal__list::-webkit-scrollbar-track{background:transparent}.forward-modal__list::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px;transition:background .2s}.forward-modal__list::-webkit-scrollbar-thumb:hover{background:#00000040}.forward-modal__loading{padding:20px}.forward-modal__empty{text-align:center;padding:40px 20px;color:#919eab;font-size:14px}.forward-modal__item{display:flex;align-items:center;justify-content:space-between;padding:14px 0;cursor:pointer;transition:background .2s;border-bottom:1px solid #F3F4F6}.forward-modal__item:last-child{border-bottom:none}.forward-modal__item .checkbox-with-text input[type=checkbox]:checked{background-color:#e6f7fb;border-color:#00a9ce}.forward-modal__item-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.forward-modal__item-info{flex:1;min-width:0}.forward-modal__item-name{font-size:16px;font-weight:500;color:#0d1f2d;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.5}.forward-modal__item-title{font-size:14px;color:#737b87;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;line-height:1.4}.forward-modal__footer{margin-left:-16px;margin-right:-16px;padding:10px 16px 16px;border-top:1px solid #F3F4F6;background-color:#f6f7f8;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.forward-modal__footer-row{display:flex;align-items:flex-start;gap:12px}.forward-modal__message-input-wrapper{flex:1;display:flex;align-items:flex-end;background:#fff;border:1px solid #DADFE3;border-radius:12px;padding:10px 14px;transition:border-color .2s}.forward-modal__message-input-wrapper:focus-within{border-color:#00a9ce}.forward-modal__message-textarea{flex:1;min-height:20px;max-height:80px;padding:0;border:none;font-size:14px;line-height:1.5;color:#0d1f2d;background:transparent;outline:none;resize:none;--webkit-scrollbar: none;scrollbar-width:none;font-family:inherit}.forward-modal__message-textarea::placeholder{color:#919eab}.forward-modal__multiple-info{font-size:13px;font-weight:500;line-height:1.5;color:#637381;padding:8px 0;text-align:left}.forward-modal__forward-btn{display:flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;height:40px;padding:0 16px;font-size:14px;font-weight:500;color:#505862;background:#fff;border:1px solid #DADFE3;border-radius:8px;cursor:pointer;transition:all .2s}.forward-modal__forward-btn:hover:not(:disabled){border-color:#00a9ce;color:#00a9ce}.forward-modal__forward-btn:disabled{opacity:.4;cursor:not-allowed}.forward-modal__forward-btn svg path{stroke:#00a9ce}.emoji-picker-wrapper{position:absolute;bottom:calc(100% + 8px);left:0;z-index:1000}.emoji-picker-wrapper .emoji-picker-element{--emoji-size: 1.4rem;--emoji-padding: .3rem;--background: #FFFFFF;--border-color: #DADFE3;--border-size: 1px;--border-radius: 12px;--indicator-color: #00A9CE;--indicator-height: 3px;--input-border-color: #DADFE3;--input-border-radius: 8px;--input-font-color: #212B36;--input-font-size: 14px;--input-padding: .5rem;--input-placeholder-color: #919EAB;--outline-color: #00A9CE;--category-font-color: #637381;--category-font-size: .875rem;--button-active-background: #E6F7FB;--button-hover-background: #F6F7F8;--num-columns: 8;--category-emoji-size: 1.2rem;width:320px;height:300px;box-shadow:0 4px 20px #00000026}.chat-area{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:16px;border:1px solid #dadfe3;position:relative}.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__back{display:none;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #dadfe3;background:#fff;color:#637381;border-radius:8px;cursor:pointer}.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__header-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#637381;cursor:pointer;border-radius:8px;transition:all .2s}.chat-area__header-close:hover{background:#f6f7f8}.chat-area__messages{flex:1;overflow-y:auto;padding:0 16px;display:flex;flex-direction:column;gap:24px;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:#00a9ce;border-radius:50%;animation:spin .8s linear infinite}.chat-area__date-divider{display:flex;align-items:center;justify-content:center;margin:16px 0;position:sticky;top:0;z-index:10;background:linear-gradient(to bottom,#fff 0% 70%,#ffffffe6);padding:8px 0;backdrop-filter:blur(8px)}.chat-area__date-divider:before,.chat-area__date-divider:after{content:"";flex:1;height:1px;background:#dfe3e8}.chat-area__date-divider span{padding:4px 16px;font-size:12px;font-weight:600;color:#00a9ce;flex-shrink:0;border-radius:12px}.chat-area__selection-actions{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid #dadfe3;background:#f6f7f8}.chat-area__copy-notification-banner{position:absolute;bottom:90px;left:10px;right:10px;height:52px;justify-content:center;display:flex;align-items:center;gap:12px;padding:12px 10px;box-shadow:0 0 8px #0d1f2d14;background:#fff;border:1px solid #dadfe3;z-index:11;animation:slideUpFade .3s ease-out;border-radius:12px;box-sizing:border-box}.chat-area__copy-notification-banner--input-visible{bottom:90px}.chat-area__copy-notification-banner-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#e6f7fb;border:1px solid #00a9ce;border-radius:4px;flex-shrink:0}.chat-area__copy-notification-banner span{font-size:16px;font-weight:600;color:#0d1f2d}.chat-area__selection-footer{position:sticky;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:16px;height:88px;padding:0 16px;background:#f6f7f8;border-top:1px solid #dadfe3;z-index:10;border-radius:0 0 16px 16px;margin-top:auto;flex-shrink:0}.chat-area__selection-footer-count{font-size:13px;font-weight:500;color:#000;white-space:nowrap}.chat-area__selection-footer-actions-item{display:flex;align-items:center;gap:20px}.chat-area__selection-footer-actions-item .button{min-width:110px;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px}.chat-area__selection-footer-actions-item .button .button__icon--start{display:flex;align-items:center;justify-content:center;margin-right:0;height:auto;width:auto}.chat-area__selection-footer-actions-item .button .button__text{display:flex;align-items:center}.chat-area__selection-footer-actions-divider .button{min-width:144px;height:44px;display:flex;align-items:center;justify-content:center;padding:0 16px}.chat-area__selection-footer-actions{display:flex;align-items:center;flex:1;justify-content:space-between}.chat-area__selection-footer-actions .button{display:flex;align-items:center;gap:6px;white-space:nowrap}.chat-area__selection-footer-actions .button.outlined{background:#fff;border-color:#dadfe3;color:#505862;font-weight:500}.chat-area__selection-footer-actions .button.outlined:hover:not(.disabled){background:#fff;border-color:#00a9ce;color:#637381}.chat-area__reply-banner-wrapper{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:16px}.chat-area__reply-banner{display:flex;align-items:center;flex:1;border-left:8px solid #00a9ce;border-radius:8px 12px 12px 8px;padding:12px 16px;background:#f6f7f8}.chat-area__reply-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-area__reply-content-row{display:flex;flex-direction:row;align-items:center;gap:4px}.chat-area__reply-label{font-size:12px;font-weight:600;color:#00a9ce;margin-bottom:4px}.chat-area__reply-text{font-size:13px;color:#0d1f2d;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;word-break:break-word;max-height:60px}.chat-area__reply-sender{font-size:13px;font-weight:600;color:#00a9ce}.chat-area__reply-attachments{display:flex;align-items:center;gap:4px;flex-shrink:0}.chat-area__reply-attachment-image{width:40px;height:40px;border-radius:6px;overflow:hidden;border:1px solid #dadfe3;flex-shrink:0}.chat-area__reply-attachment-image img{width:100%;height:100%;object-fit:cover;display:block}.chat-area__reply-attachment-document{display:flex;align-items:center;gap:6px;padding:6px 0;border-radius:6px;max-width:200px}.chat-area__reply-attachment-file{display:flex;align-items:center;gap:8px;max-width:200px}.chat-area__reply-attachment-name{font-size:13px;color:#637381;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}.chat-area__reply-attachment-summary{display:flex;align-items:center;gap:6px;font-size:13px;color:#637381}.chat-area__reply-close-wrapper{flex-shrink:0}.chat-area__reply-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid #dadfe3;background:#fff;color:#637381;cursor:pointer;transition:all .2s}.chat-area__reply-close:hover{background:#f6f7f8;border-color:#919eab}.chat-area__edit-banner-wrapper{position:relative;display:flex;align-items:center;gap:12px;width:100%}.chat-area__edit-banner{display:flex;align-items:center;width:100%;border-left:8px solid #00a9ce;border-radius:8px;padding:12px 16px;margin-bottom:16px;background:#f6f7f8;position:relative}.chat-area__edit-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-area__edit-sender{font-size:13px;font-weight:600;color:#00a9ce}.chat-area__edit-text{font-size:14px;color:#212b36;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-area__edit-input{display:flex;align-items:center}.chat-area__edit-input-field-wrapper{flex:1;display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #dadfe3;border-radius:12px;padding:8px;min-height:48px}.chat-area__edit-input-field-wrapper:hover{border-color:#00a9ce}.chat-area__edit-input-field-wrapper:focus-within{border-color:#00a9ce}.chat-area__edit-input-field-wrapper .chat-area__input-field{flex:1;min-height:32px;max-height:120px;padding:6px 0;border:none;font-size:14px;line-height:20px;color:#212b36;background:transparent;width:100%;resize:none;overflow-y:auto;font-family:inherit}.chat-area__edit-input-field-wrapper .chat-area__input-field::placeholder{color:#919eab}.chat-area__edit-input-field-wrapper .chat-area__input-field:focus{outline:none}.chat-area__edit-input-field-wrapper .chat-area__edit-cancel-btn{width:32px;height:32px;min-width:32px;padding:0;border-radius:50%;background:#f6f7f8;border:none;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#637381}.chat-area__edit-input-field-wrapper .chat-area__edit-cancel-btn svg{color:#637381}.chat-area__edit-input-field-wrapper .chat-area__edit-save{width:40px;height:40px;min-width:40px;padding:0;flex-shrink:0;background:#00a9ce;border:none;border-radius:12px;display:flex;align-items:center;justify-content:center}.chat-area__edit-input-field-wrapper .chat-area__edit-save .button__icon--start{margin-right:0;display:flex;align-items:center;justify-content:center}.chat-area__edit-input-field-wrapper .chat-area__edit-save:hover:not(:disabled){border:none;background:#00a9ce}.chat-area__edit-input-field-wrapper .chat-area__edit-save:disabled{background:#f6f7f8;border:1px solid transparent;cursor:not-allowed}.chat-area__edit-input-field-wrapper .chat-area__edit-save:disabled svg path{stroke:#919eab}.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:#00a9ce}.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,#1ccdf4,#00a9ce);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__file-input{display:none}.chat-area__input{position:relative;display:flex;align-items:center;gap:12px}.chat-area__input-loading-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffffe6;border-radius:12px;z-index:10;backdrop-filter:blur(2px)}.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 #00a9ce}.chat-area__input-field-wrapper:focus-within{border:1px solid #00a9ce}.chat-area__input-row{display:flex;align-items:center;gap:4px;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:#e6f7fb;border:1px solid #00a9ce;color:#00a9ce}.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:#00a9ce}.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__emoji-wrapper{position:relative;flex-shrink:0}.chat-area__input-emoji{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-emoji:hover:not(:disabled),.chat-area__input-emoji:active:not(:disabled),.chat-area__input-emoji--active{background:#e6f7fb;border:1px solid #00a9ce;color:#00a9ce}.chat-area__input-emoji:hover:not(:disabled) svg circle,.chat-area__input-emoji:hover:not(:disabled) svg path,.chat-area__input-emoji:active:not(:disabled) svg circle,.chat-area__input-emoji:active:not(:disabled) svg path,.chat-area__input-emoji--active svg circle,.chat-area__input-emoji--active svg path{stroke:#00a9ce}.chat-area__input-emoji:hover:not(:disabled) svg circle:nth-child(3),.chat-area__input-emoji:hover:not(:disabled) svg circle:nth-child(4),.chat-area__input-emoji:active:not(:disabled) svg circle:nth-child(3),.chat-area__input-emoji:active:not(:disabled) svg circle:nth-child(4),.chat-area__input-emoji--active svg circle:nth-child(3),.chat-area__input-emoji--active svg circle:nth-child(4){fill:#00a9ce;stroke:none}.chat-area__input-emoji:disabled{opacity:.5;cursor:not-allowed}.chat-area__input-field{flex:1;min-height:32px;max-height:120px;padding:6px 12px 6px 0;border:none;border-radius:12px;font-size:14px;line-height:20px;color:#212b36;background:transparent;transition:all .2s;width:100%;resize:none;overflow-y:auto;font-family:inherit}.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,#1ccdf4,#00a9ce);border:1px solid #0095b8;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,#1ccdf4,#00a9ce);border-color:#0095b8;opacity:.9}.chat-area__input-send:disabled{background:#f6f7f8;border:1px solid transparent;cursor:not-allowed}.chat-area__input-send:disabled .button__icon svg path{stroke:#72808f}@media(max-width:768px){.chat-area{border-radius:16px}.chat-area__back{display:inline-flex}}.chat-message{display:flex;gap:12px;margin-bottom:8px;align-items:flex-start;position:relative;transition:background .2s}.chat-message--sent{flex-direction:row-reverse}.chat-message--received{flex-direction:row}.chat-message__checkbox{display:flex;align-items:center;justify-content:center;flex-shrink:0;align-self:flex-start}.chat-message__bubble-wrapper{display:flex;flex-direction:column;max-width:395px;z-index:0;position:relative}.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 36px 12px 12px}.chat-message__menu-button{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;color:#72808f;cursor:pointer;border-radius:6px;font-size:16px;background:transparent;font-weight:600;opacity:1;transition:all .2s;z-index:10}.chat-message__menu-button:hover svg path{fill:#00a9ce}.chat-message__menu-button-active svg path{fill:#72808f}.chat-message__menu-button--gif{position:static;flex-shrink:0;margin-left:4px}.chat-message__gif-row{display:flex;align-items:flex-start;gap:4px}.chat-message__reply-preview{padding:8px 12px;background:#fff;border-left:8px solid #00a9ce;border-radius:8px;margin-bottom:12px}.chat-message__reply-label{font-size:11px;font-weight:600;color:#00a9ce}.chat-message__reply-content{font-size:13px;color:#0d1f2d;overflow:hidden;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;word-break:break-word;-webkit-line-clamp:2;max-height:2.6em}.chat-message__reply-gif{max-width:100px;max-height:80px;border-radius:6px;overflow:hidden}.chat-message__reply-gif-image{height:auto;max-height:80px;object-fit:contain;border-radius:6px}.chat-message__reply-content-wrapper{display:flex;flex-direction:column;gap:6px}.chat-message__reply-sender{font-size:13px;font-weight:600;color:#00a9ce}.chat-message__reply-attachments{display:flex;flex-direction:column;gap:8px;margin-top:4px}.chat-message__image-wrapper--reply{padding:0;border:none;max-width:200px;max-height:150px}.chat-message__image-wrapper--reply .chat-message__image{width:100%;height:auto;max-height:150px;border-radius:6px}.chat-message__file-document--reply{padding:8px 12px;height:auto;min-height:48px;max-width:250px}.chat-message__text-wrapper{display:flex;flex-direction:column;gap:4px}.chat-message__text{font-size:13px;line-height:1.5;margin:0;word-wrap:break-word;color:#0d1f2d;font-weight:500;white-space:pre-wrap}.chat-message__text--truncated{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.chat-message__read-more{background:none;border:none;padding:0;color:#00a9ce;font-size:13px;font-weight:600;cursor:pointer;text-align:left;transition:color .2s;align-self:flex-start}.chat-message__read-more:hover{color:#0095b8;text-decoration:underline}.chat-message__footer{display:flex;align-items:center;gap:8px;margin-top:4px}.chat-message__edited{font-size:12px;color:#72808f;font-weight:500}.chat-message__time{font-size:12px;color:#606b77;font-weight:500}.chat-message__read-status{flex-shrink:0}.chat-message__read-status path{stroke:#1890ff}.chat-message__attachments{width:100%;margin-top:0;display:flex;flex-direction:column;gap:8px}.chat-message__show-more,.chat-message__show-less{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;background:#f6f7f8;border:1px solid #dadfe3;border-radius:8px;font-size:13px;font-weight:500;color:#637381;cursor:pointer;transition:all .2s;align-self:flex-start}.chat-message__show-more:hover,.chat-message__show-less:hover{background:#e8ebee;border-color:#00a9ce;color:#00a9ce}.chat-message__attachments--grouped{position:relative;background:#f8f9fa;border:1px solid #e8ebee;border-radius:12px;padding:12px;width:fit-content;max-width:calc(100% - 32px)}.chat-message__attachments--grouped .chat-message__files-container{gap:8px}.chat-message__attachments--grouped .chat-message__file-wrapper{width:100%}.chat-message__attachments--grouped .chat-message__file-document{border:none;background:#fff;padding-right:26px;width:100%}.chat-message__menu-button--grouped{position:absolute;top:8px;right:-28px;z-index:10;border-radius:6px;padding:4px;background:transparent;border:none}.chat-message__menu-button--grouped:hover svg path{fill:#00a9ce}.chat-message__bubble:has(.chat-message__reply-preview) .chat-message__attachments{margin-top:0}.chat-message__bubble:has(.chat-message__reply-preview) .chat-message__text{margin-top:0}.chat-message__files-container{display:flex;flex-wrap:wrap;gap:12px;width:100%;align-items:flex-start}.chat-message--received .chat-message__files-container{justify-content:flex-start}.chat-message__image-wrapper{display:flex;align-items:center;gap:12px;padding:12px 24px 12px 12px;border:1px solid #dadfe3;border-radius:12px;width:fit-content;position:relative}.chat-message__image-wrapper .chat-message__menu-button--image{position:absolute;top:8px;right:8px;z-index:12}.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-reply{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:#f6f7f8;border-radius:6px;cursor:pointer;transition:all .2s;flex-shrink:0}.chat-message__file-reply:hover{background:#e8ebee}.chat-message__file-reply:hover svg{transform:scaleX(-1)}.chat-message__file-reply:hover svg path{stroke:#00a9ce}.chat-message__file-reply svg{transform:scaleX(-1);transition:all .2s}.chat-message__attachment-menu-wrapper{position:relative}.chat-message__attachment-menu-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s}.chat-message__attachment-menu-button:hover{background:#e8ebee}.chat-message__attachment-menu-button:hover svg path{fill:#00a9ce}.chat-message__attachment-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #dadfe3;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:140px;z-index:100;overflow:hidden}.chat-message__attachment-dropdown-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:transparent;cursor:pointer;font-size:13px;font-weight:500;color:#0d1f2d;transition:all .2s;text-align:left}.chat-message__attachment-dropdown-item:hover{background:#f6f7f8;color:#00a9ce}.chat-message__attachment-dropdown-item:hover svg path{stroke:#00a9ce}.chat-message__attachment-dropdown-item svg{flex-shrink:0}.chat-message__file-wrapper{position:relative}.chat-message__file-document{display:flex;align-items:center;gap:12px;padding:12px 26px 12px 12px;border:1px solid #dadfe3;border-radius:12px;position:relative;min-width:0;max-width:320px;height:64px;box-sizing:border-box;z-index:11}.chat-message__file-document .chat-message__menu-button--file{position:absolute;top:8px;right:8px;z-index:12}.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,#1ccdf4,#00a9ce);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;position:relative;z-index:2}.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:#00a9ce}.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:#00a9ce}.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}.chat-message__forwarded-indicator{display:flex;align-items:center;gap:8px;position:relative;margin-bottom:8px}.chat-message__forwarded-indicator:after{content:"";position:absolute;bottom:-8px;left:0;right:0;height:1px;background:#dadfe3}.chat-message__forwarded-icon{flex-shrink:0;width:16px;height:16px}.chat-message__forwarded-text{font-size:14px;color:#72808f;font-weight:500}.chat-message__bubble--deleted{background:#f6f7f8;border-radius:12px;padding:12px}.chat-message__deleted-content{display:flex;align-items:center;gap:8px}.chat-message__deleted-icon{flex-shrink:0;width:16px;height:16px}.chat-message__deleted-text{font-size:16px;color:#72808f}.chat-area__copy-sandwich{position:sticky;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #dadfe3;border-radius:16px 16px 0 0;box-shadow:0 -4px 12px #0000001a;z-index:10;margin-top:auto;flex-shrink:0;animation:slideUpFade .3s ease-out}.chat-area__copy-sandwich-notification{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border-bottom:1px solid #f3f4f6;color:#0d1f2d;font-size:14px;font-weight:500}.chat-area__copy-sandwich-notification-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:1.5px solid #00a9ce;border-radius:4px;flex-shrink:0;background:transparent}.chat-area__copy-sandwich-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;background:#fff}.chat-area__copy-sandwich-actions-count{font-size:13px;font-weight:500;color:#000;white-space:nowrap}.chat-area__copy-sandwich-actions-buttons{display:flex;align-items:center;gap:12px;flex:1;justify-content:flex-end}.chat-area__copy-sandwich-actions-buttons .button{min-width:110px;height:44px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 16px}.chat-area__copy-sandwich-actions-buttons .button .button__icon--start{display:flex;align-items:center;justify-content:center;margin-right:0;height:auto;width:auto}.chat-area__copy-sandwich-actions-buttons .button .button__text{display:flex;align-items:center}@keyframes slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-area__copy-notification{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:1000;animation:slideUpFade .3s ease-out}.chat-area__copy-notification-content{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#e6f7fb;border:1px solid #ffe8dc;border-radius:12px;box-shadow:0 4px 12px #0000001a;color:#00a9ce;font-size:14px;font-weight:500}.chat-area__copy-notification-icon{flex-shrink:0;width:16px;height:16px}@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}}:root{--color-primary: #E6F7FB;--color-primary-primary-light: #00A9CE;--color-primary-primary-contained: rgb(0, 169, 206);--color-primary-lighter: #0390BA;--color-primary-light: #00A9CE;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-secondary: #FFC72C;--color-secondary-lighter: #FFF3D0;--color-secondary-light: #FFD55F;--color-secondary-dark: #CC9F23;--color-secondary-darker: #99771A;--color-third: #53565A;--color-third-lighter: #E0E1E2;--color-third-light: #7A7C80;--color-third-dark: #3D3F42;--color-third-darker: #2A2B2E;--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)}.light{--color-primary: #E6F7FB;--color-primary-primary-light: #00A9CE;--color-primary-primary-contained: rgb(0, 169, 206);--color-primary-lighter: #0390BA;--color-primary-light: #00A9CE;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-secondary: #FFC72C;--color-secondary-lighter: #FFF3D0;--color-secondary-light: #FFD55F;--color-secondary-dark: #CC9F23;--color-secondary-darker: #99771A;--color-third: #53565A;--color-third-lighter: #E0E1E2;--color-third-light: #7A7C80;--color-third-dark: #3D3F42;--color-third-darker: #2A2B2E;--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: #E6F7FB;--color-primary-primary-light: #00A9CE;--color-primary-primary-contained: rgb(0, 169, 206);--color-primary-lighter: #0390BA;--color-primary-light: #00A9CE;--color-primary-dark: #007867;--color-primary-darker: #dadfe3;--color-secondary: #FFC72C;--color-secondary-lighter: #FFF3D0;--color-secondary-light: #FFD55F;--color-secondary-dark: #CC9F23;--color-secondary-darker: #99771A;--color-third: #53565A;--color-third-lighter: #E0E1E2;--color-third-light: #7A7C80;--color-third-dark: #3D3F42;--color-third-darker: #2A2B2E;--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}.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:356px 1fr;gap:16px;height:calc(100vh - 80px);overflow:hidden}.messages-page__sidebar{position:relative;display:flex;flex-direction:column;border:1px solid #dadfe3;border-radius:16px;background:#fff;min-height:0;overflow:hidden;box-shadow:0 1px 3px #0000000d}.messages-page__main{display:flex;flex-direction:column;overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 1px 3px #0000000d}@media(max-width:1024px)and (min-width:769px){.messages-page{grid-template-columns:minmax(260px,320px) minmax(0,1fr);gap:12px}}@media(max-width:768px){.messages-page{grid-template-columns:1fr}.messages-page__sidebar{display:flex}.messages-page__main,.messages-page--chat .messages-page__sidebar{display:none}.messages-page--chat .messages-page__main{display:flex}}.avatar.color-default{background-color:transparent}.template-lvqTxUZK{padding:8px;min-height:150px}.template-DWucNeYS{display:flex;flex-direction:column;gap:1.5rem;flex:1;min-height:0}@media(min-width:1024px){.template-DWucNeYS{display:grid;grid-template-columns:1fr 380px;align-items:start;gap:1.5rem}}.template-Q9dr20OF{display:flex;flex-direction:column;gap:1.5rem;min-height:0;flex:1}@media(min-width:1024px){.template-Q9dr20OF{gap:1.5rem}}.template-3NR8sMa-{display:flex;flex-direction:column;gap:1.5rem;flex:1}@media(min-width:1024px){.template-3NR8sMa-{position:sticky;top:1rem;align-self:start}}.template-y8dcjP3C{background:linear-gradient(135deg,#00a9ce,#0390ba);border-radius:16px;box-shadow:0 2px 8px #0000000d;overflow:hidden;padding:1.5rem}.template-uDXZ93t0{display:flex;gap:1.5rem;align-items:flex-start}@media(max-width:768px){.template-uDXZ93t0{flex-direction:column;align-items:center;text-align:center}}.template-gFEbJuUz{width:80px;height:80px;border-radius:16px;background:#ffffff40;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:600;color:#fff;border:3px solid rgba(255,255,255,.5);flex-shrink:0;box-shadow:0 2px 8px #0000001a}.template--PMSsIjU{flex:1;display:flex;flex-direction:column;gap:.75rem;min-width:0}.template-gb5tnMXb{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;min-width:0}@media(max-width:768px){.template-gb5tnMXb{justify-content:center}}.template-vseE8w2a{color:#fff;font-size:1.5rem;font-weight:600;margin:0;word-break:break-word;overflow-wrap:anywhere;min-width:0}.template-3KfnR75H{color:#fffffff2;font-size:.875rem;font-weight:500;padding:6px 14px;background:#ffffff40;border-radius:20px;white-space:nowrap;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.template-Bb73sEh3{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;border:1px solid #e8e8e8}.template-AAX0YkCz{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.template-AAX0YkCz svg{color:#00a9ce!important;flex-shrink:0}.template-AAX0YkCz svg path{stroke:#00a9ce!important;fill:#00a9ce!important}.template-qi9IETPT{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(max-width:768px){.template-qi9IETPT{grid-template-columns:1fr}}.template-whkXBRWv{display:flex;flex-direction:column;gap:4px}.template-Lf0bmAhD{color:#6b7280;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.template--ZErkyu5{color:#1f2937;font-size:.9375rem;font-weight:500;word-break:break-word;overflow-wrap:anywhere;min-width:0}.template-E-R0avv-{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:20px;font-size:.75rem;width:max-content;font-weight:600}.template-E-R0avv-.template-tcRkRYn1{background:#d1fae5;color:#059669}.template-E-R0avv-.template-TZyJZtTR{background:#fee2e2;color:#dc2626}.template-E-R0avv-.template-ARqW-5oR{background:#fff3e0;color:#ef6c00}.template-E-R0avv-.template-pVhA1HLR{background:#e3f2fd;color:#1976d2}.template-kYdoybOs{width:8px;height:8px;border-radius:50%;background:currentColor}.template-fOp5p6I5{display:flex;gap:1.5rem;flex-wrap:wrap}.template-fOp5p6I5 svg{color:#fff!important;flex-shrink:0}.template-fOp5p6I5 svg path{stroke:#fff!important}@media(max-width:768px){.template-fOp5p6I5{justify-content:center}}.template-LrzhC7tq{display:flex;align-items:center;gap:.5rem;color:#fffffff2;font-size:.875rem}.template-LrzhC7tq svg{color:#fff!important;flex-shrink:0}.template-LrzhC7tq svg path{stroke:#fff!important}.template-bSbaU-AV{font-weight:500;color:#ffffffe6}.template-LZq0-cXX{font-weight:400;color:#fff}.template-kaWr7hw2{display:flex;align-items:center;justify-content:center;min-height:400px}.template-7YVi9ily{width:40px;height:40px;border:3px solid #e8ecef;border-top-color:#00a9ce;border-radius:50%;animation:template-A7QYXw6U 1s linear infinite}@keyframes template-A7QYXw6U{to{transform:rotate(360deg)}}.template-q6lt3o4f{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.template-q6lt3o4f .template-iSqa-VsX{font-size:1rem;color:#6b7280}.template-cYExTmsY{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000d;padding:1.5rem;border:1px solid #e8e8e8}.template-Ka4mviLU{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:#f9fafb;border:1px solid #e8e8e8;border-radius:12px;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;color:#1f2937}.template-Ka4mviLU:hover{background:#f3f4f6;border-color:#00a9ce;transform:translate(4px)}.template-Ka4mviLU:not(:last-child){margin-bottom:.5rem}.template-Ka4mviLU svg{color:#00a9ce;flex-shrink:0}.template-EuHbA9ZT{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(max-width:768px){.template-EuHbA9ZT{grid-template-columns:1fr}}.template--wmbzmHC{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.template-hTn1mQKT{background:#e6f7fb;color:#0390ba;padding:4px 10px;border-radius:16px;font-size:12px;font-weight:500}@font-face{font-family:Twemoji Mozilla;src:url(/assets/TwemojiMozilla.BSQKJ6aF.ttf) format("truetype");font-weight:400;font-style:normal}.stdropdown-container{text-align:left;border:1px solid #ccc;position:relative;border-radius:5px;font-family:Arial,Helvetica,sans-serif}.stdropdown-input input{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif,Twemoji Mozilla!important}.stdropdown-flag{font-family:Twemoji Mozilla!important}.stdropdown-menu::-webkit-scrollbar{width:2px}.stdropdown-menu::-webkit-scrollbar-track{background:#f1f1f1}.stdropdown-menu::-webkit-scrollbar-thumb{background:#888}.stdropdown-menu::-webkit-scrollbar-thumb:hover{background:#555}.stdropdown-input{padding:5px;display:flex;align-items:center;justify-content:space-between;user-select:none}.stdropdown-menu{position:absolute;transform:translateY(4px);width:100%;border:1px solid #ccc;border-radius:5px;overflow:auto;max-height:150px;background-color:#fff;z-index:99}.stdropdown-item{padding:5px;cursor:pointer}.stdropdown-item:hover{background-color:#9fc3f870}.stdropdown-item.selected{background-color:#0d6efd;color:#fff}.stdropdown-tags{display:flex;flex-wrap:wrap;gap:5px}.stdropdown-tag-item{background-color:#ddd;padding:2px 4px;border-radius:2px;display:flex;align-items:center}.stdropdown-tag-close{display:flex;align-items:center}.stsearch-box{padding:5px;background-color:transparent}.stsearch-box input{width:100%;box-sizing:border-box;padding:5px;border:1px solid #ccc;border-radius:5px}.template-g0b-25uh{display:flex;flex-direction:column;gap:16px}.template-y6gQ17wl{display:flex;flex-direction:column;gap:24px;background:#fff;padding:24px;border-radius:12px;border:1px solid #e8ecef}.template-4cYDmFYN{display:flex;flex-direction:column;gap:16px;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid #e8ecef}.template-IJBd-g3M{font-size:1rem;font-weight:600;color:#1a1d21;margin:0 0 16px;padding:0}.template-Kblxnzjp{display:flex;gap:12px;align-items:center}.template-Kblxnzjp .template-ldzLe2uT{min-width:120px;font-weight:600;padding:10px 20px;border-radius:8px;box-shadow:0 2px 8px #53565a40;transition:box-shadow .2s ease,transform .15s ease}.template-Kblxnzjp .template-ldzLe2uT:hover:not(:disabled){box-shadow:0 4px 12px #53565a59;transform:translateY(-1px)}.template-Kblxnzjp .template-ldzLe2uT:disabled{opacity:.65;cursor:not-allowed}.template-UFMaQzOx{width:100%}.template-w-TVAkez{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(max-width:768px){.template-w-TVAkez{grid-template-columns:1fr}}.template-Cuqw2FBI{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.template-Cuqw2FBI{grid-template-columns:1fr}}.template-VJaHNyHw{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}@media(max-width:1024px){.template-VJaHNyHw{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.template-VJaHNyHw{grid-template-columns:1fr}}.template-b3KanNK6{display:flex;flex-direction:column;gap:8px;border:none!important;padding:0!important;margin:0!important}.template-aN1xlNyp{font-size:14px;font-weight:500;color:#374151}.template-bheXzGuT{width:100%!important;border:none!important;padding:0!important;margin:0!important}.template-bheXzGuT .stdropdown-container{border:1px solid #dadfe3!important;border-radius:8px!important;padding:0 16px!important;min-height:54px!important;background-color:#fff!important;transition:border-color .2s ease;box-shadow:none!important;display:flex!important;align-items:center!important}.template-bheXzGuT .stdropdown-container:hover{border-color:#53565a!important;cursor:pointer}.template-bheXzGuT .stdropdown-container:focus-within{border-color:#b0b8c0!important;box-shadow:none!important;outline:none!important}.template-bheXzGuT .stsearch-box input{border:none!important}.template-bheXzGuT .stdropdown-input{width:100%}.template-bheXzGuT .stdropdown-input input{font-family:inherit!important;font-size:16px!important;color:#374151!important;padding:0!important;height:100%!important;border:none!important;outline:none!important;box-shadow:none!important}.template-bheXzGuT .stdropdown-input input:focus{border:none!important;outline:none!important;box-shadow:none!important}.template-bheXzGuT .stdropdown-input input::placeholder{color:#8b98a6!important}.template-bheXzGuT .stdropdown-menu{position:absolute!important;top:100%!important;left:0!important;width:100%!important;border-radius:8px!important;border:1px solid #dadfe3!important;box-shadow:0 4px 6px #0000001a!important;margin-top:4px!important;z-index:9999!important;max-height:200px!important;background-color:#fff!important;transform:none!important;overflow-y:auto}.template-bheXzGuT .stdropdown-menu::-webkit-scrollbar{width:6px}.template-bheXzGuT .stdropdown-menu::-webkit-scrollbar-track{background:#f1f1f1}.template-bheXzGuT .stdropdown-menu::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.template-bheXzGuT .stdropdown-item{padding:10px 16px!important;font-size:14px!important;color:#374151!important;transition:background-color .2s ease}.template-bheXzGuT .stdropdown-item:hover,.template-bheXzGuT .stdropdown-item.selected{background-color:#53565a1a!important;color:#53565a!important}.template-bheXzGuT .stdropdown-tools{display:flex!important;align-items:center}.template-bheXzGuT .stdropdown-tools svg{fill:#8b98a6!important;width:20px!important;height:20px!important}.template-N0KttfjP{opacity:.6;pointer-events:none}.template-N0KttfjP .stdropdown-container{background-color:#f3f4f6!important;border-color:#e0e5e9!important}.template-N0KttfjP .stdropdown-container:hover{border-color:#e0e5e9!important;cursor:not-allowed}.template-N0KttfjP .stdropdown-input input{cursor:not-allowed}.template-8kcZZUvk{display:grid;grid-template-columns:3fr 1fr;gap:16px}@media(max-width:768px){.template-8kcZZUvk{grid-template-columns:1fr}}.template-u5PO5G3w,.template-ox46TPmi{width:100%}.template-58LiW-nh{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.template-Dbib7Ln5{margin-top:.25rem}.template-V6fHUagY{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.template--Lvz9uwl{font-weight:500;color:var(--color-text-primary, #1e293b)}.template-zt-imj1k{display:flex;flex-direction:column;gap:.5rem;max-height:60vh;overflow-y:auto;padding-right:4px}.template-Vm318kGc{background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden;contain:layout style;flex-shrink:0;scroll-margin-top:12px;scroll-margin-bottom:12px}.template-9G-DSA3i{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;background:transparent;border:none;cursor:pointer;text-align:left;font-size:1rem;transition:background-color .15s ease}.template-9G-DSA3i:hover{background:#f1f5f9}.template-iVKcMVE1{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#64748b}.template-j-1bfcQR{flex:1;font-weight:500;color:#1e293b}.template-z9-icxe4{flex-shrink:0}.template-PKcIVj0v{width:28px;height:28px;min-width:28px;padding:0!important;border:1px solid rgba(244,67,54,.28);border-radius:8px;display:inline-flex;align-items:center;justify-content:center}.template-usiBqqMX{max-height:0;overflow:hidden;transition:max-height .3s ease-out;isolation:isolate}.template-usiBqqMX[data-expanded=true]{max-height:70vh;overflow-y:auto;overflow-x:hidden}.template-WENPUR86{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}.template-agJbors-{display:flex;gap:.5rem;flex-wrap:wrap;align-items:flex-start}.template-qTSkvDo-{display:flex;flex-direction:column;gap:.5rem}.template-s-ojz90t{display:flex;gap:.5rem;align-items:center}.template-PH1Ef5-6{margin-top:.5rem}.template-b4ej2Isv{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}@media(max-width:600px){.template-b4ej2Isv{grid-template-columns:1fr}.template-agJbors-{flex-direction:column}}.template-pRVl0nsD{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0;min-height:280px}.template-24k6x28t{margin:0;color:#64748b;font-size:14px}.template-I54OoiJy{margin:0;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.template-0QgeFYO9{margin:0 0 .5rem;font-size:13px;font-weight:600;color:#334155}.template-ElSsSbhw{list-style:none;margin:0;padding:0}.template-uSZkNM5O{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;font-size:14px;color:#475569}.template-uSZkNM5O span{flex:1;min-width:0}.template-sUtJi7MC{flex-shrink:0}.template-Djdj8Kk5{flex:1;min-height:200px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;overflow:hidden;display:flex;flex-direction:column}.template-TJKolPWx{padding:1rem;margin:0;color:#64748b;text-align:center}.template-sDGaqfXl{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto;max-height:320px}.template-djunku-S{padding:.5rem 1rem;cursor:pointer;transition:background-color .15s ease;border:none;border-left:3px solid transparent;text-align:left;width:100%;font-size:14px}.template-djunku-S:hover{background:#f1f5f9}.template-BgZrKaIi{font-weight:600;color:#0f172a;background:#f1f5f9}.template-uPqIwq1l{font-weight:400;padding-left:1.5rem;color:#334155}.template-zk60anar{background:#e0f2fe!important;border-left-color:#0ea5e9}.template-dWcxqQWi{padding:1.5rem 1rem;text-align:center;color:#64748b;list-style:none}.template-PqYUhWJY{display:flex;flex-direction:column;gap:16px}.template-3SGQQPyp{display:flex;flex-direction:column;gap:24px;padding:0}.template--Mevkmy1{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.template--Mevkmy1 .template--e9mYvtl{flex-shrink:0}.template-CEhpo0bC{flex:1;min-height:400px}.template-11CSJ6xu{display:inline-block;width:8px;height:8px;background:#00a9ce;border-radius:50%}.template-RNuGKyXD{font-weight:600;color:#0d1f2d}.template-L8luVjsO{display:flex;flex-direction:column;gap:4px}.template-L8luVjsO .template-RsgjdqIk{margin:0;font-size:13px;color:#505862;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-C9-iGVBY{font-size:12px;color:#72808f;background:#f1f3f5;padding:4px 8px;border-radius:6px;font-weight:500}.template-yUenBjDv{display:flex;flex-direction:column;gap:24px}.template-yUenBjDv .tableFilters{align-items:flex-end}.template-ylXpB5GI{display:flex;gap:12px;align-items:flex-end}.template-ylXpB5GI>.dropdown-container{min-width:220px}.template-ylXpB5GI>.dropdown-container .dropdown-list{width:max-content;min-width:100%;max-width:min(90vw,520px)}@media(max-width:768px){.template-ylXpB5GI{flex-wrap:wrap}.template-ylXpB5GI>.dropdown-container{flex:1 1 calc(50% - 6px);min-width:200px}.template-ylXpB5GI>.dropdown-container .dropdown-list{width:100%;max-width:100%}}@media(max-width:640px){.template-ylXpB5GI>.dropdown-container{flex:1 1 100%;min-width:0}}@media(max-width:640px){.template-GU4mwVG4{overflow-x:auto;-webkit-overflow-scrolling:touch}}.template-3hbwZxJc{display:inline-flex;background:#f5f5f5;border-radius:10px;padding:4px;gap:4px}@media(max-width:640px){.template-3hbwZxJc{width:max-content}}.template-siK0UdFe{padding:10px 20px;font-size:14px;font-weight:600;color:#637381;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.template-siK0UdFe:hover:not(.template-O0EPyDpH){background:#e8e8e8;color:#1a1a1a}.template-siK0UdFe.template-O0EPyDpH{background:#ffc72c;color:#fff;box-shadow:0 2px 4px #ffc72c4d}.template--jHqhbSK{min-height:400px}.template-ileZnZvz{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}@media(max-width:1200px){.template-ileZnZvz{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.template-ileZnZvz{grid-template-columns:1fr}}.template-4ue-mMmN{padding:24px;transition:transform .2s ease,box-shadow .2s ease;border-left:4px solid #ffc72c}.template-4ue-mMmN:nth-child(2){border-left-color:#10b981}.template-4ue-mMmN:nth-child(3){border-left-color:#6366f1}.template-4ue-mMmN:nth-child(4){border-left-color:#f59e0b}.template-4ue-mMmN:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.template-6CE8Pdph{display:flex;flex-direction:column;gap:10px}.template-IEPueeh6{font-size:13px;color:#637381;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.template-XFFs5-Sf{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.template-SWjLpej2{font-size:32px;font-weight:700;color:#1a1a1a;line-height:1.1}.template-SWjLpej2 small{font-size:14px;font-weight:500;color:#637381;margin-left:4px}.template-gDQah30v{font-size:12px;color:#9ca3af;margin-top:4px}.template-XMyPsxUb{font-size:16px;color:#f59e0b;font-weight:600;background:#f59e0b1a;padding:4px 10px;border-radius:20px}.template-4vapdY0n{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#10b981;background:#10b9811a;padding:4px 10px;border-radius:20px}.template-yPv2oSVR{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:#ef4444;background:#ef44441a;padding:4px 10px;border-radius:20px}.template-5CmAImZh{display:flex;flex-direction:column;gap:20px;align-items:stretch}.template-mklu8AgD{padding:24px;height:auto!important}.template-mklu8AgD .card-content{height:auto!important}.template-gQ7P41ID{font-size:16px;font-weight:600;color:#1a1a1a;margin:0 0 16px;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid #f0f0f0}.template-Nb6gFBWn{width:100%}.template-Nb6gFBWn .recharts-wrapper{margin:0 auto}.template-Nb6gFBWn .recharts-cartesian-grid-horizontal line,.template-Nb6gFBWn .recharts-cartesian-grid-vertical line{stroke:#f0f0f0}.template-Nb6gFBWn .recharts-legend-wrapper{padding-top:8px!important}.template-F6TjQoEh,.template-xwl5HC5K,.template-Gf-NR2qj{display:flex;align-items:center;justify-content:center;min-height:200px;color:#9ca3af;font-size:14px;background:#fafafa;border-radius:12px;border:2px dashed #e9ecef}.template-H3rCjVTd{display:flex;flex-direction:column;gap:20px}.template-zzn33DVZ{display:flex;align-items:center;gap:24px}.template--7ecZ13p{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#ffc72c,#cc9f23);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.template-uhgmnAb4{font-size:24px;font-weight:700}.template--ZZv5Gmv{font-size:10px;opacity:.9;text-align:center}.template-qMnawd1G{display:flex;flex-direction:column;gap:12px;flex:1}.template-vriXFZ3N{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8f9fa;border-radius:8px}.template-zlSVSUAi{font-size:16px;font-weight:600;color:#1a1a1a;display:block}.template-HuxLX3sS{font-size:10px;color:#637381;display:block}.template-kb0sU4fe{border-top:1px solid #e9ecef;padding-top:16px}.template-VEeAIRGQ{display:flex;align-items:center;gap:16px}.template-qlRxp7TE{display:flex;flex-direction:column;gap:8px}.template-3zu6bazn{display:flex;align-items:center;gap:8px;font-size:12px}.template-UaYtXvqb{width:12px;height:12px;border-radius:3px;flex-shrink:0}.template-KxDNPscK{color:#637381;flex:1}.template-01wvnnjq{font-weight:600;color:#1a1a1a}.template-maUMCQNr{border-top:1px solid #e9ecef;padding-top:16px}.template-3aEegXqf{font-size:13px;font-weight:600;color:#637381;margin:0 0 12px}.template-yXl-64yM{display:flex;flex-direction:column;gap:8px}.template-NDRm1LDg{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f8f9fa;border-radius:6px;font-size:13px}.template-gFup7iW5{flex:1;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-HUExPxLm{font-weight:600;min-width:50px;text-align:right}.template-eyc-UMLy{font-size:12px;color:#9ca3af;min-width:30px}.template-GT-ZwMMG{width:100%}.template-QV7i-yxh{display:flex;align-items:center;gap:12px}.template-g1wEMJuT{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#ffc72c,#cc9f23);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;overflow:hidden;flex-shrink:0}.template-g1wEMJuT img{width:100%;height:100%;object-fit:cover}.template-IApI4ZNi{color:#10b981;font-weight:600}.template-RikuQNIy{color:#f59e0b;font-weight:600}.template-F9mJuzjQ{color:#ef4444;font-weight:600}.template-Dt-gd8q9{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.template-1PuaKPoD{padding:20px;height:auto!important;transition:transform .2s ease}.template-1PuaKPoD:hover{transform:translateY(-2px)}.template-1PuaKPoD .card-content{height:auto!important}.template-PWFcxBuU{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.template-Mlsu-Uvm{font-size:14px;font-weight:600;color:#1a1a1a}.template-t9p5D0WB{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.template--7hhfpyy{font-size:24px;font-weight:700;color:#1a1a1a}.template-9thDmkrJ{font-size:14px;color:#637381}.template-3iktSrDA{height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.template-KROBcLGx{height:100%;background:linear-gradient(90deg,#ffc72c,#ffe082);border-radius:3px;transition:width .3s ease}.template-BFEUY1kF{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}@media(max-width:1200px){.template-BFEUY1kF{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.template-BFEUY1kF{grid-template-columns:1fr}}.template-I0QBDGvX{padding:24px;height:auto!important;border-left:4px solid #ffc72c}.template-I0QBDGvX:nth-child(2){border-left-color:#10b981}.template-I0QBDGvX:nth-child(3){border-left-color:#f59e0b}.template-I0QBDGvX:nth-child(4){border-left-color:#6366f1}.template-I0QBDGvX .card-content{height:auto!important}.template-Pi9c3M0h{display:flex;flex-direction:column;gap:8px}.template-DOsgQ7ry{font-size:13px;color:#637381;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.template-nIcIHlD6{font-size:32px;font-weight:700;color:#1a1a1a}.template--SqjnZUa{font-size:12px;color:#9ca3af}.template-3ngGQtZT{display:flex;align-items:center;gap:40px}@media(max-width:768px){.template-3ngGQtZT{flex-direction:column}}.template-gLxzcxJL{flex:0 0 250px}.template-FJQCUTbS{flex:1;display:flex;flex-direction:column;gap:12px}.template-EAzLtxUL{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:8px}.template-ZBfq2iD2{width:14px;height:14px;border-radius:4px;flex-shrink:0}.template-xHJAMdvT{flex:1;font-size:14px;font-weight:500;color:#1a1a1a}.template-N75-cfOa{font-size:16px;font-weight:700;color:#1a1a1a;min-width:40px;text-align:right}.template-gbfkwSOq{font-size:13px;color:#637381;min-width:50px;text-align:right}.template-hd4zif0i{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 24px;text-align:center;color:#637381}.template-hd4zif0i p{margin-top:16px;font-size:14px}.template-sBukSoVW{width:40px;height:40px;border:3px solid #f1f3f5;border-top-color:#ffc72c;border-radius:50%;animation:template-GReDT4bi .8s linear infinite}@keyframes template-GReDT4bi{to{transform:rotate(360deg)}}.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}body{font-size:clamp(16px,1.1vw + 12px,20px)}img,svg,video,canvas{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-weight:600}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}a{color:var(--link-color);text-decoration:none}a:hover{text-decoration:underline}input,button,textarea,select{font-family:inherit;font-size:1rem;color:inherit}
