body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.card {
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.service-card {
    transition: transform 0.2s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.status-badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

#logOutput {
    font-family: 'Courier New', monospace;
    font-size: 12px;
    line-height: 1.4;
}

.nav-tabs .nav-link {
    color: #adb5bd;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #495057;
    border-color: #495057;
}
