.wallet-lookup{margin:0 0 24px;overflow:hidden;border:1px solid var(--line-strong);border-radius:12px;background:var(--panel)}
.wallet-lookup-intro{display:grid;grid-template-columns:minmax(0,1fr) 310px;min-height:270px}
.wallet-lookup-copy{padding:31px 34px 29px}
.wallet-lookup-kicker{color:var(--blue-text);font-size:9px;font-weight:750;letter-spacing:.12em;text-transform:uppercase}
.wallet-lookup h2{max-width:660px;margin:11px 0 10px;font-size:27px;line-height:1.16;letter-spacing:-.045em}
.wallet-lookup-copy>p{max-width:660px;margin:0;color:var(--muted);font-size:12px;line-height:1.72}
.wallet-lookup-art{position:relative;display:flex;align-items:center;justify-content:center;gap:3px;overflow:hidden;border-left:1px solid var(--line);background:color-mix(in srgb,var(--blue-soft) 38%,var(--panel-up))}
.wallet-lookup-art img{position:relative;z-index:1;width:43%;height:auto;image-rendering:pixelated;filter:drop-shadow(0 8px 12px rgba(0,0,0,.12))}
.wallet-lookup-art img:first-child{transform:rotate(-5deg) translateY(13px)}
.wallet-lookup-art img:last-child{transform:rotate(5deg) translateY(-10px)}
.wallet-lookup-form{margin-top:22px}
.wallet-lookup-form label{display:block;margin-bottom:7px;color:var(--text);font-size:11px;font-weight:650}
.wallet-lookup-form>div{display:flex;gap:9px;max-width:680px}
.wallet-lookup-form input{min-width:0;flex:1;padding:11px 12px;border:1px solid var(--line-strong);border-radius:6px;background:var(--bg);color:var(--text);font:inherit;font-size:12px}
.wallet-lookup-form .button{flex:none;min-width:145px}
.wallet-lookup-status{min-height:18px;margin:10px 0 0!important;color:var(--muted);font-size:10px!important;line-height:1.6!important}
.wallet-lookup-result{border-top:1px solid var(--line)}
.wallet-lookup-result-head{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 34px}
.wallet-lookup-result-head span,.wallet-lookup-result-head strong{display:block}
.wallet-lookup-result-head span{margin-bottom:4px;color:var(--muted);font-size:9px;letter-spacing:.09em;text-transform:uppercase}
.wallet-lookup-result-head strong{font-size:11px;font-weight:650;overflow-wrap:anywhere}
.wallet-lookup-result-head small{color:var(--muted);font-size:10px;white-space:nowrap}
.wallet-lookup-totals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--panel-up) 55%,var(--panel))}
.wallet-lookup-totals article{min-width:0;padding:19px 26px}
.wallet-lookup-totals article+article{border-left:1px solid var(--line)}
.wallet-lookup-totals span,.wallet-lookup-totals strong,.wallet-lookup-totals small{display:block}
.wallet-lookup-totals span{color:var(--muted);font-size:9px;letter-spacing:.07em;text-transform:uppercase}
.wallet-lookup-totals strong{margin:7px 0 4px;font-size:22px;letter-spacing:-.035em;overflow-wrap:anywhere}
.wallet-lookup-totals small{color:var(--muted);font-size:9px;line-height:1.4}
.wallet-lookup-columns{display:grid;grid-template-columns:1fr 1fr}
.wallet-lookup-columns>div{min-width:0;padding:26px 34px 30px}
.wallet-lookup-columns>div+div{border-left:1px solid var(--line)}
.wallet-lookup-columns h3{margin:0 0 6px;font-size:15px;letter-spacing:-.025em}
.wallet-lookup-muted{min-height:30px;margin:0 0 15px;color:var(--muted);font-size:10px;line-height:1.55}
.wallet-lookup-nfts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:450px;overflow:auto}
.wallet-lookup-nft{display:block;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--bg);color:var(--text);text-decoration:none;transition:border-color .2s,transform .2s}
.wallet-lookup-nft:hover{border-color:var(--blue-text);transform:translateY(-2px)}
.wallet-lookup-nft img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover;image-rendering:pixelated}
.wallet-lookup-nft>span:last-of-type{display:block;padding:8px 9px;font-size:10px;font-weight:650}
.wallet-lookup-nft.image-unavailable{display:grid;min-height:120px;place-content:center;text-align:center}
.wallet-lookup-image-note{padding:12px;color:var(--muted);font-size:10px}
.wallet-lookup-receipts{display:grid;gap:7px;max-height:450px;overflow:auto}
.wallet-lookup-receipt{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 13px;border:1px solid var(--line);border-radius:7px;background:var(--bg);color:var(--text);text-decoration:none}
.wallet-lookup-receipt:hover{border-color:var(--blue-text)}
.wallet-lookup-receipt span{min-width:0}
.wallet-lookup-receipt strong,.wallet-lookup-receipt small{display:block}
.wallet-lookup-receipt strong{font-size:11px}
.wallet-lookup-receipt small{margin-top:4px;color:var(--muted);font-size:9px;line-height:1.4}
.wallet-lookup-receipt>span:last-child{text-align:right}
.wallet-lookup-more{justify-self:start;padding:9px 0;border:0;background:none;color:var(--blue-text);font:inherit;font-size:10px;font-weight:700;text-decoration:underline;cursor:pointer}
.wallet-lookup-foot{margin:0;padding:16px 34px 19px;border-top:1px solid var(--line);color:var(--muted);font-size:10px;line-height:1.6}
@media(max-width:900px){.wallet-lookup-intro{grid-template-columns:1fr 220px}.wallet-lookup-copy{padding:27px 25px}.wallet-lookup-totals article{padding:16px 18px}.wallet-lookup-columns>div{padding:23px 22px}}
@media(max-width:700px){.wallet-lookup-intro{grid-template-columns:1fr}.wallet-lookup-art{display:none}.wallet-lookup-copy{padding:25px 20px}.wallet-lookup h2{font-size:23px}.wallet-lookup-form>div{display:grid}.wallet-lookup-form .button{width:100%}.wallet-lookup-result-head{display:grid;padding:18px 20px}.wallet-lookup-result-head small{white-space:normal}.wallet-lookup-totals{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-lookup-totals article{padding:15px 17px}.wallet-lookup-totals article:nth-child(3){border-left:0}.wallet-lookup-totals article:nth-child(n+3){border-top:1px solid var(--line)}.wallet-lookup-totals strong{font-size:clamp(15px,4vw,20px)}.wallet-lookup-columns{grid-template-columns:1fr}.wallet-lookup-columns>div{padding:23px 20px}.wallet-lookup-columns>div+div{border-left:0;border-top:1px solid var(--line)}.wallet-lookup-nfts{grid-template-columns:repeat(3,minmax(0,1fr));max-height:380px}.wallet-lookup-foot{padding:15px 20px}}
@media(prefers-reduced-motion:reduce){.wallet-lookup-nft{transition:none}}
