.aft-container {
    font-family: 'Arial', sans-serif;
}

.aft-tool-form input, .aft-tool-form select, .aft-tool-form button {
    transition: all 0.3s ease;
}

.aft-tool-form input:focus, .aft-tool-form select:focus {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

.aft-tool-card:hover {
    transform: translateY(-5px);
}