.wallet-selection-overlay{position:fixed!important;inset:0!important;background:rgba(0,0,0,.85)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;padding:20px!important}.wallet-selection-modal{background-color:#0a0a0a!important;border:1px solid #2a2a2a!important;border-radius:16px!important;padding:20px!important;max-width:400px!important;width:100%!important;position:relative!important}.wallet-selection-modal h2{font-size:24px;font-weight:700;color:#ffffff;margin:0 0 8px;letter-spacing:-.5px}.wallet-selection-close-button{position:absolute;top:20px;right:20px;min-width:auto}@media (max-width:640px){.wallet-selection-close-button{top:16px;right:16px}}.wallet-selection-subtitle{font-size:14px;color:rgba(255,255,255,.6);line-height:1.5;margin:0 0 24px}.wallet-selection-error{background-color:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:12px;margin-bottom:16px}.wallet-selection-error p{margin:0;font-size:13px;color:#f87171;line-height:1.5}.wallet-selection-buttons{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.wallet-selection-button{display:flex;align-items:center;justify-content:space-between;padding:12px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.wallet-selection-button:hover:not(:disabled){background:#2a2a2a;border-color:#3a3a3a}.wallet-selection-button:disabled{opacity:.5;cursor:not-allowed}.wallet-selection-button-content{display:flex;align-items:center;gap:12px;flex:1}.wallet-selection-button-icon{font-size:28px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#2a2a2a;border-radius:10px;flex-shrink:0;transition:all .2s ease}.wallet-selection-button:hover:not(:disabled) .wallet-selection-button-icon{background:#3a3a3a}.wallet-selection-button-text{flex:1;min-width:0}.wallet-selection-button-title{font-size:15px;font-weight:600;color:#ffffff;margin-bottom:3px;letter-spacing:-.3px}.wallet-selection-button-description{font-size:12px;color:rgba(255,255,255,.6);line-height:1.4}.wallet-selection-button-arrow{font-size:20px;color:rgba(255,255,255,.3);transition:all .2s ease;flex-shrink:0}.wallet-selection-button:hover:not(:disabled) .wallet-selection-button-arrow{color:rgba(255,255,255,.6)}.wallet-selection-footer{border-radius:8px;font-size:12px;line-height:1.6;color:#999;text-align:center}.wallet-selection-footer a{color:#0ea5e9;text-decoration:none}.wallet-selection-footer a:hover{text-decoration:underline}@media (max-width:640px){.wallet-selection-modal{padding:24px;margin:0 16px}.wallet-selection-modal h2{font-size:20px;padding-right:32px}.wallet-selection-button{padding:10px}.wallet-selection-button-content{gap:10px}.wallet-selection-button-icon{width:36px;height:36px;font-size:24px}.wallet-selection-button-title{font-size:14px}.wallet-selection-button-description{font-size:11px}.wallet-selection-button-arrow{font-size:18px}}.wallet-selection-button:focus{outline:2px solid #3a3a3a;outline-offset:2px}