#log-container::-webkit-scrollbar { width: 8px; }
#log-container::-webkit-scrollbar-track { background: #1f2937; border-radius: 4px; }
#log-container::-webkit-scrollbar-thumb { background: #4b5563; border-radius: 4px; }
#log-container::-webkit-scrollbar-thumb:hover { background: #6b7280; }
.log-entry { padding: 2px 0; border-bottom: 1px solid #1f2937; }
.log-entry:last-child { border-bottom: none; }
.log-time { color: #6b7280; }
.log-info { color: #60a5fa; }
.log-success { color: #34d399; }
.log-warning { color: #fbbf24; }
.log-error { color: #f87171; }
.positive { color: #34d399; }
.negative { color: #f87171; }
