html, body {
    background: #0d1117;
    color: #e6edf3;
}

#blazor-error-ui {
    background: #3d1a1a;
    color: #f85149;
    bottom: 0;
    box-shadow: 0 -1px 4px rgba(0,0,0,0.3);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.table-dark { background: transparent; }
.table-dark td, .table-dark th { border-color: #21262d; }
.form-control:focus, .form-select:focus { border-color: #58a6ff; box-shadow: 0 0 0 0.25rem rgba(88,166,255,0.15); }
