/* 505Machine Dashboard Styles */

body {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #e0e0e0;
    background-color: #0d1117;
}

.card {
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.card-header {
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.6rem 1rem;
}

.table-dark {
    --bs-table-bg: transparent;
    --bs-table-color: #e0e0e0;
    --bs-table-border-color: #30363d;
}

.table-sm td, .table-sm th {
    padding: 0.35rem 0.5rem;
    font-size: 0.85rem;
}

.badge {
    font-size: 0.75rem;
}

.navbar-brand {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
}

.text-muted {
    color: #8b949e !important;
}

.form-control.bg-dark {
    border-color: #30363d;
}

.form-control.bg-dark:focus {
    border-color: #58a6ff;
    box-shadow: 0 0 0 0.15rem rgba(88, 166, 255, 0.25);
}

.btn-outline-secondary {
    border-color: #30363d;
    color: #e0e0e0;
}

.btn-outline-secondary:hover {
    background-color: #21262d;
    border-color: #8b949e;
}

pre {
    background-color: #161b22;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #30363d;
}
