.wallet-connection{width:100%;padding:0 .5rem}.connection-error{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1rem;border-radius:12px;margin-bottom:1rem;font-size:.875rem;line-height:1.5;text-align:center}.wallet-list{display:flex;flex-direction:column;gap:.5rem}.wallet-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;color:#fff;font-size:1rem;text-align:left;transition:all .2s ease;width:100%;cursor:pointer}.wallet-item:hover:not(:disabled){background:#ffffff14;border-color:#7c3aed80;transform:translate(4px)}.wallet-item:disabled{opacity:.7;cursor:wait}.wallet-item.selected{border-color:#a78bfa;background:#7c3aed26}.wallet-item.installed{border-color:#22c55e80;background:#22c55e0d}.wallet-item.installed:hover:not(:disabled){border-color:#22c55e;background:#22c55e1a}.wallet-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;flex-shrink:0;overflow:hidden;background:transparent}.wallet-icon svg{width:100%;height:100%;border-radius:10px}.wallet-icon-all{background:#a78bfa1a;border-radius:12px}.wallet-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.wallet-name{font-weight:500;color:#fff;font-size:.95rem}.wallet-status{font-size:.75rem;color:#22c55e;font-weight:500}.wallet-subtitle{font-size:.75rem;color:#ffffff80}.wallet-loading{display:flex;align-items:center;justify-content:center}.spinner-small{width:20px;height:20px;border:2px solid rgba(167,139,250,.3);border-top-color:#a78bfa;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:480px){.wallet-item{padding:.75rem;gap:.75rem}.wallet-icon{width:36px;height:36px}.wallet-name{font-size:.9rem}}
