body { background: #0d1117; }
.navbar { backdrop-filter: blur(10px); }
.card { transition: transform 0.2s; }
.card:hover { transform: translateY(-2px); }
.form-control:focus, .form-select:focus { border-color: #e74c3c; box-shadow: 0 0 0 .25rem rgba(231,76,60,.25); }
.btn-pokemon { background: #e74c3c; border-color: #e74c3c; color: #fff; }
.btn-pokemon:hover { background: #c0392b; border-color: #c0392b; color: #fff; }
.btn-outline-pokemon { color: #e74c3c; border-color: #e74c3c; }
.btn-outline-pokemon:hover { background: #e74c3c; color: #fff; }
.table-dark { --bs-table-bg: #161b22; }
.list-group-item.bg-dark { background: #161b22 !important; }
.text-pokemon { color: #e74c3c !important; }
#console-output::-webkit-scrollbar { width: 8px; }
#console-output::-webkit-scrollbar-track { background: #0d1117; }
#console-output::-webkit-scrollbar-thumb { background: #30363d; border-radius: 4px; }
