body { background: #F7F8FA; color: #121212; margin: 0; font-family: -apple-system, sans-serif; overflow-x: hidden; }
.header { padding: 25px 20px 10px; background: white; border-bottom: 1px solid #F0F2F5; }
.wallet-name { font-size: 20px; font-weight: bold; }
.network-tag { font-size: 12px; color: #8F9BB3; margin-top: 4px; }

.card-blue { background: linear-gradient(135deg, #4B7BFF 0%, #729BFF 100%); margin: 15px; padding: 20px; border-radius: 12px; color: white; box-shadow: 0 4px 15px rgba(75, 123, 255, 0.3); }
.card-header { display: flex; justify-content: space-between; font-size: 14px; margin-bottom: 15px; }
.gas-free-btn { background: rgba(255,255,255,0.2); border: none; color: white; padding: 4px 12px; border-radius: 20px; font-size: 11px; }

.balance-main { font-size: 26px; font-weight: bold; margin-bottom: 5px; }
.balance-trx { font-size: 14px; opacity: 0.8; margin-bottom: 15px; }
.address-bar { font-size: 12px; opacity: 0.8; background: rgba(0,0,0,0.1); padding: 5px 10px; border-radius: 5px; width: fit-content; }

.resources { display: flex; background: #1B212D; margin: -15px 15px 0; padding: 12px 20px; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; color: white; font-size: 11px; justify-content: space-between; }

.action-bar { display: flex; justify-content: space-around; padding: 25px 20px; background: white; }
.action-item { text-align: center; text-decoration: none; color: #121212; font-size: 13px; width: 45%; }

/* FIX ICONE 50x50 VISIBILI */
.action-icon { width: 50px; height: 50px; background: transparent; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; overflow: hidden; }
.action-icon img { width: 100%; height: 100%; object-fit: cover; }

.asset-section { background: white; margin-top: 10px; padding: 0 20px; }
.asset-row { display: flex; align-items: center; padding: 18px 0; border-bottom: 1px solid #F0F2F5; }
.asset-logo { width: 36px; height: 36px; margin-right: 12px; object-fit: contain; }
.token-info b { font-size: 16px; }
.token-info span { font-size: 12px; color: #8F9BB3; }
