@font-face{font-family:GeistSans;src:url(https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:GeistSans;src:url(https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:GeistSans;src:url(https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:GeistSans;src:url(https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-sans/Geist-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:GeistMono;src:url(https://cdn.jsdelivr.net/npm/geist@1.3.1/dist/fonts/geist-mono/GeistMono-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}.wallet-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease-out;font-family:GeistSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;will-change:opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0);--abstraxn-primary:#111827;--abstraxn-primary-hover:#1f2937;--abstraxn-primary-text:#fff}.wallet-modal-overlay.wallet-modal-theme-dark{background:rgba(0,0,0,.5);--abstraxn-primary:#4b5563;--abstraxn-primary-hover:#6b7280}.wallet-modal-overlay.wallet-modal-theme-light{background:rgba(0,0,0,.3)}.wallet-modal-primary-btn{width:100%;padding:14px 24px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;background:var(--abstraxn-primary);color:var(--abstraxn-primary-text)}.wallet-modal-primary-btn:hover:not(:disabled){background:var(--abstraxn-primary-hover);transform:translateY(-1px)}.wallet-modal-primary-btn:disabled{opacity:.6;cursor:not-allowed}.wallet-modal-content{position:relative;border-radius:16px;width:90%;max-width:400px;max-height:90vh;overflow-y:auto;overflow-x:hidden;padding:24px;animation:slideUp .3s ease-out;display:flex;flex-direction:column;gap:20px;box-sizing:border-box;font-family:GeistSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;will-change:transform,opacity;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.wallet-modal-content.selector-open{overflow:hidden}.wallet-modal-content.wallet-modal-theme-dark{background:#1a1a1a;box-shadow:0 20px 25px -5px rgba(0,0,0,.5),0 10px 10px -5px rgba(0,0,0,.2)}.wallet-modal-content.wallet-modal-theme-light{background:#fff;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);border:1px solid #e5e7eb}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translate3d(0,20px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.wallet-modal-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:8px;gap:12px}.wallet-modal-header-left,.wallet-modal-user-info{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.wallet-modal-header-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.wallet-modal-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#9333ea,#7e22ce);display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.wallet-modal-theme-dark .wallet-modal-avatar{background:linear-gradient(135deg,#a855f7,#9333ea)}.wallet-modal-theme-light .wallet-modal-avatar{background:linear-gradient(135deg,#9333ea,#7e22ce)}.wallet-modal-avatar svg{display:block;width:32px;height:32px}.wallet-modal-user-details{display:flex;flex-direction:column;gap:4px;flex:1 1;min-width:0;text-align:left;align-items:flex-start}.wallet-modal-address{font-size:16px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;transition:opacity .2s;font-family:GeistMono,SF Mono,Monaco,Roboto Mono,monospace}.wallet-modal-theme-dark .wallet-modal-address{color:#fff}.wallet-modal-theme-light .wallet-modal-address{color:#111827}.wallet-modal-address:hover{opacity:.8}.wallet-modal-copy-icon{flex-shrink:0;transition:color .2s}.wallet-modal-theme-dark .wallet-modal-copy-icon{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-copy-icon{color:#6b7280}.wallet-modal-theme-dark .wallet-modal-address:hover .wallet-modal-copy-icon{color:#fff}.wallet-modal-theme-light .wallet-modal-address:hover .wallet-modal-copy-icon{color:#111827}.wallet-modal-copy-notification{font-size:12px;font-weight:500;padding:2px 6px;border-radius:4px;flex-shrink:0;animation:fadeInOut 2s ease-in-out}.wallet-modal-theme-dark .wallet-modal-copy-notification{color:#10b981;background:rgba(16,185,129,.1)}.wallet-modal-theme-light .wallet-modal-copy-notification{color:#059669;background:rgba(5,150,105,.1)}@keyframes fadeInOut{0%{opacity:0;transform:scale(.9)}15%{opacity:1;transform:scale(1)}85%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}.wallet-modal-email{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;max-width:100%}.wallet-modal-theme-dark .wallet-modal-email{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-email{color:#6b7280}.wallet-modal-close{background:transparent;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;flex-shrink:0;width:40px;height:40px}.wallet-modal-close:disabled{opacity:.5;cursor:not-allowed}.wallet-modal-theme-dark .wallet-modal-close{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-close{color:#6b7280}.wallet-modal-theme-dark .wallet-modal-close:hover{background:#2a2a2a;color:#fff}.wallet-modal-theme-light .wallet-modal-close:hover{background:#f3f4f6;color:#111827}.wallet-modal-actions{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:8px}.wallet-modal-action-btn{border-radius:12px;padding:12px 8px;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:all .2s;font-size:15px;font-weight:600;border:1px solid;text-align:center}.wallet-modal-theme-dark .wallet-modal-action-btn{background:#2a2a2a;border-color:#3a3a3a;color:#fff}.wallet-modal-theme-light .wallet-modal-action-btn{background:#fff;border-color:#e5e7eb;color:#111827}.wallet-modal-theme-dark .wallet-modal-action-btn:hover{background:#3a3a3a;border-color:#4a4a4a;transform:translateY(-2px)}.wallet-modal-theme-light .wallet-modal-action-btn:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-2px)}.wallet-modal-action-btn svg{flex-shrink:0}.wallet-modal-theme-dark .wallet-modal-action-btn svg{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-action-btn svg{color:#6b7280}.wallet-modal-asset{border-radius:12px;padding:16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s;margin-top:8px;border:1px solid}.wallet-modal-asset:hover{border-color:#9333ea;background:rgba(147,51,234,.02)}.wallet-modal-theme-dark .wallet-modal-asset{background:#2a2a2a;border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-asset{background:#f9fafb;border-color:#e5e7eb}.wallet-modal-theme-dark .wallet-modal-asset:hover{background:#3a3a3a;border-color:#4a4a4a}.wallet-modal-theme-light .wallet-modal-asset:hover{background:#f3f4f6;border-color:#d1d5db}.wallet-modal-asset-info{display:flex;align-items:center;gap:12px;flex:1 1}.wallet-modal-asset-icon-wrapper{position:relative;width:40px;height:40px;flex-shrink:0}.wallet-modal-asset-icon-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.wallet-modal-asset-icon{width:100%;height:100%;border-radius:50%;background:linear-gradient(135deg,#627eea,#4c6ef5);display:flex;align-items:center;justify-content:center;color:#fff}.wallet-modal-asset-details{display:flex;flex-direction:column;gap:2px;flex:1 1;min-width:0}.wallet-modal-asset-name{font-size:16px;font-weight:600;text-align:left}.wallet-modal-theme-dark .wallet-modal-asset-name{color:#fff}.wallet-modal-theme-light .wallet-modal-asset-name{color:#111827}.wallet-modal-asset-balance{font-size:14px;font-weight:500;text-align:left}.wallet-modal-theme-dark .wallet-modal-asset-balance{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-asset-balance{color:#6b7280}.wallet-modal-asset-status{position:absolute;bottom:0;right:0;width:10px;height:10px;border-radius:50%;background:#10b981;border:2px solid #fff;z-index:1}.wallet-modal-theme-dark .wallet-modal-asset-status{border-color:#1a1a1a}.wallet-modal-asset-arrow{flex-shrink:0}.wallet-modal-theme-dark .wallet-modal-asset-arrow{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-asset-arrow{color:#6b7280}.wallet-modal-menu{display:flex;flex-direction:column;gap:4px;margin-top:8px}.wallet-modal-menu-item{background:transparent;border:none;border-radius:12px;padding:14px 16px;display:flex;align-items:center;gap:12px;cursor:pointer;transition:all .2s;font-size:15px;justify-content:flex-start;font-weight:500;text-align:left;width:100%}.wallet-modal-theme-dark .wallet-modal-menu-item{color:#fff}.wallet-modal-theme-light .wallet-modal-menu-item{color:#111827}.wallet-modal-theme-dark .wallet-modal-menu-item:hover{background:#2a2a2a}.wallet-modal-theme-light .wallet-modal-menu-item:hover{background:#f3f4f6}.wallet-modal-menu-item svg{flex-shrink:0}.wallet-modal-menu-item-disconnect,.wallet-modal-menu-item-disconnect svg{color:#ef4444!important}.wallet-modal-menu-item-disconnect:hover{background:rgba(239,68,68,.1)!important}.wallet-modal-menu-item-disconnect:hover svg{color:#dc2626!important}.wallet-modal-theme-dark .wallet-modal-menu-item-disconnect,.wallet-modal-theme-dark .wallet-modal-menu-item-disconnect svg{color:#ef4444!important}.wallet-modal-theme-dark .wallet-modal-menu-item-disconnect:hover{background:rgba(239,68,68,.15)!important}.wallet-modal-theme-dark .wallet-modal-menu-item-disconnect:hover svg{color:#f87171!important}.wallet-modal-divider{height:1px;margin:8px 0}.wallet-modal-theme-dark .wallet-modal-divider{background:#3a3a3a}.wallet-modal-theme-light .wallet-modal-divider{background:#e5e7eb}.wallet-modal-external-wallets{display:flex;flex-direction:column;gap:12px;margin-top:8px}.wallet-modal-external-wallets-label{font-size:14px;font-weight:500;margin-bottom:4px}.wallet-modal-theme-dark .wallet-modal-external-wallets-label{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-external-wallets-label{color:#6b7280}.wallet-modal-disconnect{background:transparent;border-radius:12px;padding:14px 16px;display:flex;align-items:center;justify-content:flex-start;gap:12px;color:#ef4444;cursor:pointer;transition:all .2s;font-size:15px;font-weight:500;width:100%;margin-top:8px;border:1px solid;text-align:left}.wallet-modal-theme-dark .wallet-modal-disconnect{border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-disconnect{border-color:#e5e7eb}.wallet-modal-theme-dark .wallet-modal-disconnect:hover{background:#2a1a1a;border-color:#ef4444}.wallet-modal-theme-light .wallet-modal-disconnect:hover{background:#fef2f2;border-color:#ef4444}.wallet-modal-disconnect svg{flex-shrink:0}.wallet-modal-content::-webkit-scrollbar{width:8px}.wallet-modal-theme-dark .wallet-modal-content::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.wallet-modal-theme-light .wallet-modal-content::-webkit-scrollbar-track{background:#fff;border-radius:4px}.wallet-modal-theme-dark .wallet-modal-content::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}.wallet-modal-theme-light .wallet-modal-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.wallet-modal-theme-dark .wallet-modal-content::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.wallet-modal-theme-light .wallet-modal-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.wallet-modal-balance{border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:8px;margin-top:8px;border:1px solid;background:linear-gradient(135deg,rgba(147,51,234,.1),rgba(126,34,206,.1));text-align:left}.wallet-modal-theme-dark .wallet-modal-balance{border-color:#3a3a3a;background:linear-gradient(135deg,rgba(168,85,247,.15),rgba(147,51,234,.15))}.wallet-modal-theme-light .wallet-modal-balance{border-color:#e5e7eb;background:linear-gradient(135deg,rgba(147,51,234,.05),rgba(126,34,206,.05))}.wallet-modal-balance-label{font-size:14px;font-weight:500;text-align:left}.wallet-modal-theme-dark .wallet-modal-balance-label{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-balance-label{color:#6b7280}.wallet-modal-balance-value{font-size:28px;font-weight:700;display:flex;align-items:center;gap:8px;font-family:GeistMono,SF Mono,Monaco,Roboto Mono,monospace;text-align:left}.wallet-modal-theme-dark .wallet-modal-balance-value{color:#fff}.wallet-modal-theme-light .wallet-modal-balance-value{color:#111827}.wallet-modal-receive-header{display:flex;align-items:center;justify-content:space-between}.wallet-modal-back{background:transparent;border:none;cursor:pointer;padding:8px;margin:0;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;width:40px;height:40px;box-sizing:border-box}.wallet-modal-back:disabled{opacity:.5;cursor:not-allowed}.wallet-modal-theme-dark .wallet-modal-back{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-back{color:#6b7280}.wallet-modal-theme-dark .wallet-modal-back:hover{background:#2a2a2a;color:#fff}.wallet-modal-theme-light .wallet-modal-back:hover{background:#f3f4f6;color:#111827}.wallet-modal-settings{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:8px;transition:all .2s ease;padding:0;color:inherit}.wallet-modal-theme-dark .wallet-modal-settings{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-settings{color:#6b7280}.wallet-modal-theme-dark .wallet-modal-settings:hover{background:#2a2a2a;color:#fff}.wallet-modal-theme-light .wallet-modal-settings:hover{background:#f3f4f6;color:#111827}.wallet-modal-content .wallet-modal-receive-title{font-size:20px;font-weight:500;margin:0;flex:1 1;text-align:center}.wallet-modal-content.wallet-modal-theme-dark .wallet-modal-receive-title{color:#fff}.wallet-modal-content.wallet-modal-theme-light .wallet-modal-receive-title{color:#111827}.wallet-modal-receive-content{display:flex;flex-direction:column;align-items:center;gap:24px}.wallet-modal-qr-container{padding:20px;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.wallet-modal-address-section{width:100%;display:flex;flex-direction:column;gap:12px}.wallet-modal-address-label{font-size:14px;font-weight:500;text-align:center}.wallet-modal-theme-dark .wallet-modal-address-label{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-address-label{color:#6b7280}.wallet-modal-address-display{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;border:1px solid}.wallet-modal-theme-dark .wallet-modal-address-display{background:#2a2a2a;border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-address-display{background:#f9fafb;border-color:#e5e7eb}.wallet-modal-address-full{flex:1 1;font-family:GeistMono,SF Mono,Monaco,Roboto Mono,monospace;font-size:14px;word-break:break-all;text-align:left}.wallet-modal-theme-dark .wallet-modal-address-full{color:#fff}.wallet-modal-theme-light .wallet-modal-address-full{color:#111827}.wallet-modal-copy-btn{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:8px;border:1px solid;background:transparent;cursor:pointer;transition:all .2s;font-size:14px;font-weight:500;white-space:nowrap}.wallet-modal-theme-dark .wallet-modal-copy-btn{color:#fff;border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-copy-btn{color:#111827;border-color:#e5e7eb}.wallet-modal-theme-dark .wallet-modal-copy-btn:hover{background:#3a3a3a;border-color:#4a4a4a}.wallet-modal-theme-light .wallet-modal-copy-btn:hover{background:#f3f4f6;border-color:#d1d5db}.wallet-modal-copy-btn.copied{background:#10b981;border-color:#10b981;color:#fff}.wallet-modal-address-hint{font-size:13px;text-align:center;margin:0}.wallet-modal-theme-dark .wallet-modal-address-hint{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-address-hint{color:#6b7280}.wallet-modal-send-content{display:flex;flex-direction:column;gap:20px}.wallet-modal-send-field{display:flex;flex-direction:column;gap:8px}.wallet-modal-send-label{font-size:14px;font-weight:500;text-align:left}.wallet-modal-theme-dark .wallet-modal-send-label{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-send-label{color:#6b7280}.wallet-modal-send-token-selector-wrapper{position:relative;width:100%}.wallet-modal-send-token-selector{width:100%;padding:14px 16px;border-radius:12px;border:1px solid;background:transparent;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;gap:12px}.wallet-modal-send-chain-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;width:100%;z-index:10001;border-radius:12px;border:1px solid;overflow:hidden;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.wallet-modal-theme-dark .wallet-modal-send-chain-dropdown{background:#1a1a1a;border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-send-chain-dropdown{background:#fff;border-color:#e5e7eb}.wallet-modal-theme-dark .wallet-modal-send-token-selector{border-color:#3a3a3a;background:#2a2a2a;color:#fff}.wallet-modal-theme-light .wallet-modal-send-token-selector{border-color:#e5e7eb;background:#f9fafb;color:#111827}.wallet-modal-theme-dark .wallet-modal-send-token-selector:hover{background:#3a3a3a;border-color:#4a4a4a}.wallet-modal-theme-light .wallet-modal-send-token-selector:hover{background:#f3f4f6;border-color:#d1d5db}.wallet-modal-send-token-info{display:flex;align-items:center;gap:12px;flex:1 1;min-width:0}.wallet-modal-send-token-name{font-size:15px;font-weight:500}.wallet-modal-send-amount-wrapper{display:flex;align-items:center;border-radius:12px;border:1px solid;overflow:hidden;background:transparent}.wallet-modal-theme-dark .wallet-modal-send-amount-wrapper{border-color:#3a3a3a;background:#2a2a2a}.wallet-modal-theme-light .wallet-modal-send-amount-wrapper{border-color:#e5e7eb;background:#f9fafb}.wallet-modal-send-amount-wrapper.error{border-color:#ef4444}.wallet-modal-send-amount-prefix{padding:14px 16px;font-size:15px;font-weight:500;flex-shrink:0;border-right:1px solid}.wallet-modal-theme-dark .wallet-modal-send-amount-prefix{color:#fff;border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-send-amount-prefix{color:#111827;border-color:#e5e7eb}.wallet-modal-send-amount-input{flex:1 1;padding:14px 16px;border:none;background:transparent;font-size:16px;font-weight:500;outline:none;min-width:0}.wallet-modal-theme-dark .wallet-modal-send-amount-input{color:#fff}.wallet-modal-theme-light .wallet-modal-send-amount-input{color:#111827}.wallet-modal-send-amount-input::placeholder{opacity:.5}.wallet-modal-send-amount-suffix{padding:14px 16px;font-size:14px;flex-shrink:0;opacity:.7}.wallet-modal-theme-dark .wallet-modal-send-amount-suffix{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-send-amount-suffix{color:#6b7280}.wallet-modal-send-balance{display:flex;align-items:center;gap:8px;font-size:12px;margin-top:4px}.wallet-modal-send-balance-label{opacity:.7}.wallet-modal-send-balance-value{font-weight:500}.wallet-modal-theme-dark .wallet-modal-send-balance{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-send-balance{color:#6b7280}.wallet-modal-send-address-input{width:100%;padding:14px 16px;border-radius:12px;border:1px solid;background:transparent;font-size:14px;font-family:GeistMono,SF Mono,monospace;outline:none;transition:all .2s;box-sizing:border-box}.wallet-modal-theme-dark .wallet-modal-send-address-input{border-color:#3a3a3a;background:#2a2a2a;color:#fff}.wallet-modal-theme-light .wallet-modal-send-address-input{border-color:#e5e7eb;background:#f9fafb;color:#111827}.wallet-modal-send-address-input.error{border-color:#ef4444}.wallet-modal-send-address-input:focus{border-color:#9333ea}.wallet-modal-theme-dark .wallet-modal-send-address-input:focus{border-color:#a855f7}.wallet-modal-theme-light .wallet-modal-send-address-input:focus{border-color:#9333ea}.wallet-modal-send-address-input::placeholder{opacity:.5}.wallet-modal-send-error{font-size:12px;color:#ef4444;margin-top:4px;text-align:left}.wallet-modal-send-preview-btn{width:100%;padding:14px 24px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:8px}.wallet-modal-send-preview-btn.disabled{opacity:.5;cursor:not-allowed}.wallet-modal-theme-dark .wallet-modal-send-preview-btn,.wallet-modal-theme-light .wallet-modal-send-preview-btn{background:var(--abstraxn-primary);color:var(--abstraxn-primary-text)}.wallet-modal-theme-dark .wallet-modal-send-preview-btn:hover:not(.disabled),.wallet-modal-theme-light .wallet-modal-send-preview-btn:hover:not(.disabled){background:var(--abstraxn-primary-hover);transform:translateY(-1px)}.wallet-modal-preview-content{padding:20px 0;display:flex;flex-direction:column;gap:24px}.wallet-modal-preview-section{display:flex;flex-direction:column;gap:16px;padding:20px;border-radius:12px;border:1px solid}.wallet-modal-theme-dark .wallet-modal-preview-section{background:#2a2a2a;border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-preview-section{background:#f9fafb;border-color:#e5e7eb}.wallet-modal-preview-item{display:flex;flex-direction:column;gap:4px}.wallet-modal-preview-label{font-size:12px;opacity:.7;text-align:left}.wallet-modal-preview-value{font-size:14px;font-weight:500;word-break:break-all;text-align:left}.wallet-modal-theme-dark .wallet-modal-preview-label,.wallet-modal-theme-dark .wallet-modal-preview-value{color:#fff}.wallet-modal-theme-light .wallet-modal-preview-label,.wallet-modal-theme-light .wallet-modal-preview-value{color:#111827}.wallet-modal-preview-actions{display:flex;flex-direction:column;gap:12px}.wallet-modal-preview-btn{width:100%;padding:14px 24px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.wallet-modal-preview-btn:disabled{opacity:.5;cursor:not-allowed}.wallet-modal-preview-btn-primary{background:var(--abstraxn-primary);color:var(--abstraxn-primary-text)}.wallet-modal-preview-btn-primary:hover:not(:disabled){background:var(--abstraxn-primary-hover);transform:translateY(-1px)}.wallet-modal-preview-btn-secondary{background:transparent;border:1px solid}.wallet-modal-theme-dark .wallet-modal-preview-btn-secondary{border-color:#3a3a3a;color:#fff}.wallet-modal-theme-light .wallet-modal-preview-btn-secondary{border-color:#e5e7eb;color:#111827}.wallet-modal-theme-dark .wallet-modal-preview-btn-secondary:hover:not(:disabled){background:#3a3a3a}.wallet-modal-theme-light .wallet-modal-preview-btn-secondary:hover:not(:disabled){background:#f3f4f6}.wallet-modal-success-content{padding:40px 20px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.wallet-modal-success-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.wallet-modal-content .wallet-modal-success-title{font-size:24px;font-weight:500;margin:0}.wallet-modal-content.wallet-modal-theme-dark .wallet-modal-success-title{color:#fff}.wallet-modal-content.wallet-modal-theme-light .wallet-modal-success-title{color:#111827}.wallet-modal-success-message{font-size:14px;opacity:.7;margin:0}.wallet-modal-theme-dark .wallet-modal-success-message{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-success-message{color:#6b7280}.wallet-modal-success-link{font-size:14px;text-decoration:none;padding:8px 16px;border-radius:8px;transition:all .2s}.wallet-modal-theme-dark .wallet-modal-success-link{color:#a855f7;background:rgba(147,51,234,.1)}.wallet-modal-theme-light .wallet-modal-success-link{color:#9333ea;background:rgba(147,51,234,.1)}.wallet-modal-success-link:hover{background:rgba(147,51,234,.2)}.wallet-modal-success-btn{width:100%;padding:14px 24px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;background:var(--abstraxn-primary);color:var(--abstraxn-primary-text)}.wallet-modal-success-btn:hover{background:var(--abstraxn-primary-hover);transform:translateY(-1px)}.wallet-modal-action-btn-primary{padding:14px 24px;border-radius:12px;border:none;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;background:var(--abstraxn-primary);color:var(--abstraxn-primary-text)}.wallet-modal-action-btn-primary:hover{transform:translateY(-2px);background:var(--abstraxn-primary-hover);box-shadow:0 4px 12px rgba(0,0,0,.18)}.wallet-modal-manage-content{display:flex;flex-direction:column;gap:32px}.wallet-modal-manage-section{display:flex;flex-direction:column;gap:20px}.wallet-modal-content .wallet-modal-manage-section-title{font-size:16px;font-weight:500;margin:0;text-align:left;letter-spacing:-.01em}.wallet-modal-content.wallet-modal-theme-dark .wallet-modal-manage-section-title{color:#fff}.wallet-modal-content.wallet-modal-theme-light .wallet-modal-manage-section-title{color:#111827}.wallet-modal-manage-item{display:flex;flex-direction:column;gap:8px;padding:16px 0;border-bottom:1px solid}.wallet-modal-theme-dark .wallet-modal-manage-item{border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-manage-item{border-color:#e5e7eb}.wallet-modal-manage-item:last-child{border-bottom:none}.wallet-modal-manage-label{font-size:13px;font-weight:500;text-align:left;letter-spacing:.01em}.wallet-modal-theme-dark .wallet-modal-manage-label{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-manage-label{color:#6b7280}.wallet-modal-manage-value{font-size:15px;font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;word-break:break-word}.wallet-modal-theme-dark .wallet-modal-manage-value{color:#fff}.wallet-modal-theme-light .wallet-modal-manage-value{color:#111827}.wallet-modal-manage-value>span:not(.wallet-modal-manage-address-text){flex:1 1;text-align:left;min-width:0}.wallet-modal-manage-address-text{flex:1 1;font-family:GeistMono,SF Mono,Monaco,Roboto Mono,monospace;font-size:14px;word-break:break-all;min-width:0}.wallet-modal-manage-copy-btn{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .2s;font-size:13px;font-weight:500;flex-shrink:0;white-space:nowrap}.wallet-modal-theme-dark .wallet-modal-manage-copy-btn{color:#9ca3af;border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-manage-copy-btn{color:#6b7280;border-color:#e5e7eb}.wallet-modal-theme-dark .wallet-modal-manage-copy-btn:hover{background:#2a2a2a;border-color:#4a4a4a;color:#fff}.wallet-modal-theme-light .wallet-modal-manage-copy-btn:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}.wallet-modal-manage-copy-btn.copied{background:#10b981;border-color:#10b981;color:#fff}.wallet-modal-manage-copy-btn svg{flex-shrink:0}@media (max-width:480px){.wallet-modal-content{width:100%;max-width:100%;border-radius:16px 16px 0 0;max-height:95vh;padding:20px}.wallet-modal-overlay{align-items:flex-end}.wallet-modal-qr-container{padding:16px}.wallet-modal-address-display{flex-direction:column;align-items:stretch}.wallet-modal-copy-btn{width:100%;justify-content:center}}.wallet-modal-manage-action-item{display:flex;align-items:center;gap:12px;padding:16px;border-radius:12px;border:1px solid;cursor:pointer;transition:all .2s;width:100%;text-align:left;background:transparent}.wallet-modal-theme-dark .wallet-modal-manage-action-item{background:#2a2a2a;border-color:#3a3a3a;color:#fff}.wallet-modal-theme-light .wallet-modal-manage-action-item{background:#f9fafb;border-color:#e5e7eb;color:#111827}.wallet-modal-theme-dark .wallet-modal-manage-action-item:hover{background:#3a3a3a;border-color:#4a4a4a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.wallet-modal-theme-light .wallet-modal-manage-action-item:hover{background:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.wallet-modal-manage-action-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;transition:all .2s}.wallet-modal-theme-dark .wallet-modal-manage-action-icon{color:#9ca3af;background:rgba(147,51,234,.1)}.wallet-modal-theme-light .wallet-modal-manage-action-icon{color:#6b7280;background:rgba(147,51,234,.05)}.wallet-modal-theme-dark .wallet-modal-manage-action-item:hover .wallet-modal-manage-action-icon{background:rgba(147,51,234,.2);color:#a855f7}.wallet-modal-theme-light .wallet-modal-manage-action-item:hover .wallet-modal-manage-action-icon{background:rgba(147,51,234,.1);color:#9333ea}.wallet-modal-manage-action-label{flex:1 1;font-size:15px;font-weight:500}.wallet-modal-theme-dark .wallet-modal-manage-action-label{color:#fff}.wallet-modal-theme-light .wallet-modal-manage-action-label{color:#111827}.wallet-modal-manage-action-arrow{flex-shrink:0;transition:transform .2s}.wallet-modal-theme-dark .wallet-modal-manage-action-arrow{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-manage-action-arrow{color:#6b7280}.wallet-modal-manage-action-item:hover .wallet-modal-manage-action-arrow{transform:translateX(2px)}.wallet-modal-theme-dark .wallet-modal-manage-action-item:hover .wallet-modal-manage-action-arrow{color:#fff}.wallet-modal-theme-light .wallet-modal-manage-action-item:hover .wallet-modal-manage-action-arrow{color:#111827}.wallet-modal-chain-selector-section{width:100%;margin-top:16px;margin-bottom:16px}.wallet-modal-export-warning-content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;text-align:left;width:100%;min-width:0;box-sizing:border-box}.wallet-modal-export-warning-illustration{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;margin-bottom:8px;align-self:center}.wallet-modal-theme-dark .wallet-modal-export-warning-illustration,.wallet-modal-theme-light .wallet-modal-export-warning-illustration{background:rgba(59,130,246,.1)}.wallet-modal-export-warning-icon-bg{display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:rgba(59,130,246,.2)}.wallet-modal-theme-dark .wallet-modal-export-warning-icon-bg{color:#3b82f6}.wallet-modal-theme-light .wallet-modal-export-warning-icon-bg{color:#2563eb}.wallet-modal-export-warning-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;align-self:center}.wallet-modal-theme-dark .wallet-modal-export-warning-badge{background:#2a2a2a;color:#9ca3af}.wallet-modal-theme-light .wallet-modal-export-warning-badge{background:#f3f4f6;color:#6b7280}.wallet-modal-export-warning-heading{font-size:18px;font-weight:600;margin:0;line-height:1.5;text-align:left;width:100%;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.wallet-modal-theme-dark .wallet-modal-export-warning-heading{color:#fff}.wallet-modal-theme-light .wallet-modal-export-warning-heading{color:#111827}.wallet-modal-export-warning-info-cards{display:flex;flex-direction:column;gap:12px;width:100%;margin-top:8px}.wallet-modal-export-warning-info-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:12px;text-align:left;width:100%;min-width:0;box-sizing:border-box}.wallet-modal-theme-dark .wallet-modal-export-warning-info-card{background:#2a2a2a;color:#fff}.wallet-modal-theme-light .wallet-modal-export-warning-info-card{background:#f9fafb;color:#111827}.wallet-modal-export-warning-info-card svg{flex-shrink:0;margin-top:2px}.wallet-modal-theme-dark .wallet-modal-export-warning-info-card svg{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-export-warning-info-card svg{color:#6b7280}.wallet-modal-export-warning-info-card span{font-size:14px;line-height:1.5;flex:1 1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.wallet-modal-export-warning-checkbox{display:flex;align-items:flex-start;gap:12px;cursor:pointer;width:100%;min-width:0;padding:16px;border-radius:12px;transition:all .2s;box-sizing:border-box}.wallet-modal-theme-dark .wallet-modal-export-warning-checkbox{background:#2a2a2a}.wallet-modal-theme-light .wallet-modal-export-warning-checkbox{background:#f9fafb}.wallet-modal-export-warning-checkbox-input{width:20px;height:20px;margin-top:2px;cursor:pointer;flex-shrink:0;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid;border-radius:6px;position:relative;transition:all .2s}.wallet-modal-theme-dark .wallet-modal-export-warning-checkbox-input{border-color:#4a4a4a;background:#2a2a2a}.wallet-modal-theme-light .wallet-modal-export-warning-checkbox-input{border-color:#d1d5db;background:#fff}.wallet-modal-export-warning-checkbox-input:checked{background:linear-gradient(135deg,#9333ea,#7e22ce);border-color:#9333ea}.wallet-modal-theme-dark .wallet-modal-export-warning-checkbox-input:checked{background:linear-gradient(135deg,#a855f7,#9333ea);border-color:#a855f7}.wallet-modal-export-warning-checkbox-input:checked:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.wallet-modal-export-warning-checkbox-input:hover{border-color:#9333ea}.wallet-modal-theme-dark .wallet-modal-export-warning-checkbox-input:hover{border-color:#a855f7}.wallet-modal-export-warning-checkbox span{font-size:14px;line-height:1.5;flex:1 1;min-width:0;word-wrap:break-word;overflow-wrap:break-word}.wallet-modal-theme-dark .wallet-modal-export-warning-checkbox span{color:#fff}.wallet-modal-theme-light .wallet-modal-export-warning-checkbox span{color:#111827}.wallet-modal-export-warning-reveal{width:100%;min-width:0;padding:14px 24px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;background:var(--abstraxn-primary);color:var(--abstraxn-primary-text);box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:8px}.wallet-modal-theme-dark .wallet-modal-export-warning-reveal:not(.disabled){background:var(--abstraxn-primary)}.wallet-modal-export-warning-reveal:hover:not(.disabled){transform:translateY(-2px)}.wallet-modal-theme-dark .wallet-modal-export-warning-reveal:hover:not(.disabled),.wallet-modal-theme-light .wallet-modal-export-warning-reveal:hover:not(.disabled){background:var(--abstraxn-primary-hover)}.wallet-modal-loading-spinner{animation:spin 1s linear infinite;width:16px;height:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wallet-modal-export-warning-reveal.disabled{opacity:.5;cursor:not-allowed;background:#9ca3af}.wallet-modal-theme-dark .wallet-modal-export-warning-reveal.disabled{background:#3a3a3a;color:#6b7280}.wallet-modal-theme-light .wallet-modal-export-warning-reveal.disabled{background:#e5e7eb;color:#9ca3af}.wallet-modal-export-key{max-width:480px}.wallet-modal-export-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.wallet-modal-content .wallet-modal-export-title{font-size:20px;font-weight:500;margin:0;flex:1 1;text-align:center}.wallet-modal-content.wallet-modal-theme-dark .wallet-modal-export-title{color:#fff}.wallet-modal-content.wallet-modal-theme-light .wallet-modal-export-title{color:#111827}.wallet-modal-export-content{display:flex;flex-direction:column;gap:20px}.wallet-modal-export-key-display{padding:16px;border-radius:12px;font-family:GeistMono,SF Mono,Monaco,Roboto Mono,monospace;font-size:13px;line-height:1.6;word-break:break-all;text-align:left;position:relative;transition:filter .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wallet-modal-export-key-display.blurred{filter:blur(8px);-webkit-filter:blur(8px);user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.wallet-modal-export-key-display:not(.blurred){user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.wallet-modal-theme-dark .wallet-modal-export-key-display{background:#2a2a2a;color:#fff;border:1px solid #3a3a3a}.wallet-modal-theme-light .wallet-modal-export-key-display{background:#f9fafb;color:#111827;border:1px solid #e5e7eb}.wallet-modal-export-key-hint{font-size:13px;text-align:center;margin:-12px 0 0;padding:0}.wallet-modal-theme-dark .wallet-modal-export-key-hint{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-export-key-hint{color:#6b7280}.wallet-modal-export-copy-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 24px;border-radius:12px;border:1px solid;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;background:transparent}.wallet-modal-export-copy-btn:disabled{opacity:.5;cursor:not-allowed}.wallet-modal-theme-dark .wallet-modal-export-copy-btn{color:#fff;border-color:#3a3a3a}.wallet-modal-theme-light .wallet-modal-export-copy-btn{color:#111827;border-color:#e5e7eb}.wallet-modal-theme-dark .wallet-modal-export-copy-btn:hover{background:#2a2a2a;border-color:#4a4a4a}.wallet-modal-theme-light .wallet-modal-export-copy-btn:hover{background:#f3f4f6;border-color:#d1d5db}.wallet-modal-export-copy-btn svg{flex-shrink:0}.wallet-modal-export-done-btn{width:100%;padding:14px 24px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;color:var(--abstraxn-primary-text)}.wallet-modal-theme-dark .wallet-modal-export-done-btn,.wallet-modal-theme-light .wallet-modal-export-done-btn{background:var(--abstraxn-primary)}.wallet-modal-export-done-btn:hover{transform:translateY(-2px)}.wallet-modal-theme-dark .wallet-modal-export-done-btn:hover{background:var(--abstraxn-primary-hover);box-shadow:0 4px 12px rgba(0,0,0,.18)}.wallet-modal-theme-light .wallet-modal-export-done-btn:hover{background:var(--abstraxn-primary-hover);box-shadow:0 4px 12px rgba(0,0,0,.12)}.wallet-modal-content.wallet-modal-export-warning{padding:20px;gap:0}.wallet-modal-export-warning-divider{width:100%;height:1px;background:rgba(17,24,39,.08);margin:4px 0 14px}.wallet-modal-theme-dark .wallet-modal-export-warning-divider{background:hsla(0,0%,100%,.12)}.wallet-modal-export-warning-simple{width:100%;display:flex;flex-direction:column;align-items:center;gap:14px;padding:6px 0 0}.wallet-modal-export-warning-key-icon{display:flex;align-items:center;justify-content:center;color:#7c3aed;transform:rotate(-20deg)}.wallet-modal-export-warning-simple-text{margin:0;font-size:14px;font-weight:600;text-align:center;line-height:1.4;max-width:360px}.wallet-modal-theme-light .wallet-modal-export-warning-simple-text{color:#111827}.wallet-modal-theme-dark .wallet-modal-export-warning-simple-text{color:#fff}.wallet-modal-export-warning-simple-checkbox{width:100%;display:flex;align-items:flex-start;gap:10px;padding:0;margin-top:2px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wallet-modal-export-warning-simple-checkbox-input{width:18px;height:18px;margin-top:2px;flex-shrink:0;cursor:pointer;accent-color:#7c3aed}.wallet-modal-export-warning-simple-checkbox span{font-size:12px;line-height:1.4}.wallet-modal-theme-light .wallet-modal-export-warning-simple-checkbox span{color:#111827}.wallet-modal-theme-dark .wallet-modal-export-warning-simple-checkbox span{color:#fff}.wallet-modal-export-warning-continue{width:100%;padding:12px 18px;border-radius:10px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background:var(--abstraxn-primary);color:var(--abstraxn-primary-text)}.wallet-modal-export-warning-continue:hover:not(.disabled){background:var(--abstraxn-primary-hover)}.wallet-modal-export-warning-continue.disabled,.wallet-modal-export-warning-continue:disabled{opacity:.55;cursor:not-allowed}.wallet-modal-export-key-body{width:100%;display:flex;flex-direction:column;gap:16px}.wallet-modal-export-key-warning{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border-radius:12px;border:1px solid}.wallet-modal-theme-light .wallet-modal-export-key-warning{background:#f3f4f6;border-color:#e5e7eb}.wallet-modal-theme-dark .wallet-modal-export-key-warning{background:#2a2a2a;border-color:#3a3a3a}.wallet-modal-export-key-warning-icon{flex-shrink:0;margin-top:2px;color:#2563eb}.wallet-modal-theme-dark .wallet-modal-export-key-warning-icon{color:#60a5fa}.wallet-modal-export-key-warning-text{min-width:0}.wallet-modal-export-key-warning-title{font-size:13px;font-weight:700;line-height:1.35}.wallet-modal-export-key-warning-subtitle{margin-top:2px;font-size:12px;line-height:1.35;opacity:.85}.wallet-modal-theme-light .wallet-modal-export-key-warning-subtitle,.wallet-modal-theme-light .wallet-modal-export-key-warning-title{color:#111827}.wallet-modal-theme-dark .wallet-modal-export-key-warning-subtitle,.wallet-modal-theme-dark .wallet-modal-export-key-warning-title{color:#fff}.wallet-modal-export-key-field{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid;box-sizing:border-box}.wallet-modal-theme-light .wallet-modal-export-key-field{background:#fff;border-color:#e5e7eb}.wallet-modal-theme-dark .wallet-modal-export-key-field{background:#2a2a2a;border-color:#3a3a3a}.wallet-modal-export-key-value{flex:1 1;min-width:0;font-family:GeistMono,SF Mono,monospace;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wallet-modal-theme-light .wallet-modal-export-key-value{color:#111827}.wallet-modal-theme-dark .wallet-modal-export-key-value{color:#fff}.wallet-modal-export-key-inline-copy{background:transparent;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:background .15s ease;color:inherit;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wallet-modal-theme-light .wallet-modal-export-key-inline-copy{color:#6b7280}.wallet-modal-theme-dark .wallet-modal-export-key-inline-copy{color:#9ca3af}.wallet-modal-theme-light .wallet-modal-export-key-inline-copy:hover{background:rgba(17,24,39,.06);color:#111827}.wallet-modal-theme-dark .wallet-modal-export-key-inline-copy:hover{background:hsla(0,0%,100%,.08);color:#fff}.abstraxn-connect-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:16px;font-weight:600;line-height:1.5;border-radius:12px;border:none;cursor:pointer;transition:all .2s ease-in-out;font-family:GeistSans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.abstraxn-connect-button:focus-visible{outline-offset:2px}.abstraxn-connect-button-light:focus-visible{outline:2px solid #111827}.abstraxn-connect-button-dark:focus-visible{outline:2px solid #9ca3af}.abstraxn-connect-button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.abstraxn-connect-button.abstraxn-connect-button-light{background-color:#111827;color:#fff}.abstraxn-connect-button.abstraxn-connect-button-light:hover:not(:disabled){background-color:#1f2937;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transform:translateY(-1px)}.abstraxn-connect-button.abstraxn-connect-button-light:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px 0 rgba(0,0,0,.05);background-color:#374151}.abstraxn-connect-button.abstraxn-connect-button-dark{background-color:#4b5563;color:#fff}.abstraxn-connect-button.abstraxn-connect-button-dark:hover:not(:disabled){background-color:#6b7280;box-shadow:0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.2);transform:translateY(-1px)}.abstraxn-connect-button.abstraxn-connect-button-dark:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px 0 rgba(0,0,0,.1);background-color:#6b7280}.abstraxn-connect-button.abstraxn-connect-button-light.abstraxn-connect-button-connected{background:#f3f4f6;color:#111827;border:1px solid #e5e7eb}.abstraxn-connect-button.abstraxn-connect-button-light.abstraxn-connect-button-connected:hover:not(:disabled){background:#e5e7eb;box-shadow:0 2px 4px -1px rgba(0,0,0,.1)}.abstraxn-connect-button.abstraxn-connect-button-dark.abstraxn-connect-button-connected{background:#374151;color:#fff;border:1px solid #4b5563}.abstraxn-connect-button.abstraxn-connect-button-dark.abstraxn-connect-button-connected:hover:not(:disabled){background:#4b5563;box-shadow:0 2px 4px -1px rgba(0,0,0,.3)}.abstraxn-connect-button.abstraxn-connect-button-sm{padding:8px 16px;font-size:14px}.abstraxn-connect-button.abstraxn-connect-button-md{padding:12px 24px;font-size:16px}.abstraxn-connect-button.abstraxn-connect-button-lg{padding:16px 32px;font-size:18px}.abstraxn-connect-button.abstraxn-connect-button-outline{background:transparent}.abstraxn-connect-button.abstraxn-connect-button-outline.abstraxn-connect-button-light{border:2px solid #111827;color:#111827}.abstraxn-connect-button.abstraxn-connect-button-outline.abstraxn-connect-button-light:hover:not(:disabled){background:#111827;color:#fff}.abstraxn-connect-button.abstraxn-connect-button-outline.abstraxn-connect-button-dark{border:2px solid #9ca3af;color:#9ca3af}.abstraxn-connect-button.abstraxn-connect-button-outline.abstraxn-connect-button-dark:hover:not(:disabled){background:#9ca3af;color:#fff}.abstraxn-connect-button.abstraxn-connect-button-ghost{background:transparent;border:none;box-shadow:none}.abstraxn-connect-button.abstraxn-connect-button-ghost.abstraxn-connect-button-light{color:#111827}.abstraxn-connect-button.abstraxn-connect-button-ghost.abstraxn-connect-button-light:hover:not(:disabled){background:rgba(17,24,39,.1)}.abstraxn-connect-button.abstraxn-connect-button-ghost.abstraxn-connect-button-dark{color:#9ca3af}.abstraxn-connect-button.abstraxn-connect-button-ghost.abstraxn-connect-button-dark:hover:not(:disabled){background:rgba(156,163,175,.2)}.abstraxn-connect-button-loading{pointer-events:none}.abstraxn-connect-button-address{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:hsla(0,0%,100%,.2);border-radius:6px;font-size:.875em;font-weight:500;margin-left:8px}.abstraxn-connect-button-dark .abstraxn-connect-button-address{background:hsla(0,0%,100%,.15)}.abstraxn-connect-button-light.abstraxn-connect-button-connected .abstraxn-connect-button-address{background:rgba(17,24,39,.1);color:#111827}.abstraxn-connect-button-dark.abstraxn-connect-button-connected .abstraxn-connect-button-address{background:rgba(156,163,175,.2);color:#9ca3af}.rc-steps{font-size:0;width:100%;line-height:1.5;display:flex}.rc-steps,.rc-steps *{box-sizing:border-box}.rc-steps-item{position:relative;display:inline-block;vertical-align:top;flex:1 1;overflow:hidden}.rc-steps-item-container[role=button]{cursor:pointer;transition:opacity .3s}.rc-steps-item-container[role=button]:hover{opacity:.7}.rc-steps-item:last-child{flex:none}.rc-steps-item:last-child .rc-steps-item-tail,.rc-steps-item:last-child .rc-steps-item-title:after{display:none}.rc-steps-item-container{display:inline-block}.rc-steps-item-content,.rc-steps-item-icon{display:inline-block;vertical-align:top}.rc-steps-item-icon{border:1px solid #ccc;width:26px;height:26px;line-height:26px;text-align:center;border-radius:26px;font-size:14px;margin-right:8px;transition:background-color .3s,border-color .3s}.rc-steps-item-icon>.rc-steps-icon{line-height:1;top:-1px;color:#108ee9;position:relative}.rc-steps-item-icon>.rc-steps-icon.rcicon{font-size:12px;position:relative;top:-2px}.rc-steps-item-tail{position:absolute;left:0;width:100%;top:12px;padding:0 10px}.rc-steps-item-tail:after{content:"";display:inline-block;background:#e9e9e9;height:1px;border-radius:1px;width:100%;transition:background .3s}.rc-steps-item-content{margin-top:3px}.rc-steps-item-title{font-size:14px;margin-bottom:4px;color:#666;font-weight:700;display:inline-block;padding-right:10px;position:relative}.rc-steps-item-title:after{content:"";height:1px;width:1000px;background:#e9e9e9;display:block;position:absolute;top:.55em;left:100%}.rc-steps-item-subtitle{display:inline-block;margin-left:8px}.rc-steps-item-description,.rc-steps-item-subtitle{font-size:12px;color:#999}.rc-steps-item-wait .rc-steps-item-icon{border-color:#ccc;background-color:#fff}.rc-steps-item-wait .rc-steps-item-icon>.rc-steps-icon{color:#ccc}.rc-steps-item-wait .rc-steps-item-icon>.rc-steps-icon .rc-steps-icon-dot{background:#ccc}.rc-steps-item-wait .rc-steps-item-title{color:rgba(0,0,0,.43)}.rc-steps-item-wait .rc-steps-item-title:after{background-color:#e9e9e9}.rc-steps-item-wait .rc-steps-item-description{color:rgba(0,0,0,.43)}.rc-steps-item-wait .rc-steps-item-tail:after{background-color:#e9e9e9}.rc-steps-item-process .rc-steps-item-icon{border-color:#108ee9;background-color:#fff}.rc-steps-item-process .rc-steps-item-icon>.rc-steps-icon{color:#108ee9}.rc-steps-item-process .rc-steps-item-icon>.rc-steps-icon .rc-steps-icon-dot{background:#108ee9}.rc-steps-item-process .rc-steps-item-title{color:rgba(0,0,0,.65)}.rc-steps-item-process .rc-steps-item-title:after{background-color:#e9e9e9}.rc-steps-item-process .rc-steps-item-description{color:rgba(0,0,0,.65)}.rc-steps-item-process .rc-steps-item-tail:after{background-color:#e9e9e9}.rc-steps-item-process .rc-steps-item-icon{background:#108ee9}.rc-steps-item-process .rc-steps-item-icon>.rc-steps-icon{color:#fff}.rc-steps-item-finish .rc-steps-item-icon{border-color:#108ee9;background-color:#fff}.rc-steps-item-finish .rc-steps-item-icon>.rc-steps-icon{color:#108ee9}.rc-steps-item-finish .rc-steps-item-icon>.rc-steps-icon .rc-steps-icon-dot{background:#108ee9}.rc-steps-item-finish .rc-steps-item-title{color:rgba(0,0,0,.43)}.rc-steps-item-finish .rc-steps-item-title:after{background-color:#108ee9}.rc-steps-item-finish .rc-steps-item-description{color:rgba(0,0,0,.43)}.rc-steps-item-finish .rc-steps-item-tail:after{background-color:#108ee9}.rc-steps-item-error .rc-steps-item-icon{border-color:#f50;background-color:#fff}.rc-steps-item-error .rc-steps-item-icon>.rc-steps-icon{color:#f50}.rc-steps-item-error .rc-steps-item-icon>.rc-steps-icon .rc-steps-icon-dot{background:#f50}.rc-steps-item-error .rc-steps-item-title{color:#f50}.rc-steps-item-error .rc-steps-item-title:after{background-color:#e9e9e9}.rc-steps-item-error .rc-steps-item-description{color:#f50}.rc-steps-item-error .rc-steps-item-tail:after{background-color:#e9e9e9}.rc-steps-item.rc-steps-next-error .rc-steps-item-title:after{background:#f50}.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item{margin-right:10px}.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item:last-child{margin-right:0}.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item-tail{display:none}.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item-description{max-width:100px}.rc-steps-item-custom .rc-steps-item-icon{background:none;border:0;width:auto;height:auto}.rc-steps-item-custom .rc-steps-item-icon>.rc-steps-icon{font-size:20px;top:1px;width:20px;height:20px}.rc-steps-item-custom.rc-steps-item-process .rc-steps-item-icon>.rc-steps-icon{color:#108ee9}.rc-steps-small .rc-steps-item-icon{width:18px;height:18px;line-height:18px;text-align:center;border-radius:18px;font-size:12px;margin-right:10px}.rc-steps-small .rc-steps-item-icon>.rc-steps-icon{font-size:12px;font-size:9px\9;transform:scale(.75);top:-1px}.rc-steps-small .rc-steps-item-content{margin-top:0}.rc-steps-small .rc-steps-item-title{font-size:12px;margin-bottom:4px;color:#666;font-weight:700}.rc-steps-small .rc-steps-item-description{font-size:12px;color:#999}.rc-steps-small .rc-steps-item-tail{top:8px;padding:0 8px}.rc-steps-small .rc-steps-item-tail:after{height:1px;border-radius:1px;width:100%}.rc-steps-small .rc-steps-item-custom .rc-steps-item-icon{width:inherit;height:inherit;line-height:inherit;border-radius:0;border:0;background:none}.rc-steps-small .rc-steps-item-custom .rc-steps-item-icon>.rc-steps-icon{font-size:20px;top:-2.5px;transform:none}.rc-steps-vertical{display:block}.rc-steps-vertical .rc-steps-item{display:block;overflow:visible}.rc-steps-vertical .rc-steps-item-icon{float:left}.rc-steps-vertical .rc-steps-item-icon-inner{margin-right:16px}.rc-steps-vertical .rc-steps-item-content{min-height:48px;overflow:hidden;display:block}.rc-steps-vertical .rc-steps-item-title{line-height:26px}.rc-steps-vertical .rc-steps-item-title:after{display:none}.rc-steps-vertical .rc-steps-item-description{padding-bottom:12px}.rc-steps-vertical .rc-steps-item-tail{position:absolute;left:13px;top:0;height:100%;width:1px;padding:30px 0 4px}.rc-steps-vertical .rc-steps-item-tail:after{height:100%;width:1px}.rc-steps-vertical.rc-steps-small .rc-steps-item-tail{position:absolute;left:9px;top:0;padding:22px 0 4px}.rc-steps-vertical.rc-steps-small .rc-steps-item-title{line-height:18px}.rc-steps-label-vertical .rc-steps-item{overflow:visible}.rc-steps-label-vertical .rc-steps-item-tail{padding:0 24px;margin-left:48px}.rc-steps-label-vertical .rc-steps-item-content{display:block;text-align:center;margin-top:8px;width:100px}.rc-steps-label-vertical .rc-steps-item-icon{display:inline-block;margin-left:36px}.rc-steps-label-vertical .rc-steps-item-title{padding-right:0}.rc-steps-label-vertical .rc-steps-item-title:after{display:none}.rc-steps-label-vertical .rc-steps-item-description{text-align:left}.rc-steps-dot .rc-steps-item-tail{width:100%;top:1px;margin:0 0 0 50px;padding:0}.rc-steps-dot .rc-steps-item-tail:after{height:3px}.rc-steps-dot .rc-steps-item-icon{padding-right:0;width:5px;height:5px;line-height:5px;border:0;margin-left:48px}.rc-steps-dot .rc-steps-item-icon .rc-steps-icon-dot{float:left;width:100%;height:100%;border-radius:2.5px}.rc-steps-dot .rc-steps-item-process .rc-steps-dot .rc-steps-item-icon{top:-1px;width:7px;height:7px;line-height:7px}.rc-steps-dot .rc-steps-item-process .rc-steps-dot .rc-steps-item-icon .rc-steps-icon-dot{border-radius:3.5px}.rc-steps-navigation{padding-top:8px}.rc-steps-navigation.rc-steps-horizontal .rc-steps-item-description{max-width:140px}.rc-steps-navigation .rc-steps-item{box-sizing:border-box;text-align:center;overflow:visible}.rc-steps-navigation .rc-steps-item-container{text-align:left;padding-bottom:8px;outline:none}.rc-steps-navigation .rc-steps-item-title{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rc-steps-navigation .rc-steps-item-title:after{display:none}.rc-steps-navigation .rc-steps-item:last-child{flex:1 1}.rc-steps-navigation .rc-steps-item:last-child:after{display:none}.rc-steps-navigation .rc-steps-item:after{content:"";display:inline-block;width:16px;height:16px;border:1px solid #ccc;border-bottom:none;border-left:none;transform:rotate(45deg);position:absolute;top:50%;left:100%;margin-top:-12px;margin-left:-8px}.rc-steps-navigation .rc-steps-item-active .rc-steps-item-container{padding-bottom:5px;border-bottom:3px solid #108ee9}.rc-steps-inline{width:auto;display:inline-flex}.rc-steps-inline .rc-steps-item{flex:none}.rc-steps-inline .rc-steps-item-container{padding:9px 4px 0;margin:0 2px;border-radius:4px;cursor:pointer}.rc-steps-inline .rc-steps-item-container:hover{background:rgba(0,0,0,.04)}.rc-steps-inline .rc-steps-item-container[role=button]:hover{opacity:1}.rc-steps-inline .rc-steps-item-icon{width:6px;height:6px;margin-left:calc(50% - 3px)}.rc-steps-inline .rc-steps-item-icon>.rc-steps-icon{top:0}.rc-steps-inline .rc-steps-item-icon .rc-steps-icon-dot{border-radius:3px}.rc-steps-inline .rc-steps-item-content{width:auto;margin-top:7px}.rc-steps-inline .rc-steps-item-title{color:rgba(0,0,0,.25);font-size:12px;line-height:20px;font-weight:400;margin-bottom:2px}.rc-steps-inline .rc-steps-item-description{display:none}.rc-steps-inline .rc-steps-item-tail{margin-left:0;top:11px}.rc-steps-inline .rc-steps-item-tail:after{height:1px}.rc-steps-inline .rc-steps-item:first-child .rc-steps-item-tail{width:50%;margin-left:50%}.rc-steps-inline .rc-steps-item:last-child .rc-steps-item-tail{display:block;width:50%}.rc-steps-inline .rc-steps-item-finish .rc-steps-item-icon .rc-steps-icon .rc-steps-icon-dot,.rc-steps-inline .rc-steps-item-finish .rc-steps-item-tail:after{background-color:#e9e9e9}.rc-steps-inline .rc-steps-item-wait .rc-steps-item-icon .rc-steps-icon .rc-steps-icon-dot{background-color:#fff;border:1px solid #e9e9e9}