.wallets-module__hiu5NG__walletsPage{max-width:1200px;min-height:100vh;margin:0 auto;padding:24px 20px 60px}.wallets-module__hiu5NG__pageHeader{text-align:center;margin-bottom:28px}.wallets-module__hiu5NG__pageTitle{font-family:var(--font-serif);color:var(--color-text-primary);margin-bottom:10px;font-size:clamp(1.75rem,3.5vw,2.5rem);font-style:italic;font-weight:400;line-height:1.1}.wallets-module__hiu5NG__pageSubtitle{color:var(--color-text-secondary);letter-spacing:-.01em;max-width:480px;margin:0 auto;font-size:.95rem;line-height:1.5}.wallets-module__hiu5NG__searchContainer{max-width:480px;margin:0 auto 32px}.wallets-module__hiu5NG__searchInput{border:1px solid var(--color-dark-border);background:var(--color-dark-surface);width:100%;color:var(--color-text-primary);border-radius:100px;outline:none;padding:12px 20px;font-size:.9rem;transition:all .3s;box-shadow:inset 0 2px 4px #0000000d}.wallets-module__hiu5NG__bentoGrid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;padding:8px 0;display:grid}.wallets-module__hiu5NG__cardPreview{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:22px;flex-direction:column;height:380px;transition:all .6s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;box-shadow:0 6px 20px #0000001a,0 2px 6px #0000000f}[data-theme=dark] .wallets-module__hiu5NG__cardPreview{background:#0a0a0a;border-color:#ffffff2e;box-shadow:0 10px 28px #ffffff38,0 4px 10px #ffffff24,0 0 0 1px #ffffff14}.wallets-module__hiu5NG__cardPreview:hover{border-color:#0000001f;transform:translateY(-12px)scale(1.01);box-shadow:0 32px 64px #00000040,0 12px 24px #00000026}[data-theme=dark] .wallets-module__hiu5NG__cardPreview:hover{border-color:#ffffff80;box-shadow:0 28px 68px #fff6,0 12px 24px #ffffff38,0 0 0 1px #ffffff59}:root{--color-text-primary:#000;--color-text-secondary:#666;--color-bg-base:#fff;--color-card-bg:#fff;--color-border:#0000000d}[data-theme=dark]{--color-text-primary:#fff;--color-text-secondary:#aaa;--color-bg-base:#000;--color-card-bg:#0a0a0a;--color-border:#ffffff14}.wallets-module__hiu5NG__walletsPage{background-color:var(--color-bg-base);color:var(--color-text-primary);min-height:100vh}.wallets-module__hiu5NG__cardPreview{background-color:var(--color-card-bg);border:1px solid var(--color-border);transition:all .6s cubic-bezier(.23,1,.32,1)}.wallets-module__hiu5NG__cardPreview:after{content:"";pointer-events:none;z-index:10;opacity:0;background:linear-gradient(90deg,#0000,#fff6,#0000);width:100%;height:100%;position:absolute;top:0;left:-200%;transform:skew(-25deg)}.wallets-module__hiu5NG__cardPreview:hover:after{opacity:1;animation:6s infinite wallets-module__hiu5NG__shine-grid}@keyframes wallets-module__hiu5NG__shine-grid{0%{left:-200%}30%{left:200%}to{left:200%}}.wallets-module__hiu5NG__previewImageSection{height:55%;padding:12px;position:relative}.wallets-module__hiu5NG__previewImageContainer{background:#f5f5f5;border-radius:16px;width:100%;height:100%;overflow:hidden}.wallets-module__hiu5NG__previewImageContainer img{object-fit:cover;width:100%;height:100%;image-rendering:-webkit-optimize-contrast}.wallets-module__hiu5NG__previewTextSection{flex-direction:column;height:45%;padding:4px 18px 22px;display:flex}.wallets-module__hiu5NG__previewMainName{font-family:var(--font-sans);text-transform:uppercase;color:#000;margin-bottom:0;font-size:1.25rem;font-weight:800;line-height:1}[data-theme=dark] .wallets-module__hiu5NG__previewMainName{color:#fff}.wallets-module__hiu5NG__previewLastName{letter-spacing:.08em;text-transform:uppercase;color:#000;margin-top:-1px;margin-bottom:8px;font-size:1.05rem;font-weight:300;line-height:1.05}[data-theme=dark] .wallets-module__hiu5NG__previewLastName{color:#ffffffb3}.wallets-module__hiu5NG__previewDivider{background:#000;width:24px;height:2px;margin-bottom:8px}[data-theme=dark] .wallets-module__hiu5NG__previewDivider{background:#fff}.wallets-module__hiu5NG__previewDataRow{flex-direction:column;gap:2px;min-width:0;margin-bottom:6px;display:flex}.wallets-module__hiu5NG__previewDataRow:last-child{margin-bottom:0}.wallets-module__hiu5NG__previewDataLabel{text-transform:uppercase;letter-spacing:.1em;color:#00000080;font-size:.6rem;font-weight:700}[data-theme=dark] .wallets-module__hiu5NG__previewDataLabel{color:#ffffff80}.wallets-module__hiu5NG__previewDataValue{color:#111;-webkit-line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:.8rem;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}[data-theme=dark] .wallets-module__hiu5NG__previewDataValue{color:#eee}.wallets-module__hiu5NG__cardLinkOverlay{z-index:1;border-radius:inherit;color:#0000;text-decoration:none;display:block;position:absolute;inset:0}.wallets-module__hiu5NG__cardLinkOverlay:focus-visible{outline-offset:2px;outline:2px solid #0891b2}.wallets-module__hiu5NG__previewSidebar{z-index:10;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;top:20px;right:20px}.wallets-module__hiu5NG__sidebarIcon{color:#fff;cursor:pointer;background:#000;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;text-decoration:none;transition:transform .2s,background .2s,color .2s;display:flex}.wallets-module__hiu5NG__sidebarIcon:hover{background:#0891b2;transform:scale(1.12)}.wallets-module__hiu5NG__sidebarIcon:focus-visible{outline-offset:2px;outline:2px solid #06b6d4}[data-theme=dark] .wallets-module__hiu5NG__sidebarIcon{color:#000;background:#fff}[data-theme=dark] .wallets-module__hiu5NG__sidebarIcon:hover{color:#fff;background:#06b6d4}.wallets-module__hiu5NG__emailToast{z-index:20;color:#fff;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background:#0a0a0a;border-radius:10px;max-width:calc(100% - 28px);padding:10px 16px;font-size:.78rem;font-weight:600;animation:.2s ease-out wallets-module__hiu5NG__toastIn;position:absolute;bottom:14px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 6px 18px #0000004d}[data-theme=dark] .wallets-module__hiu5NG__emailToast{color:#0a0a0a;background:#fff;box-shadow:0 6px 18px #ffffff40}@keyframes wallets-module__hiu5NG__toastIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.wallets-module__hiu5NG__sidebarHandle{display:none}.wallets-module__hiu5NG__cardFeatured .wallets-module__hiu5NG__previewName{font-size:2.2rem}.wallets-module__hiu5NG__cardFeatured .wallets-module__hiu5NG__previewAvatar{width:100px;height:100px}.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__immersiveOverlay{-webkit-backdrop-filter:blur(10px);z-index:2000;background:#0000008c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.wallets-module__hiu5NG__immersiveDialog{--bg:#fff;--fg:#0a0a0a;--muted:#0000008c;--soft:#0000000a;--line:#00000014;background:var(--bg);width:min(100%,880px);max-height:calc(100dvh - 48px);color:var(--fg);border-radius:24px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000073}[data-theme=dark] .wallets-module__hiu5NG__immersiveDialog{--bg:#0c0c0c;--fg:#fff;--muted:#ffffff8c;--soft:#ffffff0d;--line:#ffffff1a}.wallets-module__hiu5NG__immersiveClose{z-index:5;color:#0a0a0a;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffeb;border:1px solid #00000014;border-radius:999px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:all .2s;display:flex;position:absolute;top:14px;right:14px}.wallets-module__hiu5NG__immersiveClose:hover{color:#fff;background:#0a0a0a;border-color:#0a0a0a}.wallets-module__hiu5NG__immersiveHero{background:var(--soft);border-bottom:1px solid var(--line);flex-shrink:0;grid-template-columns:1.15fr 1fr;height:clamp(220px,36vh,320px);display:grid;position:relative}.wallets-module__hiu5NG__immersiveImage{border-right:1px solid var(--line);background:#0a0a0a;position:relative;overflow:hidden}.wallets-module__hiu5NG__immersiveImage img{object-fit:cover;object-position:center 28%;width:100%;height:100%;image-rendering:-webkit-optimize-contrast;filter:contrast(1.05)saturate(1.05);display:block}.wallets-module__hiu5NG__immersiveImage:after{content:"";pointer-events:none;background:linear-gradient(#0000 65%,#0000008c 100%);position:absolute;inset:0}.wallets-module__hiu5NG__immersiveImagePlaceholder{color:#ffffff4d;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.wallets-module__hiu5NG__immersiveMonogram{z-index:2;letter-spacing:.3em;color:#ffffffe6;align-items:center;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:14px;left:16px}.wallets-module__hiu5NG__immersiveMonogram:before{content:"";opacity:.55;background:currentColor;width:18px;height:1px}.wallets-module__hiu5NG__immersiveImageCaption{z-index:2;letter-spacing:.18em;color:#ffffffd9;text-transform:uppercase;justify-content:space-between;align-items:baseline;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.6rem;font-weight:700;display:flex;position:absolute;bottom:12px;left:16px;right:16px}.wallets-module__hiu5NG__immersiveQr{background:radial-gradient(circle at 50% 35%,rgba(var(--accent-rgb,6 182 212),.1),transparent 70%),var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;display:flex;position:relative}.wallets-module__hiu5NG__immersiveQr:before,.wallets-module__hiu5NG__immersiveQr:after{content:"";pointer-events:none;opacity:.3;width:18px;height:18px;color:var(--fg);position:absolute}.wallets-module__hiu5NG__immersiveQr:before{border-top:2px solid;border-left:2px solid;top:12px;left:12px}.wallets-module__hiu5NG__immersiveQr:after{border-bottom:2px solid;border-right:2px solid;bottom:12px;right:12px}.wallets-module__hiu5NG__immersiveQrCard{background:#fff;border-radius:14px;justify-content:center;align-items:center;padding:12px;display:flex;box-shadow:0 12px 28px #0000001f,inset 0 0 0 1px #0000000d}.wallets-module__hiu5NG__immersiveQrCard canvas{display:block;width:clamp(144px,22vw,192px)!important;height:clamp(144px,22vw,192px)!important}.wallets-module__hiu5NG__immersiveQrLabel{letter-spacing:.3em;color:var(--muted);text-transform:uppercase;align-items:center;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.55rem;font-weight:800;display:flex}.wallets-module__hiu5NG__immersiveQrLabel:before,.wallets-module__hiu5NG__immersiveQrLabel:after{content:"";opacity:.5;background:currentColor;width:14px;height:1px}.wallets-module__hiu5NG__immersiveHero:after{content:"";pointer-events:none;z-index:3;background:linear-gradient(100deg,#0000 30%,#ffffff2e 50%,#0000 70%);animation:9s ease-in-out 2s infinite wallets-module__hiu5NG__heroShine;position:absolute;inset:0;transform:translate(-100%)}@keyframes wallets-module__hiu5NG__heroShine{0%{transform:translate(-100%)}18%{transform:translate(100%)}to{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.wallets-module__hiu5NG__immersiveHero:after{animation:none;display:none}}.wallets-module__hiu5NG__immersiveBody{flex-direction:column;flex:auto;gap:14px;min-height:0;padding:22px 28px 8px;display:flex}.wallets-module__hiu5NG__immersiveMeta{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.7rem;font-weight:700;display:flex}.wallets-module__hiu5NG__immersiveMeta span:nth-child(2){opacity:.5}.wallets-module__hiu5NG__immersiveName{font-family:var(--font-sans);letter-spacing:-.03em;color:var(--fg);margin:0;font-size:clamp(1.6rem,4vw,2.5rem);font-weight:900;line-height:1.05}.wallets-module__hiu5NG__immersiveBio{font-family:var(--font-serif);color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.95rem;font-style:italic;line-height:1.5;display:-webkit-box;overflow:hidden}.wallets-module__hiu5NG__immersiveChips{flex-wrap:wrap;gap:8px;padding-top:4px;display:flex}.wallets-module__hiu5NG__immersiveChip{background:var(--soft);border:1px solid var(--line);color:var(--fg);border-radius:999px;align-items:center;gap:8px;max-width:100%;padding:9px 14px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .18s;display:inline-flex}.wallets-module__hiu5NG__immersiveChip:hover{background:var(--fg);color:var(--bg);border-color:var(--fg);transform:translateY(-1px)}.wallets-module__hiu5NG__immersiveChipValue{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.wallets-module__hiu5NG__immersiveDock{flex-shrink:0;justify-content:center;align-items:center;gap:8px;padding:16px 28px 22px;display:flex}.wallets-module__hiu5NG__immersiveDockPrimary{background:var(--fg);color:var(--bg);border-radius:14px;align-items:center;gap:8px;padding:12px 22px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-flex}.wallets-module__hiu5NG__immersiveDockPrimary:hover{transform:translateY(-1px)}.wallets-module__hiu5NG__immersiveDockIcon{background:var(--soft);border:1px solid var(--line);width:42px;height:42px;color:var(--fg);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex}.wallets-module__hiu5NG__immersiveDockIcon:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}.wallets-module__hiu5NG__immersiveContent{flex:1;min-height:0;padding:28px 32px 12px;overflow-y:auto}.wallets-module__hiu5NG__immersiveHeader{border-bottom:1px solid var(--line);flex-direction:column;gap:6px;margin-bottom:28px;padding-bottom:20px;display:flex}.wallets-module__hiu5NG__immersiveSub{letter-spacing:.18em;text-transform:uppercase;color:var(--muted);font-size:.75rem;font-weight:700}.wallets-module__hiu5NG__immersiveSection{flex-direction:column;gap:14px;display:flex}.wallets-module__hiu5NG__immersiveLabel{letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-size:.7rem;font-weight:700}.wallets-module__hiu5NG__immersiveValue{font-family:var(--font-sans);color:var(--fg);word-break:break-word;margin-top:6px;font-size:1.05rem;font-weight:600}.wallets-module__hiu5NG__immersiveTile{background:var(--soft);border:1px solid var(--line);color:var(--fg);cursor:pointer;border-radius:16px;padding:16px 18px;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:block}.wallets-module__hiu5NG__immersiveTile:hover{background:var(--line);border-color:var(--fg);transform:translateY(-1px)}.wallets-module__hiu5NG__immersiveTile:focus-visible{outline-offset:2px;outline:2px solid #06b6d4}.wallets-module__hiu5NG__immersiveMesh{opacity:.35;pointer-events:none;filter:blur(40px);position:absolute;inset:0}.wallets-module__hiu5NG__immersiveEditorialUnit{grid-template-columns:1fr 1fr;gap:0;width:100%;height:100%;display:grid;position:relative}.wallets-module__hiu5NG__immersiveImagePanel{background:var(--soft);border-right:1px solid var(--line);overflow:hidden}.wallets-module__hiu5NG__immersiveImagePanel img{object-fit:cover;width:100%;height:100%;display:block}.wallets-module__hiu5NG__immersiveQrPanel{background:var(--bg);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:20px;display:flex}.wallets-module__hiu5NG__immersiveQrWrapper{background:#fff;border-radius:14px;padding:14px;box-shadow:0 4px 14px #0000001f}.wallets-module__hiu5NG__immersiveQrWrapper canvas{display:block;width:160px!important;height:160px!important}.wallets-module__hiu5NG__immersiveQrLabel{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);font-size:.7rem;font-weight:600}.wallets-module__hiu5NG__immersivePrimary{background:var(--fg);color:var(--bg);cursor:pointer;border:none;border-radius:14px;align-items:center;gap:8px;padding:12px 22px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s;display:inline-flex}.wallets-module__hiu5NG__immersivePrimary:hover{transform:translateY(-1px)}.wallets-module__hiu5NG__immersiveSecondary{background:var(--soft);border:1px solid var(--line);width:42px;height:42px;color:var(--fg);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:inline-flex}.wallets-module__hiu5NG__immersiveSecondary:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}@media (max-width:640px){.wallets-module__hiu5NG__immersiveOverlay{align-items:stretch;padding:0}.wallets-module__hiu5NG__immersiveDialog{border-radius:0;width:100%;height:100dvh;max-height:100dvh}.wallets-module__hiu5NG__immersiveHero{grid-template-rows:1fr auto;grid-template-columns:1fr;height:auto}.wallets-module__hiu5NG__immersiveImage{border-right:none;border-bottom:1px solid var(--line);height:240px}.wallets-module__hiu5NG__immersiveQr{gap:8px;padding:16px}.wallets-module__hiu5NG__immersiveQrCard canvas{width:132px!important;height:132px!important}.wallets-module__hiu5NG__immersiveBody{padding:18px 20px 8px}.wallets-module__hiu5NG__immersiveDock{padding:12px 20px 20px}.wallets-module__hiu5NG__immersiveClose{width:32px;height:32px;top:10px;right:10px}}@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}}@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:2px solid #06b6d4}.wallets-module__hiu5NG__loadMoreContainer{flex-direction:column;align-items:center;gap:12px;padding:32px 24px 64px;display:flex}.wallets-module__hiu5NG__loadMoreCount{color:#9ca3af;margin:0;font-size:.875rem}.wallets-module__hiu5NG__loadMoreButton{min-width:160px;color:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;justify-content:center;align-items:center;padding:12px 28px;font-size:.95rem;font-weight:600;transition:background .16s,transform .16s,border-color .16s;display:inline-flex}.wallets-module__hiu5NG__loadMoreButton:hover:not(:disabled){background:#ffffff1f;border-color:#ffffff52;transform:translateY(-1px)}.wallets-module__hiu5NG__loadMoreButton:active:not(:disabled){transform:translateY(0)}.wallets-module__hiu5NG__loadMoreButton:disabled{opacity:.55;cursor:not-allowed}
