.centy-modals{font-family:var(--sans);color:var(--text);overflow-x:hidden;box-sizing:border-box}.centy-modals .centy-modal-card{background:var(--surface);border-radius:var(--r2);overflow:hidden;box-shadow:var(--shadow-md);max-width:100%;box-sizing:border-box}.centy-modals .centy-modal-header{background:linear-gradient(135deg,var(--green) 0%,var(--green-dk) 100%);color:#fff;padding:14px 24px;flex-shrink:0}.centy-modals .centy-modal-header-inner{display:flex;flex-direction:row;align-items:flex-start;gap:12px;text-align:left}.centy-modals .centy-modal-logo{width:40px;height:40px;min-width:40px;border-radius:50%;background:var(--green);color:#fff;font-family:var(--sans);font-weight:800;font-size:18px;display:flex;align-items:center;justify-content:center;margin:0;box-shadow:0 2px 6px #00000026}.centy-modals .centy-modal-header-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.centy-modals .centy-modal-header-icon{width:44px;height:44px;border-radius:var(--r2);background:#fff3;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.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{font-size:20px;font-weight:700;letter-spacing:-.3px;line-height:1.2;margin:0}.centy-modals .centy-modal-subtitle{font-size:var(--t-small);color:#ffffffd9;margin-top:4px;line-height:1.5}.centy-modals .centy-modal-body{padding:24px;overflow-x:hidden;min-width:0;max-width:100%;box-sizing:border-box}.centy-modals .centy-modal-footer{padding:16px 24px 20px;border-top:1px solid var(--border);background:var(--surface2);display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex-shrink:0;box-sizing:border-box}.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;width:100%;align-self:stretch}.centy-modals .centy-modal-field-label{display:block;font-size:var(--t-label);font-weight:600;color:var(--text2);margin-bottom:6px}.centy-modals .centy-modal-field-input{width:100%;height:44px;padding:0 12px;font-size:15px;font-family:var(--mono);font-weight:500;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--r);transition:border-color .15s,box-shadow .15s}.centy-modals .centy-modal-field-input::placeholder{color:var(--text4)}.centy-modals .centy-modal-field-input:focus{outline:none;border-color:var(--green);box-shadow:0 0 0 3px var(--green-lt)}.centy-modals textarea.centy-modal-field-input{height:auto;min-height:88px;padding:12px 14px;resize:vertical;font-family:var(--sans)}.centy-modals select.centy-modal-field-input{appearance:none;cursor:pointer;padding-right:36px;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-repeat:no-repeat;background-position:right 12px center}.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-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{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;box-sizing:border-box;padding:0 20px;line-height:1.2;font-size:var(--t-label);font-weight:600;font-family:var(--sans);color:#fff;background:var(--green);border:none;border-radius:var(--r);cursor:pointer;transition:background .15s,transform .1s;box-shadow:0 2px 8px #00a86540}.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{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;box-sizing:border-box;padding:0 20px;line-height:1.2;font-size:var(--t-label);font-weight:600;font-family:var(--sans);color:#fff;background:var(--red);border:none;border-radius:var(--r);cursor:pointer;transition:background .15s,transform .1s;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{display:inline-flex;align-items:center;justify-content:center;min-height:44px;box-sizing:border-box;padding:0 20px;line-height:1.2;font-size:var(--t-label);font-weight:600;font-family:var(--sans);color:var(--text2);background:transparent;border:1px solid var(--border2);border-radius:var(--r);cursor:pointer;transition:border-color .15s,background .15s}.centy-modals .centy-modal-btn-cancel:hover{background:var(--surface2);border-color:var(--text4)}.centy-modals .centy-modal-options{display:flex;flex-direction:column;gap:12px}.centy-modals .centy-modal-option-card{display:flex;align-items:center;gap:16px;width:100%;padding:16px;text-align:left;background:var(--surface);border:2px solid var(--border);border-radius:var(--r2);cursor:pointer;transition:border-color .15s,background .15s}.centy-modals .centy-modal-option-card:hover{border-color:var(--green);background:var(--green-lt)}.centy-modals .centy-modal-option-icon{width:56px;height:56px;border-radius:var(--r2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.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);font-weight:700;color:var(--text)}.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{flex-shrink:0;color:var(--text4)}.centy-modals .centy-modal-option-card:hover .centy-modal-option-arrow{color:var(--green)}.centy-modals .centy-modal-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.centy-modals .centy-modal-pill{padding:8px 14px;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;transition:border-color .15s,color .15s,background .15s}.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);padding:16px 20px;margin-bottom:16px}.centy-modals .centy-modal-summary-title{font-size:var(--t-micro);font-weight:700;color:var(--blue-dk);text-transform:uppercase;letter-spacing:.05em;margin-bottom:8px}.centy-modals .centy-modal-summary-text{font-size:var(--t-small);color:var(--text2);line-height:1.6}.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-detail-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border)}.centy-modals .centy-modal-detail-row:last-of-type{border-bottom:none}.centy-modals .centy-modal-detail-label{font-size:var(--t-micro);font-weight:500;color:var(--text3)}.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{padding:6px;border-radius:var(--r);color:var(--blue-dk);background:transparent;border:none;cursor:pointer;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{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.centy-modals .centy-modal-state-icon svg{width:32px;height:32px}.centy-modals .centy-modal-state-icon.icon-spin svg{animation:centy-spin .8s linear infinite}.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{font-size:18px;font-weight:700;color:var(--text);margin-bottom:8px}.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{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.centy-modals .centy-modal-step-pills{display:flex;align-items:center;gap:2px;margin-top:16px;overflow-x:auto;padding-bottom:4px;min-height:40px}.centy-modals .centy-modal-step-pills--no-scroll{overflow-x:hidden;scrollbar-width:none}.centy-modals .centy-modal-step-pills--no-scroll::-webkit-scrollbar{display:none}.centy-modals .centy-modal-step-pill{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;border-radius:13px;font-size:11px;font-weight:700;flex-shrink:0;border:1.5px solid var(--border2);background:transparent;color:var(--text4);transition:all .2s}.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{width:6px;max-width:16px;flex:1 1 6px;height:1.5px;background:var(--border2);border-radius:2px;flex-shrink:0}.centy-modals .centy-modal-step-pill-sep.done{background:var(--green-mid)}@media(max-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{padding:12px 16px;gap:8px}.centy-modals .centy-modal-step-pills,.centy-modals .centy-modal-step-pills--no-scroll{overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.centy-modals .centy-modal-step-pills::-webkit-scrollbar,.centy-modals .centy-modal-step-pills--no-scroll::-webkit-scrollbar{display:none}.centy-modals .centy-modal-step-pill{padding:0 8px;font-size:10px;height:24px;gap:4px}.centy-modals .centy-modal-option-card{padding:12px;gap: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{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:20px 24px 8px;background:var(--surface);flex-shrink:0}.centy-modal-stepper__step{display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;flex:1}.centy-modal-stepper__step:after{content:"";position:absolute;top:14px;left:calc(50% + 18px);right:calc(-50% + 18px);height:2px;background:var(--border2, #d0d5de);transition:background .25s}.centy-modal-stepper__step:last-child:after{display:none}.centy-modal-stepper__step--done:after{background:var(--green, #00a865)}.centy-modal-stepper__bubble{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid var(--border2, #d0d5de);background:var(--surface, #fff);color:var(--text4, #9ca3af);transition:all .2s;position:relative;z-index:1}.centy-modal-stepper__step--active .centy-modal-stepper__bubble{border-color:var(--green, #00a865);background:var(--green, #00a865);color:#fff;box-shadow:0 0 0 4px var(--green-lt, #e6f7f0)}.centy-modal-stepper__step--done .centy-modal-stepper__bubble{border-color:var(--green, #00a865);background:var(--green-lt, #e6f7f0);color:var(--green-dk, #007a49)}.centy-modal-stepper__label{font-size:11px;font-weight:500;color:var(--text4, #9ca3af);text-align:center;white-space:nowrap;transition:color .2s}.centy-modal-stepper__step--active .centy-modal-stepper__label{color:var(--green-dk, #007a49);font-weight:700}.centy-modal-stepper__step--done .centy-modal-stepper__label{color:var(--text2, #374151)}.centy-modal-step-hint{padding:4px 24px 12px;font-size:12px;color:var(--text4, #9ca3af);text-align:center;flex-shrink:0}.centy-modals .centy-modal-btn-back{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:8px;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);transition:background .15s,border-color .15s}.centy-modals .centy-modal-btn-back:hover{background:var(--surface2);border-color:var(--border2)}.centy-modals .centy-modal-btn-next{display:inline-flex;align-items:center;gap:6px;padding:9px 20px;border-radius:8px;font-size:13px;font-weight:600;font-family:var(--sans);cursor:pointer;background:var(--green, #00a865);color:#fff;border:none;box-shadow:0 2px 5px #00a86525;transition:background .15s,opacity .15s}.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{padding-top:16px;margin-top:16px;border-top:1px solid var(--border);font-size:11px;color:var(--text4);text-align:center}.centy-modals .centy-modal-header{background:var(--surface);color:var(--text);border-bottom:1px solid var(--border)}.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)}
