:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.4;font-weight:400;color:#0f172a;background-color:#f2f3f6;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;background:#f2f3f6;overflow:hidden}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}#root{height:100%;background:#f2f3f6}.appShell{--bg: #f2f3f6;--surface: #ffffff;--text: #172554;--muted: #a0a4b2;--divider: #f0f2f5;--primary: #0a74ff;--primary-pressed: #0967df}.appShell{height:100dvh;max-width:390px;margin:0 auto;display:flex;flex-direction:column;background:var(--bg);font-size:12px;overflow:hidden;overscroll-behavior:none}.header{padding:env(safe-area-inset-top) 12px 0;margin-top:calc(-1*(env(safe-area-inset-top) + 5px))}.headerRow{display:flex;align-items:center;justify-content:space-between}.headerRowSpacer{flex:1}.iconButton{width:32px;height:32px;border-radius:16px;border:0;background:transparent;color:#1c1c1e;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.iconButton:active{background:#1c1c1e0f}.assetHeader{padding:0 0 4px;display:flex;flex-direction:column;align-items:center;gap:2px}.tokenIcon{width:34px;height:34px;border-radius:17px;overflow:hidden;display:grid;place-items:center}.tokenIcon svg{width:100%;height:100%;display:block}.assetSymbol{font-size:14px;font-weight:800;letter-spacing:.2px;color:var(--text)}.assetName{font-size:9px;color:var(--muted)}.scrollArea{flex:1;min-height:0;overflow:hidden;padding:6px 12px;display:flex;flex-direction:column;gap:10px;overscroll-behavior:none}.card{background:var(--surface);border-radius:20px;box-shadow:0 10px 24px #1018280d}.balanceCard{padding:16px 16px 14px}.muted{font-size:12px;color:var(--muted)}.balanceValue{margin-top:10px;font-size:22px;font-weight:900;letter-spacing:-.2px;color:var(--text);line-height:1.12}.balanceUnit{font-size:inherit;font-weight:inherit}.balanceFiat{margin-top:8px;font-size:13px;color:var(--muted)}.historyCard{padding:12px 0 2px;flex:1;min-height:0;display:flex;flex-direction:column;border-bottom-left-radius:0;border-bottom-right-radius:0;overflow:hidden}.historyHeader{padding:0 18px 10px;display:flex;align-items:center;justify-content:space-between}.historyTitle{font-size:14px;font-weight:700;color:var(--muted)}.historyMore{font-size:13px;font-weight:700;color:var(--primary);border:0;padding:6px 8px;margin:-6px -8px;border-radius:10px;background:transparent;cursor:pointer}.historyMore:active{background:#0a74ff14}.historyList{display:flex;flex-direction:column;flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.historyList::-webkit-scrollbar{width:0;height:0}.historyItem{padding:12px 18px;display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center}.historyItem:not(:last-child){border-bottom:1px solid var(--divider)}.historyIcon{width:42px;height:42px;display:grid;place-items:center}.historyMain{min-width:0}.historyType{font-size:15px;font-weight:900;color:var(--text)}.historySub{margin-top:4px;display:flex;gap:10px;align-items:center;color:#b0b6c3;font-size:13px}.historySubLabel{flex:0 0 auto}.historyTo{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.historyMeta{text-align:right}.historyAmount{font-size:17px;font-weight:900;color:var(--text)}.historyTime{margin-top:4px;font-size:12px;color:#b0b6c3}.bottomBar{padding:6px 12px calc(4px + env(safe-area-inset-bottom));background:var(--bg)}.bottomInner{display:flex;gap:12px;align-items:stretch}.scanButton{position:relative;width:60px;border:1px solid #e7e9ee;background:#fff;border-radius:18px;color:var(--primary);display:grid;place-items:center;cursor:pointer}.scanButton:active{background:#f7f7f9}.scanDot{position:absolute;top:10px;right:10px;width:8px;height:8px;border-radius:999px;background:#ff3b30}.actionButton{height:50px;flex:1;border:0;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:0 14px;font-weight:900;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}.actionButton.secondary{background:#fff;border:1px solid #e7e9ee;color:#111827}.actionButton.primary{background:var(--primary);color:#fff}.actionButton.primary:active{background:var(--primary-pressed)}.actionButton.secondary:active{background:#f7f7f9}
