.initial-token{width:24px;height:24px;border-radius:24px;display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--white-color);border-radius:999px;background:linear-gradient(135deg,#e2ffbd,#d70000)}.defi-wallet-page .chain-list{display:flex;align-items:center;gap:12px;overflow-x:auto}.defi-wallet-page .chain-list::-webkit-scrollbar{width:0;height:0;display:none}.defi-wallet-page .wallet-title{display:flex;flex-direction:column;gap:18px}.defi-wallet-page .wallet-title .wallet-title-text{font-size:30px;line-height:38px;font-weight:700}.defi-wallet-page .wallet-title .wallet-chain{display:flex;align-items:center;padding:12px;border-radius:999px;gap:6px;border:1px solid var(--border-color)}.defi-wallet-page .wallet-title .wallet-chain .chain-logo{width:clamp(30px,30px + 6*(100vw - 390px)/1530,36px);min-width:clamp(30px,30px + 6*(100vw - 390px)/1530,36px);height:clamp(30px,30px + 6*(100vw - 390px)/1530,36px);min-height:clamp(30px,30px + 6*(100vw - 390px)/1530,36px);border-radius:999px}.defi-wallet-page .wallet-title .wallet-chain span{font-size:18px;line-height:18px;font-weight:700;display:inline-block;white-space:nowrap}.defi-wallet-page .wallet-title .wallet-chain.hit{background:var(--color-fg);border:1px solid var(--color-fg)}.defi-wallet-page .wallet-title .wallet-chain.hit span{color:var(--white-color)}