.wallets-module__hiu5NG__walletsPage{max-width:1200px;min-height:100vh;margin:0 auto;padding:48px 24px 80px}.wallets-module__hiu5NG__pageHeader{text-align:center;margin-bottom:40px}.wallets-module__hiu5NG__pageTitle{background:linear-gradient(135deg,#06b6d4,#0891b2,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:2.5rem;font-weight:800}.wallets-module__hiu5NG__pageSubtitle{color:#9ca3af;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.wallets-module__hiu5NG__searchContainer{max-width:480px;margin:0 auto 40px}.wallets-module__hiu5NG__searchInput{color:#fff;background:#111;border:1px solid #222;border-radius:14px;outline:none;width:100%;padding:14px 20px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.wallets-module__hiu5NG__searchInput:focus{border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d426}.wallets-module__hiu5NG__searchInput::placeholder{color:#6b7280}.wallets-module__hiu5NG__cardGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;display:grid}.wallets-module__hiu5NG__cardPreview{cursor:pointer;background:#111;border:1px solid #1a1a1a;border-radius:16px;outline:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex;overflow:hidden}.wallets-module__hiu5NG__cardPreview:hover,.wallets-module__hiu5NG__cardPreview:focus-visible{border-color:#2a2a2a;transform:translateY(-2px);box-shadow:0 0 24px #06b6d41f}.wallets-module__hiu5NG__cardPreview:focus-visible{box-shadow:0 0 0 3px #06b6d44d}.wallets-module__hiu5NG__accentBar{flex-shrink:0;width:4px}.wallets-module__hiu5NG__previewContent{flex:1;align-items:center;gap:16px;min-width:0;padding:20px;display:flex}.wallets-module__hiu5NG__previewAvatar{object-fit:cover;border:2px solid #222;border-radius:50%;flex-shrink:0;width:56px;height:56px}.wallets-module__hiu5NG__previewAvatarPlaceholder{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.2rem;font-weight:700;display:flex}.wallets-module__hiu5NG__previewText{flex:1;min-width:0}.wallets-module__hiu5NG__previewName{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:1.05rem;font-weight:600;overflow:hidden}.wallets-module__hiu5NG__previewPosition{color:#9ca3af;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.85rem;overflow:hidden}.wallets-module__hiu5NG__previewOrg{color:#06b6d4;white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.8rem;font-weight:500;overflow:hidden}.wallets-module__hiu5NG__emptyState{text-align:center;padding:80px 24px}.wallets-module__hiu5NG__emptyIcon{margin-bottom:16px;font-size:3rem}.wallets-module__hiu5NG__emptyTitle{margin-bottom:8px;font-size:1.5rem;font-weight:700}.wallets-module__hiu5NG__emptyText{color:#9ca3af;margin-bottom:24px}.wallets-module__hiu5NG__emptyCta{color:#fff;background:#06b6d4;border-radius:12px;padding:14px 32px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.wallets-module__hiu5NG__emptyCta:hover{opacity:.85}.wallets-module__hiu5NG__loadMoreContainer{text-align:center;margin-top:40px}.wallets-module__hiu5NG__loadMoreBtn{color:#fff;cursor:pointer;background:0 0;border:1px solid #333;border-radius:12px;padding:14px 40px;font-size:1rem;font-weight:600;transition:background .2s,border-color .2s}.wallets-module__hiu5NG__loadMoreBtn:hover{background:#111;border-color:#06b6d4}.wallets-module__hiu5NG__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}.wallets-module__hiu5NG__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;overscroll-behavior:contain;background:#000000b3;justify-content:center;align-items:center;padding:16px;animation:.15s ease-out wallets-module__hiu5NG__fadeIn;display:flex;position:fixed;inset:0}@keyframes wallets-module__hiu5NG__fadeIn{0%{opacity:0}to{opacity:1}}.wallets-module__hiu5NG__modalCard{background:#0f0f0f;border:1px solid #1f1f1f;border-radius:20px;outline:none;flex-direction:column;width:100%;max-width:400px;max-height:calc(100dvh - 32px);animation:.25s cubic-bezier(.16,1,.3,1) wallets-module__hiu5NG__slideUp;display:flex;position:relative;overflow:hidden}@keyframes wallets-module__hiu5NG__slideUp{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.wallets-module__hiu5NG__modalAccentStripe{width:100%;height:3px}.wallets-module__hiu5NG__modalCloseBtn{color:#6b7280;cursor:pointer;z-index:2;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;transition:background .2s,color .2s;display:flex;position:absolute;top:12px;right:14px}.wallets-module__hiu5NG__modalCloseBtn:hover{color:#fff;background:#ffffff1f}.wallets-module__hiu5NG__modalCloseBtn:focus-visible{outline-offset:2px;color:#fff;outline:2px solid #06b6d4}.wallets-module__hiu5NG__modalIdentity{align-items:center;gap:14px;padding:20px 20px 0;display:flex}.wallets-module__hiu5NG__modalAvatar{object-fit:cover;border:2px solid #222;border-radius:14px;flex-shrink:0;width:56px;height:56px}.wallets-module__hiu5NG__modalAvatarPlaceholder{color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.3rem;font-weight:700;display:flex}.wallets-module__hiu5NG__modalIdentityText{flex:1;min-width:0}.wallets-module__hiu5NG__modalName{color:#fff;margin:0;font-size:1.15rem;font-weight:700;line-height:1.2}.wallets-module__hiu5NG__modalPosition{color:#9ca3af;margin:2px 0 0;font-size:.8rem;line-height:1.3}.wallets-module__hiu5NG__modalOrg{margin:2px 0 0;font-size:.8rem;font-weight:600}.wallets-module__hiu5NG__modalTabs{border-bottom:1px solid #1a1a1a;gap:0;margin:16px 20px 0;display:flex}.wallets-module__hiu5NG__modalTab{color:#6b7280;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;text-align:center;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;padding:10px 0;font-size:.8rem;font-weight:600;transition:color .2s,border-color .2s}.wallets-module__hiu5NG__modalTab:hover{color:#9ca3af}.wallets-module__hiu5NG__modalTabActive{color:#fff;border-bottom-color:#06b6d4}.wallets-module__hiu5NG__modalBody{flex:1;min-height:0;padding:14px 20px 0;overflow-y:auto}.wallets-module__hiu5NG__modalContactGrid{background:#1a1a1a;border-radius:12px;flex-direction:column;gap:1px;margin-bottom:12px;display:flex;overflow:hidden}.wallets-module__hiu5NG__modalContactItem{color:#e5e7eb;background:#111;align-items:center;gap:10px;padding:10px 12px;font-size:.85rem;text-decoration:none;transition:background .15s;display:flex}.wallets-module__hiu5NG__modalContactItem:hover{background:#161616}.wallets-module__hiu5NG__modalContactIcon{text-align:center;flex-shrink:0;width:20px;font-size:.9rem}.wallets-module__hiu5NG__modalContactValue{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.wallets-module__hiu5NG__modalSocialRow{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.wallets-module__hiu5NG__modalSocialPill{text-transform:lowercase;background:0 0;border:1px solid #333;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;font-size:.7rem;font-weight:700;text-decoration:none;transition:background .2s;display:flex}.wallets-module__hiu5NG__modalSocialPill:hover{background:color-mix(in srgb,currentColor 12%,transparent)}.wallets-module__hiu5NG__modalNotes{color:#9ca3af;background:#111;border-left:2px solid #333;border-radius:10px;margin:0 0 8px;padding:8px 12px;font-size:.8rem;line-height:1.5}.wallets-module__hiu5NG__modalQrTab{text-align:center;flex:1;min-height:0;padding:20px;overflow-y:auto}.wallets-module__hiu5NG__modalQrWrapper{background:#fff;border-radius:14px;padding:12px;display:inline-block;box-shadow:0 0 24px #ffffff0a}.wallets-module__hiu5NG__modalQrHint{color:#6b7280;margin:10px 0 12px;font-size:.75rem}.wallets-module__hiu5NG__modalQrUrl{background:#111;border:1px solid #1a1a1a;border-radius:10px;align-items:center;gap:8px;max-width:280px;margin:0 auto;padding:8px 10px 8px 14px;display:flex}.wallets-module__hiu5NG__modalQrUrlText{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;font-family:var(--font-mono,monospace);flex:1;overflow:hidden}.wallets-module__hiu5NG__modalQrCopyBtn{color:#9ca3af;cursor:pointer;background:#1a1a1a;border:1px solid #333;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;transition:all .2s;display:flex}.wallets-module__hiu5NG__modalQrCopyBtn:hover{color:#fff;border-color:#06b6d4}.wallets-module__hiu5NG__modalActionBar{padding:16px 20px 20px;padding-bottom:max(20px,env(safe-area-inset-bottom));flex-shrink:0;gap:8px;display:flex}.wallets-module__hiu5NG__modalActionPrimary{color:#fff;cursor:pointer;text-align:center;border:none;border-radius:10px;flex:1;padding:10px 0;font-size:.82rem;font-weight:600;text-decoration:none;transition:opacity .2s}.wallets-module__hiu5NG__modalActionPrimary:hover{opacity:.88}.wallets-module__hiu5NG__modalActionSecondary{color:#d1d5db;cursor:pointer;text-align:center;white-space:nowrap;background:#141414;border:1px solid #2a2a2a;border-radius:10px;padding:10px 14px;font-size:.82rem;font-weight:500;text-decoration:none;transition:background .2s,border-color .2s}.wallets-module__hiu5NG__modalActionSecondary:hover{background:#1a1a1a;border-color:#333}@media (max-width:768px){.wallets-module__hiu5NG__walletsPage{padding:32px 16px 60px}.wallets-module__hiu5NG__pageTitle{font-size:1.8rem}.wallets-module__hiu5NG__cardGrid{grid-template-columns:1fr}.wallets-module__hiu5NG__modalCard{border-radius:16px;max-width:100%;max-height:calc(100dvh - 32px)}.wallets-module__hiu5NG__modalIdentity{padding:16px 16px 0}.wallets-module__hiu5NG__modalTabs{margin:12px 16px 0}.wallets-module__hiu5NG__modalBody{padding:12px 16px 0}.wallets-module__hiu5NG__modalQrTab{padding:16px}.wallets-module__hiu5NG__modalActionBar{padding:12px 16px;padding-bottom:max(16px,env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.wallets-module__hiu5NG__modalOverlay,.wallets-module__hiu5NG__modalCard{animation:none}}.wallets-module__hiu5NG__emptyCta:focus-visible,.wallets-module__hiu5NG__loadMoreBtn:focus-visible,.wallets-module__hiu5NG__modalActionPrimary:focus-visible,.wallets-module__hiu5NG__modalActionSecondary:focus-visible,.wallets-module__hiu5NG__modalSocialPill:focus-visible,.wallets-module__hiu5NG__modalTab:focus-visible,.wallets-module__hiu5NG__modalContactItem:focus-visible,.wallets-module__hiu5NG__modalQrCopyBtn:focus-visible{outline-offset:2px;outline:2px solid #06b6d4}
