body {
    min-height: 100vh;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.3);
}

.bg-secondary {
    background-color: #2d2d2d !important;
}

.form-control, .form-select {
    background-color: #1a1a1a;
    border-color: #444;
    color: #fff;
}

.form-control:focus, .form-select:focus {
    background-color: #1a1a1a;
    border-color: #0d6efd;
    color: #fff;
}

.bot-card {
    transition: transform 0.2s;
}

.bot-card:hover {
    transform: translateY(-2px);
}

.status-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}

.logs-content {
    font-family: 'Courier New', monospace;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

a {
    color: #0d6efd;
    text-decoration: none;
}

a:hover {
    color: #0a58ca;
    text-decoration: underline;
}

.alert {
    border-radius: 0.375rem;
}

pre {
    margin-bottom: 0;
}

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

.navbar-brand {
    font-weight: bold;
}

.modal-content {
    border: 1px solid #444;
}

.input-group .form-control {
    border-right: 0;
}

.input-group .btn {
    border-left: 0;
}
