.wallet-button{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:600;color:#fff;border-radius:8px;transition:all 0.3s ease;position:relative;min-height:40px;padding:0 12px}.wallet-button:hover{background-color:rgba(99,102,241,0.1)}.wallet-button:focus{outline:none;box-shadow:0 0 0 3px rgba(99,102,241,0.2)}.wallet-button-icon{display:inline-flex;color:#6366f1;transition:all 0.3s ease}.wallet-button-text{display:inline;transition:all 0.3s ease}.wallet-button-display{display:none!important}.wallet-button-bg{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0.9;transition:all 0.3s ease}.wallet-button-bg svg{width:100%;height:100%}.wallet-button-initials{font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;text-shadow:0 1px 3px rgba(0,0,0,0.3)}.wallet-button-low-balance{display:none!important}.wallet-button-warning-indicator{font-size:10px;color:white;font-weight:bold;line-height:1}.wallet-menu-balance-warning{display:flex;gap:12px;padding:12px;background:linear-gradient(135deg,rgba(239,68,68,0.1)0%,rgba(239,68,68,0.05)100%);border:1px solid rgba(239,68,68,0.3);border-radius:8px;margin-top:8px;color:#dc2626}.wallet-menu-balance-warning svg{flex-shrink:0;color:#ef4444;margin-top:2px}.wallet-menu-balance-warning .warning-message{display:flex;flex-direction:column;gap:4px;font-size:13px}.wallet-menu-balance-warning .warning-title{font-weight:600;color:#dc2626}.wallet-menu-balance-warning .warning-text{font-size:12px;color:#b91c1c;line-height:1.4}@media(max-width:768px){.wallet-button{min-height:40px;font-size:13px;gap:8px}.wallet-button-icon{width:20px;height:20px}}