html, body { -webkit-tap-highlight-color: transparent; }
#chart { height: 300px; }
#rsiChart, #macdChart { height: 110px; }
.up { color: #34d399; }
.down { color: #f87171; }
.flat { color: #94a3b8; }
::-webkit-scrollbar { width: 6px; height: 6px; }
::-webkit-scrollbar-thumb { background: #334155; border-radius: 3px; }
#reportBox h1, #reportBox h2, #reportBox h3 { color: #6ee7b7; font-weight: 700; margin: 14px 0 6px; }
#reportBox h1 { font-size: 18px; }
#reportBox h2 { font-size: 16px; border-bottom: 1px solid #1e293b; padding-bottom: 4px; }
#reportBox h3 { font-size: 14px; }
#reportBox p { margin: 6px 0; line-height: 1.6; }
#reportBox table { width: 100%; border-collapse: collapse; margin: 8px 0; font-size: 12px; }
#reportBox th, #reportBox td { border: 1px solid #1e293b; padding: 4px 6px; text-align: left; }
#reportBox th { background: #064e3b; }
#reportBox ul, #reportBox ol { padding-left: 20px; margin: 6px 0; }
#reportBox li { margin: 2px 0; }
#reportBox strong { color: #6ee7b7; }
#reportBox hr { border: none; border-top: 1px solid #1e293b; margin: 12px 0; }
#reportBox code { background: #1e293b; padding: 1px 4px; border-radius: 3px; }
