/* Custom Styles for SSMDAG Testnet Explorer */

body {
    background: #0a0a0a;
    color: #e0e0e0;
}

.navbar {
    background: #000000 !important;
}

.stats-bar {
    background: #000000;
    border-bottom: 1px solid #333;
}

.card {
    background: #111111;
    border-color: #333333;
}

.table {
    background: #111111;
}

.table th {
    background: #1a1a1a;
    color: #aaaaaa;
    font-weight: 500;
}

.table td {
    border-top: 1px solid #222222;
}

.table-hover tbody tr:hover {
    background: #1f1f1f;
    color: #ffffff;
}

.btn-light {
    background: #ffffff;
    color: #000000;
    font-weight: 600;
}

.input-group .form-control {
    background: #1a1a1a;
    border-color: #444444;
    color: #ffffff;
}

.modal-content {
    background: #111111;
    border-color: #444444;
}

.card-title {
    color: #ffffff;
}

.text-success {
    color: #00ff88 !important;
}

/* Canvas Styling */
#dagCanvas {
    background: #0a0a0a;
    border-radius: 8px;
    image-rendering: crisp-edges;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .input-group {
        width: 100% !important;
        margin-bottom: 10px;
    }
}