html, body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    margin: 0;
    padding: 0;
}

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

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

.blazor-error-boundary {
    background: #b32121;
    padding: 1rem;
    color: white;
}

.pulse-logo {
    height: 32px;
    opacity: 0.9;
}

/* MudTable header styling */
.mud-table-head .mud-table-cell {
    background-color: #1a1a1a !important;
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.mud-table-head .mud-table-cell .mud-table-sort-label {
    color: #FFFFFF !important;
}

/* Action button styling in tables */
.mud-button-group .mud-button-outlined {
    text-transform: none;
    font-weight: 500;
    font-size: 0.75rem;
    padding: 2px 12px;
    border-radius: 4px;
}
