
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: #198754; box-shadow: 0 0 0 .25rem rgba(25,135,84,.25); }
.btn-success { background: #198754; border-color: #198754; }
.btn-success:hover { background: #157347; border-color: #146c43; }
.table-dark { --bs-table-bg: #161b22; }
.list-group-item.bg-dark { background: #161b22 !important; }
#console-output::-webkit-scrollbar { width: 8px; }
#console-output::-webkit-scrollbar-track { background: #0d1117; }
#console-output::-webkit-scrollbar-thumb { background: #30363d; border-radius: 4px; }
