.modal-overlay{z-index:9998;padding:var(--space-4);-webkit-backdrop-filter:blur(8px);background:#0009;justify-content:center;align-items:center;animation:.2s ease-out modal-overlay-fade-in;display:flex;position:fixed;inset:0}.modal{max-height:calc(100vh - var(--space-8));background:#fff;border:1px solid #e5e7eb;border-radius:20px;flex-direction:column;animation:.25s cubic-bezier(.4,0,.2,1) modal-slide-in;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000026}.dark .modal{background:#1f2937;border-color:#374151;box-shadow:0 8px 24px #0006}.modal-sm{width:100%;max-width:400px}.modal-md{width:100%;max-width:500px}.modal-lg{width:100%;max-width:640px}.modal-xl{width:100%;max-width:800px}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex;position:relative}.dark .modal-header{border-bottom-color:#374151}.modal-title{color:#111827;letter-spacing:-.01em;margin:0;font-size:1.125rem;font-weight:700}.dark .modal-title{color:#f3f4f6}.modal-close{color:#64748b;cursor:pointer;background:#f3f4f6;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background-color .15s;display:flex}.dark .modal-close{color:#9ca3af;background:#374151}.dark .modal-close:hover{color:#d1d5db;background:#4b5563}.modal-close:hover{color:#374151;background:#e5e7eb}.modal-content{padding:1.5rem;overflow-y:auto}.modal-footer{background:#fafafa;border-top:1px solid #e5e7eb;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.dark .modal-footer{background:#111827;border-top-color:#374151}@keyframes modal-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-slide-in{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}.confirm-modal-body{color:#4b5563;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.7}.dark .confirm-modal-body{color:#9ca3af}.confirm-modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.confirm-modal-actions .btn{cursor:pointer;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;min-width:110px;height:44px;padding:0 1.25rem;font-size:.875rem;font-weight:600;transition:background-color .15s;display:inline-flex}.confirm-modal-actions .btn-secondary{color:#374151;background:#fff;border:2px solid #e5e7eb}.dark .confirm-modal-actions .btn-secondary{color:#f3f4f6;background:#374151;border-color:#4b5563}.confirm-modal-actions .btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#d1d5db}.dark .confirm-modal-actions .btn-secondary:hover:not(:disabled){background:#4b5563;border-color:#6b7280}.confirm-modal-actions .btn-primary{color:#fff;background:#8b5cf6;border:none}.confirm-modal-actions .btn-primary:hover:not(:disabled){background:#7c3aed}.confirm-modal-actions .btn-danger{color:#fff;background:#ef4444;border:none}.confirm-modal-actions .btn-danger:hover:not(:disabled){background:#dc2626}.confirm-modal-actions .btn-success{color:#fff;background:#22c55e;border:none}.confirm-modal-actions .btn-success:hover:not(:disabled){background:#16a34a}.confirm-modal-actions .btn:disabled{opacity:.6;cursor:not-allowed}.btn-spinner{border:2px solid #ffffff4d;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite btn-spin;display:inline-block}@keyframes btn-spin{to{transform:rotate(360deg)}}.tx-preview-body{margin-bottom:1.5rem}.tx-preview-details{background:#f9fafb;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:1rem;padding:1rem 1.25rem}.dark .tx-preview-details{background:#111827;border-color:#374151}.tx-preview-row{justify-content:space-between;align-items:center;padding:.625rem 0;display:flex}.tx-preview-row:not(:last-child){border-bottom:1px solid #e5e7eb}.dark .tx-preview-row:not(:last-child){border-bottom-color:#374151}.tx-preview-label{color:#64748b;font-size:.875rem;font-weight:500}.dark .tx-preview-label{color:#9ca3af}.tx-preview-value{color:#111827;text-align:right;font-size:.875rem;font-weight:600}.dark .tx-preview-value{color:#f3f4f6}.tx-preview-highlight{background:#f5f3ff;border-left:4px solid #8b5cf6;border-radius:10px;margin:.5rem -1.25rem;padding:.875rem 1.25rem}.dark .tx-preview-highlight{background:#8b5cf626}.tx-preview-highlight .tx-preview-label,.tx-preview-highlight .tx-preview-value{color:#6d28d9;font-weight:700}.dark .tx-preview-highlight .tx-preview-label,.dark .tx-preview-highlight .tx-preview-value{color:#a78bfa}.tx-preview-warnings{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.tx-preview-warning{color:#92400e;background:#fffbeb;border:1px solid #fcd34d;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.875rem;line-height:1.5;display:flex}.dark .tx-preview-warning{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b66}.tx-preview-warning svg{color:#d97706;flex-shrink:0;width:20px;height:20px;margin-top:1px}.tx-preview-note{color:#1e40af;background:#eff6ff;border:1px solid #93c5fd;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.875rem;line-height:1.5;display:flex}.dark .tx-preview-note{color:#60a5fa;background:#3b82f626;border-color:#3b82f666}.tx-preview-note svg{color:#3b82f6;flex-shrink:0;width:20px;height:20px;margin-top:1px}.success-modal-icon{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;animation:.5s cubic-bezier(.4,0,.2,1) success-bounce;display:flex}@keyframes success-bounce{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.success-modal-title{color:#111827;text-align:center;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.dark .success-modal-title{color:#f3f4f6}.success-modal-message{color:#64748b;text-align:center;margin-bottom:1.5rem;font-size:.9375rem;line-height:1.6}.dark .success-modal-message{color:#9ca3af}.error-modal-icon{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.error-modal-title{color:#111827;text-align:center;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.dark .error-modal-title{color:#f3f4f6}.error-modal-message{color:#64748b;text-align:center;margin-bottom:.75rem;font-size:.9375rem;line-height:1.6}.dark .error-modal-message{color:#9ca3af}.error-modal-details{color:#991b1b;word-break:break-all;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:1.5rem;padding:.75rem 1rem;font-family:SF Mono,ui-monospace,monospace;font-size:.8125rem}.dark .error-modal-details{color:#fca5a5;background:#ef444426;border-color:#ef444466}@media (max-width:640px){.modal-overlay{align-items:center;padding:1rem}.modal{border-radius:20px;max-height:90vh}.modal-sm,.modal-md,.modal-lg,.modal-xl{max-width:calc(100% - 2rem)}.modal-header{padding:1rem 1.25rem}.modal-content{padding:1.25rem}.confirm-modal-actions{flex-direction:column-reverse}.confirm-modal-actions .btn{width:100%}}
