feat: trading terminal responsivo mobile + spread ajustado USD/BRL

Adiciona CSS responsivo para trading terminal nos breakpoints 900px e 600px.
Aplica spread corporativo nas cotações USD live (compra: -0.43%, venda: +0.05%).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-02-14 13:07:28 -05:00
parent 5ecf91a024
commit e09ed98aef
2 changed files with 22 additions and 4 deletions

View File

@@ -496,6 +496,7 @@ document.addEventListener('keydown', (e) => {
document.querySelectorAll('.modal-overlay.active').forEach(m => m.classList.remove('active'));
}
});
</script>
</body>
</html>`;