.wallet-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:99999;box-sizing:border-box;background-color:#000c;justify-content:center;align-items:center;width:100%;height:100%;min-height:100dvh;padding:20px;animation:.2s ease-out overlayFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.wallet-modal-container{background-color:#1a1f2e;border:1px solid #ffffff1f;border-radius:20px;flex-direction:column;width:100%;max-width:360px;max-height:calc(100dvh - 40px);margin:auto;animation:.25s ease-out modalSlideIn;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 48px #00000080}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.wallet-modal-header{flex-shrink:0;padding:24px 24px 0;position:relative}.wallet-modal-title{color:#fff;white-space:pre-line;margin:0;font-size:20px;font-weight:600;line-height:1.3}.wallet-modal-close{cursor:pointer;color:#fff9;background-color:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .2s;display:flex;position:absolute;top:16px;right:16px}.wallet-modal-close:hover,.wallet-modal-close:active{color:#fff;background-color:#ffffff26}.wallet-modal-content{flex-grow:1;padding:24px;overflow-y:auto}.wallet-modal-list{flex-direction:column;gap:12px;display:flex}.wallet-modal-item{cursor:pointer;color:#fff;text-align:left;background-color:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;align-items:center;width:100%;padding:12px 16px;transition:all .2s;display:flex}.wallet-modal-item:hover{background-color:#ffffff14;border-color:#ffffff1a}.wallet-modal-item:disabled{opacity:.5;cursor:not-allowed}.wallet-modal-item.connecting{background-color:#ffffff1a;animation:1.5s infinite pulse}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.wallet-modal-item-icon{border-radius:6px;width:28px;height:28px;margin-right:12px}.wallet-modal-item-name{flex-grow:1;font-size:16px;font-weight:500}.wallet-modal-item-badge{color:#34d399;background-color:#10b98133;border-radius:100px;margin-left:8px;padding:2px 8px;font-size:12px}.wallet-modal-empty{text-align:center;color:#fff9;padding:20px 0;font-size:14px}.wallet-modal-more{color:#ffffff80;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;width:100%;margin-top:12px;padding:12px;font-size:14px;display:flex}.wallet-modal-more:hover{color:#fff}.wallet-modal-more svg{width:16px;height:16px;transition:transform .2s}.wallet-modal-more.expanded svg{transform:rotate(180deg)}@media screen and (max-width:360px){.wallet-modal-overlay{padding:12px}.wallet-modal-container{max-width:calc(100% - 24px)}.wallet-modal-title{font-size:16px}}@media screen and (max-height:500px){.wallet-modal-content{max-height:40vh}}.wallet-modal-notice{color:#60a5fa;background-color:#3b82f626;border:1px solid #3b82f64d;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:14px;font-weight:500;display:flex}.wallet-modal-notice-icon{flex-shrink:0;width:18px;height:18px}.wallet-modal-status{text-align:center;border-radius:10px;margin-bottom:12px;padding:12px 16px;font-size:14px}.wallet-modal-status.error{color:#f87171;background-color:#ef444426;border:1px solid #ef44444d}.wallet-modal-status.info{color:#34d399;background-color:#10b98126;border:1px solid #10b9814d}.wallet-modal-status.success{color:#10b981;background-color:#10b98133;border:1px solid #10b98166}.wallet-modal-notice.success{color:#34d399;background-color:#10b98126;border:1px solid #10b9814d}.wallet-modal-item-external{color:#fff6;flex-shrink:0;width:18px;height:18px}.wallet-modal-install-links{flex-direction:column;gap:10px;margin-top:16px;display:flex}.wallet-modal-install-cta{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.wallet-modal-install-icon{width:64px;height:64px;margin-bottom:8px}.wallet-modal-install-btn{color:#1a1f2e;background-color:#ab9ff2;border-radius:12px;justify-content:center;align-items:center;margin-top:8px;padding:12px 24px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.wallet-modal-install-btn:hover{background-color:#9f8fe6;transform:translateY(-1px);box-shadow:0 4px 12px #ab9ff24d}.wallet-modal-install-btn.secondary{color:#fff;background-color:#0000;border:1px solid #fff3}.wallet-modal-install-btn.secondary:hover{background-color:#ffffff1a;transform:translateY(-1px)}
