/* Modern Dark Theme */
body{background:#121212;color:#e0e0e0;font-family:sans-serif}
.card,.modal-content,.table{background:#1f1f1f;color:#e0e0e0;border:none;border-radius:.5rem}
.table th{cursor:pointer;color:#ccc}
.table thead{background:#2a2a2a}
.table-striped tbody tr:nth-of-type(odd){background:#242424}
.btn-outline-primary,.btn-outline-secondary,.btn-outline-danger,.btn-outline-success{border-color:#555;color:#ccc}
.btn-outline-primary:hover,.btn-outline-secondary:hover,.btn-outline-danger:hover,.btn-outline-success:hover{background:#333;color:#fff}
.small-card .card-body{padding:.5rem .75rem}
.small-card h4{font-size:1.2rem;margin:0}
input,select{background:#2a2a2a;color:#e0e0e0;border:1px solid #555;border-radius:.25rem}
input::placeholder{color:#888}