.centy-modals{font-family:var(--sans);color:var(--text);box-sizing:border-box;flex-direction:column!important;display:flex!important;overflow:hidden!important}.centy-modals .centy-modal-card{background:var(--surface);border-radius:var(--r2);box-shadow:var(--shadow-md);box-sizing:border-box;max-width:100%;overflow:hidden}.centy-modals .centy-modal-header{background:linear-gradient(135deg, var(--green) 0%, var(--green-dk) 100%);color:#fff;flex-shrink:0;padding:14px 24px}.centy-modals .centy-modal-header-inner{text-align:left;flex-direction:row;align-items:flex-start;gap:12px;display:flex}.centy-modals .centy-modal-logo{object-fit:contain;border-radius:9px;width:40px;min-width:40px;height:40px;margin:0;display:block;box-shadow:0 2px 6px #00000026}.centy-modals .centy-modal-header-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.centy-modals .centy-modal-header-icon{border-radius:var(--r2);background:#fff3;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;display:flex}.centy-modals .centy-modal-header-inner .centy-modal-header-icon{margin-bottom:0}.centy-modals .centy-modal-header-icon svg{width:22px;height:22px}.centy-modals .centy-modal-title{letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700;line-height:1.2}.centy-modals .centy-modal-subtitle{font-size:var(--t-small);color:#ffffffd9;margin-top:4px;line-height:1.5}.centy-modals .centy-modal-body{box-sizing:border-box;min-width:0;max-width:100%;padding:24px;overflow-x:hidden}.centy-modals .centy-modal-footer{border-top:1px solid var(--border);background:var(--surface2);box-sizing:border-box;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:12px;padding:16px 24px 20px;display:flex}.centy-modals .centy-modal-footer .centy-modal-btn-primary,.centy-modals .centy-modal-footer .centy-modal-btn-cancel,.centy-modals .centy-modal-footer .centy-modal-btn-danger{flex-shrink:0}.centy-modals .centy-modal-footer.centy-modal-footer--split{justify-content:space-between;align-self:stretch;width:100%}.centy-modals .centy-modal-field-label{font-size:var(--t-label);color:var(--text2);margin-bottom:6px;font-weight:600;display:block}.centy-modals button.centy-modal-field-input{font-family:var(--sans);cursor:pointer}.centy-modals .centy-modal-field-input{width:100%;height:44px;font-size:15px;font-family:var(--sans);color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:0 12px;font-weight:500;transition:border-color .15s,box-shadow .15s}.centy-modals .centy-modal-field-input--mono{font-family:var(--mono);font-variant-numeric:tabular-nums}.centy-modals .centy-modal-field-input::placeholder{color:var(--text4)}.centy-modals .centy-modal-field-input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-lt);outline:none}.centy-modals textarea.centy-modal-field-input{resize:vertical;height:auto;min-height:88px;font-family:var(--sans);padding:12px 14px}.centy-modals select.centy-modal-field-input{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239ca3af' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.centy-modals .centy-modal-body :where(input,textarea).centy-modal-field-input{font-size:15px;line-height:1.4}.centy-modals .centy-modal-field-input--amount{font-family:var(--mono);font-variant-numeric:tabular-nums}.centy-modals .centy-modal-field-input.error{border-color:var(--red);box-shadow:0 0 0 3px var(--red-lt)}.centy-modals .centy-modal-field-hint{font-size:var(--t-small);color:var(--text3);margin-top:6px}.centy-modals .centy-modal-btn-primary{box-sizing:border-box;min-height:44px;line-height:1.2;font-size:var(--t-label);font-weight:600;font-family:var(--sans);color:#fff;background:var(--green);border-radius:var(--r);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 2px 8px #0e7c8640}.centy-modals .centy-modal-btn-primary:hover{background:var(--green-dk)}.centy-modals .centy-modal-btn-primary:active{transform:scale(.98)}.centy-modals .centy-modal-btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.centy-modals .centy-modal-btn-danger{box-sizing:border-box;min-height:44px;line-height:1.2;font-size:var(--t-label);font-weight:600;font-family:var(--sans);color:#fff;background:var(--red);border-radius:var(--r);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 2px 8px #dc262638}.centy-modals .centy-modal-btn-danger:hover{filter:brightness(.92)}.centy-modals .centy-modal-btn-danger:active{transform:scale(.98)}.centy-modals .centy-modal-btn-danger:disabled{opacity:.6;cursor:not-allowed;transform:none}.centy-modals .centy-modal-btn-cancel{box-sizing:border-box;min-height:44px;line-height:1.2;font-size:var(--t-label);font-weight:600;font-family:var(--sans);color:var(--text2);border:1px solid var(--border2);border-radius:var(--r);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:0 20px;transition:border-color .15s,background .15s;display:inline-flex}.centy-modals .centy-modal-btn-cancel:hover{background:var(--surface2);border-color:var(--text4)}.centy-modals .centy-modal-options{flex-direction:column;gap:12px;display:flex}.centy-modals .centy-modal-option-card{text-align:left;background:var(--surface);border:2px solid var(--border);border-radius:var(--r2);cursor:pointer;align-items:center;gap:16px;width:100%;padding:16px;transition:border-color .15s,background .15s;display:flex}.centy-modals .centy-modal-option-card:hover{border-color:var(--green);background:var(--green-lt)}.centy-modals .centy-modal-option-icon{border-radius:var(--r2);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.centy-modals .centy-modal-option-card:hover .centy-modal-option-icon{background:var(--green-mid)}.centy-modals .centy-modal-option-icon svg{width:28px;height:28px}.centy-modals .centy-modal-option-icon.icon-green{background:var(--green-lt)}.centy-modals .centy-modal-option-icon.icon-green svg{color:var(--green-dk)}.centy-modals .centy-modal-option-icon.icon-blue{background:var(--blue-lt)}.centy-modals .centy-modal-option-icon.icon-blue svg{color:var(--blue-dk)}.centy-modals .centy-modal-option-icon.icon-violet{background:var(--purple-lt)}.centy-modals .centy-modal-option-icon.icon-violet svg{color:var(--purple-dk)}.centy-modals .centy-modal-option-body{flex:1;min-width:0}.centy-modals .centy-modal-option-title{font-size:var(--t-label);color:var(--text);font-weight:700}.centy-modals .centy-modal-option-desc{font-size:var(--t-small);color:var(--text3);margin-top:4px;line-height:1.5}.centy-modals .centy-modal-option-arrow{color:var(--text4);flex-shrink:0}.centy-modals .centy-modal-option-card:hover .centy-modal-option-arrow{color:var(--green)}.centy-modals .centy-modal-segment-bar{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.centy-modals .centy-modal-segment-bar--three{grid-template-columns:repeat(3,minmax(0,1fr))}@media (width<=479px){.centy-modals .centy-modal-segment-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}.centy-modals .centy-modal-segment{text-align:center;background:var(--surface);border:2px solid var(--border);border-radius:var(--r2);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:56px;padding:8px 6px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.centy-modals .centy-modal-segment:hover{border-color:var(--green);background:var(--green-lt)}.centy-modals .centy-modal-segment.centy-modal-segment--active{border-color:var(--green);background:var(--green-lt);box-shadow:0 0 0 2px var(--green-lt)}.centy-modals .centy-modal-segment-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.centy-modals .centy-modal-segment-icon svg{width:16px;height:16px}.centy-modals .centy-modal-segment-icon.icon-green{background:var(--green-lt)}.centy-modals .centy-modal-segment-icon.icon-green svg{color:var(--green-dk)}.centy-modals .centy-modal-segment-icon.icon-blue{background:var(--blue-lt)}.centy-modals .centy-modal-segment-icon.icon-blue svg{color:var(--blue-dk)}.centy-modals .centy-modal-segment-icon.icon-violet{background:var(--purple-lt)}.centy-modals .centy-modal-segment-icon.icon-violet svg{color:var(--purple-dk)}.centy-modals .centy-modal-bank-picker-item{font-size:15px;line-height:1.35}.centy-modals .centy-modal-segment-label{color:var(--text);font-size:11px;font-weight:700;line-height:1.2}.centy-modals .centy-modal-segment.centy-modal-segment--active .centy-modal-segment-label{color:var(--green-dk)}.centy-modals .centy-modal-intent-row{border:1.5px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;width:100%;min-height:52px;font-family:var(--sans);border-radius:10px;flex-direction:row;align-items:center;gap:12px;padding:10px 12px;transition:border-color .15s,background .15s,box-shadow .15s;display:flex}.centy-modals .centy-modal-intent-row:hover{border-color:var(--green-mid);background:var(--green-lt)}.centy-modals .centy-modal-intent-row.centy-modal-intent-row--active{border-color:var(--green);background:var(--green-lt);box-shadow:0 0 0 1px var(--green)}.centy-modals .centy-modal-intent-row .centy-modal-segment-icon{flex-shrink:0;width:36px;height:36px}.centy-modals .centy-modal-intent-row .centy-modal-intent-copy{flex:1;min-width:0}.centy-modals .centy-modal-intent-row .centy-modal-intent-label{color:var(--text);font-size:14px;font-weight:600;line-height:1.25}.centy-modals .centy-modal-intent-row .centy-modal-intent-desc{color:var(--text3);margin-top:2px;font-size:12px;line-height:1.35}.centy-modals .centy-modal-intent-row.centy-modal-intent-row--active .centy-modal-intent-label{color:var(--green-dk)}.centy-modals .centy-modal-inline-check{color:var(--text2);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;font-weight:500;display:flex}.centy-modals .centy-modal-inline-check input{width:16px;height:16px;accent-color:var(--green);cursor:pointer}.centy-modals .centy-modal-link-btn{color:var(--green);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:12px;font-weight:600}.centy-modals .centy-modal-link-btn:hover{text-decoration:underline}.centy-modals .centy-modal-fee-strip--sticky{z-index:2;background:var(--surface);position:sticky;bottom:0;box-shadow:0 -4px 12px #0000000f}.centy-modals .centy-modal-pills{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.centy-modals .centy-modal-pill{font-size:var(--t-small);font-weight:700;font-family:var(--sans);color:var(--text2);background:var(--surface2);border:1px solid var(--border);border-radius:var(--r);cursor:pointer;justify-content:center;align-items:center;padding:8px 14px;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.centy-modals .centy-modal-pill:hover{border-color:var(--green);color:var(--green-dk)}.centy-modals .centy-modal-pill.centy-modal-pill--active{background:var(--green);border-color:var(--green);color:#fff}.centy-modals .centy-modal-summary{background:var(--blue-lt);border:1px solid var(--blue-mid);border-radius:var(--r2);margin-bottom:16px;padding:16px 20px}.centy-modals .centy-modal-summary-title{font-size:var(--t-micro);color:var(--blue-dk);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px;font-weight:700}.centy-modals .centy-modal-summary-text{font-size:var(--t-small);color:var(--text2);line-height:1.6}.dark .centy-modals .centy-modal-summary--warning{border-color:#4a3a14}.centy-modals .centy-modal-summary--warning{background:var(--amber-lt);border-color:#fde68a}.centy-modals .centy-modal-summary--warning .centy-modal-summary-title{color:var(--amber-dk)}.centy-modals .centy-modal-summary--warning .centy-modal-summary-text{color:var(--amber-dk);opacity:.9}.centy-modals .centy-modal-summary--neutral{background:var(--surface2);border:1px solid var(--border);margin-bottom:12px}.centy-modals .centy-modal-summary--neutral .centy-modal-summary-text{color:var(--text3)}.centy-modals .centy-modal-summary-row{flex-wrap:wrap;gap:12px 20px;display:flex}.centy-modals .centy-modal-footer.centy-modal-footer--stack{flex-direction:column;align-items:stretch}.centy-modals .centy-modal-footer.centy-modal-footer--stack>.centy-modal-btn-primary,.centy-modals .centy-modal-footer.centy-modal-footer--stack>.centy-modal-btn-cancel{justify-content:center;width:100%}.centy-modals .centy-modal-btn-amber{box-sizing:border-box;min-height:44px;line-height:1.2;font-size:var(--t-label);font-weight:600;font-family:var(--sans);color:#fff;background:var(--amber);border-radius:var(--r);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;transition:background .15s,transform .1s;display:inline-flex;box-shadow:0 2px 8px #d9770647}.centy-modals .centy-modal-btn-amber:hover{background:var(--amber-dk)}.centy-modals .centy-modal-btn-amber:disabled{opacity:.6;cursor:not-allowed}.centy-modals .centy-modal-table-scroll{border-radius:var(--r2);border:1px solid var(--border);margin-bottom:8px;overflow:hidden}.centy-modals .centy-modal-table-scroll thead{background:var(--surface2)}.centy-modals .centy-modal-table-scroll th{font-size:var(--t-small);color:var(--text2);font-weight:600}.centy-modals .centy-modal-table-scroll td{border-color:var(--border)}.centy-modals .centy-modal-detail-row{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:10px 0;display:flex}.centy-modals .centy-modal-detail-row:last-of-type{border-bottom:none}.centy-modals .centy-modal-detail-label{font-size:var(--t-micro);color:var(--text3);font-weight:500}.centy-modals .centy-modal-detail-value{font-size:var(--t-small);font-weight:600;font-family:var(--mono);color:var(--text)}.centy-modals .centy-modal-detail-copy{border-radius:var(--r);color:var(--blue-dk);cursor:pointer;background:0 0;border:none;padding:6px;transition:background .15s}.centy-modals .centy-modal-detail-copy:hover{background:var(--blue-lt)}.centy-modals .centy-modal-detail-copy svg{width:14px;height:14px}.centy-modals .centy-modal-state{text-align:center;padding:32px 16px}.centy-modals .centy-modal-state-icon{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 16px;display:flex}.centy-modals .centy-modal-state-icon svg{width:32px;height:32px}.centy-modals .centy-modal-state-icon.icon-spin svg{animation:.8s linear infinite centy-spin}.centy-modals .centy-modal-state-icon.bg-green{background:var(--green-lt)}.centy-modals .centy-modal-state-icon.bg-green svg{color:var(--green-dk)}.centy-modals .centy-modal-state-icon.bg-blue{background:var(--blue-lt)}.centy-modals .centy-modal-state-icon.bg-blue svg{color:var(--blue-dk)}.centy-modals .centy-modal-state-icon.bg-amber{background:var(--amber-lt)}.centy-modals .centy-modal-state-icon.bg-amber svg{color:var(--amber-dk)}.centy-modals .centy-modal-state-icon.bg-red{background:var(--red-lt)}.centy-modals .centy-modal-state-icon.bg-red svg{color:var(--red)}@keyframes centy-spin{to{transform:rotate(360deg)}}@keyframes centy-pulse{0%,to{opacity:1}50%{opacity:.4}}.centy-modals .centy-modal-state-title{color:var(--text);margin-bottom:8px;font-size:18px;font-weight:700}.centy-modals .centy-modal-state-text{font-size:var(--t-small);color:var(--text3);max-width:280px;margin:0 auto 24px;line-height:1.6}.centy-modals .centy-modal-state-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.centy-modals .centy-modal-step-pills{align-items:center;gap:2px;min-height:40px;margin-top:16px;padding-bottom:4px;display:flex;overflow-x:auto}.centy-modals .centy-modal-step-pills--no-scroll{scrollbar-width:none;overflow-x:hidden}.centy-modals .centy-modal-step-pills--no-scroll::-webkit-scrollbar{display:none}.centy-modals .centy-modal-step-pill{border:1.5px solid var(--border2);height:26px;color:var(--text4);background:0 0;border-radius:13px;flex-shrink:0;align-items:center;gap:6px;padding:0 10px;font-size:11px;font-weight:700;transition:all .2s;display:inline-flex}.centy-modals .centy-modal-step-pill.centy-modal-step-pill--active{background:var(--green);border-color:var(--green);color:#fff}.centy-modals .centy-modal-step-pill.centy-modal-step-pill--done{background:var(--green-lt);border-color:var(--green-mid);color:var(--green-dk)}.centy-modals .centy-modal-step-pill-sep{background:var(--border2);border-radius:2px;flex:1 0 6px;width:6px;max-width:16px;height:1.5px}.centy-modals .centy-modal-step-pill-sep.done{background:var(--green-mid)}@media (width<=640px){.centy-modals .centy-modal-header{padding:14px 16px}.centy-modals .centy-modal-header-icon{width:36px;height:36px;margin-bottom:8px}.centy-modals .centy-modal-header-icon svg{width:18px;height:18px}.centy-modals .centy-modal-title{font-size:17px}.centy-modals .centy-modal-body{padding:16px}.centy-modals .centy-modal-footer{gap:8px;padding:12px 16px}.centy-modals .centy-modal-step-pills,.centy-modals .centy-modal-step-pills--no-scroll{scrollbar-width:none;padding-bottom:2px;overflow-x:auto}.centy-modals .centy-modal-step-pills::-webkit-scrollbar{display:none}.centy-modals .centy-modal-step-pills--no-scroll::-webkit-scrollbar{display:none}.centy-modals .centy-modal-step-pill{gap:4px;height:24px;padding:0 8px;font-size:10px}.centy-modals .centy-modal-option-card{gap:12px;padding:12px}.centy-modals .centy-modal-option-icon{width:40px;height:40px}.centy-modals .centy-modal-option-icon svg{width:20px;height:20px}.centy-modals .centy-modal-btn-primary,.centy-modals .centy-modal-btn-cancel{flex:1 1 0;min-width:0}}.centy-modal-stepper{background:var(--surface);flex-shrink:0;justify-content:center;align-items:flex-start;gap:0;padding:20px 24px 8px;display:flex}.centy-modal-stepper__step{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.centy-modal-stepper__step:after{content:"";background:var(--border2,#d0d5de);height:2px;transition:background .25s;position:absolute;top:14px;left:calc(50% + 18px);right:calc(18px - 50%)}.centy-modal-stepper__step:last-child:after{display:none}.centy-modal-stepper__step--done:after{background:var(--green)}.centy-modal-stepper__bubble{border:2px solid var(--border2,#d0d5de);background:var(--surface,#fff);width:28px;height:28px;color:var(--text4,#9ca3af);z-index:1;border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:all .2s;display:flex;position:relative}.centy-modal-stepper__step--active .centy-modal-stepper__bubble{border-color:var(--green);background:var(--green);color:#fff;box-shadow:0 0 0 4px var(--green-lt)}.centy-modal-stepper__step--done .centy-modal-stepper__bubble{border-color:var(--green);background:var(--green-lt);color:var(--green-dk)}.centy-modal-stepper__label{color:var(--text4,#9ca3af);text-align:center;white-space:nowrap;font-size:11px;font-weight:500;transition:color .2s}.centy-modal-stepper__step--active .centy-modal-stepper__label{color:var(--green-dk);font-weight:700}.centy-modal-stepper__step--done .centy-modal-stepper__label{color:var(--text2,#374151)}.centy-modal-step-hint{color:var(--text4,#9ca3af);text-align:center;flex-shrink:0;padding:4px 24px 12px;font-size:12px}.centy-modals .centy-modal-btn-back{font-size:13px;font-weight:600;font-family:var(--sans);cursor:pointer;background:var(--surface,#fff);color:var(--text2,#374151);border:1px solid var(--border,#e4e7ed);border-radius:8px;align-items:center;gap:6px;padding:9px 18px;transition:background .15s,border-color .15s;display:inline-flex}.centy-modals .centy-modal-btn-back:hover{background:var(--surface2);border-color:var(--border2)}.centy-modals .centy-modal-btn-next{font-size:13px;font-weight:600;font-family:var(--sans);cursor:pointer;background:var(--green);color:#fff;box-shadow:0 2px 5px color-mix(in srgb, var(--green) 15%, transparent);border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 20px;transition:background .15s,opacity .15s;display:inline-flex}.centy-modals .centy-modal-btn-next:hover{background:var(--green-dk)}.centy-modals .centy-modal-btn-next:disabled{opacity:.5;cursor:not-allowed}.centy-modals .centy-modal-footer-note{border-top:1px solid var(--border);color:var(--text4);text-align:center;margin-top:16px;padding-top:16px;font-size:11px}.centy-modals .centy-modal-header{background:var(--surface);color:var(--text);border-bottom:1px solid var(--border);padding-right:52px}.centy-modals .centy-modal-header-icon{background:var(--green-lt);color:var(--green-dk)}.centy-modals .centy-modal-header-icon svg{color:var(--green-dk)}.centy-modals .centy-modal-title{color:var(--text)}.centy-modals .centy-modal-subtitle{color:var(--text3)}@media (width<=639px){[data-radix-dialog-content].centy-modals.centy-modals--sheet{border-radius:16px 16px 0 0!important;width:100%!important;max-width:100%!important;max-height:min(90dvh,640px)!important;inset:auto 0 0!important;transform:translate(0,0)!important}}
