@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(99, 102, 241));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(99, 102, 241));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, #0f172a);font-size:18px;background-color:transparent;border-color:var(--color-neutral-dark, #0f172a);border:1px solid var(--color-neutral-dark, #0f172a)}.button.outlined:hover:not(.disabled){background-color:transparent;color:var(--color-neutral-dark, #0f172a);border:1px solid transparent}.button.outlined.primary{color:#505862;font-size:18px;background-color:transparent;border-color:#0f172a14;border-radius:12px;border:1px solid rgba(15,23,42,.08)}.button.outlined.primary:hover:not(.disabled){background-color:#fafbfc;color:#505862;border:1px solid #fafbfc}.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, #0f172a);font-size:18px;background-color:transparent}.button.text:hover:not(.disabled){background-color:rgba(var(--color-neutral-dark, #0f172a),.1);color:var(--color-neutral-dark, #0f172a)}.button.text.primary{color:var(--color-primary, rgb(99, 102, 241));font-size:18px;background-color:transparent}.button.text.primary:hover:not(.disabled){background-color:rgba(var(--color-primary, rgb(99, 102, 241)),.1);color:var(--color-primary, rgb(99, 102, 241))}.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, #0f172a)}.button.soft:hover:not(.disabled){background-color:rgba(var(--color-neutral-lighter, #fafbfc),5%);color:var(--color-neutral-dark, #0f172a)}.button.soft.primary{font-size:18px;background-color:transparent;font-size:20px;color:var(--color-primary, rgb(99, 102, 241))}.button.soft.primary:hover:not(.disabled){background-color:rgba(var(--color-primary-light, #e3f2fd),5%);color:var(--color-primary, rgb(99, 102, 241))}.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:#0f172a14}.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(99, 102, 241))}.button-wrapper.has-dropdown .button.with-dropdown.dropdown-open:hover{background:transparent;border-color:#0f172a14}.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 rgba(15,23,42,.08);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 rgba(15,23,42,.08);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% + 6px);right:0;left:auto;background:#fff;border-radius:10px;box-shadow:0 12px 32px #0f172a1a;list-style:none;border:1px solid rgba(15,23,42,.06);margin:0;padding:6px;z-index:1000;min-width:200px;animation:buttonDropdownFadeIn .15s ease-out}.button-dropdown.top{top:auto;bottom:calc(100% + 6px)}.button-dropdown__item{padding:8px 12px;cursor:pointer;transition:background-color .15s ease,color .15s ease;font-size:13px;color:#0f172a;font-weight:500;border-radius:8px;display:flex;align-items:center;gap:10px}.button-dropdown__item:first-child{color:#0f172a}.button-dropdown__item:hover{background-color:#f4f5f7;color:#0f172a}.button-dropdown__item:active{background-color:#eef2ff;color:#4338ca}@keyframes buttonDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.button.contained.default{background:#fff;border:1px solid rgba(15,23,42,.08);color:#475569;border-radius:10px;min-height:40px;height:40px;padding:0 16px;font-size:13px;font-weight:500;box-shadow:none;transition:all .15s ease;display:inline-flex;align-items:center;gap:8px}.button.contained.default svg path{stroke:#475569;fill:none}.button.contained.default:hover:not(:disabled):not(.disabled){background:#fafbfc;border-color:#0f172a24;color:#0f172a}.button.contained.default:hover:not(:disabled):not(.disabled) svg path{stroke:#0f172a}.button.contained.default:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f133}.button.contained.primary{background:#0f172a;border:1px solid #0f172a;color:#fff;border-radius:10px;min-height:40px;height:40px;padding:0 16px;font-size:13px;font-weight:600;letter-spacing:0;box-shadow:0 1px 2px #0f172a14;transition:all .15s ease;display:inline-flex;align-items:center;gap:8px}.button.contained.primary svg path{stroke:#fff;fill:none}.button.contained.primary:hover:not(:disabled):not(.disabled){background:#1e293b;border-color:#1e293b;color:#fff;box-shadow:0 2px 6px #0f172a24}.button.contained.primary:active:not(:disabled):not(.disabled){background:#0f172a;transform:translateY(0)}.button.contained.primary:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f140}.input-container{position:relative;display:flex;flex-direction:column;width:100%}.input-container .input-label{font-size:13px;font-weight:500;color:#475569;margin-bottom:6px;transition:color .15s ease;line-height:1.4}.input-container .input-label.required:after{content:" *";color:#dc2626}.input-container .input-label.focused{color:#475569}.input-container .input-label.error{color:#dc2626}.input-container .input-label.disabled{color:#94a3b8}.input-container .input-wrapper{display:flex;width:100%;position:relative;align-items:center}.input-container .input-wrapper .start-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:1;display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;pointer-events:none;transition:color .15s ease}.input-container .input-wrapper .start-icon svg{width:16px;height:16px}.input-container .input-wrapper .end-icon,.input-container .input-wrapper .eye-button{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:4px;color:#94a3b8;cursor:pointer;border-radius:6px;transition:all .15s ease}.input-container .input-wrapper .end-icon svg,.input-container .input-wrapper .eye-button svg{width:16px;height:16px}.input-container .input-wrapper .end-icon:hover,.input-container .input-wrapper .eye-button:hover{color:#475569;background:#f4f5f7}.input-container .input-wrapper .input-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;color:#94a3b8;cursor:pointer;border-radius:50%;transition:all .15s ease}.input-container .input-wrapper .input-clear svg{width:12px;height:12px}.input-container .input-wrapper .input-clear:hover{background:#f4f5f7;color:#475569}.input-container .input-wrapper .copy-button{position:absolute;right:6px;top:50%;transform:translateY(-50%);height:28px;padding:0 10px;background:#f4f5f7;border:1px solid rgba(15,23,42,.08);color:#475569;border-radius:8px;font-size:12px;cursor:pointer;transition:all .15s ease}.input-container .input-wrapper .copy-button:hover{background:#eef2ff;color:#4338ca;border-color:#6366f14d}.input-container .input-wrapper.phone-input{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;height:40px;padding:0 14px;transition:all .15s ease}.input-container .input-wrapper.phone-input .start-icon{position:static;transform:none;padding:0;margin-right:8px;color:#94a3b8}.input-container .input-wrapper.phone-input .phone-prefix{color:#475569;font-size:13px;font-weight:500;padding-right:8px;white-space:nowrap;user-select:none;display:inline-flex;align-items:center;flex-shrink:0;border-right:1px solid rgba(15,23,42,.08);margin-right:8px;height:20px}.input-container .input-wrapper.phone-input .input{border:none!important;background:transparent!important;padding:0!important;height:100%!important;flex:1;min-width:0}.input-container .input-wrapper.phone-input .input:focus{outline:none;box-shadow:none}.input-container .input{width:100%;height:40px;padding:0 14px;font-size:13px;font-family:inherit;color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;outline:none;transition:all .15s ease;line-height:1.4}.input-container .input::placeholder{color:#94a3b8;opacity:1}.input-container .input:hover:not(:disabled):not(:read-only){border-color:#0f172a24}.input-container .input:focus{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a;caret-color:#6366f1}.input-container .input:disabled{background:#f4f5f7;color:#94a3b8;cursor:not-allowed;border-color:#0f172a0f}.input-container .input:disabled::placeholder{color:#cbd5e1}.input-container .input:read-only:not(:disabled){background:#fff;color:#475569}.input-container.has-start-icon .input{padding-left:38px}.input-container.has-end-icon .input{padding-right:38px}.input-container.large .input{height:44px}.input-container.focused .input{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.input-container.focused .start-icon{color:#6366f1}.input-container.invalid .input,.input-container.error .input{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.input-container.invalid .start-icon,.input-container.error .start-icon{color:#dc2626}.input-container.disabled .input{background:#f4f5f7;color:#94a3b8;cursor:not-allowed;border-color:#0f172a0f}.input-container.disabled .start-icon{color:#cbd5e1}.input-container.focused .input-wrapper.phone-input{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.input-container.invalid .input-wrapper.phone-input,.input-container.error .input-wrapper.phone-input{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.input-container.disabled .input-wrapper.phone-input{background:#f4f5f7;border-color:#0f172a0f;cursor:not-allowed}.input-container.soft .input{background:#f4f5f7;border-color:transparent}.input-container.soft .input:hover:not(:disabled):not(:read-only){background:#eef0f3;border-color:transparent}.input-container.soft .input:focus{background:#fff;border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.input-container.soft.focused .input{background:#fff}.input-container.float-label .input-label,.input-container.float-label .label-float{position:absolute;top:50%;left:14px;transform:translateY(-50%);margin:0;padding:0 4px;background:#fff;pointer-events:none;color:#94a3b8;font-size:13px;transition:all .15s ease;z-index:1}.input-container.float-label.has-start-icon .input-label,.input-container.float-label.has-start-icon .label-float{left:36px}.input-container.float-label.focused .input-label,.input-container.float-label.float-active .input-label,.input-container.float-label .input-label.label-float,.input-container.float-label .label-float.active{top:0;transform:translateY(-50%) scale(.92);left:10px;color:#6366f1;font-size:12px;font-weight:500}.input-container.float-label.invalid .input-label,.input-container.float-label.error .input-label{color:#dc2626}.input-container .input-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-top:6px;min-height:16px}.input-container .input-error{font-size:12px;font-weight:500;color:#dc2626;line-height:1.4}.input-container .input-helper{font-size:12px;font-weight:400;color:#64748b;line-height:1.4}.input-container .character-count{font-size:12px;font-weight:400;color:#94a3b8;margin-left:auto;flex-shrink:0}.input-container .character-count.limit-reached{color:#dc2626}.template-4ryjCldK{min-height:100vh;min-height:100svh;margin:0;background-color:#f7f8fa;display:flex;align-items:center;justify-content:center;padding:32px 16px;box-sizing:border-box}.template-M-6a7rhx{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:440px}.template-jh0XAUE4{display:flex;flex-direction:column;background-color:#fff;padding:40px;border-radius:12px;border:1px solid rgba(15,23,42,.06);box-shadow:0 12px 32px #0f172a14;width:100%;box-sizing:border-box;gap:8px}.template-ZqbiFMxV{width:96px;height:96px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center}.template-ZqbiFMxV img{width:100%;height:100%;object-fit:contain}.template-gEMBAqT-{font-size:24px;font-weight:700;color:#0f172a;letter-spacing:-.5px;margin:0 0 6px;line-height:1.2}.template-XPVjcTCz{font-size:14px;color:#64748b;line-height:1.5;margin-bottom:8px}.template-4ryjCldK .template-8MevQnuR,.template-4ryjCldK .template-MV2BTpCK,.template-4ryjCldK .template-G8c1M6LG{display:flex;flex-direction:column;gap:16px;margin-top:20px;width:100%}.template-4ryjCldK .template-ANxf6SBc{display:inline-flex;align-items:center;background:#f1f5f9;border:1px solid rgba(15,23,42,.06);border-radius:10px;padding:4px;gap:4px;margin:4px 0 8px;width:100%}.template-4ryjCldK .template-ANxf6SBc button{flex:1;padding:8px 12px;border-radius:8px;border:none;background:transparent;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s ease}.template-4ryjCldK .template-ANxf6SBc button:hover{color:#0f172a}.template-4ryjCldK .template-ANxf6SBc button[data-active=true],.template-4ryjCldK .template-ANxf6SBc button.template-LAhpGla-{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0f172a0f}.template-4ryjCldK .template-4KPA2Vcf{display:flex;justify-content:flex-end;align-items:center;margin-top:-4px}.template-4ryjCldK .template-4KPA2Vcf .template--pRvUWIc{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;cursor:pointer}.template-4ryjCldK .template-4KPA2Vcf .template--pRvUWIc input[type=checkbox]{margin:0}.template-4ryjCldK .template-4KPA2Vcf .template-t5Xbv9pg{background:none;border:none;padding:0;color:#6366f1;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;transition:color .15s ease}.template-4ryjCldK .template-4KPA2Vcf .template-t5Xbv9pg:hover{color:#4338ca;text-decoration:underline}@media screen and (max-width:480px){.template-4ryjCldK{padding:16px}.template-jh0XAUE4{padding:28px 20px;border-radius:12px}.template-ZqbiFMxV{width:72px;height:72px;margin-bottom:20px}.template-gEMBAqT-{font-size:20px}}.template-Tae8qLNf{position:relative;width:100%}.template-K72w7hgi{margin:8px 0 4px}.template-K72w7hgi h2{margin:0 0 6px;font-size:24px;font-weight:700;letter-spacing:-.5px;color:#0f172a;line-height:1.2}.template-K72w7hgi p{margin:0;font-size:14px;color:#64748b;line-height:1.5}.template-XMoUrlEE{width:36px;height:36px;border-radius:50%;border:1px solid rgba(15,23,42,.08);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:all .15s ease;margin-bottom:12px}.template-XMoUrlEE:hover{background:#f8fafc;border-color:#0f172a1f;color:#0f172a}.template-KyTkU14V{display:flex;flex-direction:column;gap:12px;margin-top:20px}.template-6JUCI2My{display:flex;flex-direction:column;gap:12px}.template-xt0FFm0p{border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:10px;padding:14px 16px;text-align:left;font-size:14px;font-weight:500;color:#0f172a;cursor:pointer;transition:all .15s ease}.template-xt0FFm0p:hover{border-color:#6366f1;background:#fafaff}.template-lvHC-sKF{border-color:#6366f1;background:#eef2ff}.template-ouDIOzrq{position:relative;display:flex;flex-direction:column;width:100%}.template-jTQVpsN4{width:100%}.template-8gugmo3-{margin:4px 0 20px;width:100%}.template-8gugmo3- h2{font-size:24px;font-weight:700;letter-spacing:-.5px;color:#0f172a;margin:0 0 6px;line-height:1.2}.template-8gugmo3- p{color:#64748b;font-size:14px;line-height:1.5;margin:0}.template-yxmp2ZCy{display:flex;justify-content:flex-start;width:100%;margin-bottom:4px}.template-X67H1p8q{display:flex;flex-direction:column;align-items:center;width:100%;margin:16px 0}.template-X67H1p8q label{font-size:13px;color:#475569;font-weight:500;margin-bottom:12px;align-self:flex-start}.template-X67H1p8q .template-Rr0H9kzY{display:flex;gap:10px;justify-content:space-between;width:100%}.template-X67H1p8q .template-Rr0H9kzY input{width:100%;height:52px;border:1px solid rgba(15,23,42,.08);border-radius:10px;text-align:center;font-size:20px;font-weight:600;color:#0f172a;background:#fff;transition:all .15s ease;flex:1}.template-X67H1p8q .template-Rr0H9kzY input::placeholder{color:#cbd5e1}.template-X67H1p8q .template-Rr0H9kzY input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.template-X67H1p8q .template-Rr0H9kzY input:hover:not(:focus){border-color:#0f172a29}.template-X67H1p8q .template-Rr0H9kzY input:disabled{background-color:#f8fafc;border-color:#0f172a0f;color:#94a3b8}.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{height:48px;font-size:18px}}.template-kEos3MoV{width:50px;height:50px;border:1px solid rgba(15,23,42,.08);border-radius:10px;text-align:center;font-size:20px;font-weight:600;color:#0f172a}.template-kEos3MoV:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.template-hNCa0wTv{margin-top:12px;width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}.template-hNCa0wTv .template-OClotqu5{color:#64748b;font-size:13px;text-align:center;margin:0}.template-hNCa0wTv .template-OClotqu5 span{color:#0f172a;font-weight:600}.template-hNCa0wTv .template-vFi7PjQm{background:none;border:none;color:#6366f1;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none;padding:0}.template-hNCa0wTv .template-vFi7PjQm:hover{color:#4338ca;text-decoration:underline}.template-O5l2o-aQ{margin-top:20px;width:100%;height:42px;background-color:#0f172a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .15s ease}.template-O5l2o-aQ:hover{background-color:#1e293b}.template-O5l2o-aQ:disabled{background-color:#cbd5e1;cursor:not-allowed}.template-OClotqu5{margin-top:12px;color:#64748b;font-size:13px;text-align:center}.template-OClotqu5 span{color:#0f172a;font-weight:600}.template-J0w8W0SR{margin-top:12px;color:#6366f1;font-size:13px;font-weight:500;text-align:center;cursor:pointer;text-decoration:none}.template-J0w8W0SR:hover{color:#4338ca;text-decoration:underline}.template-J0w8W0SR:disabled{color:#94a3b8;cursor:not-allowed;text-decoration:none}.template-e-TCZxi-{width:100%}.template-e-TCZxi- .template-UtuiJ-R8{margin:4px 0 20px}.template-e-TCZxi- .template-UtuiJ-R8 h2{margin:0 0 6px;font-size:24px;font-weight:700;letter-spacing:-.5px;color:#0f172a;line-height:1.2}.template-e-TCZxi- .template-UtuiJ-R8 p{margin:0;font-size:14px;color:#64748b;line-height:1.5}.template-e-TCZxi- .template-6RkJoEgS{display:flex;flex-direction:column;gap:16px}.template-e-TCZxi- .template-cqb96lfF{display:flex;flex-direction:column;gap:6px}.template-e-TCZxi- .template--zfm4W9t{font-size:13px;font-weight:500;color:#475569}.template-e-TCZxi- .template-gzHBT5bM{width:100%;height:40px;padding:0 12px;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#fff;color:#0f172a;font-size:13px;transition:all .15s ease}.template-e-TCZxi- .template-gzHBT5bM:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.template-e-TCZxi- .template-2DRYvdKW,.template-e-TCZxi- .template-CiHrKu1t{color:#ef4444;font-size:12px;margin-top:4px}.template-yP-BotFf{width:100%}.template-1cbnR3jP{margin-bottom:24px;width:150px}.template-zHzzh2Tq{font-size:24px;font-weight:700;letter-spacing:-.5px;margin-bottom:20px;color:#0f172a}@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 rgba(15,23,42,.08);border-radius:12px;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, #6366f1);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, #6366f1);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, #6366f1)}.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, #6366f1);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, #6366f1);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, #6366f1);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;min-height:64px;padding:12px 24px;background:#fff;border-bottom:1px solid rgba(15,23,42,.06);margin:0;box-shadow:none}.template-Q5hMsMcH{display:flex;align-items:center;gap:16px;flex-wrap:wrap;min-width:0}.template-d4ecvVxe{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:transparent;border:none;cursor:pointer;transition:background .15s ease}.template-d4ecvVxe svg path{stroke:#64748b;transition:stroke .15s ease}.template-d4ecvVxe:hover{background:#f4f5f7}.template-d4ecvVxe:hover svg path{stroke:#0f172a}.template-iXhJ2zzB{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.template-nHrPLjDV{display:flex;align-items:center;gap:8px;flex-shrink:0}.template-hZKbGFIS{min-width:0;display:flex;flex-direction:column;justify-content:center}.template-VIw4dpaw{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#eef2ff;border:none;flex-shrink:0}.template-VIw4dpaw svg path{stroke:#6366f1}.template-99UYaZnH{font-size:16px;font-weight:600;color:#0f172a;margin:0;line-height:1.25;letter-spacing:-.1px;word-break:break-word}.template-KUNgVjou{font-size:12px;color:#64748b;margin:2px 0 0;line-height:1.35}.template-0-NZ1UAq{display:flex;align-items:center;gap:8px}.template-zozJdn8Y{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:transparent;border:none;cursor:pointer;transition:background .15s ease}.template-zozJdn8Y svg path{stroke:#64748b;transition:stroke .15s ease}.template-zozJdn8Y:hover{background:#f4f5f7}.template-zozJdn8Y:hover svg path{stroke:#0f172a}.template-zozJdn8Y.template-ElLD0Z5s{background:#eef2ff}.template-zozJdn8Y.template-ElLD0Z5s svg path{stroke:#6366f1}.template-WAW5jo3Y{position:absolute;top:-1px;right:-1px;min-width:16px;height:16px;padding:0 4px;background:#ef4444;border-radius:8px;border:2px solid #fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;color:#fff;line-height:1}.template-p-dMawsm{position:relative}.template-IQyMltBL{display:flex;align-items:center;gap:6px;height:40px;padding:0 10px;background:transparent;border:none;border-radius:10px;cursor:pointer;transition:background .15s ease;font-size:13px;font-weight:600;color:#475569}.template-IQyMltBL:hover{background:#f4f5f7}.template-IQyMltBL svg{flex-shrink:0}.template-cMD-WmZI{font-size:13px;font-weight:600;color:#475569;min-width:22px}.template-ImH1Sc-4{position:absolute;top:calc(100% + 8px);right:0;min-width:160px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:10px;box-shadow:0 8px 24px #0f172a14;z-index:1000;padding:6px;animation:template-ZbW4gDB- .15s ease}@keyframes template-ZbW4gDB-{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(0)}}.template-cjWCJ84k{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;background:none;border:none;border-radius:8px;cursor:pointer;font-size:13px;color:#0f172a;transition:background .15s ease;text-align:left}.template-cjWCJ84k:hover{background:#f4f5f7}.template-cjWCJ84k.template-TgzBi6JD{background:#eef2ff;color:#4338ca}.template-cjWCJ84k svg{flex-shrink:0}.template-cjWCJ84k span:not(.template-TfB73TBy){flex:1}.template-TfB73TBy{margin-left:auto;color:#6366f1;font-size:14px;font-weight:600}.template-DacuAFOd{position:relative}.template-qa754Mzb{display:flex;align-items:center;gap:10px;padding:4px 10px 4px 4px;border-radius:10px;background:transparent;cursor:pointer;transition:background .15s ease}.template-qa754Mzb:hover{background:#f4f5f7}.template-Cd6mJ2su{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#eef2ff;color:#6366f1;font-size:13px;font-weight:600;flex-shrink:0;text-transform:uppercase;letter-spacing:.2px}.template-sWDybk-n{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.template-KWXJK5rN{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.template-pz7rJSAj{font-size:13px;font-weight:600;color:#0f172a;line-height:1.2;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.template-HxlkZuAA{font-size:11px;color:#94a3b8;line-height:1.2;margin:1px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:160px}.template--RYY4HHx{display:flex;align-items:center;color:#94a3b8;transition:transform .2s ease;flex-shrink:0;width:14px;height:14px}.template--RYY4HHx svg path{stroke:#94a3b8}.template--RYY4HHx.template-F6rEMOBR{transform:rotate(180deg)}.template-c2OWY3Ks{width:32px;height:32px;border:2px solid #eef2ff;border-top:2px solid #6366f1;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 rgba(15,23,42,.06);border-radius:10px;box-shadow:0 8px 24px #0f172a14;z-index:1000;min-width:220px;padding:6px;animation:template-fW6Y0ZBj .15s ease-out}.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{display:block;height:1px;background:#0f172a0f;margin:4px 0}.template--rwpQvmv li a{display:flex;align-items:center;gap:10px;padding:10px 12px;width:100%;color:#0f172a;text-decoration:none;font-size:13px;border-radius:8px;transition:background .15s ease}.template--rwpQvmv li a:hover{background:#f4f5f7}.template--rwpQvmv li a:hover svg path{stroke:#6366f1}.template--jpOvXaf{width:18px;height:18px;flex-shrink:0;color:#64748b}.template--jpOvXaf path{stroke:#64748b}.template-ZgMatKum{cursor:pointer;display:flex;align-items:center;gap:10px;padding:10px 12px;width:100%;color:#0f172a;font-size:13px;border-radius:8px;transition:background .15s ease}.template-ZgMatKum:hover{background:#f4f5f7}.template-ZgMatKum:hover svg path{stroke:#6366f1}.template-F6rEMOBR{transform:rotate(180deg)}.template-w-tkqVyd{display:block;height:1px;background:#0f172a0f;margin:4px 0}@media(max-width:1024px){.template-bbaZIKur{flex-wrap:wrap;gap:12px}.template-Q5hMsMcH{flex:1 1 100%;justify-content:space-between}.template-0-NZ1UAq{width:100%;justify-content:flex-end;flex-wrap:wrap}}@media(max-width:768px){.template-d4ecvVxe{display:inline-flex}.template-Q5hMsMcH{gap:12px}.template-iXhJ2zzB{gap:10px}}@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-bbaZIKur{padding:10px 16px}.template-Q5hMsMcH{justify-content:flex-start}.template-VIw4dpaw{display:none}.template-99UYaZnH{font-size:15px}.template-KUNgVjou{font-size:11px}.template-HxlkZuAA{display:none}.template-pz7rJSAj{max-width:100px}}@keyframes template-siuGA2YN{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes template-fW6Y0ZBj{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(0)}}.template--doNAXSW{--color-primary: #eef2ff;--color-primary-primary-light: #6366f1;--color-primary-primary-contained: #6366f1;--color-primary-lighter: #4f46e5;--color-primary-light: #6366f1;--color-primary-dark: #4338ca;--color-primary-darker: rgba(15, 23, 42, .08);--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: #eef2ff;--color-primary-primary-light: #6366f1;--color-primary-primary-contained: #6366f1;--color-primary-lighter: #4f46e5;--color-primary-light: #6366f1;--color-primary-dark: #4338ca;--color-primary-darker: rgba(15, 23, 42, .08);--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;border-right:1px solid rgba(15,23,42,.06)}.template-jmIdCZzP.template-UYaG2GTf{width:var(--sidebar-width-open);left:0}.template-lahU43--{flex-shrink:0}.template-oYHV9y9t{flex:1;overflow-y:auto;overflow-x:hidden;padding:12px 14px}.template-5QO0H-pc{font-weight:700;text-align:center;color:#333;display:flex;align-items:center;justify-content:space-between;padding:22px 16px 18px 20px;transition:all .3s ease}.template-5QO0H-pc img{cursor:pointer;width:110px;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:2px;align-items:stretch;margin:0;padding:0;list-style:none}.template-yLvVCkC9:not(:first-child){margin-top:18px}.template-Rn8-JynH{font-size:10.5px;font-weight:600;letter-spacing:.8px;color:#94a3b8;text-transform:uppercase;padding:0 12px 6px}.template-PpxxQYKR{cursor:pointer;position:relative;width:100%;border-radius:8px;transition:background-color .12s ease,color .12s ease}.template-PpxxQYKR:not(.template-ZlULJ4fJ,.template-UYaG2GTf):hover{background-color:#f4f5f7}.template-PpxxQYKR:not(.template-ZlULJ4fJ,.template-UYaG2GTf):hover .template-Ic9ruJeD{color:#0f172a}.template-PpxxQYKR:not(.template-ZlULJ4fJ,.template-UYaG2GTf):hover .template-Ic9ruJeD .template--IBBgQbP path{stroke:#475569}.template-PpxxQYKR:not(.template-ZlULJ4fJ,.template-UYaG2GTf):hover .template-Ic9ruJeD .template--l1VQ6s8 svg path{stroke:#475569}.template-PpxxQYKR.template-UYaG2GTf:not(.template-ZlULJ4fJ){background-color:transparent}.template-PpxxQYKR.template-UYaG2GTf:not(.template-ZlULJ4fJ) .template-Ic9ruJeD{color:#0f172a}.template-PpxxQYKR.template-UYaG2GTf:not(.template-ZlULJ4fJ) .template-Ic9ruJeD .template--l1VQ6s8 svg path{stroke:#475569}.template-PpxxQYKR.template-UYaG2GTf:not(.template-ZlULJ4fJ):hover{background-color:#f4f5f7}.template-PpxxQYKR.template-ZlULJ4fJ{background-color:#eef2ff}.template-PpxxQYKR.template-ZlULJ4fJ:before{content:"";position:absolute;left:-10px;top:8px;bottom:8px;width:3px;border-radius:0 3px 3px 0;background:#6366f1}.template-PpxxQYKR.template-ZlULJ4fJ .template-Ic9ruJeD{color:#4338ca;font-weight:600}.template-PpxxQYKR.template-ZlULJ4fJ .template-Ic9ruJeD .template--IBBgQbP path{stroke:#6366f1}.template-PpxxQYKR.template-ZlULJ4fJ .template-Ic9ruJeD .template--l1VQ6s8 svg path{stroke:#6366f1}.template-PpxxQYKR.template-ZlULJ4fJ:hover{background-color:#e0e7ff}.template-Ic9ruJeD{display:flex;align-items:center;padding:9px 12px;font-weight:500;justify-content:space-between;transition:color .15s ease;color:#475569;font-size:13.5px}.template-3wUDSc3s{display:flex;align-items:center;gap:12px;font-size:inherit}.template--l1VQ6s8{width:20px;height:20px;display:flex;justify-content:center;align-items:center;background:transparent;border:none;border-radius:0;flex-shrink:0;transition:stroke .2s ease}.template--l1VQ6s8 svg{width:20px;height:20px}.template--l1VQ6s8 svg path{stroke:#64748b;transition:stroke .2s ease}.template--IBBgQbP{transition:transform .3s ease;transform:rotate(90deg)}.template--IBBgQbP.template-ZlULJ4fJ{transform:rotate(0)}.template-hu3LYzRC{position:static;margin:2px 0 4px 28px;padding-left:12px;border-left:1px solid rgba(15,23,42,.08);max-height:0;overflow:hidden;opacity:0;transition:max-height .25s ease,opacity .2s ease;font-size:13px}.template-hu3LYzRC.template-UYaG2GTf{max-height:600px;opacity:1;margin-top:4px;margin-bottom:8px}.template-hu3LYzRC a:hover{color:#475569;text-decoration:none;cursor:pointer}.template-30ExGPOX{display:block;text-decoration:none;color:inherit;padding:7px 10px;border-radius:6px;transition:background-color .12s ease,color .12s ease}.template-30ExGPOX:not(:last-child){margin-bottom:2px}.template-30ExGPOX.template-ZlULJ4fJ{background-color:#eef2ff}.template-30ExGPOX.template-ZlULJ4fJ .template-NDd3UoR8{color:#4338ca;font-weight:600}.template-30ExGPOX.template-ZlULJ4fJ .template-747v6XO-{background:transparent;border:none}.template-30ExGPOX.template-ZlULJ4fJ .template-747v6XO- path{stroke:#6366f1}.template-30ExGPOX.template-ZlULJ4fJ:hover{background-color:#e0e7ff}.template-30ExGPOX:not(.template-ZlULJ4fJ):hover{background-color:#f4f5f7;cursor:pointer;text-decoration:none}.template-30ExGPOX:not(.template-ZlULJ4fJ):hover .template-NDd3UoR8{color:#0f172a}.template-NDd3UoR8{display:flex;align-items:center;gap:10px;color:#64748b;font-size:13px;font-weight:500;transition:color .15s ease}.template-747v6XO-{width:18px;height:18px;display:flex;justify-content:center;align-items:center;background:transparent;border:none;border-radius:0;flex-shrink:0}.template-747v6XO- svg{width:18px;height:18px}.template-747v6XO- svg path{stroke:#94a3b8;transition:stroke .15s 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:24px;overflow-y:auto;overflow-x:hidden;flex:1;width:100%;background-color:#f7f8fa;min-width:0;max-width:100%;box-sizing:border-box;min-height:0;height:100%;display:flex;flex-direction:column;gap:16px}@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:#0f172a14;z-index:800;overflow-y:auto;overflow-x:hidden;padding:1rem}body:has(.modal){overflow:hidden}.modal.loading{background-color:#0f172a17}.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(99, 102, 241));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 rgba(15,23,42,.08)}.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:transparent;border:1px solid rgba(15,23,42,.08);border-radius:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;font-size:14px;transition:all .15s ease}.modal .modal-content .modal-header .modal-header-left .back-button:hover{background:#f4f5f7;border-color:#0f172a24;color:#0f172a}.modal .modal-content .modal-header .modal-header-left h3{margin:0;color:#0f172a;font-size:17px;font-weight:600;letter-spacing:-.2px}.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:transparent;font-size:16px;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;padding:0;line-height:1;width:32px;height:32px;border:1px solid rgba(15,23,42,.08);border-radius:8px;transition:all .15s ease}.modal .modal-content .modal-header button.close-button:hover{background:#f4f5f7;color:#0f172a;border-color:#0f172a24}.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 rgba(15,23,42,.08);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}@keyframes template-fxdlN21m{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-hlQl92NZ{0%{background-position:-200px 0}to{background-position:200px 0}}.template-0Vaw7dpl{background:#f7f8fa;padding:0 0 96px}.template-uwqnbYD5{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:16px}.template-PrtV8LHp{font-size:12px;font-weight:500;color:#94a3b8;letter-spacing:0;text-transform:none}.template-keSoNiNC{font-size:24px;font-weight:600;color:#0f172a;line-height:1.3;margin-top:2px;letter-spacing:-.3px}.template-PHGGw7Md{display:flex;gap:8px;align-items:center}.template-aZ8-tCRw{display:flex;flex-direction:column;gap:32px}@media(max-width:768px){.template-0Vaw7dpl{padding:20px}.template-uwqnbYD5{flex-direction:column;align-items:flex-start;gap:12px}.template-aZ8-tCRw{gap:24px}}@keyframes template-V2ReCpqs{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-nvgP7dGt{0%{background-position:-200px 0}to{background-position:200px 0}}.template-L82EVU8B{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.template-1hC8jUss{display:flex;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:8px;padding:3px}.template-IZwIPr-Y{background:transparent;border:none;padding:6px 14px;font-size:13px;color:#475569;border-radius:6px;cursor:pointer;font-weight:500;transition:all .15s ease}.template-IZwIPr-Y:hover{color:#0f172a}.template-IZwIPr-Y.template-5mfrdun9{background:#6366f1;color:#fff}.template-U0EOS1OT{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:8px;padding:8px 14px;font-size:13px;color:#0f172a;cursor:pointer}@keyframes template-OamLR0h4{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-AMrYfWtz{0%{background-position:-200px 0}to{background-position:200px 0}}.template-uxXeXQ7L{display:flex;align-items:center;gap:12px;margin:0 0 4px}.template-1zBWwXzv{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-1zBWwXzv.template-h8tqD1Bc{background:#eef2ff;color:#6366f1}.template-1zBWwXzv.template-1yI96q2P{background:#fffbeb;color:#d97706}.template-1zBWwXzv.template-mK1TbW7M{background:#fef2f2;color:#dc2626}.template-1zBWwXzv.template-FvHeZHdG{background:#ecfdf5;color:#059669}.template-tiu8C3mZ{display:flex;flex-direction:column;gap:1px}.template-wRScwx7t{font-size:16px;font-weight:600;color:#0f172a;margin:0;line-height:1.2;letter-spacing:-.2px}.template-84JW1Fat{font-size:12px;color:#94a3b8;margin:0}@keyframes template-5R-LxDi7{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-wHRMsYFu{0%{background-position:-200px 0}to{background-position:200px 0}}.template-uEK8se-6{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a,0 1px 3px #0f172a0a;padding:20px;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.template-V2B9ORmp{cursor:pointer}.template-V2B9ORmp:hover{box-shadow:0 4px 12px #0f172a14,0 1px 2px #0f172a0a;border-color:#0f172a1a}@keyframes template-O-4BXZSF{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-qW4zXXjh{0%{background-position:-200px 0}to{background-position:200px 0}}.template-AIdSTBoz{padding:20px}.template-Ow-EWIuJ{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#94a3b8;color:#475569;margin-bottom:16px;display:flex;align-items:center;gap:8px}.template-Zt5VljBP{display:grid;grid-template-columns:repeat(5,1fr);gap:24px}.template-seYsM-8z{display:flex;flex-direction:column;gap:6px}.template-Ct8dyjXV{font-size:12px;color:#475569;font-weight:500}.template-NzrGjMH-{font-size:26px;font-weight:700;letter-spacing:-.5px}.template-NzrGjMH-.template-JCtGyUp4{color:#059669}.template-NzrGjMH-.template-3u4bJF91{color:#dc2626}.template-NzrGjMH-.template-o3Qb-YQI{color:#0f172a}.template-Sn4GCkmc{height:80px;background:linear-gradient(90deg,#f4f5f7 25%,transparent 50%,#f4f5f7 75%);background-size:200px 100%;animation:template-Xi8kWHRS 1.5s infinite;border-radius:10px}@media(prefers-reduced-motion:reduce){.template-Sn4GCkmc{animation:none!important;transition:none!important}}@keyframes template-Xi8kWHRS{0%{background-position:-200px 0}to{background-position:200px 0}}@media(max-width:768px){.template-Zt5VljBP{grid-template-columns:repeat(2,1fr);gap:16px}}@keyframes template-44BzCvpv{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-nGgRxdwO{0%{background-position:-200px 0}to{background-position:200px 0}}.template-NuxeZLx8{display:inline-flex;align-items:center;gap:2px;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600}.template-1rr0uzVA{background:#ecfdf5;color:#059669}.template-vFzUMOCS{background:#fef2f2;color:#dc2626}.template-KACNgYes{background:#eef2ff;color:#475569}@keyframes template-BuXnurFW{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-yneOeXhN{0%{background-position:-200px 0}to{background-position:200px 0}}.template-Det02Iu-{padding:20px}.template-n4nFu6co{display:flex;align-items:center;gap:10px;margin-bottom:12px}.template-hUSk4m5j{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-hUSk4m5j.template-NNfKj0Uw{background:#eef2ff;color:#6366f1}.template-hUSk4m5j.template-n4SyuKHH{background:#fffbeb;color:#d97706}.template-hUSk4m5j.template-yA3djzGP{background:#fef2f2;color:#dc2626}.template-hUSk4m5j.template-Ez89xNGe{background:#ecfdf5;color:#059669}.template-hUSk4m5j.template-2aZUPBZr{background:#f4f5f7;color:#475569}.template--6gGKQuA{font-size:12px;font-weight:500;color:#475569;flex:1}.template-zsQVCcrb{display:flex;align-items:flex-end;justify-content:space-between;gap:8px}.template-cx6gfV17{font-size:30px;font-weight:600;color:#0f172a;line-height:1;letter-spacing:-.5px}.template-j22qrYdt{font-size:12px;color:#94a3b8;margin-top:8px}.template-ZJuqNa-R{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:768px){.template-ZJuqNa-R{grid-template-columns:1fr}}@keyframes template-ts6JunbV{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-JlfdIUsB{0%{background-position:-200px 0}to{background-position:200px 0}}.template-RGzQJQcx{height:6px;background:#6366f126;border-radius:3px;overflow:hidden}.template--A44t15h{height:100%;transition:width .3s ease}.template-8nEA-SVa{background:linear-gradient(to right,#6366f1,#a78bfa)}.template-plSBXs2x{background:#059669}.template-akSSIJCR{background:#d97706}.template-Vx-MJMOS{background:#dc2626}@keyframes template-YZ23GTHH{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-iKXsrV8Q{0%{background-position:-200px 0}to{background-position:200px 0}}.template-R5mLHMk7{padding:20px}.template-T7-R4pDX{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.template-cmoCXi8q{display:flex;flex-direction:column;gap:10px}.template-g4ZwEfHz{display:flex;align-items:center;gap:12px}.template-3wmExjuZ{width:90px;font-size:13px;color:#0f172a;font-weight:500}.template-ylAYzKou{flex:1}.template-92MAbs0l{font-size:12px;color:#475569;min-width:40px;text-align:right;font-weight:500}.template-GuBNyc43{padding:40px 20px;text-align:center;color:#94a3b8;font-size:13px}@keyframes template-pZzvE5wV{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-sAaU7-Kb{0%{background-position:-200px 0}to{background-position:200px 0}}.template-S2LS1Wqt{padding:20px}.template-ws-VM-yw{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.template-9f3vAY7a{display:flex;flex-direction:column;gap:10px}.template-ENtwqEJA{padding:12px;border-radius:8px;font-size:13px;border-left:3px solid}.template-ENtwqEJA.template-Rf36uO3o{background:#fef2f2;color:#7f1d1d;border-color:#dc2626}.template-ENtwqEJA.template-L8su0qcJ{background:#fffbeb;color:#78350f;border-color:#d97706}.template-ENtwqEJA.template-UUcemhh1{background:#eef2ff;color:#6366f1;border-color:#6366f1}.template-SA-d6-el{padding:40px 20px;text-align:center;color:#94a3b8;font-size:13px;display:flex;flex-direction:column;align-items:center;gap:8px}.template-6UbiPvd-{font-size:28px;line-height:1}@keyframes template-rsVD-6MM{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-O90eo8Tk{0%{background-position:-200px 0}to{background-position:200px 0}}.template-P2teUXCF{padding:20px}.template-Lgdvm-iC{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.template-uTHGX5is{padding:40px 20px;text-align:center;color:#94a3b8;font-size:13px}@keyframes template-kVz0ihJU{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-KX-uFIaN{0%{background-position:-200px 0}to{background-position:200px 0}}.template-D7mdU5OV{padding:20px}.template-24HAN8v-{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:16px;display:flex;align-items:center;gap:8px}.template-5j24FhbE{display:flex;flex-direction:column;gap:10px}.template-rg6lx5a2{display:flex;justify-content:space-between;font-size:13px;margin-bottom:4px;color:#0f172a}.template-0YI1VsSC{padding:40px 20px;text-align:center;color:#94a3b8;font-size:13px}.template-pBAdpKrd{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}@media(max-width:768px){.template-pBAdpKrd{grid-template-columns:repeat(2,1fr)}}.template-PaT8Jc5v{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}@media(max-width:1024px){.template-PaT8Jc5v{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.template-PaT8Jc5v{grid-template-columns:repeat(2,1fr)}}@keyframes template--FI-9fVx{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-TM5rebHi{0%{background-position:-200px 0}to{background-position:200px 0}}.template-gaoqrBcb{padding:20px}.template-dLculbfz{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.template-ve-Y5VYJ{font-size:14px;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:8px}.template-gi15vJTQ{background:none;border:none;color:#6366f1;font-size:12px;cursor:pointer;padding:0;font-weight:500}.template-gi15vJTQ:hover{text-decoration:underline}.template-gG-m0giF{display:flex;flex-direction:column;gap:6px}.template-5Ei-hz2E{padding:12px;border-radius:8px;font-size:13px;cursor:pointer;transition:background .15s ease;background:#f4f5f7;border-left:3px solid transparent}.template-5Ei-hz2E:hover{background:#fafbfc}.template-mpCSwk9f{border-left-color:#dc2626;background:#fef2f2}.template-ZtFEHO1t{border-left-color:#d97706;background:#fffbeb}.template-mu7HS1Oy{border-left-color:#6366f1;background:#eef2ff}.template-8gCHBZRO{display:flex;justify-content:space-between;color:#94a3b8;font-size:11px;font-weight:500}.template-SoYYQIGO{color:#0f172a;margin-top:4px;font-weight:500;font-size:13px}.template-ImeWSGe-{padding:40px 20px;text-align:center;color:#94a3b8;font-size:13px}.template-BZixTSOc{display:grid;grid-template-columns:1fr 1fr;gap:20px}.template-iA3Kqy0L{display:grid;grid-template-columns:1.3fr 1fr;gap:20px}.template-wS1nhEgN{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}@media(max-width:768px){.template-BZixTSOc,.template-iA3Kqy0L,.template-wS1nhEgN{grid-template-columns:1fr}}@keyframes template-SlZ6qAw7{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-WGWMKZt4{0%{background-position:-200px 0}to{background-position:200px 0}}.template-PJToAIRR{padding:24px}.template-QqcQO6wr{display:flex;align-items:center;gap:8px;margin-bottom:16px}.template-oyLwcT5F{width:6px;height:6px;background:#dc2626;border-radius:50%;animation:template-NahrupsC 2s infinite}@media(prefers-reduced-motion:reduce){.template-oyLwcT5F{animation:none!important;transition:none!important}}.template-j92p2VFu{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#475569}.template-a4uIAEKJ{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 16px}.template-Vzdu3B86{display:grid;gap:24px}.template-av5Lpbnb.template-36-7-wmO{cursor:pointer}.template-TMT8imIn{font-size:12px;color:#475569}.template-5WHJnrdf{font-size:36px;font-weight:700;line-height:1;margin-top:6px;letter-spacing:-.6px}.template-5WHJnrdf.template-AP8D6JO0{color:#dc2626}.template-5WHJnrdf.template-NuMVTaSv{color:#d97706}.template-5WHJnrdf.template-JOoFbOxp{color:#6366f1}.template-5WHJnrdf.template--OQZIBDh{color:#059669}.template-RhbFfQfY{font-size:12px;color:#94a3b8;margin-top:6px}@keyframes template-NahrupsC{0%,to{opacity:1}50%{opacity:.4}}@media(max-width:768px){.template-Vzdu3B86{grid-template-columns:1fr!important}.template-5WHJnrdf{font-size:30px}}@keyframes template-ip0MWyQI{0%,to{opacity:1}50%{opacity:.4}}@keyframes template-0l2xcfBb{0%{background-position:-200px 0}to{background-position:200px 0}}.template-W7fX0Bqa{padding:18px}.template-qSmLxwAf{font-size:13px;font-weight:600;color:#0f172a;margin-bottom:12px;display:flex;align-items:center;gap:8px}.template-Vic8PTWj{display:flex;flex-direction:column;gap:8px}.template-5-sQtGrq{display:flex;align-items:center;gap:8px}.template-A4cHSyXy{width:110px;font-size:12px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-7LKFIt2s{flex:1}.template-qeoBTqPF{font-size:12px;color:#475569;min-width:24px;text-align:right;font-weight:600}.template-BRaJzebp{padding:20px;text-align:center;color:#94a3b8;font-size:13px}.template-nxUBiAxL{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:768px){.template-nxUBiAxL{grid-template-columns:1fr}}.template-F3yB4HQ7{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}@media(max-width:768px){.template-F3yB4HQ7{grid-template-columns:1fr}}.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:12px;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}}.dropdown-container{position:relative;display:inline-block;width:100%}.dropdown-container .dropdown-label{display:flex;align-items:center;gap:4px;margin-bottom:6px;font-size:13px;font-weight:500;color:#475569;line-height:1.4;transition:color .15s ease}.dropdown-container .dropdown-label.required:after{content:" *";color:#dc2626}.dropdown-container .dropdown-label.error{color:#dc2626}.dropdown-container .dropdown-label.disabled{color:#94a3b8}.dropdown-container .dropdown-label .dropdown-label-icon{display:inline-flex;align-items:center;width:14px;height:14px;color:currentColor}.dropdown-container .dropdown-header{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 14px;background:#fff;color:#0f172a;font-size:13px;border:1px solid rgba(15,23,42,.08);border-radius:10px;cursor:pointer;transition:all .15s ease;outline:none}.dropdown-container .dropdown-header:hover{border-color:#0f172a24}.dropdown-container .dropdown-header.focused,.dropdown-container .dropdown-header.open{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.dropdown-container .dropdown-header.focused .dropdown-icon,.dropdown-container .dropdown-header.focused .dropdown-arrow,.dropdown-container .dropdown-header.open .dropdown-icon,.dropdown-container .dropdown-header.open .dropdown-arrow{color:#6366f1}.dropdown-container .dropdown-header.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.dropdown-container .dropdown-header .dropdown-header-icon{display:inline-flex;align-items:center;flex-shrink:0;color:#94a3b8}.dropdown-container .dropdown-header .dropdown-header-icon svg{width:16px;height:16px}.dropdown-container .dropdown-header .dropdown-selected{flex:1;min-width:0;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-container .dropdown-header .dropdown-selected.placeholder{color:#94a3b8}.dropdown-container .dropdown-header .dropdown-selected .selected-tags{display:flex;flex-wrap:wrap;gap:4px;padding:2px 0}.dropdown-container .dropdown-header .dropdown-selected .selected-tags .tag{display:inline-flex;align-items:center;gap:6px;height:22px;padding:0 8px;background:#eef2ff;border-radius:6px;color:#4338ca;font-size:12px;font-weight:500;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{width:14px;height:14px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#4338ca;background:transparent;flex-shrink:0;transition:all .15s ease}.dropdown-container .dropdown-header .dropdown-selected .selected-tags .tag .tag-delete:hover{background:#6366f126}.dropdown-container .dropdown-header .dropdown-clear{background:transparent;border:none;color:#94a3b8;cursor:pointer;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:all .15s ease}.dropdown-container .dropdown-header .dropdown-clear:hover{background:#f4f5f7;color:#475569}.dropdown-container .dropdown-header .dropdown-icon,.dropdown-container .dropdown-header .dropdown-arrow{flex-shrink:0;width:16px;height:16px;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center;transition:transform .15s ease,color .15s ease}.dropdown-container .dropdown-header .dropdown-icon svg,.dropdown-container .dropdown-header .dropdown-arrow svg{width:14px;height:14px}.dropdown-container .dropdown-header .dropdown-icon.open,.dropdown-container .dropdown-header .dropdown-arrow.open{transform:rotate(180deg);color:#6366f1}.dropdown-container .dropdown-header.has-clear .dropdown-selected{padding-right:4px}.dropdown-container.open .dropdown-header,.dropdown-container.focused .dropdown-header{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.dropdown-container.open .dropdown-arrow,.dropdown-container.open .dropdown-icon{transform:rotate(180deg);color:#6366f1}.dropdown-container.error .dropdown-header{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.dropdown-container.disabled .dropdown-header{background:#f4f5f7;border-color:#0f172a0f;color:#94a3b8;cursor:not-allowed}.dropdown-container.disabled .dropdown-header .dropdown-selected{color:#94a3b8}.dropdown-container .dropdown-menu,.dropdown-container .dropdown-list{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 12px 32px #0f172a1a;padding:8px;z-index:9999;max-height:280px;overflow-y:auto;animation:dropdownFadeIn .15s ease-out}.dropdown-container .dropdown-menu.position-top,.dropdown-container .dropdown-list.position-top{top:auto;bottom:calc(100% + 6px)}.dropdown-container .dropdown-menu .dropdown-search,.dropdown-container .dropdown-list .dropdown-search{width:100%;height:36px;padding:0 12px;margin-bottom:6px;font-size:13px;color:#0f172a;background:#f4f5f7;border:1px solid transparent;border-radius:8px;outline:none;transition:all .15s ease}.dropdown-container .dropdown-menu .dropdown-search::placeholder,.dropdown-container .dropdown-list .dropdown-search::placeholder{color:#94a3b8}.dropdown-container .dropdown-menu .dropdown-search:focus,.dropdown-container .dropdown-list .dropdown-search:focus{background:#fff;border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.dropdown-container .dropdown-menu .dropdown-option,.dropdown-container .dropdown-list .dropdown-option{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:8px;cursor:pointer;color:#0f172a;font-size:13px;line-height:1.4;transition:background-color .15s ease,color .15s ease;animation:dropdownFadeIn .15s ease-out}.dropdown-container .dropdown-menu .dropdown-option:hover,.dropdown-container .dropdown-list .dropdown-option:hover{background:#f4f5f7}.dropdown-container .dropdown-menu .dropdown-option.selected,.dropdown-container .dropdown-list .dropdown-option.selected{background:#eef2ff;color:#4338ca;font-weight:500}.dropdown-container .dropdown-menu .dropdown-option.selected:hover,.dropdown-container .dropdown-list .dropdown-option.selected:hover{background:#e0e7ff}.dropdown-container .dropdown-menu .dropdown-option.disabled,.dropdown-container .dropdown-list .dropdown-option.disabled{color:#cbd5e1;cursor:not-allowed;background:transparent}.dropdown-container .dropdown-menu .dropdown-option.disabled:hover,.dropdown-container .dropdown-list .dropdown-option.disabled:hover{background:transparent}.dropdown-container .dropdown-menu .dropdown-option input[type=checkbox],.dropdown-container .dropdown-list .dropdown-option input[type=checkbox]{width:16px;height:16px;accent-color:#6366f1;cursor:pointer;flex-shrink:0}.dropdown-container .dropdown-menu .dropdown-empty,.dropdown-container .dropdown-list .dropdown-empty{padding:16px 12px;text-align:center;color:#94a3b8;font-size:13px}.dropdown-container .dropdown-menu .dropdown-loading,.dropdown-container .dropdown-list .dropdown-loading{padding:16px 12px;display:flex;align-items:center;justify-content:center;gap:8px;color:#64748b;font-size:13px;animation:dropdownFadeIn .15s ease-out}.dropdown-container .dropdown-menu .dropdown-loading .loading-indicator,.dropdown-container .dropdown-list .dropdown-loading .loading-indicator{font-size:12px}.dropdown-container .dropdown-error{margin-top:6px;font-size:12px;font-weight:500;color:#dc2626;line-height:1.4}.dropdown-container .dropdown-helper{margin-top:6px;font-size:12px;font-weight:400;color:#64748b;line-height:1.4}.dropdown-option.disabled{color:#cbd5e1;cursor:not-allowed;background:transparent}.loading-indicator{opacity:.6;animation:dropdownPulse 1.5s infinite}@keyframes dropdownPulse{0%,to{opacity:.6}50%{opacity:.3}}@keyframes dropdownFadeIn{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(0)}}.checkbox-with-text{display:inline-flex;align-items:center;gap:8px}.label{cursor:pointer;font-size:13px;font-weight:500;color:#0f172a;display:inline-flex;align-items:center;text-align:left;position:relative;line-height:1.4}.label.disabled{cursor:not-allowed;opacity:.5}.checkbox-icon{position:absolute;left:0;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;pointer-events:none;z-index:1;width:16px;height:16px;color:#fff}.checkbox-icon svg{width:12px;height:12px}.checkbox{width:16px;height:16px;cursor:pointer;flex-shrink:0;padding:0;margin:0}input[type=checkbox].checkbox,input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;border-radius:4px;cursor:pointer;border:1.5px solid rgba(15,23,42,.2);background-color:#fff;transition:all .12s ease;position:relative;flex-shrink:0;padding:0;margin:0}input[type=checkbox].checkbox:hover:not(:checked):not(:disabled),input[type=checkbox]:hover:not(:checked):not(:disabled){border-color:#94a3b8}input[type=checkbox].checkbox:checked,input[type=checkbox]:checked{background-color:#6366f1;border-color:#6366f1}input[type=checkbox].checkbox:checked:after,input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;width:9px;height:9px;transform:translate(-50%,-55%) rotate(0);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='3.5 8.5 6.8 11.5 12.5 5'/></svg>");background-repeat:no-repeat;background-position:center;background-size:contain}input[type=checkbox].checkbox:indeterminate,input[type=checkbox]:indeterminate{background-color:#6366f1;border-color:#6366f1}input[type=checkbox].checkbox:indeterminate:after,input[type=checkbox]:indeterminate:after{content:"";position:absolute;top:50%;left:50%;width:8px;height:2px;background-color:#fff;border-radius:1px;transform:translate(-50%,-50%)}input[type=checkbox].checkbox:focus-visible,input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #6366f133}input[type=checkbox].checkbox:disabled,input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5;background-color:#f4f5f7;border-color:#0f172a1f}input[type=checkbox].checkbox:disabled:checked,input[type=checkbox]:disabled:checked{background-color:#94a3b8;border-color:#94a3b8}.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:#fff}.table-header:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#0f172a0f;z-index:1}.table-header tr th{font-weight:600;font-size:11px;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8;background-color:#fff;position:sticky;top:0;white-space:nowrap;padding:14px 16px;text-align:left;border-bottom:none}.table{width:100%;border-collapse:separate;min-height:480px;border-spacing:0}.table .table-body{position:relative;background:#fff}.table .table-body .table-row{display:table-row;transition:background-color .12s ease}.table .table-body .table-row td{height:auto!important;max-height:none!important;vertical-align:middle;padding:14px 16px;box-sizing:border-box;font-size:13px;color:#0f172a}.table .table-body:not(.empty) .table-row:hover{background-color:#fafbfc;cursor:pointer}.table .table-body tr:last-child td{border-bottom:none}.table th,.table td{text-align:left;color:#0f172a;border-bottom:1px solid rgba(15,23,42,.04)}.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:16px;height:16px;margin:0;cursor:pointer;vertical-align:middle;position:relative;top:0;accent-color:#6366f1;border-radius:4px}.table td{vertical-align:middle}.table .profile-picture{width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid rgba(15,23,42,.06)}.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:calc(100% + 6px);right:0;background-color:#fff;border:1px solid rgba(15,23,42,.06);border-radius:10px;box-shadow:0 12px 32px #0f172a1a;z-index:1000;min-width:160px;max-width:220px;padding:6px;transform:none}.table .actions .dropdown-menu button{width:100%;display:flex;align-items:center;gap:10px;padding:8px 10px;background:none;border:none;text-align:left;cursor:pointer;font-size:13px;color:#0f172a;border-radius:8px}.table .actions .dropdown-menu button:hover{background-color:#f4f5f7}.table .actions .dropdown-menu svg{width:16px;height:16px;flex-shrink:0}.table-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 32px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;min-height:320px}.table-empty-state__icon{display:flex;align-items:center;justify-content:center;width:96px;height:96px;border-radius:50%;background:#f4f5f7;margin-bottom:20px}.table-empty-state__icon svg path{stroke:#94a3b8}.table-empty-state__title{font-size:16px;font-weight:600;color:#0f172a;margin:0 0 6px;letter-spacing:-.1px}.table-empty-state__description{font-size:13px;color:#64748b;margin:0;max-width:360px;line-height:1.5}.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:14px 20px;border-top:1px solid rgba(15,23,42,.06);background:#fff;flex-shrink:0;font-family:inherit}.table-pagination .pagination-details{font-size:13px;color:#64748b}.table-pagination .pagination-controls{display:flex;align-items:center;gap:4px}.table-pagination .pagination-controls .pagination-arrow{background:none;border:1px solid rgba(15,23,42,.06);border-radius:8px;font-size:14px;cursor:pointer;width:32px;height:32px;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:all .12s ease}.table-pagination .pagination-controls .pagination-arrow:hover:not(:disabled){background:#f4f5f7;color:#0f172a}.table-pagination .pagination-controls .pagination-arrow:disabled{color:#cbd5e1;cursor:not-allowed}.table-pagination .pagination-controls .pagination-numbers{display:flex;gap:2px}.table-pagination .pagination-controls .pagination-numbers .pagination-number{border-radius:8px;padding:0;width:32px;height:32px;cursor:pointer;background:none;border:1px solid transparent;font-size:13px;color:#475569;transition:all .12s ease}.table-pagination .pagination-controls .pagination-numbers .pagination-number.active{background:#eef2ff;border-color:#6366f140;color:#4338ca;font-weight:600}.table-pagination .pagination-controls .pagination-numbers .pagination-number:hover:not(.active){background:#f4f5f7;color:#0f172a}.table-pagination .pagination-controls .pagination-numbers .pagination-ellipsis{padding:0 6px;color:#94a3b8;display:flex;align-items:center;justify-content:center}.table-pagination .rows-per-page{display:flex;align-items:center;gap:12px}.table-pagination .rows-per-page span{white-space:nowrap;font-size:13px;color:#64748b}.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 #0f172a03;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:12px;flex:1;min-height:0;overflow-x:auto;overflow-y:hidden;position:relative;scroll-behavior:smooth;border:1px solid rgba(15,23,42,.06);display:flex;flex-direction:column;transform:translateZ(0);background:#fff}.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:#fff;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);border-bottom:1px solid rgba(15,23,42,.06);flex-shrink:0;border-top-left-radius:12px;border-top-right-radius:12px;isolation:isolate}.flex-table .flex-table-header .flex-cell{font-weight:600;font-size:11px;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8;background-color:#fff;padding:14px 16px;text-align:left;border-bottom:none;display:flex;align-items:center;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;border-top-left-radius:12px;border-top-right-radius:12px;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:64px;flex-shrink:0;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);border-bottom:1px solid rgba(15,23,42,.04);position:relative;z-index:1;transition:background-color .12s ease}.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:#fafbfc;cursor:pointer}.flex-table .flex-table-body .flex-table-row:last-child{border-bottom:none;border-bottom-left-radius:11px;border-bottom-right-radius:11px}.flex-table .flex-table-body .flex-table-row .flex-cell{padding:14px 16px;text-align:left;color:#0f172a;font-size:13px;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:#0f172a;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)}}.datepicker-container{position:relative;display:flex;flex-direction:column;width:100%}.datepicker-container .datepicker-label{font-size:13px;font-weight:500;color:#475569;margin-bottom:6px;line-height:1.4;transition:color .15s ease}.datepicker-container .datepicker-label.required:after{content:" *";color:#dc2626}.datepicker-container .datepicker-label.focused{color:#475569}.datepicker-container .datepicker-label.error{color:#dc2626}.datepicker-container .datepicker-label.disabled{color:#94a3b8}.datepicker-container .datepicker-input-wrapper{position:relative;display:flex;align-items:center;cursor:pointer;width:100%;height:40px}.datepicker-container .datepicker-input-wrapper .datepicker-start-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);z-index:1;display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .15s ease;pointer-events:none}.datepicker-container .datepicker-input-wrapper .datepicker-start-icon svg{width:16px;height:16px;color:#94a3b8}.datepicker-container .datepicker-input-wrapper .datepicker-start-icon svg path{stroke:currentColor}.datepicker-container .datepicker-input-wrapper .datepicker-input{width:100%;height:40px;padding:0 36px;font-size:13px;font-family:inherit;color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;outline:none;cursor:pointer;transition:all .15s ease}.datepicker-container .datepicker-input-wrapper .datepicker-input::placeholder{color:#94a3b8;opacity:1}.datepicker-container .datepicker-input-wrapper .datepicker-input:hover:not(:disabled){border-color:#0f172a24}.datepicker-container .datepicker-input-wrapper .datepicker-input:focus{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a;caret-color:#6366f1}.datepicker-container .datepicker-input-wrapper .datepicker-input:disabled{background:#f4f5f7;color:#94a3b8;cursor:not-allowed;border-color:#0f172a0f}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:4px;color:#94a3b8}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons svg{width:14px;height:14px}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-clear{background:transparent;width:20px;height:20px;border:none;color:#94a3b8;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s ease}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-clear:hover{background:#f4f5f7;color:#475569}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-clear svg{width:12px;height:12px}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-arrow-icon{display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;transition:color .15s ease,transform .15s ease}.datepicker-container .datepicker-input-wrapper .datepicker-end-icons .datepicker-arrow-icon svg{transition:transform .15s ease}.datepicker-container.hovered .datepicker-input{border-color:#0f172a24}.datepicker-container.hovered .datepicker-start-icon{color:#64748b}.datepicker-container.hovered .datepicker-start-icon svg,.datepicker-container.hovered .datepicker-start-icon svg path{stroke:#64748b;color:#64748b}.datepicker-container.focused .datepicker-input,.datepicker-container.open .datepicker-input{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.datepicker-container.focused .datepicker-start-icon,.datepicker-container.open .datepicker-start-icon{color:#6366f1}.datepicker-container.focused .datepicker-start-icon svg,.datepicker-container.focused .datepicker-start-icon svg path,.datepicker-container.open .datepicker-start-icon svg,.datepicker-container.open .datepicker-start-icon svg path{stroke:#6366f1;color:#6366f1}.datepicker-container.focused .datepicker-end-icons .datepicker-arrow-icon,.datepicker-container.open .datepicker-end-icons .datepicker-arrow-icon{color:#6366f1}.datepicker-container.error .datepicker-input,.datepicker-container.invalid .datepicker-input{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.datepicker-container.error .datepicker-start-icon,.datepicker-container.invalid .datepicker-start-icon{color:#dc2626}.datepicker-container.error .datepicker-start-icon svg,.datepicker-container.error .datepicker-start-icon svg path,.datepicker-container.invalid .datepicker-start-icon svg,.datepicker-container.invalid .datepicker-start-icon svg path{stroke:#dc2626;color:#dc2626}.datepicker-container.disabled .datepicker-input{background:#f4f5f7;color:#94a3b8;border-color:#0f172a0f;cursor:not-allowed}.datepicker-container.disabled .datepicker-start-icon,.datepicker-container.disabled .datepicker-end-icons .datepicker-arrow-icon{color:#cbd5e1}.datepicker-container .datepicker-dropdown{position:absolute;top:calc(100% + 6px);left:0;min-width:320px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 12px 32px #0f172a1a;padding:12px;z-index:1000;animation:datepickerPanelFadeIn .15s ease-out}.datepicker-container .datepicker-dropdown .datepicker-header{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 12px;margin-bottom:4px}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-nav-button{background:transparent;border:none;color:#475569;cursor:pointer;width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-nav-button svg{width:14px;height:14px}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-nav-button:hover{background:#f4f5f7;color:#0f172a}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-nav-button:disabled{color:#cbd5e1;cursor:not-allowed}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-nav-button:disabled:hover{background:transparent}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-month-year{font-size:13px;font-weight:600;color:#0f172a}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-month-year.clickable{cursor:pointer;padding:4px 10px;border-radius:8px;transition:all .15s ease}.datepicker-container .datepicker-dropdown .datepicker-header .datepicker-month-year.clickable:hover{background:#f4f5f7}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:0;margin-bottom:4px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-weekdays .datepicker-weekday{text-align:center;font-size:11px;font-weight:500;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;padding:6px 0}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days{display:grid;grid-template-columns:repeat(7,1fr);gap:2px 0}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-bg{background-color:#eef2ff}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-bg.first-in-row{border-top-left-radius:8px;border-bottom-left-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-bg.last-in-row{border-top-right-radius:8px;border-bottom-right-radius:8px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day{background:transparent;border:none;padding:0;margin:0 auto;cursor:pointer;font-size:13px;font-weight:500;color:#0f172a;width:36px;height:36px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;position:relative;transition:all .15s ease}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day:hover:not(.disabled):not(.other-month):not(.selected):not(.in-range):not(.range-start):not(.range-end){background:#f4f5f7;color:#0f172a}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.other-month{color:#cbd5e1;cursor:not-allowed}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.today{background:#eef2ff;color:#4338ca;font-weight:600}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.selected,.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:#6366f1;color:#fff;font-weight:600;border-radius:8px;z-index:2}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.selected:hover,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.range-start:hover,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.range-end:hover{background:#4f46e5}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-days .datepicker-day.in-range{background:#eef2ff;color:#4338ca;border-radius:0;font-weight:500}.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.disabled{color:#cbd5e1;cursor:not-allowed;background:transparent}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years{display:grid;gap:6px;padding:4px}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-months,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-years{grid-template-columns:repeat(3,1fr)}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-month,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-year{background:transparent;border:none;padding:10px 8px;cursor:pointer;border-radius:8px;font-size:13px;font-weight:500;color:#0f172a;transition:all .15s ease}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-month:hover,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-year:hover{background:#f4f5f7}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-month.current,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-year.current{background:#eef2ff;color:#4338ca;font-weight:600}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-month.selected,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-year.selected{background:#6366f1;color:#fff;font-weight:600}.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-month.selected:hover,.datepicker-container .datepicker-dropdown .datepicker-calendar .datepicker-year.selected:hover{background:#4f46e5}.datepicker-container .datepicker-dropdown .datepicker-time-selector{display:flex;gap:8px;padding-top:12px;border-top:1px solid rgba(15,23,42,.06);margin-top:8px}.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{height:36px;font-size:13px}.datepicker-container .datepicker-error{margin-top:6px;font-size:12px;font-weight:500;color:#dc2626;line-height:1.4}.datepicker-container .datepicker-helper{margin-top:6px;font-size:12px;font-weight:400;color:#64748b;line-height:1.4}.datepicker-arrow-icon{display:inline-flex;align-items:center;color:#94a3b8;transition:color .15s ease,transform .15s ease}.datepicker-arrow-icon svg{width:14px;height:14px}.datepicker-arrow-icon.open{transform:rotate(180deg);color:#6366f1}@keyframes datepickerPanelFadeIn{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(0)}}.template-Gc8Snhcd{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:0;flex-wrap:wrap;width:100%;padding:12px 16px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;box-sizing:border-box}@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:380px;min-width:240px;position:relative}@media(max-width:768px){.template-j2-3g0Ic{max-width:100%;width:100%}}@media(max-width:480px){.template-j2-3g0Ic{min-width:0}}.template-j2-3g0Ic .input-container{width:100%}.template-j2-3g0Ic .input-wrapper{min-width:0!important}.template-j2-3g0Ic .input{width:100%;height:40px!important;min-height:40px!important;padding:0 14px 0 40px!important;background:#f4f5f7!important;border:1px solid transparent!important;border-radius:10px!important;font-size:13px!important;color:#0f172a!important;transition:all .15s ease;box-shadow:none!important}.template-j2-3g0Ic .input::placeholder{color:#94a3b8!important;opacity:1}.template-j2-3g0Ic .input:hover{background:#eef0f3!important}.template-j2-3g0Ic .input:focus{outline:none;background:#fff!important;border-color:#6366f166!important;box-shadow:0 0 0 3px #6366f11a!important}.template-j2-3g0Ic .start-icon{position:absolute!important;left:14px!important;top:50%!important;transform:translateY(-50%)!important;color:#94a3b8!important;width:16px;height:16px;pointer-events:none}.template-j2-3g0Ic .start-icon svg{width:16px;height:16px;color:#94a3b8}.template-j2-3g0Ic .start-icon svg path{stroke:#94a3b8}.template-j2-3g0Ic .input-container.focused .start-icon{color:#6366f1!important}.template-j2-3g0Ic .input-container.focused .start-icon svg path{stroke:#6366f1!important}.template-j2-3g0Ic .input-footer{display:none!important}.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:inline-flex;height:40px;align-items:center;gap:8px;padding:0 14px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s 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:#94a3b8;width:16px;height:16px;transition:color .15s ease}.template-QrOjSh-W svg path{stroke:#94a3b8}.template-QrOjSh-W:hover{background:#fafbfc;border-color:#0f172a24;color:#0f172a}.template-QrOjSh-W:hover svg{color:#64748b}.template-QrOjSh-W:hover svg path{stroke:#64748b}.template-QrOjSh-W.template-fSwBX3Ew,.template-QrOjSh-W[aria-expanded=true]{background:#eef2ff;border-color:#6366f140;color:#4338ca}.template-QrOjSh-W.template-fSwBX3Ew svg,.template-QrOjSh-W[aria-expanded=true] svg{color:#6366f1}.template-QrOjSh-W.template-fSwBX3Ew svg path,.template-QrOjSh-W[aria-expanded=true] svg path{stroke:#6366f1}.template-FpqkIjxD{line-height:1}.template-pIIPlEmm{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;background:#6366f1;color:#fff;border-radius:9px;font-size:11px;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:#64748b;font-size:13px;font-weight:500;cursor:pointer;padding:0;text-align:left;transition:color .2s ease}.template-AFTJgESO span{color:var(--theme-color, #6366f1)}.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:#0f172a14;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, #6366f1)}.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:#64748b;cursor:pointer;transition:all .15s ease}.template-LG-JqkEY:hover{background:#fee2e2;color:#b91c1c}.template-LG-JqkEY:focus-visible{outline:2px solid #6366f1;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;display:flex;flex-direction:column;width:100%}.textarea-container .textarea-label{font-size:13px;font-weight:500;color:#475569;margin-bottom:6px;line-height:1.4;transition:color .15s ease}.textarea-container .textarea-label.required:after{content:" *";color:#dc2626}.textarea-container .textarea-label.focused{color:#475569}.textarea-container .textarea-label.error{color:#dc2626}.textarea-container .textarea-label.disabled{color:#94a3b8}.textarea-container .textarea{width:100%;min-height:96px;padding:12px 14px;font-size:13px;font-family:inherit;line-height:1.5;color:#0f172a;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;outline:none;resize:vertical;transition:all .15s ease}.textarea-container .textarea::placeholder{color:#94a3b8;opacity:1}.textarea-container .textarea:hover:not(:disabled):not(:read-only){border-color:#0f172a24}.textarea-container .textarea:focus{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a;caret-color:#6366f1}.textarea-container .textarea:disabled{background:#f4f5f7;color:#94a3b8;cursor:not-allowed;border-color:#0f172a0f;resize:none}.textarea-container .textarea:read-only:not(:disabled){background:#fff;color:#475569}.textarea-container.focused .textarea{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.textarea-container.invalid .textarea,.textarea-container.error .textarea{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.textarea-container.disabled .textarea{background:#f4f5f7;color:#94a3b8;cursor:not-allowed;border-color:#0f172a0f}.textarea-container .textarea-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-top:6px;min-height:16px}.textarea-container .textarea-error{font-size:12px;font-weight:500;color:#dc2626;line-height:1.4}.textarea-container .textarea-helper{font-size:12px;font-weight:400;color:#64748b;line-height:1.4}.textarea-container .character-count{font-size:12px;font-weight:400;color:#94a3b8;margin-left:auto;flex-shrink:0}.textarea-container .character-count.limit-reached{color:#dc2626}.action-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172a14;display:flex;align-items:center;justify-content:center}.action-modal{background:#fff;border-radius:12px;max-width:600px;box-shadow:0 10px 25px #0f172a05;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, #6366f1);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 rgba(15,23,42,.08);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:#94a3b8}.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 20px}@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{grid-column:span 2;display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin-top:16px;margin-bottom:-4px;padding-bottom:0;border-bottom:none}.template-4TMUZDBC:after{content:"";flex:1;height:1px;background:#0f172a0f}.template-4TMUZDBC:first-child{margin-top:0}@media(max-width:768px){.template-4TMUZDBC{grid-column:span 1}}.template-AuOwd2BC{grid-column:span 2;display:flex;flex-direction:column;gap:10px;padding:14px 16px;background:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:10px}@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-S7bCDAna{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;border:none;cursor:default;line-height:1.2}.template-S7bCDAna.template-vNLuFEri{cursor:pointer;transition:all .15s ease}.template-S7bCDAna.template-vNLuFEri:hover{filter:brightness(.97)}.template-Ex50-2UF{width:6px;height:6px;border-radius:50%;flex-shrink:0}.template-oRYNS0RJ{background:#fef2f2;color:#b91c1c}.template-oRYNS0RJ .template-Ex50-2UF{background:#dc2626}.template-WFrN3eDS{background:#fffbeb;color:#b45309}.template-WFrN3eDS .template-Ex50-2UF{background:#d97706}.template-Z3jGFIrT{background:#f1f5f9;color:#475569}.template-Z3jGFIrT .template-Ex50-2UF{background:#64748b}.template-RD--E7mU{background:#ecfdf5;color:#047857}.template-RD--E7mU .template-Ex50-2UF{background:#059669}.template-u2wa115R{position:relative;display:inline-block}.template-kUbRv3JN{position:absolute;top:calc(100% + 6px);right:0;min-width:160px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:10px;box-shadow:0 12px 32px #0f172a1a;z-index:1000;overflow:hidden;padding:6px;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:10px;padding:8px 10px;background:transparent;border:none;cursor:pointer;font-size:13px;color:#0f172a;transition:background .15s ease;border-radius:8px;text-align:left}.template-T-FiCm-F:hover{background:#f4f5f7}.template-T-FiCm-F.template-WRS-uKFd{background:#eef2ff;color:#4338ca}.template-UmODDqcC{width:8px;height:8px;border-radius:50%;flex-shrink:0}.template-UmODDqcC.template-oRYNS0RJ{background:#dc2626}.template-UmODDqcC.template-WFrN3eDS{background:#d97706}.template-UmODDqcC.template-Z3jGFIrT{background:#64748b}.template-UmODDqcC.template-RD--E7mU{background:#059669}.template-19gXqBNl{margin-left:auto;color:#6366f1;font-size:12px;font-weight:600}.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:#0f172a0f;transition:background .2s ease}.template-2s4TXsLD.template-d-0iY9rk{background:linear-gradient(270deg,#1ccdf4,#6366f1)}.template-EqpH7RrG{font-size:.8125rem;font-weight:500;color:#0f172a}.template-3A9T6Bg6{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.template-FmML9u-f{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b;line-height:1.4}.template-gESeQXyu{width:32px;height:32px;border-radius:8px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.template-gESeQXyu:hover{background:#f1f5f9;color:#0f172a;border-color:#0f172a1f}.template-kWUAcMBS{color:#cbd5e1}.template-9zGKjK7G{color:#0f172a;font-weight:600;letter-spacing:-.1px}.template-76xcmris{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}@media(min-width:1024px){.template-76xcmris{grid-template-columns:minmax(0,1fr) 360px}}.template-jQKFwvvr,.template-8tvFtNVw{display:flex;flex-direction:column;gap:16px;min-width:0}.template-DBPivU-a{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:24px;display:flex;flex-direction:column;gap:16px}.template-lfXlMPmR{display:flex;align-items:flex-start;gap:16px}.template-O79qLFbN{width:64px;height:64px;border-radius:50%;background:#eef2ff;color:#6366f1;display:inline-flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;letter-spacing:-.2px;flex-shrink:0;overflow:hidden}.template-O79qLFbN img{width:100%;height:100%;object-fit:cover}.template-cnwlZL4n{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}.template-uj-dxxpS{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.3px;line-height:1.3;margin:0}.template-pfxuuOAb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:#64748b}.template-glcvL1-O{width:3px;height:3px;border-radius:50%;background:#cbd5e1;display:inline-block}.template-l4IWZMg5{color:#64748b}.template-Gq6ZHgNi{color:#0f172a;font-weight:500}.template-UEXZH7vB{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600}.template-UEXZH7vB:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.template-UEXZH7vB.template-to1jivbg{background:#ecfdf5;color:#059669}.template-UEXZH7vB.template-u4cHg2bB{background:#f1f5f9;color:#475569}.template-UEXZH7vB.template-qdWtiERx{background:#fffbeb;color:#d97706}.template-LmuhrN93{display:inline-flex;align-items:center;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;background:#eef2ff;color:#4338ca}.template-wttCq-ys{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:4px}.template-62H-16oU{flex:1}.template-8vcNkZUL{width:36px;height:36px;border-radius:8px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.template-8vcNkZUL:hover{background:#f1f5f9;color:#0f172a;border-color:#0f172a1f}.template-Ut-XYkcr{position:relative}.template-9-1Q1MWV{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;box-shadow:0 8px 24px #0f172a14;padding:6px;z-index:20;display:flex;flex-direction:column;gap:2px}.template-ZMccvxGf{text-align:left;background:transparent;border:0;padding:8px 10px;border-radius:6px;font-size:13px;color:#0f172a;cursor:pointer;display:flex;align-items:center;gap:8px}.template-ZMccvxGf:hover{background:#f1f5f9}.template-ZMccvxGf.template-eDLNuO4-{color:#dc2626}.template-ZMccvxGf.template-eDLNuO4-:hover{background:#fef2f2}.template-ZMccvxGf:disabled{color:#94a3b8;cursor:not-allowed;background:transparent}.template-wXbtcry2{display:flex;align-items:center;gap:4px;border-bottom:1px solid rgba(15,23,42,.06);background:#fff;border-radius:12px 12px 0 0;padding:0 8px;overflow-x:auto}.template-rGiOVAMN{position:relative;display:inline-flex;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:500;color:#64748b;background:transparent;border:0;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease;margin-bottom:-1px;white-space:nowrap}.template-rGiOVAMN:hover{color:#0f172a}.template-rGiOVAMN.template-to1jivbg{color:#0f172a;font-weight:600;border-bottom-color:#6366f1}.template-OMhVHzeh{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 6px;border-radius:5px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:600}.template-rGiOVAMN.template-to1jivbg .template-OMhVHzeh{background:#eef2ff;color:#4338ca}.template-1rr-QQcH{background:#fff;border:1px solid rgba(15,23,42,.06);border-top:0;border-radius:0 0 12px 12px;box-shadow:0 1px 2px #0f172a0a;padding:24px;min-height:360px;display:flex;flex-direction:column;gap:20px}.template-iZDoW2tI{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8;margin:0 0 12px}.template-SZRWvDRC{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(max-width:640px){.template-SZRWvDRC{grid-template-columns:1fr}}.template-zrMAAQJJ{display:flex;flex-direction:column;gap:6px;min-width:0}.template-9HbMd5Fx{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8}.template-cRZ2-2QI{padding:10px 12px;background:#f8fafc;border:1px solid rgba(15,23,42,.04);border-radius:10px;min-height:40px;color:#0f172a;font-size:13px;line-height:1.5;display:flex;align-items:center;word-break:break-word}.template-1YKDHLN4{display:flex;flex-direction:column;gap:12px}.template-1YKDHLN4+.template-1YKDHLN4{padding-top:20px;border-top:1px solid rgba(15,23,42,.06)}.template-pDpTS8VC{display:flex;align-items:center;justify-content:center;min-height:200px;font-size:13px;color:#94a3b8;text-align:center}.template-Ek4m-dP7{display:flex;flex-direction:column;min-width:0}.template-Q4XYPXNl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}@media(max-width:768px){.template-Q4XYPXNl{grid-template-columns:repeat(2,minmax(0,1fr))}}.template-HsRpj14D{display:flex;flex-direction:column;gap:4px;padding:12px 14px;background:#f8fafc;border:1px solid rgba(15,23,42,.04);border-radius:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease;text-align:left}.template-HsRpj14D:hover{background:#f1f5f9;border-color:#0f172a14}.template-swl7MTsv{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8}.template-kcfC-gB2{font-size:18px;font-weight:700;color:#0f172a;letter-spacing:-.2px}.template-HsRpj14D.template-1KM5Nn7p .template-kcfC-gB2{color:#dc2626}.template-HsRpj14D.template-DVwEs7Vw .template-kcfC-gB2{color:#ea580c}.template-HsRpj14D.template-I5a-cfAh .template-kcfC-gB2{color:#d97706}.template-HsRpj14D.template-RPBvw7qE .template-kcfC-gB2{color:#059669}.template-VzONKG4V{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:20px;display:flex;flex-direction:column;gap:16px}@media(min-width:1024px){.template-VzONKG4V{position:sticky;top:24px}}.template-St4NzJqJ{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px;margin:0}.template-6Pj1GNHj{display:flex;align-items:center;justify-content:space-between;gap:8px}.template-WHBlx3Nw{display:flex;flex-direction:column;gap:14px}.template-AXzQ6ghk{display:flex;flex-direction:column;gap:4px;min-width:0}.template-3s-rhlfa{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8}.template-78ag6FrJ{font-size:13px;color:#0f172a;line-height:1.5;word-break:break-word}.template-Tb-Hq8H0{height:1px;background:#0f172a0f;margin:4px 0}.template-u1zWxIMh{display:flex;flex-wrap:wrap;gap:6px}.template-8w53NPDv{display:inline-flex;align-items:center;padding:4px 10px;background:#eef2ff;color:#4338ca;border-radius:6px;font-size:12px;font-weight:500}.template-EktjcnWt{font-size:12px;color:#94a3b8;font-style:italic}.template-fStMgoBP{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;background:transparent;border:1px solid rgba(15,23,42,.08);color:#475569;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}.template-fStMgoBP:hover{background:#f1f5f9;color:#0f172a}.template-U8EKaVqr{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border-radius:8px;background:#fff;border:1px solid rgba(15,23,42,.08);color:#0f172a;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease;width:100%}.template-U8EKaVqr:hover{background:#f8fafc;border-color:#0f172a1f}.template-XgNYlY9X{display:flex;align-items:center;justify-content:center;min-height:400px}.template-7a3sl2J7{width:36px;height:36px;border:3px solid rgba(15,23,42,.06);border-top-color:#6366f1;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;gap:16px;min-height:400px;font-size:14px;color:#64748b}.template-vKI-V1M-{color:#64748b}@media(max-width:1023px){.template-VzONKG4V{position:static}}@media(max-width:640px){.template-DBPivU-a{padding:20px}.template-1rr-QQcH{padding:18px}.template-rGiOVAMN{padding:10px;font-size:12.5px}.template-lfXlMPmR{flex-direction:column}}.template-ZzjTubMi{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;white-space:nowrap;border:none;background:transparent;line-height:1.2}.template-ZzjTubMi.template-yMu50WXa{background:#eef2ff;color:#4338ca}.template-ZzjTubMi.template-yMu50WXa .template-ywq6eRlg{background:#6366f1}.template-ZzjTubMi.template-cvguta-a{background:#fffbeb;color:#b45309}.template-ZzjTubMi.template-cvguta-a .template-ywq6eRlg{background:#d97706}.template-ZzjTubMi.template-Fb3xTMvG{background:#f5f3ff;color:#6d28d9}.template-ZzjTubMi.template-Fb3xTMvG .template-ywq6eRlg{background:#7c3aed}.template-ZzjTubMi.template-bKuw-E79{background:#ecfdf5;color:#047857}.template-ZzjTubMi.template-bKuw-E79 .template-ywq6eRlg{background:#059669}.template-ZzjTubMi.template-9wsXmdRI{background:#f1f5f9;color:#475569}.template-ZzjTubMi.template-9wsXmdRI .template-ywq6eRlg{background:#94a3b8}.template-ZzjTubMi.template-m122g7-k{background:#fef2f2;color:#b91c1c}.template-ZzjTubMi.template-m122g7-k .template-ywq6eRlg{background:#dc2626}.template-ZzjTubMi.template-nYi9rJ15{cursor:pointer;transition:all .15s ease}.template-ZzjTubMi.template-nYi9rJ15:hover{filter:brightness(.97)}.template-ZzjTubMi.template-O4CP9Hpd{opacity:.6;cursor:not-allowed}.template-ywq6eRlg{width:6px;height:6px;border-radius:50%;flex-shrink:0}.template-URsaLjUp{position:relative;display:inline-block}.template-2HeJAV30{position:absolute;top:calc(100% + 6px);right:0;min-width:180px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:10px;box-shadow:0 12px 32px #0f172a1a;z-index:1000;overflow:hidden;padding:6px}.template-GPGvHTK2{display:flex;align-items:center;gap:10px;width:100%;padding:8px 10px;border:none;background:transparent;font-size:13px;color:#0f172a;cursor:pointer;transition:background .15s ease;text-align:left;border-radius:8px}.template-GPGvHTK2:hover{background:#f4f5f7}.template-GPGvHTK2.template-6HVZKSVj{background:#eef2ff;color:#4338ca}.template-9uGhrUmn{width:8px;height:8px;border-radius:50%;flex-shrink:0}.template-9uGhrUmn.template-yMu50WXa{background:#6366f1}.template-9uGhrUmn.template-cvguta-a{background:#d97706}.template-9uGhrUmn.template-Fb3xTMvG{background:#7c3aed}.template-9uGhrUmn.template-bKuw-E79{background:#059669}.template-9uGhrUmn.template-9wsXmdRI{background:#94a3b8}.template-9uGhrUmn.template-m122g7-k{background:#dc2626}.template-at-j8Zy0{margin-left:auto;color:#6366f1;font-size:12px;font-weight:600}.template-Wzdqm1ZC{display:flex;flex-direction:column;gap:16px}.template-7nx3qH--{display:flex;flex-wrap:wrap;gap:6px;padding:4px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.template-qWoSht1-{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:transparent;border:1px solid transparent;border-radius:8px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s ease}.template-qWoSht1-:hover{background:#f4f5f7;color:#1e293b}.template-qWoSht1-.template-I9qRlqq4{background:#1e293b;color:#fff}.template-qWoSht1-.template-I9qRlqq4 .template-kIinlFb4{background:#ffffff2e;color:#fff}.template-jW-1uJXh{line-height:1}.template-kIinlFb4{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:6px;font-size:12px;font-weight:600;background:#f1f5f9;color:#475569;line-height:1}.template-kIinlFb4.template-HjDLtHT1{background:#eef2ff;color:#6366f1}.template-kIinlFb4.template-BicGNa9P{background:#fffbeb;color:#d97706}.template-kIinlFb4.template-m2M0D9n-{background:#fef2f2;color:#dc2626}.template-kIinlFb4.template-t6MPnXLk{background:#ecfdf5;color:#059669}.template-kIinlFb4.template-l2fDs0nN{background:#f1f5f9;color:#475569}.template-jx-6vri1{display:flex;align-items:center;gap:12px}.template-bpRC9WA1{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.template-vqp1xqR8{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 10px;background:#eef2ff;border:1px solid rgba(99,102,241,.18);border-radius:6px;font-size:12px;font-weight:500;color:#4338ca;cursor:pointer;transition:all .15s ease}.template-vqp1xqR8:hover{background:#e0e7ff}.template-deW47S96{font-size:14px;font-weight:600;line-height:1;opacity:.6}.template-LsabNK3l{background:none;border:none;color:#64748b;font-size:12px;font-weight:500;cursor:pointer;padding:4px 8px}.template-LsabNK3l:hover{color:#1e293b;text-decoration:underline}.template-8AfiBiQs{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow-x:auto}.template-xeFlLM5V{position:relative;flex-shrink:0}.template-Z2Jlw5ky,.template--8E7Hsgd{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 14px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex-shrink:0}.template-Z2Jlw5ky svg,.template--8E7Hsgd svg{color:#94a3b8;width:16px;height:16px;transition:color .15s ease}.template-Z2Jlw5ky svg path,.template--8E7Hsgd svg path{stroke:#94a3b8}.template-Z2Jlw5ky:hover,.template--8E7Hsgd:hover{background:#fafbfc;border-color:#0f172a24;color:#0f172a}.template-Z2Jlw5ky:hover svg,.template--8E7Hsgd:hover svg{color:#64748b}.template-Z2Jlw5ky:hover svg path,.template--8E7Hsgd:hover svg path{stroke:#64748b}.template-Z2Jlw5ky.template-I9qRlqq4,.template-Z2Jlw5ky[aria-expanded=true],.template--8E7Hsgd.template-I9qRlqq4,.template--8E7Hsgd[aria-expanded=true]{background:#eef2ff;border-color:#6366f140;color:#4338ca}.template-Z2Jlw5ky.template-I9qRlqq4 svg,.template-Z2Jlw5ky[aria-expanded=true] svg,.template--8E7Hsgd.template-I9qRlqq4 svg,.template--8E7Hsgd[aria-expanded=true] svg{color:#6366f1}.template-Z2Jlw5ky.template-I9qRlqq4 svg path,.template-Z2Jlw5ky[aria-expanded=true] svg path,.template--8E7Hsgd.template-I9qRlqq4 svg path,.template--8E7Hsgd[aria-expanded=true] svg path{stroke:#6366f1}.template-aS61e--1{position:absolute;right:0;top:calc(100% + 6px);width:280px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 12px 32px #0f172a1a;z-index:1000;padding:8px;display:flex;flex-direction:column;animation:template-erbaQJxl .15s ease-out}.template-QD7kVCN8{display:flex;align-items:center;gap:8px;padding:10px 12px 8px;border-bottom:none;background:transparent;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.template-0af1U8h3{padding:6px 4px;display:flex;flex-direction:column;gap:8px}.template-e5kKOGWT{font-size:12px;font-weight:500;color:#64748b;margin:0 0 0 8px}.template-d6qV9G55{padding:8px 4px 4px;border-top:1px solid rgba(15,23,42,.06);margin-top:4px}@keyframes template-erbaQJxl{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(0)}}@keyframes template-BEQIdafh{0%{opacity:0;transform:none}to{opacity:1;transform:translateY(0)}}.template-qh6YxK-Z{position:relative}.template-WttqRfgF{position:absolute;right:0;top:calc(100% + 6px);background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 12px 32px #0f172a1a;width:280px;z-index:20;padding:8px;animation:template-erbaQJxl .15s ease-out}.template-yUSbsldq{display:flex;justify-content:space-between;align-items:center;padding:10px 12px 8px;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.template-1CrnBH4c{display:flex;flex-direction:column;gap:2px;max-height:320px;overflow-y:auto;padding:0 2px}.template-I7OWBi8k{display:flex;align-items:center;gap:10px;padding:8px 12px;border:none;border-radius:8px;background:transparent;font-size:13px;color:#0f172a;cursor:grab;user-select:none;transition:background .15s ease}.template-I7OWBi8k:hover{background:#f4f5f7}.template-VRxSBgyp{opacity:.6;background:#eef2ff}.template-lfUXkfCB{color:#94a3b8;font-size:14px;line-height:1}.template-BCJboYS9{margin-top:6px;padding:6px 4px 2px;border-top:1px solid rgba(15,23,42,.06);display:flex;justify-content:flex-end}.template-jmfVCTGc{background:none;border:none;color:#6366f1;font-size:13px;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:8px;transition:background .15s ease}.template-jmfVCTGc:hover{background:#eef2ff}.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;display:flex;flex-direction:column;width:100%}.richtext-container .richtext-label{font-size:13px;font-weight:500;color:#475569;margin-bottom:6px;line-height:1.4;transition:color .15s ease}.richtext-container .richtext-label.required:after{content:" *";color:#dc2626}.richtext-container .richtext-label.focused{color:#475569}.richtext-container .richtext-label.error{color:#dc2626}.richtext-container .richtext-label.disabled{color:#94a3b8}.richtext-container .richtext-frame{display:flex;flex-direction:column;border:1px solid rgba(15,23,42,.08);border-radius:10px;background:#fff;overflow:hidden;transition:all .15s ease}.richtext-container .richtext-toolbar{display:flex;flex-wrap:wrap;gap:2px;background:#fafbfc;border-bottom:1px solid rgba(15,23,42,.06);padding:6px 8px;border-radius:10px 10px 0 0}.richtext-container .richtext-button{height:28px;min-width:28px;padding:0 8px;border:none;background:transparent;color:#475569;border-radius:6px;font-size:12px;font-weight:500;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;transition:all .15s ease}.richtext-container .richtext-button svg{width:14px;height:14px}.richtext-container .richtext-button:hover{background:#eef0f3;color:#0f172a}.richtext-container .richtext-button.active{background:#eef2ff;color:#6366f1}.richtext-container .richtext-button:disabled{cursor:not-allowed;opacity:.5}.richtext-container .richtext-button:disabled:hover{background:transparent;color:#475569}.richtext-container .richtext-editor{background:#fff;padding:12px 14px;min-height:120px;max-height:320px;overflow-y:auto;border:1px solid rgba(15,23,42,.08);border-radius:10px;transition:all .15s ease}.richtext-frame .richtext-container .richtext-editor{border:none;border-radius:0;min-height:120px}.richtext-container.focused .richtext-frame,.richtext-container.focused .richtext-editor{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.richtext-container.invalid .richtext-frame,.richtext-container.invalid .richtext-editor,.richtext-container.error .richtext-frame,.richtext-container.error .richtext-editor{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.richtext-container.disabled .richtext-frame,.richtext-container.disabled .richtext-editor{background:#f4f5f7;border-color:#0f172a0f;cursor:not-allowed}.richtext-container.disabled .richtext-button{cursor:not-allowed;opacity:.5}.richtext-container .ProseMirror{min-height:120px;font-size:13px;line-height:1.6;color:#0f172a;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;outline:none}.richtext-container .ProseMirror:focus{outline:none}.richtext-container .ProseMirror a{color:#4338ca!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:20px;margin:0 0 8px}.richtext-container .ProseMirror.is-empty:before{content:attr(data-placeholder);color:#94a3b8;float:left;height:0;pointer-events:none}.richtext-container .richtext-footer{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-top:6px;min-height:16px}.richtext-container .richtext-error{font-size:12px;font-weight:500;color:#dc2626;line-height:1.4}.richtext-container .richtext-helper{font-size:12px;font-weight:400;color:#64748b;line-height:1.4}.file-input-container{display:flex;flex-direction:column;gap:8px;width:100%}.file-input-container .file-input-label{font-size:13px;font-weight:500;color:#475569;margin-bottom:2px;line-height:1.4}.file-input-container .file-input-label.required:after{content:" *";color:#dc2626}.file-input-container .file-drop-zone{border:1.5px dashed rgba(15,23,42,.12);border-radius:12px;padding:24px 16px;text-align:center;cursor:pointer;background:#fafbfc;min-height:120px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.file-input-container .file-drop-zone:hover,.file-input-container .file-drop-zone.drag-over{border-color:#6366f1;background:#eef2ff}.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:12px}.file-input-container .file-drop-zone .drop-zone-content .upload-icon{color:#94a3b8;display:inline-flex;align-items:center;justify-content:center}.file-input-container .file-drop-zone .drop-zone-content .upload-icon svg{width:28px;height:28px}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text{display:flex;flex-direction:column;align-items:center;gap:4px}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text p{margin:0;color:#475569;font-size:13px;line-height:1.5}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text .file-select-button{background:transparent;border:none;color:#6366f1;font-size:13px;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.file-input-container .file-drop-zone .drop-zone-content .drop-zone-text .file-select-button:hover{color:#4338ca}.file-input-container .supported-formats{font-size:12px;color:#64748b;display:flex;justify-content:space-between;align-items:center;margin-top:4px;gap:8px}.file-input-container .supported-formats .formats-link{color:#6366f1;background:transparent;border:none;padding:0;font:inherit;font-weight:500;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.file-input-container .supported-formats .formats-link:hover{color:#4338ca}.file-input-container .supported-formats .max-size{color:#94a3b8}.file-input-container .formats-list{font-size:12px;color:#64748b;margin-top:4px;line-height:1.5}.file-input-container .file-list{width:100%;display:flex;flex-direction:column;gap:6px}.file-input-container .file-item{display:flex;flex-direction:column;height:auto;min-height:32px;padding:8px 10px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;transition:all .15s ease;font-size:13px}.file-input-container .file-item:hover{border-color:#0f172a24}.file-input-container .file-item.existing-file{background:#fafbfc}.file-input-container .file-item .file-item-header{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-height:24px}.file-input-container .file-item .file-item-header .file-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.file-input-container .file-item .file-item-header .file-info .file-icon{width:28px;height:28px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;color:#fff;flex-shrink:0;text-transform:uppercase}.file-input-container .file-item .file-item-header .file-info .file-icon.pdf{background:#fef2f2;color:#dc2626}.file-input-container .file-item .file-item-header .file-info .file-icon.doc{background:#eef2ff;color:#4338ca}.file-input-container .file-item .file-item-header .file-info .file-icon.xls{background:#ecfdf5;color:#059669}.file-input-container .file-item .file-item-header .file-info .file-icon.default{background:#f4f5f7;color:#475569}.file-input-container .file-item .file-item-header .file-info .file-icon.image-preview{background:#f4f5f7;padding:0;overflow:hidden}.file-input-container .file-item .file-item-header .file-info .file-icon.image-preview img{width:100%;height:100%;object-fit:cover}.file-input-container .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-item .file-item-header .file-info .file-details .file-name{font-size:13px;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block;line-height:1.4}.file-input-container .file-item .file-item-header .file-info .file-details .file-size{font-size:12px;color:#64748b;line-height:1.4}.file-input-container .file-item .file-item-header .file-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.file-input-container .file-item .file-item-header .file-actions .upload-status{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:500}.file-input-container .file-item .file-item-header .file-actions .upload-status svg{width:14px;height:14px}.file-input-container .file-item .file-item-header .file-actions .upload-status.completed{color:#059669}.file-input-container .file-item .file-item-header .file-actions .upload-status.uploading{color:#6366f1}.file-input-container .file-item .file-item-header .file-actions .upload-status.error{color:#dc2626}.file-input-container .file-item .file-item-header .file-actions .progress-percentage{font-size:12px;font-weight:600;color:#6366f1;min-width:32px;text-align:right}.file-input-container .file-item .file-item-header .file-actions .remove-file-button{width:20px;height:20px;padding:0;background:transparent;border:none;color:#94a3b8;cursor:pointer;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;transition:all .15s ease}.file-input-container .file-item .file-item-header .file-actions .remove-file-button svg{width:14px;height:14px}.file-input-container .file-item .file-item-header .file-actions .remove-file-button:hover{background:#fef2f2;color:#dc2626}.file-input-container .file-item .upload-progress{margin-top:8px;width:100%}.file-input-container .file-item .upload-progress .progress-bar{width:100%;height:4px;background:#f4f5f7;border-radius:2px;overflow:hidden}.file-input-container .file-item .upload-progress .progress-bar .progress-fill{height:100%;background:#6366f1;border-radius:2px;transition:width .15s ease}.file-input-container .file-input-error{font-size:12px;font-weight:500;color:#dc2626;margin-top:4px;line-height:1.4}.file-input-container .file-input-helper{font-size:12px;font-weight:400;color:#64748b;margin-top:4px;line-height:1.4}.file-input-container.error .file-drop-zone{border-color:#dc2626;background:#fef2f2}.file-input-container.error .file-input-label{color:#dc2626}.file-input-container.disabled{opacity:.6;pointer-events:none}.file-input-container.disabled .file-drop-zone{cursor:not-allowed;background:#f4f5f7;border-color:#0f172a14}.file-input-container.outlined .file-drop-zone{background:#fff}.file-input-container.outlined .file-drop-zone:hover,.file-input-container.outlined .file-drop-zone.drag-over{background:#eef2ff}.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:#64748b;text-transform:uppercase;letter-spacing:.04em}.template-PJGlc9p-{color:#0f172a;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:#64748b;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:#64748b;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:#6366f1;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:#0f172a;font-size:.9375rem;word-break:break-word}.template-ZLL-NTxz span{font-size:.75rem;color:#64748b;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:#64748b;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:#64748b;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:8px;align-items:center}.template-enBnNmtJ .template-k2LGSijj{min-width:120px}.template-qOLlcf-J{display:flex;flex-direction:column;gap:16px;background:transparent;padding:0;border-radius:0;border:none}.template-YFTPDnIf{display:flex;flex-direction:column;gap:16px;padding:24px;background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);box-shadow:0 1px 2px #0f172a0a}.template--W5vpm06{font-size:14px;font-weight:600;color:#0f172a;margin:0;padding:0;letter-spacing:-.1px}.template-8OOolAot .template--W5vpm06{padding:0}.template-pU71cF78{width:100%}.template-E3A2Afai{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.template-TU6L8zlg{position:relative}.template-uz36qja7{display:block;margin-top:6px;font-size:12px;color:#94a3b8}.template-70-4cDwR{display:flex;flex-direction:column;gap:8px}.template-iXTidulB{font-size:12px;color:#94a3b8}.template-N0quj3aq{font-size:12px;color:#94a3b8;margin-top:6px}.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:13px;font-weight:500;color:#475569}.template-MoPatilp{padding:12px 14px;font-size:13px;color:#0f172a;background:#f4f5f7;border:1px solid rgba(15,23,42,.06);border-radius:10px}.template-wsGWQcvg{display:flex;align-items:center;gap:8px;font-size:13px;color:#64748b;margin-top:6px}.template-wMf7leno{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;width:100%}.template-8qBUX4-Z{font-weight:500;color:#0f172a;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-nelIpW7b{font-size:11px;color:#475569;background:#f1f5f9;padding:2px 8px;border-radius:6px;white-space:nowrap;font-weight:500}.template-calZRuJp{justify-self:end;font-size:12px;color:#6366f1;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:#0f172a}.template-g485RbNc{padding-left:16px;color:#475569}.template-YdNfn-JH{font-size:13px;color:#94a3b8;padding:4px 0}.template-FQokRtUX{display:flex;flex-direction:column;gap:16px;padding:20px 0 4px;border-top:1px solid rgba(15,23,42,.06)}.template-15oATPxi{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.template-ehprGM2L{width:100%}.template-l28tru1x{display:flex;align-items:flex-end;gap:10px}.template-Z81OUcTX{flex:1;min-width:0}.template-k2cFd3s6{height:40px;min-width:96px;padding:0 16px;border-radius:10px;border:1px solid #0f172a;background:#0f172a;color:#fff;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:all .15s ease;box-shadow:0 1px 2px #0f172a14}.template-k2cFd3s6:hover:not(:disabled){background:#1e293b;border-color:#1e293b;box-shadow:0 2px 6px #0f172a24}.template-k2cFd3s6:disabled{cursor:not-allowed;color:#fff;background:#cbd5e1;border-color:#cbd5e1;box-shadow:none}.template-zoC7p-NP{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;animation:template-1PQgBB-a .7s linear infinite}@keyframes template-1PQgBB-a{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.template-Mlzx-vxQ{color:#dc2626;font-size:12px;margin-right:auto}.template-8OOolAot{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:4px;padding-top:20px;border-top:1px solid rgba(15,23,42,.06)}.template-JrzJ6j92{font-size:14px;font-weight:600;color:#0f172a}.template-B4WK11TH{display:flex;flex-direction:column;gap:12px}.template-qU6CQ7JV{display:flex;align-items:flex-end;gap:10px;background:#fafbfc;padding:16px;border-radius:10px;border:1px solid rgba(15,23,42,.06);transition:all .15s ease}.template-qU6CQ7JV:hover{background:#f4f5f7;border-color:#0f172a1a}.template-zSwn2RXK{flex:1;min-width:0;display:flex;flex-direction:column;gap:12px}.template-ZLEN6sOe{width:100%;animation:template-5ys1O53I .2s ease}.template-B02-ggOF{flex-shrink:0}.template-0JGhW-4m{padding:0;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:#fff;border:1px solid rgba(15,23,42,.08);cursor:pointer;color:#94a3b8;transition:all .15s ease;flex-shrink:0}.template-0JGhW-4m:hover{background-color:#fef2f2;border-color:#dc26264d;color:#dc2626}@keyframes template-5ys1O53I{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.template-vNTsZwPT{grid-template-columns:1fr}}@media(max-width:768px){.template-kPxmWAVe{padding:16px}.template-YFTPDnIf{padding:18px}}.template-OBL-ff56{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:12px;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:none}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:#475569;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:#6366f1;font-size:12px}.template-vzxopGGe{display:flex;flex-direction:column;gap:1rem}.template-UpiE24Cy{background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);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,#eef2ff,#e6f7fb00);display:flex;align-items:center;justify-content:center;color:#6366f1;flex-shrink:0}.template-6fKzTSTG{flex:1;min-width:0}.template-vH-1zlnj{font-size:.8125rem;color:#64748b;display:block;margin-bottom:.25rem}.template-PG1GE7tL{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.template-pqCiw6nz{font-size:1rem;color:#64748b;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:#64748b}.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:#64748b}.template-7GI-xuQ6{font-size:.8125rem;color:#64748b}.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:#64748b}.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:#fafbfc;min-height:54px;border-radius:8px;font-size:.875rem;color:#0f172a}.template-xmNs7a85{transition:background-color .2s ease}.template-xmNs7a85:hover{background-color:#0f172a0f}.template-6tbOsV2u{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.template-a7aw2SWw{font-size:.75rem;color:#6366f1;text-decoration:none}.template-a7aw2SWw:hover{text-decoration:underline}.template-xpQqpwH7{color:#6366f1;text-decoration:none;font-weight:500}.template-xpQqpwH7:hover{text-decoration:underline}.template-R1XzKayq{padding:.75rem;border:1px dashed #e5e7eb;border-radius:12px;background:#fafbfc;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:#64748b;cursor:pointer;padding:0}.template--mNR4K0v:hover{color:#0f172a}.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:#0f172a;background:#fff}.template-XCXziR3t:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.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:#fafbfc}.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:#fafbfc;font-size:.75rem;font-weight:600;color:#0f172a;border-bottom:1px solid #e5e7eb}.template-V32Cv5iT,.template-wNezX7In{padding:.75rem;font-size:.75rem;color:#64748b}.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:#0f172a}.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:#475569;margin:0}.template-FugTESyr{font-size:.875rem;color:#6366f1;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 #0f172a0a}.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:#6366f1;font-size:13px;background-color:#eef2ff;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:12px;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:12px;border:1px solid #e2e8f0;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;padding:1.25rem 1.5rem;box-shadow:0 6px 16px #0f172a14}.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:12px;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 rgba(15,23,42,.06);padding:1.5rem;display:flex;flex-direction:column;height:auto;overflow:visible}.template-LCAkPhtw{font-size:1rem;font-weight:600;color:#0f172a;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 rgba(15,23,42,.06);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:#0f172a}.template-pi-z4oNz.template-mvD2CtXQ{border-color:#6366f1}.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 rgba(15,23,42,.06);gap:1rem}.template-0WY3kjWA{display:flex;flex-direction:column;gap:.75rem;flex:1}.template-FYn6XkfG{font-size:.9375rem;font-weight:600;color:#0f172a}.template-lRO1rIT5{width:100%;max-width:180px;height:6px;background:#0f172a0f;border-radius:3px;overflow:hidden}.template-qyJI-OiU{height:100%;background:linear-gradient(270deg,#1ccdf4,#6366f1);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:#eef2ff;border:1px solid #6366f1;border-radius:12px;font-size:.75rem;font-weight:500;color:#6366f1;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 rgba(15,23,42,.06)}.template-j037h-gy{display:flex;align-items:center;gap:.5rem}.template-KvkPdQHN{font-size:.8125rem;color:#64748b;font-weight:500}.template-gTxl3MYy{font-size:.8125rem;color:#0f172a;font-weight:600}.template-Y5XTKIqr{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid rgba(15,23,42,.06)}.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:#64748b}.template-VgvdOpzy{font-size:.9375rem;font-weight:600;color:#0f172a;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 rgba(15,23,42,.06);border-radius:8px;font-size:.875rem;font-weight:500;color:#0f172a;cursor:pointer;transition:all .2s ease}.template-y1Bgnr-i:hover:not(:disabled){border-color:#6366f1}.template-y1Bgnr-i:disabled{opacity:.5;cursor:not-allowed}.template-y1Bgnr-i.template-z5EDSY6Z{border-color:#6366f1;border-bottom-left-radius:0;border-bottom-right-radius:0}.template-ud4ZAoh3{background:#fff;border:1px solid #6366f1;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:#6366f1;flex-shrink:0;z-index:1}.template-FJtPzVFK.template-i1-ieLGX,.template-FJtPzVFK.template-XSiKF1j-{background:#6366f1}.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:#0f172a}.template-vN6uDE2q{position:absolute;top:10px;left:50%;transform:translate(-50%);width:2px;height:calc(100% + 12px);background:#0f172a0f}.template-unylCHyJ{flex:1;padding-bottom:1rem}.template-sHfR9Pjo{font-size:.8125rem;color:#0f172a;margin:0 0 .25rem;line-height:1.5}.template-cv5YhSZJ{color:#ef4444;font-weight:500}.template-kCJ30SYE{color:#6366f1;font-weight:500}.template-soJJTbnu{color:#f57c00;font-weight:500;font-style:italic}.template-u6wlDnvp{color:#3b82f6;font-weight:500}.template-RJYeKaA0{color:#0f172a;font-weight:500}.template-MxpYoq-C{font-size:.75rem;color:#94a3b8}@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 rgba(15,23,42,.06);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:#0f172a;margin:0}.template-6yYc-pn8{font-size:.8125rem;color:#64748b;margin:0}.template-jKbouBiC,.template-fLp3GX4V{padding:2rem;text-align:center;color:#64748b;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:#6366f1;flex-shrink:0;z-index:1}.template-nFDRzPeO.template-sQ5dubu7{background:#2e7d32}.template-nFDRzPeO.template-xNojXHNl{background:#6366f1}.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:#64748b}.template-qaLIGIOR{position:absolute;top:10px;left:50%;transform:translate(-50%);width:2px;height:calc(100% + 12px);background:#0f172a0f}.template-GzEaJy9g{flex:1;padding-bottom:.5rem}.template-OLHkZa79{display:flex;align-items:flex-start;gap:.5rem}.template-FUjSbfAc{font-size:.8125rem;color:#0f172a;margin:0 0 .25rem;line-height:1.5}.template-hEkUaugt{font-size:.8125rem;color:#475569;margin:0 0 .5rem;line-height:1.5;background:#fafbfc;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:#64748b;font-weight:500}.template-Kbw4x1MC{font-size:.75rem;color:#94a3b8}.template-ImdXe70X{padding:1rem;text-align:center;color:#64748b;font-size:.875rem}.template-YV3-0YyW{background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);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:#0f172a}.template-Xh0RMjEm{display:flex;align-items:center;gap:.5rem}.template-Xh0RMjEm h3{font-size:.9375rem;font-weight:600;margin:0}.template-Xh0RMjEm svg{color:#0f172a;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:#0f172a;margin:0 0 .25rem}.template-zZT7KT6X p{font-size:.8125rem;color:#64748b;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:#94a3b8}.template-TYDQWj-4{display:flex;gap:.75rem}.template-IK1migKG{width:36px;height:36px;border-radius:50%;background:linear-gradient(270deg,#1ccdf4,#6366f1);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:#0f172a}.template-aScZ-KL4{font-size:.75rem;color:#94a3b8}.template-HI2b-thA{font-size:.8125rem;color:#475569;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:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:8px;text-decoration:none;color:#475569;font-size:.8125rem;transition:all .2s ease}.template-s76fUTUf:hover{background:#f1f5f9;border-color:#6366f1;color:#6366f1}.template-s76fUTUf svg{color:#6366f1;flex-shrink:0}.template-sS3qN1yP{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.template-XkCy08U0{font-size:.75rem;color:#94a3b8;flex-shrink:0}.template-8SzPmd9X{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.75rem;background:#fafbfc;border-radius:8px;border:1px solid rgba(15,23,42,.06)}.template-yRtSPUcX{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#475569}.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:#fafbfc;border-radius:24px;border:1px solid rgba(15,23,42,.06)}.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,#eef2ff,#bae7ff);border:1px solid #6366f1;border-radius:50%;color:#6366f1;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 rgba(15,23,42,.06);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,#eef2ff,#bae7ff);border-bottom:1px solid rgba(15,23,42,.06);font-size:.875rem;font-weight:600;color:#6366f1}.template-K25EoW1I svg{color:#6366f1}.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:#fafbfc}.template-pg60UKep:active{background:#f1f5f9}.template-MYAS6Qrm{font-size:.875rem;font-weight:600;color:#0f172a}.template-hDkhs7ol{font-size:.8125rem;color:#64748b;line-height:1.4}.template-pAP5flWg{display:inline-block;margin-top:.25rem;padding:2px 8px;background:#eef2ff;border-radius:12px;font-size:.75rem;font-weight:500;color:#6366f1;width:fit-content}.template-W61ggQwX,.template-3GKzFx7G{padding:2rem 1rem;text-align:center;font-size:.875rem;color:#94a3b8}.template-gQVWfNDm{flex:1;border:none;background:transparent;font-size:.875rem;color:#0f172a;outline:none}.template-gQVWfNDm::placeholder{color:#94a3b8}.template-AZNL2iaS{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#64748b;cursor:pointer;transition:all .2s ease;flex-shrink:0}.template-AZNL2iaS:hover:not(:disabled){background:#0f172a0f;color:#475569}.template-AZNL2iaS:disabled{opacity:.5;cursor:not-allowed}.template-C1AjwA2J{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:12px;border:1px solid #d1d5db;background:#f9fafb;color:#64748b;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,#6366f1);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-7r6cym-u{background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);padding:1.5rem}.template-WZc--HY4{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.template-lavTw0up{display:flex;align-items:center;gap:.5rem;color:#0f172a}.template-lavTw0up h3{font-size:.9375rem;font-weight:600;margin:0}.template-bMQZVYr7{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1rem}.template-UVA6ErDp{color:#d1d5db;margin-bottom:1rem}.template-bMQZVYr7 h4{font-size:.9375rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.template-bMQZVYr7 p{font-size:.8125rem;color:#64748b;margin:0}.template-sqnHm4X-{display:flex;flex-direction:column;gap:.75rem}.template-BD1Km-hn{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fafbfc;border-radius:8px;transition:background .2s ease}.template-BD1Km-hn:hover{background:#f1f5f9}.template-ah80E51C{width:40px;height:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.template-aWrqs4lP{flex:1;min-width:0}.template-LHrCHW6A{display:block;font-size:.875rem;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-2DWc-7ty{font-size:.75rem;color:#64748b}.template-4B5oagDg{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:8px;color:#6366f1;cursor:pointer;transition:all .2s ease;flex-shrink:0}.template-4B5oagDg:hover{background:#eef2ff;border-color:#6366f1}.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:#0f172a}.template-tza81ntE{font-size:13px;color:#64748b}.template-ics7REsj{display:flex;flex-direction:column;gap:10px}.template-GQbC0-KN{font-size:14px;font-weight:500;color:#475569}.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:#0f172a}.template-auOHNGXU{font-size:13px;color:#64748b}.template-RchD1hzV{font-size:13px;color:#ef4444;font-style:italic}.template-hMzxEMHM{font-size:12px;color:#94a3b8;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:#0f172a}.template-nyD4v3jZ{padding:.75rem;background:#f5f6f6;border:1px solid rgba(15,23,42,.06);border-radius:8px;font-size:.875rem;color:#64748b}.template-hCrT-pQ4{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.template-urBUoQpA{display:flex;align-items:center;gap:8px;font-size:12px;color:#64748b;line-height:1.4}.template-fI8UmE-l{width:32px;height:32px;border-radius:8px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.template-fI8UmE-l:hover{background:#f1f5f9;color:#0f172a;border-color:#0f172a1f}.template-8n-C597U{color:#cbd5e1}.template-C9HycCGU{color:#0f172a;font-weight:600;letter-spacing:-.1px}.template-t0i3Mc0t{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}@media(min-width:1024px){.template-t0i3Mc0t{grid-template-columns:minmax(0,1fr) 360px}}.template-226gwJpq,.template-HJV3AjbA{display:flex;flex-direction:column;gap:16px;min-width:0}.template-ntIubLT3{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:24px;display:flex;flex-direction:column;gap:12px}.template-qgBMBItN{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.3px;line-height:1.3;margin:0}.template-4EL03NcS{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:#64748b}.template-l6-h-lCi{width:3px;height:3px;border-radius:50%;background:#cbd5e1;display:inline-block}.template-0u4Vdisl{color:#64748b}.template-pBU6Mgrq{color:#0f172a;font-weight:500}.template-utolefBJ{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding-top:4px}.template-PmVno01g{flex:1}.template-VsXN1bsN{width:36px;height:36px;border-radius:8px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#475569;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.template-VsXN1bsN:hover{background:#f1f5f9;color:#0f172a;border-color:#0f172a1f}.template-i2xWTBwe{position:relative}.template-TEGZ4P0W{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;box-shadow:0 8px 24px #0f172a14;padding:6px;z-index:20;display:flex;flex-direction:column;gap:2px}.template-G1wv896N{text-align:left;background:transparent;border:0;padding:8px 10px;border-radius:6px;font-size:13px;color:#0f172a;cursor:pointer;display:flex;align-items:center;gap:8px}.template-G1wv896N:hover{background:#f1f5f9}.template-G1wv896N:disabled{color:#94a3b8;cursor:not-allowed;background:transparent}.template-Ku6XwB95{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:16px 20px 20px}.template-sAt9ppUY{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.template-xzOrpkiZ{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.template-83-LDLvm{display:flex;align-items:center;gap:4px;border-bottom:1px solid rgba(15,23,42,.06);background:#fff;border-radius:12px 12px 0 0;padding:0 8px}.template-AwPnH7jA{position:relative;display:inline-flex;align-items:center;gap:8px;padding:12px 14px;font-size:13px;font-weight:500;color:#64748b;background:transparent;border:0;border-bottom:2px solid transparent;cursor:pointer;transition:color .15s ease,border-color .15s ease;margin-bottom:-1px}.template-AwPnH7jA:hover{color:#0f172a}.template-AwPnH7jA.template-9FhvXaKx{color:#0f172a;font-weight:600;border-bottom-color:#6366f1}.template-3xkh2D6T{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 6px;border-radius:5px;background:#f1f5f9;color:#475569;font-size:11px;font-weight:600}.template-AwPnH7jA.template-9FhvXaKx .template-3xkh2D6T{background:#eef2ff;color:#4338ca}.template-1SuGN-ra{background:#fff;border:1px solid rgba(15,23,42,.06);border-top:0;border-radius:0 0 12px 12px;box-shadow:0 1px 2px #0f172a0a;padding:24px;min-height:360px;display:flex;flex-direction:column;gap:16px}.template-Kz-mpDUV{display:flex;flex-direction:column;gap:12px}.template-n3qWEGeB{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8}.template-JfqqkSVz{display:flex;align-items:center;justify-content:center;min-height:200px;font-size:13px;color:#94a3b8}.template-2TBhv4xZ{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:20px;display:flex;flex-direction:column;gap:16px}@media(min-width:1024px){.template-2TBhv4xZ{position:sticky;top:24px}}.template-SLj6Hkbx{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px;margin:0}.template-feReDOYZ{display:flex;flex-direction:column;gap:14px}.template-qKXdzDD1{display:flex;flex-direction:column;gap:4px;min-width:0}.template-N3gTmuP-{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8}.template-19eB1bPY{font-size:13px;color:#0f172a;line-height:1.5;word-break:break-word}.template-7n0hw8Rl{font-size:12px;color:#64748b}.template-rNvjeszg{height:1px;background:#0f172a0f;margin:4px 0}.template-5Qgc3WCE{display:flex;align-items:center;gap:10px;min-width:0}.template-jPigDB0n{width:32px;height:32px;border-radius:50%;background:#eef2ff;color:#6366f1;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.template-oC-zMRb0{display:flex;flex-direction:column;min-width:0}.template-0porTPyS{font-size:13px;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-hGaCXm8x{font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-tIO--Yhz{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;align-self:flex-start}.template-tIO--Yhz:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.template-tIO--Yhz.template-RKI5-Cxv{background:#ecfdf5;color:#059669}.template-tIO--Yhz.template-yXXCCzHs{background:#fffbeb;color:#d97706}.template-tIO--Yhz.template-St1DsZte{background:#fef2f2;color:#dc2626}.template-tIO--Yhz.template-3bDCcebs{background:#f1f5f9;color:#475569}.template-I4ufUJLj{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:20px;display:flex;flex-direction:column;gap:12px}.template-H3hTboJD{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px;margin:0}.template-1WRT0Ol4{display:flex;flex-direction:column;gap:12px}.template-001sg3FI{display:flex;gap:8px;margin-top:4px}.template-eSCLG6HE{display:flex;flex-direction:column;gap:12px}.template-U7s6IYbi{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8;margin:0}.template-qN4qNwXs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.template-ibMHMPiT{display:flex;flex-direction:column;gap:6px;min-width:0}.template-9h2BydxM{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#94a3b8}.template-RRAmy3g6{padding:10px 12px;background:#f8fafc;border:1px solid rgba(15,23,42,.04);border-radius:10px;min-height:40px;color:#0f172a;font-size:13px;line-height:1.5;display:flex;align-items:center;word-break:break-word}.template-0AS5I4YJ{display:flex;align-items:center;gap:10px}.template-g7A-gSeB{flex:1;min-width:0}.template-b1nYXGt4{height:40px;min-width:88px;padding:0 14px;border-radius:10px;border:1px solid #0f172a;background:#0f172a;color:#fff;font-size:12px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.template-b1nYXGt4:hover:not(:disabled){background:#1e293b;border-color:#1e293b}.template-b1nYXGt4:disabled{cursor:not-allowed;background:#cbd5e1;border-color:#cbd5e1;color:#fff}.template-WfikaC-A{width:16px;height:16px;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)}}.template-LEQHex-W{display:flex;align-items:center;justify-content:center;min-height:400px}.template-t9APB-oW{width:36px;height:36px;border:3px solid rgba(15,23,42,.06);border-top-color:#6366f1;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:14px;color:#64748b}@media(max-width:1023px){.template-qN4qNwXs{grid-template-columns:1fr}.template-2TBhv4xZ{position:static}}@media(max-width:640px){.template-ntIubLT3{padding:20px}.template-1SuGN-ra{padding:18px}.template-AwPnH7jA{padding:10px;font-size:12.5px}}.template-gBUB2K9i{display:flex;flex-direction:column;gap:16px}.template-7K1erQOP{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:1200px){.template-7K1erQOP{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.template-7K1erQOP{grid-template-columns:1fr}}.template-yYS1NJQk{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.template-yYS1NJQk>.table-filters,.template-yYS1NJQk>[class*=tableFilters]{margin-bottom:0!important;width:100%}.template-Rvm-FwRc{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow-x:auto}.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:13px;font-weight:500;color:#475569}.template-AdDYBt3w{display:flex;gap:16px}.template-v3HeoOmc{display:flex;align-items:center;gap:8px;font-size:13px;color:#475569;cursor:pointer}.template-v3HeoOmc input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#6366f1}.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, #6366f1)}.switch.primary{background-color:var(--color-primary, rgb(99, 102, 241))}.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, #6366f1)}.switch.unchecked.hover:not(.disabled){background-color:var(--color-neutral-dark, #b3b3b3)}.switch.checked{border:1px solid var(--theme-color, #6366f1)}.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, #6366f1);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, #6366f1)}.time-picker-container .time-picker-input.focused{border-color:var(--color-primary-light, #6366f1);box-shadow:0 0 0 2px #6366f133}.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 #0f172a03;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, #6366f1);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, #6366f1);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(99, 102, 241));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, #64748b);font-size:20px;user-select:none}.breadcrumb__separator svg{flex-shrink:0}.breadcrumb__text{color:var(--color-neutral-dark, #64748b);font-size:20px;font-weight:500}.breadcrumb__text--active{color:var(--color-primary, rgb(99, 102, 241))}.template-Bn5Cl-QK{display:flex;flex-direction:column;gap:16px;flex:1;min-height:0}.template-KSeFbvlh{display:flex;justify-content:space-between;align-items:center;padding:0;flex-shrink:0}.template-1-RPMsRi{display:flex;align-items:center;gap:12px}.template-fqYhl07F{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:1px solid rgba(15,23,42,.08);border-radius:8px;cursor:pointer;color:#475569;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.template-fqYhl07F svg,.template-fqYhl07F path{stroke:#475569}.template-fqYhl07F:hover{background:#f4f5f7;color:#0f172a}.template-fqYhl07F:hover svg,.template-fqYhl07F:hover path{stroke:#0f172a}.template-fqYhl07F:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.template-ooqmuasy{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.template-cmGRn539{font-size:13px;font-weight:600;color:#475569;letter-spacing:-.1px}.template-89Lks7Uj{display:flex;flex-direction:column;flex:1;min-height:600px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:0;overflow:hidden}.template-bdrvw829{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(15,23,42,.06);flex-shrink:0}.template-9TmJBO1E{font-size:13px;font-weight:600;color:#0f172a;letter-spacing:-.1px}.template-G4ptT9xA{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:8px;cursor:pointer;color:#64748b;transition:background-color .15s ease,color .15s ease}.template-G4ptT9xA:hover{background:#f4f5f7;color:#0f172a}.template-G4ptT9xA:focus-visible{outline:2px solid #6366f1;outline-offset:2px}.template-Hdg3nFoo{flex:1;min-height:580px;padding:16px;overflow:auto;background-color:#fff}.template-HvXVPXSG{position:fixed;inset:0;z-index:1100;padding:24px;background:#f7f8fa;border-radius:0;border:none;box-shadow:none;display:flex;flex-direction:column;min-height:0}.template-HvXVPXSG .template-bdrvw829{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px 12px 0 0}.template-HvXVPXSG .template-Hdg3nFoo{flex:1;min-height:0;background:#fff;border:1px solid rgba(15,23,42,.06);border-top:none;border-radius:0 0 12px 12px}.template-JfUwa-TL{display:flex;flex-direction:column;gap:16px;max-height:480px;overflow-y:auto;padding:4px 0}.template-GjfVDdlM{display:flex;flex-direction:column;gap:14px;padding-bottom:16px;border-bottom:1px solid rgba(15,23,42,.06)}.template-GjfVDdlM .template-o-O1gsJd{display:flex;flex-direction:column;gap:4px;font-size:13px}.template-GjfVDdlM .template-o-O1gsJd .template-u8-xNjcD{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;margin:0}.template-GjfVDdlM .template-o-O1gsJd .template-HO9jU72a{font-size:13px;color:#0f172a;margin:0;line-height:1.5}.template-GjfVDdlM .template-o-O1gsJd .template-kGPSjxA7{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.template-GjfVDdlM .template-o-O1gsJd .template-kGPSjxA7 .template-ZJJdr93i{padding:4px 10px;background:#eef2ff;color:#4338ca;border-radius:6px;font-size:11px;font-weight:500}.template-DL-0ymq-{display:flex;flex-direction:column}.template-hWxZhPvr{padding:12px 14px;border:1px solid rgba(15,23,42,.06);border-radius:10px;background:#fff}.template-hWxZhPvr h3{margin:0 0 4px;font-size:14px;font-weight:600;color:#0f172a}.template-hWxZhPvr p{margin:2px 0;font-size:13px;color:#64748b}.template-Eofdc9-p{padding:32px;text-align:center;color:#94a3b8;font-size:13px}.template-Eofdc9-p p{margin:0;font-size:13px}@media(max-width:768px){.template-KSeFbvlh{flex-direction:column;align-items:stretch;gap:12px}.template-1-RPMsRi{gap:12px;align-items:center;flex-wrap:wrap;row-gap:8px}.template-ooqmuasy{flex-wrap:wrap;gap:8px}}.template-HoGNSwxM{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;position:sticky;top:0;z-index:5}.template-7q3XGC-1{display:flex;align-items:center;gap:12px}.template-KYKdQ34j{font-size:18px;font-weight:600;color:#0f172a;margin:0;letter-spacing:-.2px}.template-RzZpZhzU{display:inline-flex;align-items:center;padding:4px 10px;background:#eef2ff;color:#4338ca;border-radius:6px;font-size:12px;font-weight:600}.template-sG3xbdW-{display:flex;align-items:center;gap:12px}.template-L82EPAku{display:flex;align-items:center;background:#f4f5f7;border-radius:10px;padding:4px;gap:2px}.template-Pi2ZwR8U{padding:6px 14px;background:transparent;border:none;border-radius:7px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .12s ease}.template-Pi2ZwR8U:hover{color:#0f172a}.template-Pi2ZwR8U.template-Tu6fifaO{background:#fff;color:#0f172a;box-shadow:0 1px 2px #0f172a0f}@media(max-width:768px){.template-HoGNSwxM{flex-direction:column;align-items:stretch}.template-sG3xbdW-{justify-content:space-between}}.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:#0f172a;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:#0f172a}.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:#0f172a;cursor:pointer;transition:all .2s;width:fit-content}.template-b9V-P3KD:hover{background:#fafbfc;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:#0f172a}.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(99, 102, 241))}.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:#6366f1}.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 rgba(15,23,42,.08);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(99, 102, 241))}.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, #fafbfc);border-color:var(--color-neutral-darker, #ddd)}.amount-input-container .amount-input-wrapper.outlined{border:1px solid rgba(15,23,42,.08);border-radius:12px;padding-left:12px;padding-right:12px}.amount-input-container .amount-input-wrapper.outlined.hovered{border-color:var(--color-primary, rgb(99, 102, 241))}.amount-input-container .amount-input-wrapper.outlined.focused{box-shadow:0 0 0 2px #ff702233;border-color:var(--color-primary, rgb(99, 102, 241))}.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, #fafbfc)}.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(99, 102, 241))}.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, #fafbfc);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, #6366f1);flex-shrink:0}.amount-input-container .amount-input-wrapper .amount-button:hover:not(:disabled){background:#fff6ed;color:var(--color-primary, rgb(99, 102, 241))}.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, #fafbfc)}.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-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:#0f172a;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 rgba(15,23,42,.08);border-radius:8px;font-size:14px;outline:none;transition:border-color .2s}.template-uoiRocMq .template-UuJFClpl:focus{border-color:#6366f1}.template-uoiRocMq .template-UuJFClpl::placeholder{color:#94a3b8}.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:#475569;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;flex:1}.template--LO9Kp26{font-size:11px;font-weight:600;color:#6366f1;background:#eef2ff;padding:2px 8px;border-radius:10px;flex-shrink:0;line-height:1.4}.template-iy0-iQgG{font-size:11px;font-weight:500;color:#64748b;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:#6366f1;border-radius:8px;padding:0;transition:all .15s}.template-Invuvf1e:hover{background:#eef2ff;border-color:#6366f1;color:#4f46e5}.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:#475569;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:#64748b}.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,#fafbfc,#e8e8e8);border-radius:8px;box-shadow:0 2px 4px #0f172a0d;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,#fafbfc,#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 #0f172a03}.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:#64748b}.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:#0f172a;margin-bottom:20px}.template-E48gC7ZG{display:inline-flex;margin-bottom:24px;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fafbfc}.template-Kzc6RMH5{padding:10px 24px;font-weight:600;font-size:14px;color:#64748b;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:#0f172a}.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:1.25rem}.template-cW4aLvWC{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.template-Pc-R8SFn{padding:1rem 1.25rem .75rem;border-bottom:1px solid rgba(15,23,42,.06)}.template-DWEz4fuw{padding:1rem 1.25rem 1.25rem}.template-LQaSECEF{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-weight:600;margin-bottom:.25rem}.template-N-rgJktw{font-size:14px;font-weight:600;color:#0f172a;margin:0;display:inline-flex;align-items:center;gap:.5rem}.template-lbhuAtf-{font-size:11px;font-weight:600;color:#475569;background:#0f172a0a;border:1px solid rgba(15,23,42,.06);border-radius:999px;padding:2px 8px;letter-spacing:.02em}.template-3x54NeGk{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:flex-end;margin-bottom:1rem}@media(max-width:768px){.template-3x54NeGk{grid-template-columns:1fr}}.template-ibC2p-Qw{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem}@media(max-width:768px){.template-ibC2p-Qw{flex-direction:column;align-items:stretch}}.template-O1PXyHsj{min-width:240px;max-width:320px;flex:1}.template-l0xtwwMR{margin-top:.75rem;padding:.5rem .75rem;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:8px;color:#ef4444;font-size:12px}.template-NoEqgE9t{display:flex;flex-direction:column;gap:.625rem}.template-qtNgMv9y{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:10px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.template-qtNgMv9y:hover{border-color:#0f172a1a}.template-e3wFhwK8{border-color:#6366f140;box-shadow:0 0 0 3px #6366f114}.template-o7RWHv-e{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;gap:.75rem}.template-GnhV0dEf{display:flex;align-items:center;gap:.625rem;flex:1;min-width:0;background:transparent;border:0;padding:0;cursor:pointer;text-align:left;color:inherit}.template-GnhV0dEf:focus-visible{outline:2px solid rgba(99,102,241,.25);outline-offset:2px;border-radius:6px}.template-7TalJpvl{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;color:#94a3b8;transition:transform .2s ease}.template-gJUR1JWw{transform:rotate(-90deg)}.template-LuX2uTFt{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#0f172a0a;color:#475569;flex-shrink:0}.template-GfMZVfzZ{display:flex;flex-direction:column;min-width:0;flex:1}.template-TWmPYV3O{font-size:13px;font-weight:600;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.template-hi3wuccl{font-size:11px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.template-V2mQb0t-{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.template-eySOiq5g{font-size:11px;font-weight:600;color:#475569;background:#0f172a0a;border-radius:999px;padding:2px 8px;letter-spacing:.02em;border:1px solid rgba(15,23,42,.06)}.template-TPwMYRKc{color:#4338ca;background:#eef2ff;border-color:#6366f140}.template-Jale3HEc{display:inline-flex;align-items:center;gap:.375rem;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#475569;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:6px;padding:4px 8px;cursor:pointer;transition:all .15s ease}.template-Jale3HEc:hover:not(:disabled){background:#fafbfc;border-color:#0f172a1a}.template-Jale3HEc:disabled{opacity:.5;cursor:not-allowed}.template-Jale3HEc .template--GDmGCGb{width:12px;height:12px;border:1.5px solid #cbd5e1;border-radius:3px;background:#fff;flex-shrink:0;position:relative;transition:all .15s ease}.template-Jale3HEc[data-state=on]{color:#4338ca;background:#eef2ff;border-color:#6366f140}.template-Jale3HEc[data-state=on] .template--GDmGCGb{background:#4338ca;border-color:#4338ca}.template-Jale3HEc[data-state=on] .template--GDmGCGb:after{content:"";position:absolute;left:2px;top:0;width:4px;height:7px;border:1.5px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.template-Jale3HEc[data-state=mixed] .template--GDmGCGb{background:#eef2ff;border-color:#4338ca}.template-Jale3HEc[data-state=mixed] .template--GDmGCGb:after{content:"";position:absolute;left:2px;top:4px;width:6px;height:1.5px;background:#4338ca;border-radius:1px}.template-zdxjA5GN{padding:.25rem .875rem .875rem 2.5rem;border-top:1px solid rgba(15,23,42,.06);background:#fafbfc}.template-pUnkqksq{display:flex;flex-wrap:wrap;gap:.375rem;padding-top:.625rem}.template-SmzJ4J9r{font-family:inherit;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#475569;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:999px;padding:5px 12px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.template-SmzJ4J9r:hover:not(.template-6gC9I-aW){background:#fafbfc;border-color:#0f172a1a;color:#0f172a}.template-SmzJ4J9r:focus-visible{outline:2px solid rgba(99,102,241,.25);outline-offset:2px}.template-6gC9I-aW{color:#4338ca;background:#eef2ff;border-color:#6366f140}.template-ifdUZkAu{animation:template--j35yb8n .7s ease}@keyframes template--j35yb8n{0%{transform:scale(1)}30%{transform:scale(1.08);box-shadow:0 0 0 4px #6366f12e}to{transform:scale(1);box-shadow:0 0 #6366f100}}.template-pISfhJOv{font-size:12px;color:#94a3b8;font-style:italic}.template-106Nd74z{display:flex;flex-direction:column;gap:.5rem}.template-ybXC7Zbk{height:52px;border-radius:10px;background:linear-gradient(90deg,#f1f5f9,#f8fafc,#f1f5f9);background-size:200% 100%;animation:template-QoAI3leF 1.4s ease-in-out infinite}@keyframes template-QoAI3leF{0%{background-position:200% 0}to{background-position:-200% 0}}.template-vHo6zUy6{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;color:#94a3b8;text-align:center}.template-vHo6zUy6 p{margin:0;font-size:13px}.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, #0f172a)}.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 #0f172a03}.map-component .map-loading{display:flex;align-items:center;justify-content:center;background:#fafbfc;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 #0f172a03}.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 #0f172a03;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:#64748b}.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:#475569}.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 #0f172a05}.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:12px;font-size:12px;font-weight:500;white-space:nowrap;box-shadow:0 2px 8px #0f172a05;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(15,23,42,.03))}.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, #0f172a)}.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, #0f172a)}.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:16px;padding:24px;background:#f7f8fa;min-height:100%}.template-8t1D9O2m{display:flex;flex-wrap:wrap;gap:6px;padding:4px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow-x:auto;-webkit-overflow-scrolling:touch}.template-b-51jnMv{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;background:transparent;border:1px solid transparent;border-radius:8px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s ease;white-space:nowrap;flex:0 0 auto}.template-b-51jnMv:hover{background:#f4f5f7;color:#1e293b}.template-b-51jnMv.template-KEsWChD5{background:#1e293b;color:#fff}.template-yGdfqkUi{flex:1;display:flex;flex-direction:column;min-height:0;overflow:visible}@media(max-width:768px){.template-8t1D9O2m{padding:4px;gap:4px}}.template-Xu4AwxC-{position:relative;display:inline-block}.template-ff1mD-gK{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;height:34px;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:10px;font-size:13px;font-weight:500;color:#0f172a;cursor:pointer;transition:all .12s ease}.template-ff1mD-gK:hover{border-color:#4338ca66;color:#4338ca}.template-ff1mD-gK.template-qaBAqkUC{background:#eef2ff;border-color:#4338ca;color:#4338ca}.template-BD82myeD{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 6px;background:#4338ca;color:#fff;border-radius:9px;font-size:11px;font-weight:700;line-height:1}.template-1GpM1afG{position:fixed;inset:0;background:#0f172a2e;z-index:50}.template-LyNuiquC{position:fixed;top:0;right:0;width:360px;height:100vh;background:#fff;border-left:1px solid rgba(15,23,42,.08);box-shadow:-8px 0 32px #0f172a1f;z-index:51;display:flex;flex-direction:column}.template-pDLRPj5n{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid rgba(15,23,42,.06)}.template-hrr9eghy{font-size:15px;font-weight:600;color:#0f172a;margin:0}.template-KWfdPi1w{background:transparent;border:none;color:#64748b;font-size:20px;cursor:pointer;padding:4px;line-height:1}.template-KWfdPi1w:hover{color:#0f172a}.template-DSbzSpWa{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:24px}.template-fLgwqc84{display:flex;flex-direction:column;gap:10px}.template-anc2Qg-8{font-size:11px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#64748b}.template-LIkkcLUv{display:flex;flex-wrap:wrap;gap:6px}.template-IVKKZpJc{padding:6px 12px;background:#f4f5f7;border:1px solid transparent;border-radius:8px;font-size:12px;font-weight:500;color:#475569;cursor:pointer;transition:all .12s ease}.template-IVKKZpJc:hover{color:#0f172a}.template-IVKKZpJc.template-04RamxXK{background:#eef2ff;border-color:#4338ca;color:#4338ca}.template-JN-8W2ay{width:100%;padding:8px 12px;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:8px;font-size:13px;color:#0f172a;cursor:pointer}.template-JN-8W2ay:focus{outline:none;border-color:#4338ca}.template-7Kbwr5hY{max-height:160px;overflow-y:auto;border:1px solid rgba(15,23,42,.12);border-radius:8px;padding:6px;background:#fff}.template-BYnfxtbi{display:flex;align-items:center;gap:8px;padding:6px 8px;font-size:13px;color:#0f172a;cursor:pointer;border-radius:6px}.template-BYnfxtbi:hover{background:#f8fafc}.template-BYnfxtbi input{cursor:pointer}.template--NTzZx6M{font-size:12px;color:#94a3b8;padding:6px 8px}.template-yVBGbJT8{display:flex;align-items:center;gap:10px;padding:16px 20px;border-top:1px solid rgba(15,23,42,.06)}.template-zsTLc2ji{flex:1;height:36px;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer}.template-zsTLc2ji:hover{color:#0f172a}.template-52LME-AX{flex:1;height:36px;background:#4338ca;border:1px solid #4338ca;border-radius:8px;font-size:13px;font-weight:600;color:#fff;cursor:pointer}.template-52LME-AX:hover{background:#3730a3}.template-m6kJcpYS{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;gap:6px;transition:border-color .15s ease,box-shadow .15s ease}.template-m6kJcpYS.template-luaLVUd7{padding:16px 18px}.template-m6kJcpYS.template-eS0XFErl{padding:22px 24px}.template-m6kJcpYS.template-c4K9WtLG{cursor:pointer}.template-m6kJcpYS.template-c4K9WtLG:hover{border-color:#6366f14d;box-shadow:0 4px 12px #0f172a0f}.template-m6kJcpYS.template-D-c3Vw-1{opacity:.5}.template-RgoQWHM5{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.template-luaLVUd7 .template-SkjXmgva{font-size:22px;font-weight:600;color:#0f172a;letter-spacing:-.2px;line-height:1.1}.template-eS0XFErl .template-SkjXmgva{font-size:28px;font-weight:700;color:#0f172a;letter-spacing:-.4px;line-height:1.1}.template-k-dhv17f{font-size:12px;color:#64748b}.template-ncFp7-5l{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media(max-width:768px){.template-ncFp7-5l{grid-template-columns:1fr}}.template-1qqQgiSJ{display:flex;align-items:baseline;gap:12px;margin:8px 0 4px}.template-sfgKrtP9{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.template-hM9A-Abr{font-size:12px;color:#94a3b8}.template-QKldLvzr{display:flex;flex-direction:column;gap:8px}.template-bnZN1xQB{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}@media(max-width:900px){.template-bnZN1xQB{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.template-bnZN1xQB{grid-template-columns:1fr}}.template--I8-tfXK{display:flex;flex-direction:column;gap:8px}.template-5dNQSCty{display:grid;grid-template-columns:1fr 1fr;gap:12px}.template-PUcPSzMw{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:20px;display:flex;flex-direction:column;gap:12px}.template-c0HYqpdC{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px}.template-psk-zRJC{padding:64px 20px;text-align:center;font-size:13px;color:#94a3b8}@media(max-width:1024px){.template-5dNQSCty{grid-template-columns:1fr}}.template-jkU6uv05{display:flex;flex-direction:column;gap:8px}.template-MuyxfT--{display:grid;grid-template-columns:1fr 1fr;gap:12px}.template-xC0o4FzJ{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:16px 20px 20px;display:flex;flex-direction:column;gap:12px;overflow-x:auto}.template-eqbR1fZ7{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px}.template-RpDiWOMT{width:100%;border-collapse:collapse;font-size:13px}.template-RpDiWOMT th{text-align:left;padding:8px 10px;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(15,23,42,.06)}.template-RpDiWOMT td{padding:12px 10px;color:#0f172a;border-bottom:1px solid rgba(15,23,42,.04)}.template-RpDiWOMT tbody tr{cursor:pointer;transition:background .12s ease}.template-RpDiWOMT tbody tr:hover{background:#fafbfc}.template-CD0yEkW-{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;background:#fffbeb;color:#b45309;font-size:12px;font-weight:600}.template-G5ScClLS{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;background:#fef2f2;color:#b91c1c;font-size:12px;font-weight:600}.template-7Erjjqjv{padding:48px 16px;text-align:center;font-size:13px;color:#94a3b8}@media(max-width:1024px){.template-MuyxfT--{grid-template-columns:1fr}}.template-O2bGqNHW{display:flex;flex-direction:column;gap:8px}.template-sEWjb17-{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.template-hACvT-ZV{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:16px 20px 20px;display:flex;flex-direction:column;gap:12px;min-height:280px}.template-bV7-ed9M{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px}.template-A0jDRMlW{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.template-6SdEpuST{padding:10px 12px;border-radius:8px;background:#fafbfc;cursor:pointer;transition:background .12s ease}.template-6SdEpuST:hover{background:#f4f5f7}.template-HNr0bOQw{display:flex;align-items:center;gap:8px;font-size:12px}.template-Y5llyn7C{font-weight:600;color:#475569}.template-4up10-4I{margin-left:auto;color:#b91c1c;font-weight:600}.template-Lw33KTGo{width:8px;height:8px;border-radius:50%}.template-SxJhEecU{background:#059669}.template-cOj-Ebij{background:#d97706}.template-4mrx-eVH{background:#ea580c}.template-21oSqSN1{background:#dc2626}.template--GT58us9{margin-top:4px;font-size:13px;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-QrnDJwZZ{padding:48px 16px;text-align:center;font-size:13px;color:#94a3b8}@media(max-width:1024px){.template-sEWjb17-{grid-template-columns:1fr}}.template-icNGtUIK{display:flex;flex-direction:column;gap:8px}.template-KmUhLwzf{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:16px 20px 20px;display:flex;flex-direction:column;gap:12px}.template-Rt4wRwoz{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px}.template-nkLI5tfL{padding:64px 16px;text-align:center;font-size:13px;color:#94a3b8}.template-VEC9GkpU{position:fixed;inset:0;background:#0f172a66;backdrop-filter:blur(2px);z-index:999;animation:template-eWAyTkQV .2s ease-out}@keyframes template-eWAyTkQV{0%{opacity:0}to{opacity:1}}.template-rjXqLje-{position:fixed;top:0;right:0;bottom:0;width:480px;background:#fff;box-shadow:-8px 0 32px #0f172a1f;z-index:1000;display:flex;flex-direction:column;animation:template-50O0nYtD .2s ease-out}@keyframes template-50O0nYtD{0%{transform:translate(100%)}to{transform:translate(0)}}.template-Botzao0-{display:flex;align-items:flex-start;justify-content:space-between;padding:20px;border-bottom:1px solid rgba(15,23,42,.06)}.template-LFM-AMYk{font-size:16px;font-weight:600;color:#0f172a;letter-spacing:-.1px}.template-jn2V-TtS{margin-top:4px;font-size:12px;color:#94a3b8}.template-1tUQZkMj{display:flex;align-items:center;gap:6px}.template-aX60oYcM{width:32px;height:32px;background:transparent;border:1px solid rgba(15,23,42,.08);border-radius:8px;cursor:pointer;color:#475569;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:all .12s ease}.template-aX60oYcM:hover{background:#f4f5f7;color:#0f172a}.template-Sd2FwfXO{flex:1;overflow-y:auto;padding:8px 0}.template-6iGBPT5m{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.template-M9kKs7wa{padding:12px 20px;cursor:pointer;border-bottom:1px solid rgba(15,23,42,.04);transition:background .12s ease}.template-M9kKs7wa:hover{background:#fafbfc}.template-UJmaTQ9z{display:flex;align-items:center;gap:8px;font-size:12px;margin-bottom:4px}.template-H2G-y-FK{font-weight:600;color:#475569}.template-rX9h2ion{background:#f1f5f9;color:#475569;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600}.template-ED4B-SRh{background:#fef2f2;color:#b91c1c;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600}.template-eMk6w-xD{margin-left:auto;color:#94a3b8}.template-lnQ2Ue6n{font-size:13px;color:#0f172a;margin-bottom:4px}.template-KI7QkRMU{font-size:12px;color:#64748b}.template-dQX9aeCo{width:8px;height:8px;border-radius:50%}.template-0IlIueHb{background:#059669}.template-d79H6m8O{background:#d97706}.template-2KFh0Ta3{background:#ea580c}.template-zczAPMD3{background:#dc2626}.template-w1hQyi3C,.template-s7ybAc3R,.template-6QbIOi8E{padding:64px 20px;text-align:center;font-size:13px;color:#94a3b8}.template-6QbIOi8E{color:#b91c1c}.template-bLBVB376{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 20px;border-top:1px solid rgba(15,23,42,.06)}.template-72KLy3Ok{width:32px;height:32px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;cursor:pointer;color:#475569;font-size:16px}.template-72KLy3Ok:disabled{opacity:.4;cursor:not-allowed}.template-72KLy3Ok:hover:not(:disabled){background:#fafbfc;color:#0f172a}.template-0LX6-R7v{font-size:13px;color:#64748b;min-width:60px;text-align:center}@media(max-width:768px){.template-rjXqLje-{width:100%}}.template-G8F-3GZx{background:linear-gradient(90deg,#f1f5f9,#fafbfc,#f1f5f9);background-size:200% 100%;border-radius:8px;animation:template-QoKMHWfe 1.2s ease-in-out infinite}@keyframes template-QoKMHWfe{0%{background-position:200% 0}to{background-position:-200% 0}}.template-rlhez4jJ{display:flex;flex-direction:column;gap:20px}.template-DpMi-g5A{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.template-zPSKEmce{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#fef2f2;border:1px solid rgba(220,38,38,.2);border-radius:10px;color:#b91c1c;font-size:13px}.template-zPSKEmce button{background:transparent;border:1px solid rgba(220,38,38,.3);border-radius:8px;padding:6px 12px;font-size:12px;font-weight:600;color:#b91c1c;cursor:pointer}.template-zPSKEmce button:hover{background:#dc26260d}.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, #6366f1);display:flex;justify-content:space-between;align-items:center}.image-input-container .supported-formats .max-size{color:var(--theme-color, #6366f1)}.image-input-container .image-drop-zone{border:2px dashed rgba(15,23,42,.08);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(99, 102, 241));background-color:#fff7f0}.image-input-container .image-drop-zone.drag-over{border-color:var(--color-primary-light, rgb(99, 102, 241));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(99, 102, 241));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:#fafbfc;flex-direction:column;padding:12px;border-radius:12px;transition:all .2s ease;border:1px solid #fafbfc}.image-input-container .image-list .image-item:hover{border-color:#d0d7de;box-shadow:0 1px 3px #0f172a0d;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, #6366f1)}.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(99, 102, 241));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 rgba(15,23,42,.08);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,#6366f1,#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:#fafbfc}.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 rgba(15,23,42,.06);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 #0f172a14}.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:#d97706}.template-VV9IZWBd:before{content:"";position:absolute;inset:0;border-radius:12px;padding:1px;background:linear-gradient(135deg,#d97706,#ffe082,#d97706);-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:#64748b;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:#94a3b8;transition:all .2s}.template-B48Ck51K:hover{background:#f3f4f6;color:#64748b}.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 rgba(15,23,42,.06);padding:.5rem;min-width:160px;z-index:100;animation:template-W7dYPvcG .15s ease}@keyframes template-W7dYPvcG{0%{opacity:0;transform:none}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:#475569;cursor:pointer;transition:all .15s}.template-MYbh8YGy:hover{background:#f3f4f6}.template-MYbh8YGy .anticon{font-size:16px;color:#64748b}.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:#94a3b8;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:#d97706;font-size:.875rem;font-weight:600;cursor:pointer;border-top:1px solid rgba(15,23,42,.06);margin-top:auto;transition:all .2s}.template-H5CQe7Z3:hover:not(:disabled){color:#cc9f23}.template-H5CQe7Z3:hover:not(:disabled) .anticon{transform:none}.template-H5CQe7Z3:disabled{cursor:not-allowed;opacity:.6}.template-H5CQe7Z3.template-nFZJUGT3{color:#64748b;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-mk-sx1l-{display:flex;flex-wrap:wrap;gap:6px;padding:6px 0}.template-nx7JpM1b{width:36px;height:36px;border-radius:8px;border:1px solid rgba(15,23,42,.08);background:#fff;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .15s ease}.template-nx7JpM1b:hover{background:#fafbfc;border-color:#6366f14d}.template-nx7JpM1b.template-q06ymyeD{background:#6366f1;color:#fff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.template-nx7JpM1b:disabled{opacity:.5;cursor:not-allowed}.template-n7ZIAKcQ{width:100%;display:flex;justify-content:space-between;font-size:11px;color:#94a3b8;margin-top:4px}.template-PAP2jqtM{display:flex;gap:8px;padding:6px 0}.template-3L742mHE{width:56px;height:56px;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#fff;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center}.template-3L742mHE:hover{background:#fafbfc;border-color:#6366f14d;transform:scale(1.05)}.template-3L742mHE.template-5Q7lZ8TX{background:#eef2ff;border-color:#6366f1;box-shadow:0 0 0 3px #6366f12e}.template-3L742mHE:disabled{opacity:.5;cursor:not-allowed}.template-sk9b0vvK{font-size:28px;line-height:1}.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:#d97706;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:#d97706}.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:#d97706;font-weight:500}.template-CV0h9IZi span,.template-G4bRxidX span{flex:1;font-size:14px;color:#333}.template-CV0h9IZi input[type=radio]:checked~span{color:#d97706;font-weight:500}.template-G4bRxidX input[type=checkbox]:checked~span{color:#d97706;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:#d97706}.template-23AYzju0:focus{outline:none;border-color:#d97706;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:#d97706;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:#d97706;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:#d97706;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:#fafbfc;border-color:#d0d0d0}.template-oV2GBkwd{background:linear-gradient(270deg,#ffe082,#d97706);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:16px;padding:24px;background:#f7f8fa;min-height:100%}.template-i5Fegn9D{display:flex;justify-content:space-between;align-items:center;gap:12px}.template-0Fk04U7i{position:relative;flex:1;max-width:400px}.template-0kygk-9e{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:16px;pointer-events:none}.template-EnTofmoy{width:100%;height:40px;padding:0 14px 0 38px;border:1px solid rgba(15,23,42,.08);border-radius:10px;font-size:13px;outline:none;transition:all .15s ease;background:#fff;color:#0f172a}.template-EnTofmoy:focus{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11f}.template-EnTofmoy::placeholder{color:#94a3b8}.template-3CEaep3H{position:relative;min-width:220px}.template-friJzZ9M{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:16px;pointer-events:none;z-index:1}.template-tP0YrRpe{width:100%;height:40px;padding:0 14px 0 38px;border:1px solid rgba(15,23,42,.08);border-radius:10px;font-size:13px;outline:none;transition:all .15s ease;background:#fff;color:#0f172a;cursor:pointer}.template-tP0YrRpe:focus{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11f}.template-tP0YrRpe::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer}.template-iELKbjuv{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;min-width:0}.template-VtUj114a{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 32px;gap:16px;color:#64748b;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px}.template-VtUj114a .template-yubC11xl{width:36px;height:36px;border:3px solid #eef2ff;border-top-color:#6366f1;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:64px 32px;text-align:center;background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);box-shadow:0 1px 2px #0f172a0a}.template-iZgH7zHF .template-FyvCz8u-{width:96px;height:96px;padding:24px;border-radius:50%;background:#f4f5f7;color:#94a3b8;margin-bottom:16px}.template-iZgH7zHF h3{font-size:16px;font-weight:600;color:#0f172a;letter-spacing:-.1px;margin:0 0 6px}.template-iZgH7zHF p{font-size:13px;color:#64748b;margin:0 0 16px}.template-uAzMOb4Z{display:flex;justify-content:space-between;align-items:center;padding:12px 4px 0}.template-BW1warQv{font-size:13px;color:#64748b}.template-h882OdBk{display:flex;align-items:center;gap:4px}.template-ZzoG0IUu{min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(15,23,42,.08);background:#fff;border-radius:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s ease}.template-ZzoG0IUu:hover:not(:disabled){background:#fafbfc;border-color:#0f172a24;color:#0f172a}.template-ZzoG0IUu:disabled{opacity:.5;cursor:not-allowed}.template-ZzoG0IUu.template-KekOtLIK{background:#1e293b;border-color:#1e293b;color:#fff}.template-v9eTKR8A{padding:0 6px;color:#94a3b8}@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:12px}}.template-kWwFKRF8{background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);padding:1.5rem}.template-9KrYuzXz{margin-bottom:1rem}.template-mwtTaDvi{font-size:.9375rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.template-MEGL19TR{font-size:.8125rem;color:#64748b;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 rgba(15,23,42,.06);border-radius:8px;cursor:pointer;transition:all .2s ease}.template-sHKWFRsk:hover{background:#fafbfc;border-color:#6366f1}.template-sHKWFRsk:hover .template-FS6bjtWS{color:#6366f1}.template-sHKWFRsk:active{transform:scale(.98)}.template-FS6bjtWS{display:flex;align-items:center;justify-content:center;width:28px;height:28px;color:#6366f1;flex-shrink:0}.template-vhdt3bo-{font-size:.875rem;font-weight:500;color:#0f172a}.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 rgba(15,23,42,.06);min-height:400px}.template-BtOkFVFg{color:#d1d5db;margin-bottom:1.5rem}.template-upmGjr0b{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .5rem}.template-flqK1CMh{font-size:.875rem;color:#64748b;margin:0;max-width:320px}.template-9hmPq3Qe{background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);overflow:hidden}.template-fuO4tQM4{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(15,23,42,.06);background:#fafbfc}.template-1ejcz3l2{display:flex;align-items:center;gap:.5rem}.template-Cnvr0wTi{display:flex;align-items:center;justify-content:center;color:#6366f1}.template-fsdz5zOf{font-size:.875rem;font-weight:500;color:#0f172a}.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 rgba(15,23,42,.06);border-radius:8px;font-size:.9375rem;color:#0f172a;background:#fff;transition:border-color .2s ease}.template-y-692UYB::placeholder{color:#94a3b8}.template-y-692UYB:focus{outline:none;border-color:#6366f1}.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 rgba(15,23,42,.06);border-radius:8px;font-size:.875rem;color:#0f172a;background:#fff;transition:border-color .2s ease}.template-Pe1W04Ja::placeholder{color:#94a3b8}.template-Pe1W04Ja:focus{outline:none;border-color:#6366f1}.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:#94a3b8;transition:all .2s ease;flex-shrink:0}.template-GhUHEcGI:hover{color:#0f172a;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:#6366f1;cursor:pointer;transition:color .2s ease}.template-kWTE6P29:hover{color:#cc9f23}.template-2TI3jY4Z{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.template-LGJ40eBR{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:18px;background:#fff;border:1.5px solid rgba(15,23,42,.08);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;cursor:pointer;text-align:left;transition:all .15s ease;font-family:inherit}.template-LGJ40eBR:hover:not(:disabled){border-color:#6366f14d;box-shadow:0 4px 12px #0f172a14}.template-LGJ40eBR.template-pmf66ZlA{border-color:#6366f1;box-shadow:0 0 0 3px #6366f12e;background:#fafbfc}.template-LGJ40eBR.template-nUr5RF44,.template-LGJ40eBR:disabled{opacity:.55;cursor:not-allowed}.template-5cJGYzM9{font-size:24px;line-height:1}.template-pf9P4CE-{font-size:16px;font-weight:600;color:#0f172a;letter-spacing:-.2px}.template-IyWoU0Mf{font-size:12px;color:#64748b;line-height:1.4}.template-VwcvNZGl{margin-top:4px;font-size:10px;font-weight:600;color:#6366f1;text-transform:uppercase;letter-spacing:.6px;background:#eef2ff;padding:3px 8px;border-radius:4px}.template-0gaIIxx0{display:flex;flex-direction:column;gap:18px;background:#fafafa;border:1px solid rgba(15,23,42,.06);border-radius:12px;padding:22px}.template-h-CS3FsB{display:flex;flex-direction:column;gap:6px;padding-bottom:14px;border-bottom:1px solid rgba(15,23,42,.06)}.template-ASkYpI9D{align-self:flex-start;font-size:11px;font-weight:600;letter-spacing:.4px;padding:3px 8px;border-radius:999px;background:#eef2ff;color:#4338ca;text-transform:uppercase}.template-VwPIlSlI{margin:0;font-size:18px;font-weight:600;color:#0f172a}.template-kDgD85Pb{margin:0;font-size:13px;color:#64748b}.template-oRpkh6gl{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:18px}.template-aS9Dcx7x{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:12px}.template-cTS5TUj5{display:flex;align-items:baseline;gap:6px;font-size:14px;font-weight:500;color:#0f172a}.template-Ev6QjQFa{color:#6366f1;font-weight:600}.template-xEz82Jj-{color:#ef4444}.template-Gm9oA8T6{padding-left:18px}.template-o3s-Pcz0{display:flex;flex-direction:column;gap:8px}.template-YEfh5Hld{display:flex;align-items:center;gap:8px;font-size:13px;color:#334155;cursor:not-allowed}.template-56ASTpJ0{width:100%;max-width:320px;padding:8px 12px;border-radius:8px;border:1px solid rgba(15,23,42,.12);background:#f8fafc;font-size:13px;color:#475569}.template-WP--W0-R{width:100%;min-height:64px;padding:10px 12px;border-radius:8px;border:1px solid rgba(15,23,42,.12);background:#f8fafc;font-size:13px;color:#475569;resize:vertical}.template-GQhji-Dk{display:flex;gap:4px}.template-4nclk1Bu{font-size:22px;color:#fbbf24}.template-fCs9QLaY{display:flex;gap:6px;flex-wrap:wrap}.template-7Skzay8c{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f5f9;color:#475569;font-size:12px;font-weight:600}.template-cwamSrcp{list-style:none;text-align:center;font-size:13px;color:#94a3b8;padding:24px}.template--bwpOBR1{display:flex;gap:.75rem}.template-9cUtuklk{display:flex;flex-direction:column;gap:16px}.template-4rXIMVs2{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.template-zeju3WL2{display:flex;align-items:center;gap:10px}.template-fXjenr4K{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;background:#f4f5f7;color:#94a3b8;border:2px solid transparent;transition:all .15s ease}.template-zeju3WL2.template-zbkEEoOB .template-fXjenr4K{background:#6366f1;color:#fff;box-shadow:0 0 0 4px #6366f126}.template-zeju3WL2.template-RaEjwioT .template-fXjenr4K{background:#ecfdf5;color:#059669;border-color:#0596694d}.template-xNdAe1Hc{font-size:13px;font-weight:500;color:#94a3b8}.template-zeju3WL2.template-zbkEEoOB .template-xNdAe1Hc{color:#0f172a;font-weight:600}.template-zeju3WL2.template-RaEjwioT .template-xNdAe1Hc{color:#059669}.template-aLhuRe-v{flex:0 0 40px;height:2px;background:#0f172a14;transition:background .15s ease}.template-aLhuRe-v.template-RaEjwioT{background:#059669}.template-SmUkhMbJ{max-width:960px;width:100%;margin:0 auto;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:28px}.template-x1WTsP8n{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.2px;margin:0 0 6px}.template-0RXeCu4W{font-size:13px;color:#64748b;margin:0 0 18px}.template-JTg4pN96{margin-top:14px;padding:10px 14px;background:#fffbeb;color:#b45309;border-radius:8px;font-size:12px}.template-HsMSm92S{max-width:960px;width:100%;margin:0 auto;display:flex;justify-content:space-between;gap:12px;padding:12px 0}.template-bpLdIWYO{margin-top:18px;display:flex;gap:18px}.template-bpLdIWYO label{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#0f172a;cursor:pointer}.template-srtcczu4{display:flex;flex-direction:column;gap:16px}.template-rRGY0XLJ{display:grid;grid-template-columns:1fr 1fr;gap:16px}.template-bxT0Gchi{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569}.template-bxT0Gchi input{padding:10px 12px;border-radius:8px;border:1px solid rgba(15,23,42,.12);background:#fff;font-size:13px;color:#0f172a}.template-bxT0Gchi input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.template-LrtKWKRO{display:grid;grid-template-columns:280px 1fr;gap:1.25rem;align-items:start}.template-yM-ZNTkE{display:flex;flex-direction:column;gap:1rem}.template-en7LyHhH{min-height:400px}.template-okBnZd1X{margin-top:12px;padding:10px 14px;background:#fef2f2;color:#b91c1c;border-radius:8px;font-size:12px}@media(max-width:1024px){.template-LrtKWKRO{grid-template-columns:240px 1fr;gap:1rem}}@media(max-width:768px){.template-LrtKWKRO,.template-rRGY0XLJ{grid-template-columns:1fr}.template-4rXIMVs2{padding:12px}.template-xNdAe1Hc{display:none}.template-aLhuRe-v{flex:0 0 20px}}.template-wfomJkuT{margin-top:16px;padding:16px;background:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:10px;display:flex;flex-direction:column;gap:10px}.template-wgwP2os6{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.template-r-joNVAB{display:flex;align-items:flex-start;gap:10px;cursor:pointer;padding:6px 0}.template-r-joNVAB input{margin-top:3px;cursor:pointer;accent-color:#6366f1;width:16px;height:16px}.template-nnK3Jlrf{display:flex;flex-direction:column;gap:2px;font-size:13px;color:#0f172a}.template-gvRIwRDP{font-size:12px;color:#64748b}.template-PEFdgtrc{display:flex;flex-direction:column;gap:16px}.template-cszzaCri{align-self:flex-start;background:transparent;border:none;color:#6366f1;font-size:13px;cursor:pointer;padding:4px 0}.template-cszzaCri:hover{text-decoration:underline}.template-ZUw9slmi,.template-2zqRfA2m,.template-JlYx2ef6{padding:64px 20px;text-align:center;font-size:14px;color:#94a3b8;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px}.template-2zqRfA2m{color:#b91c1c}.template-d70FAkfD{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.template-7voU7FnO{display:flex;flex-direction:column;gap:6px;padding:20px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.template-vcaMhkBG{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.template-BmT-8EWG{font-size:28px;font-weight:700;color:#0f172a;letter-spacing:-.4px}.template-JDlxCkLi{display:grid;grid-template-columns:1fr 1fr;gap:12px}.template-1q4cqMR2{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;padding:18px;box-shadow:0 1px 2px #0f172a0a}.template-iYdZrfdP{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:12px}.template-a1gDUUZY{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;padding:16px 20px;box-shadow:0 1px 2px #0f172a0a}.template-saXw4MPt{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:12px}.template-2d56zhVz{width:100%;border-collapse:collapse;font-size:13px}.template-2d56zhVz th{text-align:left;padding:8px 10px;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid rgba(15,23,42,.06)}.template-2d56zhVz td{padding:12px 10px;color:#0f172a;border-bottom:1px solid rgba(15,23,42,.04)}.template-ZPBqfIZH{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px}.template-ZPBqfIZH button{width:32px;height:32px;border:1px solid rgba(15,23,42,.08);border-radius:8px;background:#fff;cursor:pointer}.template-ZPBqfIZH button:disabled{opacity:.4;cursor:not-allowed}.template-ZPBqfIZH span{font-size:13px;color:#64748b;min-width:50px;text-align:center}@media(max-width:1024px){.template-JDlxCkLi,.template-d70FAkfD{grid-template-columns:1fr}}.template-N6Xe4vvw{display:inline-flex;align-items:center;padding:3px 9px;border-radius:6px;font-size:11px;font-weight:600;letter-spacing:.3px}.template-cvuPOUKL,.template-ab9qjdY3,.template-X9tJ3GQ4{background:#ecfdf5;color:#047857}.template-zu8KMpQs,.template-SSmyG9MU,.template-TK0YdlH6{background:#f1f5f9;color:#475569}.template-vwJpj3gm,.template-WLhkTzGX,.template-0I872uGI{background:#fef2f2;color:#b91c1c}.template-pO8lMROF{display:inline-flex;align-items:center;gap:6px}.template-vKyb05LJ{width:8px;height:8px;border-radius:50%;flex-shrink:0}.template-vKyb05LJ.template-E0WU5vVW{background:#059669}.template-vKyb05LJ.template-RbHgi26L{background:#dc2626}.template-vKyb05LJ.template-SSmyG9MU{background:#94a3b8}.template-5CKLtHR0{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;padding:18px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;gap:12px}.template-7TLZOZ65{display:flex;flex-wrap:wrap;gap:8px}.template-GehNjdBH{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fef2f2;color:#b91c1c;border-radius:999px;font-size:13px;font-weight:500}.template-AWot9DFR{background:#dc262633;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700}.template-ZNMNgabG{display:flex;align-items:center;gap:8px;margin-bottom:12px}.template-28e7Fhnw{font-size:12px;font-weight:600;color:#64748b}.template-enqO3WYe{padding:6px 10px;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;font-size:13px;color:#0f172a;cursor:pointer;outline:none}.template-enqO3WYe:focus{border-color:#6366f1}.template-imQKs48S{background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);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:#0f172a;margin:0 0 .125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-TTcLGfuM{font-size:.75rem;color:#94a3b8}.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:#94a3b8;cursor:pointer;transition:all .2s ease}.template-yKFuquUe:hover{background:#f3f4f6;color:#64748b}.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:none}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:#475569;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:#94a3b8}.template-Y7snfqd8{font-size:.75rem;font-weight:500;color:#0f172a}.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:16px;padding:24px;background:#f7f8fa;min-height:100%;flex:1}.template--ohQRl0L{display:flex;align-items:center;justify-content:space-between;gap:12px}.template-ZAgnBywh{display:grid;gap:16px;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;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px}.template-IcM8lO-X{width:36px;height:36px;border:3px solid #eef2ff;border-top-color:#6366f1;border-radius:50%;animation:template-WHvECuuE 1s linear infinite}@keyframes template-WHvECuuE{to{transform:rotate(360deg)}}.template-nQpJMkVP{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 32px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;color:#94a3b8}.template-nQpJMkVP svg{width:96px;height:96px;padding:24px;border-radius:50%;background:#f4f5f7;color:#94a3b8;margin-bottom:16px;opacity:1}.template-nQpJMkVP h3{font-size:16px;font-weight:600;color:#0f172a;letter-spacing:-.1px;margin:0 0 6px}.template-nQpJMkVP p{font-size:13px;color:#64748b;margin:0}.template-EYsIcVrP{display:flex;flex-direction:column;gap:16px}.template-8XlnxJoQ{display:flex;flex-direction:column;gap:8px}.template-AqJnIBun{font-size:11px;font-weight:600;color:#94a3b8;letter-spacing:.4px;text-align:right;margin-top:-2px}.template-GkRYZGvy{font-size:13px;font-weight:600;color:#0f172a}.template-t2sqeEeb,.template-LYK4t9n9{padding:10px 14px;border:1px solid rgba(15,23,42,.08);border-radius:10px;font-size:13px;color:#0f172a;outline:none;transition:all .15s ease;font-family:inherit;background:#fff}.template-t2sqeEeb:focus,.template-LYK4t9n9:focus{border-color:#6366f166;box-shadow:0 0 0 3px #6366f11f}.template-t2sqeEeb::placeholder,.template-LYK4t9n9::placeholder{color:#94a3b8}.template-LYK4t9n9{resize:vertical;min-height:88px}.template-DEWC-ybg{border:1px dashed rgba(15,23,42,.18);border-radius:12px;padding:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;cursor:pointer;transition:all .15s ease;background:#fafbfc}.template-DEWC-ybg:hover,.template-DEWC-ybg.template-cnowFksr{border-color:#6366f166;background:#eef2ff}.template-Kd5xt0yc{color:#94a3b8;margin-bottom:12px}.template-v4giiUe8{font-size:13px;color:#64748b;margin:0 0 6px}.template-GYfRFMy6{background:transparent;border:none;font-size:13px;font-weight:600;color:#6366f1;cursor:pointer}.template-GYfRFMy6:hover{color:#4338ca;text-decoration:underline}.template-zSior8B2{display:none}.template-3PcFDNqV{display:flex;align-items:center;justify-content:space-between}.template-I-RpqfoI{background:transparent;border:none;font-size:12px;color:#64748b;text-decoration:underline;cursor:pointer}.template-I-RpqfoI:hover{color:#0f172a}.template-XStUVIbj{font-size:12px;color:#94a3b8}.template-MfjwoOUP{display:flex;flex-direction:column;gap:6px;max-height:200px;overflow-y:auto}.template-21mgqtGP{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:10px}.template-xxOOmYk9{width:36px;height:36px;border-radius:8px;background:#fef2f2;display:flex;align-items:center;justify-content:center;color:#dc2626;flex-shrink:0}.template-XFIzeb5f{flex:1;min-width:0}.template-CGirIYfa{display:block;font-size:13px;font-weight:500;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-BdoV-RJe{font-size:11px;color:#94a3b8}.template-TD4o4ila{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:6px;font-size:16px;color:#94a3b8;cursor:pointer;transition:all .15s ease}.template-TD4o4ila:hover{background:#fef2f2;color:#dc2626}.template-pMeZQThX{display:flex;justify-content:center;padding:16px 0;margin-top:auto}.template-xb8Ae-KU{height:40px;padding:0 18px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:10px;font-size:13px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s ease}.template-xb8Ae-KU:hover:not(:disabled){background:#fafbfc;border-color:#0f172a24;color:#0f172a}.template-xb8Ae-KU:disabled{cursor:default}.template-xb8Ae-KU.template-HKvgn1Ky{background:#fafbfc}.template-hm8hKXaf{display:inline-block;width:16px;height:16px;border:2px solid #eef2ff;border-top-color:#6366f1;border-radius:50%;animation:template-WHvECuuE .8s linear infinite;margin-right:8px;vertical-align:middle}.template-UuRiQ4QJ{font-size:13px;color:#64748b}.template-PKRgBQFZ{display:flex;align-items:center;gap:6px}.template-2gr7G-Up{height:36px;padding:0 10px;border:1px solid rgba(15,23,42,.08);border-radius:8px;font-size:13px;color:#0f172a;background:#fff;cursor:pointer;outline:none}.template-2gr7G-Up:focus{border-color:#6366f166}.template-Baa7auuN{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;font-size:13px;color:#475569;cursor:pointer;transition:all .15s ease}.template-Baa7auuN:hover:not(:disabled){background:#fafbfc;border-color:#0f172a24;color:#0f172a}.template-Baa7auuN:disabled{opacity:.5;cursor:not-allowed}.template--0yIuCJv{font-size:13px;color:#0f172a;padding:0 6px}.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:#64748b}.template-iF1NTPMM{background:#fff;border-radius:12px;border:1px solid rgba(15,23,42,.06);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:#475569;margin:0 0 .75rem}.template-uvFwRrvB{font-size:.9375rem;color:#0f172a;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 rgba(15,23,42,.06)}.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:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-KH3vPv8j{font-size:.75rem;color:#64748b}.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:#64748b;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:#64748b}.template-a4--sUN6{font-size:.875rem;color:#0f172a;font-weight:500}.template-9pkdcIRB{display:inline-flex;padding:.25rem .5rem;border-radius:100px;font-size:.75rem;font-weight:500;background:#f3f4f6;color:#64748b}.template-9pkdcIRB.template-qIt-slQz{background:#e6f7ed;color:#10b981}.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 rgba(15,23,42,.08);cursor:pointer;border-radius:100%;color:#64748b;transition:all .2s ease}.template-bSv4KcNi .template-w2-Iu-bL .template-kcg48tPe:hover{background:#f3f4f6;color:#475569}.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 #0f172a14}.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:#475569;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 rgba(15,23,42,.08);cursor:pointer;border-radius:100%;color:#64748b;transition:all .2s ease}.template-WvuGWL8p .template-LGbxIAXG .template-8oAru5YY:hover{background:#f3f4f6;color:#475569}.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 #0f172a14}.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:#475569;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-62GTXH3S{position:relative;width:280px;background:#fff;border:2px solid rgba(15,23,42,.08);border-radius:12px;font-family:inherit;color:#0f172a;box-shadow:0 1px 2px #0f172a0a;transition:border-color .15s ease,box-shadow .15s ease}.template-62GTXH3S:hover{border-color:#0f172a24}.template-3J3MRr0u{box-shadow:0 0 0 2px #6366f1,0 8px 20px #6366f11f}.template-aYNnkt8b{border-color:#dc2626!important;box-shadow:0 8px 24px #dc26262e!important}.template-IJoD978X{position:absolute;top:-4px;right:-4px;width:8px;height:8px;border-radius:50%;background:#dc2626;box-shadow:0 0 0 2px #fff;z-index:5;animation:template-V1qZIrw3 1.6s ease-in-out infinite}@keyframes template-V1qZIrw3{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.7}}.template-ggzvIW0V{width:6px!important;height:6px!important;background:transparent!important;border:none!important;opacity:0!important;pointer-events:none!important}.template-Q5eGhLoR{flex:0 0 auto;width:28px;height:28px;border-radius:8px;background:#eef2ff;color:#4338ca;font-size:12px;font-weight:700;letter-spacing:.02em;display:inline-flex;align-items:center;justify-content:center;font-variant-numeric:tabular-nums}.template-kQ0OvC3-{display:flex;align-items:center;gap:8px;padding:10px;border-bottom:1px solid rgba(15,23,42,.06);cursor:grab}.template-kQ0OvC3-:active{cursor:grabbing}.template-1vc5Odo1{flex:0 0 auto;font-size:12px;color:#94a3b8;line-height:1;user-select:none}.template-NDg9qBff{flex:1 1 auto;min-width:0;font-size:14px;font-weight:500;color:#0f172a;background:transparent;border:none;outline:none;padding:4px 2px;border-bottom:1px solid transparent;transition:border-color .15s ease}.template-NDg9qBff::placeholder{color:#94a3b8;font-weight:400}.template-NDg9qBff:focus{border-bottom-color:#6366f1}.template-Us4-7iKk{border-bottom-color:#dc2626!important}.template-4HMmQUu-{flex:0 0 auto;width:24px;height:24px;border:none;background:transparent;color:#94a3b8;border-radius:6px;font-size:16px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.template-4HMmQUu-:hover{background:#fef2f2;color:#b91c1c}.template-FaNms-Ol{padding:12px;display:flex;flex-direction:column;gap:12px}.template-mof3mixA{width:100%;resize:none;border:none;outline:none;background:transparent;color:#475569;font:inherit;font-size:12px;line-height:1.45;padding:0}.template-mof3mixA::placeholder{color:#94a3b8;font-style:italic}.template-fx3stp0j{display:flex;flex-direction:column;gap:6px}.template-BPIgfoGV{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.template-DeIIJe3N{display:flex;gap:6px}.template-8EobkGQ4{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background:transparent;border:1px solid rgba(15,23,42,.08);border-radius:6px;font-size:12px;font-weight:500;color:#475569;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.template-8EobkGQ4:hover{background:#f4f5f7}.template-8EobkGQ4 .template-jZT6KSml{width:10px;height:10px;border-radius:50%;border:1.5px solid #94a3b8;background:transparent;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.template-V-DLETb9{background:#eef2ff;border-color:#eef2ff;color:#4338ca}.template-V-DLETb9 .template-jZT6KSml{border-color:#4338ca;background:#4338ca;box-shadow:inset 0 0 0 2px #eef2ff}.template-c3-R4S-7{position:relative;display:flex;align-items:center;gap:8px;min-height:32px;padding:6px 10px;background:transparent;border:1.5px dashed rgba(15,23,42,.12);border-radius:8px;transition:background .15s ease,border-color .15s ease}.template-PGQlhJSs{flex:0 0 auto;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.template-ZnYRJ0Yo{border-style:dashed;border-color:#6366f1;background:#eef2ff}.template-ZnYRJ0Yo .template-PGQlhJSs{color:#4338ca}.template-wnEhMNiT{border:1px solid rgba(15,23,42,.06);border-style:solid;background:#fafbfc}.template-wnEhMNiT .template-PGQlhJSs{color:#64748b}.template-tw2WO9ks{border-color:#dc2626!important;background:#fef2f2!important}.template--xwE08IW{flex-wrap:wrap;align-items:flex-start}.template--xwE08IW .template-TR73duwB{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.template-ttoNUjbu{margin-left:auto;display:inline-flex;align-items:center;gap:4px;padding:3px 4px 3px 8px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:6px;font-size:11px;font-weight:500;color:#0f172a;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template--xwE08IW .template-ttoNUjbu{margin-left:0}.template-TBEJ-T0z{width:16px;height:16px;border:none;background:transparent;color:#94a3b8;border-radius:4px;font-size:12px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.template-TBEJ-T0z:hover{background:#fef2f2;color:#b91c1c}.template-FMiEgSXT{font-size:11px;color:#b91c1c}.template-07tcUS0P{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:12px;border-top:1px solid rgba(15,23,42,.06)}.template--JeK-rBL,.template--vAyKlJQ{appearance:none;border-radius:8px;font-size:12px;font-weight:600;padding:7px 14px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.template--JeK-rBL{background:#fff;border:1px solid rgba(15,23,42,.08);color:#475569}.template--JeK-rBL:hover{background:#f4f5f7;color:#0f172a}.template--vAyKlJQ{background:#6366f1;border:1px solid #6366f1;color:#fff}.template--vAyKlJQ:hover{background:#4338ca;border-color:#4338ca}.template-XS9BWUQx{display:flex;align-items:center;gap:10px;padding:10px;border-bottom:1px solid rgba(15,23,42,.06);cursor:grab}.template-XS9BWUQx:active{cursor:grabbing}.template-zVqveUNR{flex:1 1 auto;min-width:0;font-size:13px;font-weight:600;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template--8nSnOI7{position:relative;flex:0 0 auto}.template-7455msqB{width:24px;height:24px;border:none;background:transparent;color:#64748b;border-radius:6px;font-size:16px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.template-7455msqB:hover{background:#f4f5f7;color:#0f172a}.template-8MN11pzr{position:absolute;top:calc(100% + 4px);right:0;z-index:20;min-width:120px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:8px;box-shadow:0 10px 24px #0f172a1a;padding:4px;display:flex;flex-direction:column}.template-8MN11pzr button{appearance:none;border:none;background:transparent;text-align:left;padding:7px 10px;border-radius:6px;font-size:12px;color:#475569;cursor:pointer}.template-8MN11pzr button:hover{background:#f4f5f7;color:#0f172a}.template-8MN11pzr button.template-sVsJsq89{color:#b91c1c}.template-8MN11pzr button.template-sVsJsq89:hover{background:#fef2f2}.template-SN9-Fx2b{padding:10px 12px 12px;display:flex;flex-direction:column;gap:6px}.template-qKcqjbtA{display:flex;align-items:flex-start;gap:8px;min-height:22px}.template-BiL4txSQ{flex:0 0 80px;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8;padding-top:3px}.template-jW5nO3V6{flex:1 1 auto;display:flex;flex-wrap:wrap;gap:4px;min-width:0}.template-Bln1kEbS{display:inline-flex;align-items:center;padding:2px 8px;background:#fafbfc;border:1px solid rgba(15,23,42,.08);border-radius:6px;font-size:11px;font-weight:500;color:#0f172a}.template-HRhsCMFK{font-size:12px;color:#94a3b8}.template-xnvJakZU{margin-top:6px;padding-top:8px;border-top:1px dashed rgba(15,23,42,.06);font-size:12px;font-style:italic;line-height:1.45;color:#64748b}.template-SKlS0Y4p{width:280px;flex-shrink:0;display:flex;flex-direction:column;gap:12px;padding:16px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;overflow-y:auto;max-height:calc(100vh - 180px)}.template-RAX7sFAt{font-size:14px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.2px}.template-2Ag5R-5y{width:100%;padding:7px 10px;font-size:13px;background:#fafbfc;border:1px solid rgba(15,23,42,.08);border-radius:8px;outline:none;transition:border-color .15s ease}.template-2Ag5R-5y:focus{border-color:#6366f1;background:#fff}.template-IcN0xAlT{display:flex;flex-direction:column;gap:4px}.template-KSQ2uCCe{display:flex;align-items:center;justify-content:space-between;padding:8px 4px;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;cursor:pointer;background:none;border:none;text-align:left}.template-KSQ2uCCe:hover{color:#475569}.template-QFkJNTDq{display:flex;align-items:center;gap:6px}.template-U9e9gQM3{font-size:10px;transition:transform .15s ease}.template-U9e9gQM3.template-rN44AASF{transform:rotate(90deg)}.template-vXYbceuP{font-size:10px;background:#f1f5f9;color:#64748b;padding:1px 6px;border-radius:8px;font-weight:600}.template-NIMPyjIq{display:flex;flex-direction:column;gap:4px;max-height:240px;overflow-y:auto;padding-right:2px}.template-YvzKeqcI{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:8px;font-size:13px;color:#0f172a;cursor:pointer;transition:all .15s ease;user-select:none}.template-YvzKeqcI:hover{background:#fff;border-color:#6366f14d;box-shadow:0 2px 6px #0f172a0f}.template-YvzKeqcI:active{cursor:grabbing;transform:scale(.98)}.template-YvzKeqcI.template--2u6zXwL{background:linear-gradient(135deg,#eef2ff,#f8fafc);border-color:#6366f133;color:#4338ca;font-weight:500}.template--ZbE5Ukc{color:#94a3b8;font-size:12px;flex-shrink:0}.template-gTZdMtGM{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-Ww0KLNyi{font-size:12px;color:#94a3b8;padding:6px 4px;font-style:italic}.template-yz4yR2Tx{display:flex;flex-direction:column;gap:16px;min-height:calc(100vh - 80px)}.template-TSj98nNt{display:flex;align-items:center;gap:10px;font-size:12px;color:#64748b}.template-xC2l-Co7{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(15,23,42,.08);border-radius:8px;cursor:pointer;color:#475569;transition:all .15s ease}.template-xC2l-Co7:hover{background:#f4f5f7;border-color:#0f172a24;color:#0f172a}.template-zcxTF2AW{color:#94a3b8}.template-dKWPsobv{color:#0f172a;font-weight:600}.template-A3r-c3WY{color:#cbd5e1}.template-4OAUyOZv{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.template-j0UXebxx{display:flex;flex-direction:column}.template-ncBiwRyM{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.2px}.template-sf3kkJ7P{font-size:12px;color:#94a3b8;margin-top:2px}.template-KLAFDlxa{display:flex;gap:8px}.template-R1RvCyCE{background:linear-gradient(135deg,#eef2ff,#f8fafc);border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:14px 18px;display:grid;grid-template-columns:1fr 2fr;gap:16px;align-items:center}.template-QUtSBTX5{font-size:11px;font-weight:700;color:#4338ca;text-transform:uppercase;letter-spacing:.8px}.template-tgeTBaVu{display:flex;flex-direction:column;gap:8px}.template-ZRevMeBc{width:100%;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:10px 14px;font-size:14px;font-weight:600;color:#0f172a;background:#fff}.template-ZRevMeBc:focus{outline:none;border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}.template-RzLbQtuE{width:100%;border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:10px 14px;font-size:13px;color:#475569;background:#fff;resize:vertical;font-family:inherit}.template-RzLbQtuE:focus{outline:none;border-color:#6366f166;box-shadow:0 0 0 3px #6366f11a}@media(max-width:900px){.template-R1RvCyCE{grid-template-columns:1fr}}.template-2INCaf3q{display:flex;gap:16px;flex:1;min-height:720px}.template-3ag0P5ef{flex:1;position:relative;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;overflow:hidden}.template-wQftj1m-{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:4;color:#94a3b8;font-size:14px;text-align:center;padding:24px}.template-vIbpXGWM{background:#ffffffd9;border:1.5px dashed rgba(99,102,241,.3);border-radius:12px;padding:16px 24px;max-width:360px}.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(99, 102, 241));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}}.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);padding:24px;background:#f7f8fa;overflow:hidden}.messages-page__sidebar{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;min-height:0;overflow:hidden}.messages-page__main{display:flex;flex-direction:column;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}@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,#6366f1,#4f46e5);border-radius:12px;box-shadow:0 2px 8px #0f172a0d;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:12px;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 #0f172a03}.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:12px;white-space:nowrap;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}.template-Bb73sEh3{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0f172a0d;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:#6366f1!important;flex-shrink:0}.template-AAX0YkCz svg path{stroke:#6366f1!important;fill:#6366f1!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:#64748b;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:12px;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 rgba(15,23,42,.06);border-top-color:#6366f1;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:#64748b}.template-cYExTmsY{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0f172a0d;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:#6366f1;transform:none}.template-Ka4mviLU:not(:last-child){margin-bottom:.5rem}.template-Ka4mviLU svg{color:#6366f1;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:#eef2ff;color:#4f46e5;padding:4px 10px;border-radius:12px;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 rgba(15,23,42,.06)}.template-4cYDmFYN{display:flex;flex-direction:column;gap:16px;padding:20px;background:#f9fafb;border-radius:12px;border:1px solid rgba(15,23,42,.06)}.template-IJBd-g3M{font-size:1rem;font-weight:600;color:#0f172a;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:#475569}.template-bheXzGuT{width:100%!important;border:none!important;padding:0!important;margin:0!important}.template-bheXzGuT .stdropdown-container{border:1px solid rgba(15,23,42,.08)!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:#475569!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 rgba(15,23,42,.08)!important;box-shadow:0 4px 6px #0f172a03!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:#475569!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-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-5hAOVHYF{display:flex;flex-direction:column;gap:16px}.template-Laxi-2wt{display:flex;align-items:center;gap:12px;padding:12px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a}.template-Laxi-2wt>*{flex:1;min-width:0}.template-Aq4Rs071{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow-x:auto}.template-tr6LxsPJ{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.template-tr6LxsPJ:hover{border-color:#0f172a24}.template-tr6LxsPJ.template-J-hQxPrk{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.template-tr6LxsPJ.template-J-hQxPrk:hover{border-color:#dc2626}.template-o1JhVRzY{border-color:#6366f159;box-shadow:0 0 0 3px #6366f11f}.template-o1JhVRzY:hover{border-color:#6366f159}.template-bBmHsrAt{opacity:.45}.template-TtqJJXDa{border-color:#6366f180;box-shadow:0 0 0 3px #6366f12e}.template-sVlrRGPZ{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;user-select:none}.template-sVlrRGPZ:focus-visible{outline:none;background:#fafbfc}.template-lz-aBNM4{display:grid;grid-template-columns:repeat(2,4px);grid-template-rows:repeat(3,4px);gap:2px;flex-shrink:0;padding:4px;cursor:grab;color:#cbd5e1}.template-lz-aBNM4:active{cursor:grabbing}.template-if5WKZ6k{width:3px;height:3px;background:currentColor;border-radius:50%}.template-JeLPJd88{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.template-xmLCCMgq{font-size:13px;font-weight:500;color:#0f172a;letter-spacing:-.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-hy6-286Y{font-size:11px;color:#64748b;display:inline-flex;align-items:center;gap:6px}.template-wg4kGL62{color:#cbd5e1}.template-p-uonl7h{color:#b91c1c;font-weight:500}.template-N83hewy1{font-size:11px;color:#94a3b8;width:14px;text-align:center;flex-shrink:0}.template-BAsPa3Ey{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:8px;color:#94a3b8;cursor:pointer;transition:all .14s ease;flex-shrink:0}.template-BAsPa3Ey:hover{background:#fef2f2;border-color:#dc26264d;color:#dc2626}.template-BAsPa3Ey svg path{stroke:currentColor}.template-wUq0En71{padding:14px 16px 18px;border-top:1px solid rgba(15,23,42,.06);background:#fbfbfd;display:flex;flex-direction:column;gap:14px}.template-1lt7ZvMO{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:end}.template-OJl0bAsx{display:flex;align-items:center;padding-bottom:8px}.template-pdJUgyle{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.template-GSNGOtBV{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:10px}.template-dwMhUCdI{display:flex;gap:6px;align-items:flex-end}.template-dwMhUCdI>:nth-child(1){flex:1.2;min-width:0}.template-dwMhUCdI>:nth-child(2){flex:1;min-width:0}.template-dw3Hjw3V{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:640px){.template-1lt7ZvMO{grid-template-columns:1fr}}.template-lNpTub-S{display:flex;flex-direction:column;gap:12px;padding:14px;margin-top:4px;background:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:10px}.template-FCWe60qw{display:flex;flex-direction:column;gap:2px}.template-EsWbwUxk{font-size:13px;font-weight:600;color:#0f172a;letter-spacing:-.1px}.template-v4k3qgJY{font-size:12px;color:#64748b}.template-BrLR6R7-{display:flex;flex-direction:column;gap:8px}.template-kkVrc7dw{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.template-Dk2vUo-f{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.template-L1oHWkmP{position:relative;display:inline-flex;align-items:center;gap:6px;padding:5px 10px 5px 12px;background:#f4f5f7;border:1px solid rgba(15,23,42,.08);border-radius:999px;font-size:12px;font-weight:500;color:#475569;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.template-L1oHWkmP:hover{background:#eef2ff;color:#4338ca;border-color:#6366f14d}.template-L1oHWkmP:active{transform:translateY(1px)}.template-Bp-PdtXh{width:16px;height:16px;border-radius:50%;background:#0f172a1a;color:#475569;font-size:10px;font-weight:700;font-style:italic;font-family:Georgia,serif;display:inline-flex;align-items:center;justify-content:center;cursor:help;position:relative;flex-shrink:0;transition:all .15s ease}.template-Bp-PdtXh:hover,.template-Bp-PdtXh:focus{background:#6366f1;color:#fff;outline:none}.template-Bp-PdtXh:hover .template-M8f1pgTg,.template-Bp-PdtXh:focus .template-M8f1pgTg{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(-4px)}.template-M8f1pgTg{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(2px);min-width:240px;max-width:320px;padding:10px 12px;background:#0f172a;color:#fff;border-radius:8px;box-shadow:0 12px 32px #0f172a40;font-size:12px;font-weight:400;font-style:normal;font-family:inherit;text-align:left;white-space:normal;line-height:1.4;opacity:0;pointer-events:none;transition:all .15s ease;z-index:10}.template-M8f1pgTg strong{display:block;font-size:12px;font-weight:600;color:#fff;margin-bottom:4px;letter-spacing:-.1px}.template-M8f1pgTg:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#0f172a}.template-EqnTVaxG{display:block;color:#cbd5e1;font-size:12px;margin-bottom:6px}.template-OzqI0ub2{display:block;background:#ffffff14;color:#a5b4fc;padding:4px 8px;border-radius:4px;font-family:ui-monospace,SF Mono,Menlo,Monaco,monospace;font-size:11px}.template-NlB4jFJd{display:flex;flex-direction:column;gap:10px}.template-M422S3Uo{display:flex;flex-direction:column;align-items:center;gap:6px;padding:28px 16px;border:1px dashed rgba(15,23,42,.16);border-radius:10px;background:#fafbfc;text-align:center}.template-YTHeRpLs{font-size:13px;font-weight:600;color:#475569}.template-H20t-aKE{font-size:12px;color:#94a3b8}.template-E6ydPGGV{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow:hidden}.template-7jDQrFgG{padding:12px 16px;border-bottom:1px solid rgba(15,23,42,.06);background:#fafbfc}.template-0FRurkfO{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.template-bpZHvJ-W{padding:20px;display:flex;flex-direction:column;gap:16px}.template-zx1soNGp{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.2px}.template-RRvvXtUt{font-size:13px;color:#475569;line-height:1.5}.template-sqhcFq43{display:flex;flex-direction:column;gap:14px;margin-top:4px}.template-5630095M{display:flex;flex-direction:column;gap:6px}.template-VEXNqqmo{font-size:12px;font-weight:500;color:#334155}.template-wg4PIrrI{color:#dc2626;margin-left:3px}.template-dmv1vLx3,.template-94CQIeG7,.template-6m0WMnZW{width:100%;padding:8px 12px;font-size:13px;background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:8px;color:#0f172a;cursor:not-allowed;box-sizing:border-box}.template-6m0WMnZW{min-height:64px;resize:vertical;font-family:inherit}.template-A6dJuXss{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#334155}.template-pI0sJP-i{padding:14px;border:1px dashed rgba(15,23,42,.2);border-radius:8px;text-align:center;font-size:12px;color:#94a3b8;background:#fafbfc}.template-L4L-0n4P,.template-JynE8Rxv{display:flex;flex-wrap:wrap;gap:8px}.template-JynE8Rxv{flex-direction:column;gap:6px}.template-yrZ-jBHz{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:#334155}.template-PmkM6NFR{display:inline-flex;align-items:center;padding:5px 10px;font-size:12px;background:#eef2ff;color:#4338ca;border-radius:999px;border:1px solid rgba(99,102,241,.18)}.template-KszgYExQ{font-size:12px;color:#94a3b8;font-style:italic}.template-ttg0hREI{padding:24px;text-align:center;color:#94a3b8;font-size:13px;border:1px dashed rgba(15,23,42,.12);border-radius:10px;background:#fafbfc}.template-OWK50alx{position:relative;display:inline-block}.template-Ees8KF6b{white-space:nowrap}.template-EEy3Xx2s{position:absolute;top:calc(100% + 6px);right:0;z-index:50;min-width:220px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:12px;box-shadow:0 12px 28px #0f172a1f,0 2px 6px #0f172a0f;padding:6px;display:flex;flex-direction:column;gap:2px;animation:template-pGqhYT0h .14s ease}@keyframes template-pGqhYT0h{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.template-98oCDT7k{display:flex;align-items:center;gap:8px;width:100%;padding:9px 12px;background:transparent;border:none;border-radius:8px;font-size:13px;color:#0f172a;cursor:pointer;text-align:left;transition:background-color .12s ease}.template-98oCDT7k:hover{background:#f1f5f9}.template-DdtHGph9{width:100%;padding:0}.template-JrIr3pmz{display:inline-flex;align-items:center;gap:8px}.template-hV7yJLMp{padding:64px 0;text-align:center;color:#94a3b8;font-size:13px}.template-pLTqbVrC{display:flex;flex-direction:column;gap:16px;max-width:880px;margin:0 auto;width:100%}.template-2IRBTJNp{display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px}.template-mQzoiaG7{display:flex;align-items:center;gap:10px;transition:all .15s ease}.template-7egKd8bO{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;background:#f4f5f7;color:#94a3b8;border:2px solid transparent;transition:all .15s ease}.template-mQzoiaG7.template-7aGias6C .template-7egKd8bO{background:#6366f1;color:#fff;box-shadow:0 0 0 4px #6366f126}.template-mQzoiaG7.template-ZBg3lRjh .template-7egKd8bO{background:#ecfdf5;color:#059669;border-color:#0596694d}.template-YdTidIbM{font-size:13px;font-weight:500;color:#94a3b8}.template-mQzoiaG7.template-7aGias6C .template-YdTidIbM{color:#0f172a;font-weight:600}.template-mQzoiaG7.template-ZBg3lRjh .template-YdTidIbM{color:#059669}.template-iZrzn8k9{flex:0 0 40px;height:2px;background:#0f172a14;transition:background .15s ease}.template-iZrzn8k9.template-ZBg3lRjh{background:#059669}.template-SDgHADKE{max-width:720px;margin:0 auto;width:100%;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:32px}.template-WV-s-Jxf{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.2px;margin-bottom:6px}.template-yLojvaHV{font-size:13px;color:#64748b;margin-bottom:24px}.template-U1Qo3rEj{display:flex;flex-direction:column;gap:14px}.template-arq1kQRn{display:flex;justify-content:center;padding:4px 0}.template-NSagD5Sa{font-size:12px;color:#dc2626;padding:4px 2px}.template-6exoUZ8s{display:flex;flex-direction:column;gap:8px;padding:16px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:10px;margin-bottom:16px}.template-qS0Zm6CO{display:flex;gap:8px;font-size:13px;line-height:1.5}.template--h-RzoMH{color:#64748b;font-weight:500;flex:0 0 auto;min-width:110px}.template-JmUv3mGm{color:#0f172a;font-weight:600;word-break:break-word}.template-NyUaQC-w{max-width:720px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 0 8px}.template-6jZb2aOB,.template-Ybjzjb6p{display:inline-flex;align-items:center;gap:8px}.template-3SGQQPyp{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f7f8fa;min-height:100%}.template--Mevkmy1{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.template--Mevkmy1 .template--e9mYvtl{flex-shrink:0;display:inline-flex;align-items:center;gap:8px}.template-CEhpo0bC{background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow-x:auto;flex:1;min-height:400px}.template-11CSJ6xu{display:inline-block;width:8px;height:8px;background:#6366f1;border-radius:50%}.template-RNuGKyXD{font-weight:600;color:#0f172a}.template-L8luVjsO{display:flex;flex-direction:column;gap:4px}.template-L8luVjsO .template-RsgjdqIk{margin:0;font-size:13px;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-C9-iGVBY{display:inline-flex;align-items:center;font-size:12px;font-weight:500;color:#475569;background:#f1f5f9;padding:4px 8px;border-radius:6px}:root{--color-primary: #eef2ff;--color-primary-primary-light: #6366f1;--color-primary-primary-contained: #6366f1;--color-primary-lighter: #4f46e5;--color-primary-light: #6366f1;--color-primary-dark: #4338ca;--color-primary-darker: rgba(15, 23, 42, .08);--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: #eef2ff;--color-primary-primary-light: #6366f1;--color-primary-primary-contained: #6366f1;--color-primary-lighter: #4f46e5;--color-primary-light: #6366f1;--color-primary-dark: #4338ca;--color-primary-darker: rgba(15, 23, 42, .08);--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: #eef2ff;--color-primary-primary-light: #6366f1;--color-primary-primary-contained: #6366f1;--color-primary-lighter: #4f46e5;--color-primary-light: #6366f1;--color-primary-dark: #4338ca;--color-primary-darker: rgba(15, 23, 42, .08);--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}.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, #fafbfc);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, #fafbfc);padding:10px;font-size:16px;text-align:center;border-top:1px solid var(--color-neutral-darker, rgba(145, 158, 171, .2))}.template-yUenBjDv{display:flex;flex-direction:column;gap:16px;padding:24px;background:#f7f8fa;min-height:100%}.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:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;padding:4px;gap:6px}@media(max-width:640px){.template-3hbwZxJc{width:max-content}}.template-siK0UdFe{padding:8px 14px;font-size:13px;font-weight:500;color:#64748b;background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .15s ease}.template-siK0UdFe:hover:not(.template-O0EPyDpH){background:#f4f5f7;color:#1e293b}.template-siK0UdFe.template-O0EPyDpH{background:#1e293b;color:#fff}.template--jHqhbSK{min-height:400px}.template-ileZnZvz{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}@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:20px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;position:relative;overflow:hidden;transition:all .15s ease}.template-4ue-mMmN:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:#6366f1}.template-4ue-mMmN:nth-child(2):before{background:#059669}.template-4ue-mMmN:nth-child(3):before{background:#6366f1}.template-4ue-mMmN:nth-child(4):before{background:#d97706}.template-4ue-mMmN:hover{border-color:#0f172a1f;box-shadow:0 4px 12px #0f172a0f}.template-6CE8Pdph{display:flex;flex-direction:column;gap:8px}.template-IEPueeh6{font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.6px}.template-XFFs5-Sf{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.template-SWjLpej2{font-size:28px;font-weight:700;color:#0f172a;line-height:1.1;letter-spacing:-.4px}.template-SWjLpej2 small{font-size:13px;font-weight:500;color:#64748b;margin-left:4px}.template-gDQah30v{font-size:12px;color:#94a3b8;margin-top:4px}.template-XMyPsxUb{font-size:12px;color:#d97706;font-weight:600;background:#fffbeb;padding:4px 10px;border-radius:6px}.template-4vapdY0n{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#059669;background:#ecfdf5;padding:4px 10px;border-radius:6px}.template-yPv2oSVR{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:#dc2626;background:#fef2f2;padding:4px 10px;border-radius:6px}.template-5CmAImZh{display:flex;flex-direction:column;gap:16px;align-items:stretch}.template-mklu8AgD{padding:20px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;height:auto!important}.template-mklu8AgD .card-content{height:auto!important}.template-gQ7P41ID{font-size:14px;font-weight:600;color:#0f172a;letter-spacing:-.1px;margin:0 0 12px;display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid rgba(15,23,42,.06)}.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:#0f172a0f}.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:#94a3b8;font-size:13px;background:#fafbfc;border-radius:12px;border:1px dashed rgba(15,23,42,.1)}.template-H3rCjVTd{display:flex;flex-direction:column;gap:16px}.template-zzn33DVZ{display:flex;align-items:center;gap:20px}.template--7ecZ13p{width:112px;height:112px;border-radius:50%;background:#6366f1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.template-uhgmnAb4{font-size:22px;font-weight:700;letter-spacing:-.3px}.template--ZZv5Gmv{font-size:10px;opacity:.85;text-align:center;text-transform:uppercase;letter-spacing:.6px}.template-qMnawd1G{display:flex;flex-direction:column;gap:8px;flex:1}.template-vriXFZ3N{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:10px}.template-zlSVSUAi{font-size:14px;font-weight:600;color:#0f172a;display:block}.template-HuxLX3sS{font-size:11px;color:#94a3b8;display:block;text-transform:uppercase;letter-spacing:.4px}.template-kb0sU4fe{border-top:1px solid rgba(15,23,42,.06);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:#64748b;flex:1}.template-01wvnnjq{font-weight:600;color:#0f172a}.template-maUMCQNr{border-top:1px solid rgba(15,23,42,.06);padding-top:16px}.template-3aEegXqf{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;margin:0 0 10px}.template-yXl-64yM{display:flex;flex-direction:column;gap:6px}.template-NDRm1LDg{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:8px;font-size:13px}.template-gFup7iW5{flex:1;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-HUExPxLm{font-weight:600;min-width:50px;text-align:right;color:#0f172a}.template-eyc-UMLy{font-size:12px;color:#94a3b8;min-width:30px}.template-GT-ZwMMG{width:100%;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;overflow-x:auto}.template-QV7i-yxh{display:flex;align-items:center;gap:10px}.template-g1wEMJuT{width:32px;height:32px;border-radius:50%;background:#eef2ff;display:flex;align-items:center;justify-content:center;color:#4338ca;font-weight:600;font-size:12px;overflow:hidden;flex-shrink:0}.template-g1wEMJuT img{width:100%;height:100%;object-fit:cover}.template-IApI4ZNi{color:#059669;font-weight:600}.template-RikuQNIy{color:#d97706;font-weight:600}.template-F9mJuzjQ{color:#dc2626;font-weight:600}.template-Dt-gd8q9{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.template-1PuaKPoD{padding:16px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;height:auto!important;transition:all .15s ease}.template-1PuaKPoD:hover{border-color:#0f172a1f;box-shadow:0 4px 12px #0f172a0f}.template-1PuaKPoD .card-content{height:auto!important}.template-PWFcxBuU{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.template-Mlsu-Uvm{font-size:13px;font-weight:600;color:#0f172a}.template-t9p5D0WB{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.template--7hhfpyy{font-size:22px;font-weight:700;color:#0f172a;letter-spacing:-.3px}.template-9thDmkrJ{font-size:13px;color:#64748b}.template-3iktSrDA{height:6px;background:#f1f5f9;border-radius:3px;overflow:hidden}.template-KROBcLGx{height:100%;background:#6366f1;border-radius:3px;transition:width .3s ease}.template-BFEUY1kF{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}@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:20px;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px;box-shadow:0 1px 2px #0f172a0a;height:auto!important;position:relative;overflow:hidden}.template-I0QBDGvX:before{content:"";position:absolute;top:0;left:0;bottom:0;width:4px;background:#6366f1}.template-I0QBDGvX:nth-child(2):before{background:#059669}.template-I0QBDGvX:nth-child(3):before{background:#d97706}.template-I0QBDGvX:nth-child(4):before{background:#6366f1}.template-I0QBDGvX .card-content{height:auto!important}.template-Pi9c3M0h{display:flex;flex-direction:column;gap:6px}.template-DOsgQ7ry{font-size:11px;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.6px}.template-nIcIHlD6{font-size:28px;font-weight:700;color:#0f172a;letter-spacing:-.4px}.template--SqjnZUa{font-size:12px;color:#94a3b8}.template-3ngGQtZT{display:flex;align-items:center;gap:32px}@media(max-width:768px){.template-3ngGQtZT{flex-direction:column}}.template-gLxzcxJL{flex:0 0 240px}.template-FJQCUTbS{flex:1;display:flex;flex-direction:column;gap:8px}.template-EAzLtxUL{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fafbfc;border:1px solid rgba(15,23,42,.06);border-radius:10px}.template-ZBfq2iD2{width:12px;height:12px;border-radius:3px;flex-shrink:0}.template-xHJAMdvT{flex:1;font-size:13px;font-weight:500;color:#0f172a}.template-N75-cfOa{font-size:14px;font-weight:700;color:#0f172a;min-width:40px;text-align:right}.template-gbfkwSOq{font-size:12px;color:#64748b;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:#64748b;background:#fff;border:1px solid rgba(15,23,42,.06);border-radius:12px}.template-hd4zif0i p{margin-top:12px;font-size:13px}.template-sBukSoVW{width:36px;height:36px;border:3px solid #eef2ff;border-top-color:#6366f1;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}
