}
FinWing – Cash Manager
);
};
* { -webkit-tap-highlight-color: transparent; }
body { font-family: system-ui, -apple-system, sans-serif; margin: 0; padding: 0; }
@keyframes fade-in { from { opacity: 0; } to { opacity: 1; } }
@keyframes slide-up { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
.animate-in { animation: fade-in 0.3s ease-out, slide-up 0.4s ease-out; }
input[type="range"] { -webkit-appearance: none; background: transparent; width: 100%; }
input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; height: 16px; width: 16px; border-radius: 50%; background: white; cursor: pointer; margin-top: -6px; }
input[type="range"]::-webkit-slider-runnable-track { width: 100%; height: 8px; background: #1e293b; border-radius: 4px; }